Square Cm Cubed

Shortcodes

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

Unicode
U+33A4
HTML Code
㎤
HEX Code
㎤
CSS Code
\33A4
JS/JSON
\u33A4
Unix/C/PHP/JAVA
0x33A4
URL-encode
%E3%8E%A4
copied

Customize Square Cm Cubed Symbol

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

Insert ㎤ Square Cm Cubed using HTML

1. Copy-paste Square Cm Cubed directly:
<span>㎤</span>
2. HTML Decimal Code:
<span>&#13220;</span>
3. Hexadecimal Code:
<span>&#x33A4;</span>
Preview:

Add Square Cm Cubed symbol with CSS

.square-cm-cubed::before {
    content: '\\33A4';
}
Preview: Square Cm Cubed

Square Cm Cubed JavaScript Code

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