Square Cm

Shortcodes

Copy and paste codes for Square Cm symbol ㎝ to use in your websites, apps, blogs, and more.

Unicode
U+339D
HTML Code
㎝
HEX Code
㎝
CSS Code
\339D
JS/JSON
\u339D
Unix/C/PHP/JAVA
0x339D
URL-encode
%E3%8E%9D
copied

Customize Square Cm Symbol

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

Insert ㎝ Square Cm using HTML

1. Copy-paste Square Cm directly:
<span>㎝</span>
2. HTML Decimal Code:
<span>&#13213;</span>
3. Hexadecimal Code:
<span>&#x339D;</span>
Preview:

Add Square Cm symbol with CSS

.square-cm::before {
    content: '\\339D';
}
Preview: Square Cm

Square Cm JavaScript Code

1. Direct Symbol:
document.querySelector('.square-cm').textContent = '㎝';
2. Unicode Escape for ㎝:
document.querySelector('.square-cm').textContent = '\u339D';
Preview: