Square Km Capital

Shortcodes

Copy and paste codes for Square Km Capital symbol ㏎ to use in your websites, apps, blogs, and more.

Unicode
U+33CE
HTML Code
㏎
HEX Code
㏎
CSS Code
\33CE
JS/JSON
\u33CE
Unix/C/PHP/JAVA
0x33CE
URL-encode
%E3%8F%8E
copied

Customize Square Km Capital Symbol

Customize ㏎ symbol as you like and download Square Km Capital as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Square Km Capital symbol in HTML, CSS, and JS?

Insert ㏎ Square Km Capital using HTML

1. Copy-paste Square Km Capital directly:
<span>㏎</span>
2. HTML Decimal Code:
<span>&#13262;</span>
3. Hexadecimal Code:
<span>&#x33CE;</span>
Preview:

Add Square Km Capital symbol with CSS

.square-km-capital::before {
    content: '\\33CE';
}
Preview: Square Km Capital

Square Km Capital JavaScript Code

1. Direct Symbol:
document.querySelector('.square-km-capital').textContent = '㏎';
2. Unicode Escape for ㏎:
document.querySelector('.square-km-capital').textContent = '\u33CE';
Preview: