Square Km Squared

Shortcodes

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

Unicode
U+33A2
HTML Code
㎢
HEX Code
㎢
CSS Code
\33A2
JS/JSON
\u33A2
Unix/C/PHP/JAVA
0x33A2
URL-encode
%E3%8E%A2
copied

Customize Square Km Squared Symbol

Customize ㎢ symbol as you like and download Square Km Squared 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 Squared symbol in HTML, CSS, and JS?

Insert ㎢ Square Km Squared using HTML

1. Copy-paste Square Km Squared directly:
<span>㎢</span>
2. HTML Decimal Code:
<span>&#13218;</span>
3. Hexadecimal Code:
<span>&#x33A2;</span>
Preview:

Add Square Km Squared symbol with CSS

.square-km-squared::before {
    content: '\\33A2';
}
Preview: Square Km Squared

Square Km Squared JavaScript Code

1. Direct Symbol:
document.querySelector('.square-km-squared').textContent = '㎢';
2. Unicode Escape for ㎢:
document.querySelector('.square-km-squared').textContent = '\u33A2';
Preview: