Square Mm Cubed

Shortcodes

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

Unicode
U+33A3
HTML Code
㎣
HEX Code
㎣
CSS Code
\33A3
JS/JSON
\u33A3
Unix/C/PHP/JAVA
0x33A3
URL-encode
%E3%8E%A3
copied

Customize Square Mm Cubed Symbol

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

Insert ㎣ Square Mm Cubed using HTML

1. Copy-paste Square Mm Cubed directly:
<span>㎣</span>
2. HTML Decimal Code:
<span>&#13219;</span>
3. Hexadecimal Code:
<span>&#x33A3;</span>
Preview:

Add Square Mm Cubed symbol with CSS

.square-mm-cubed::before {
    content: '\\33A3';
}
Preview: Square Mm Cubed

Square Mm Cubed JavaScript Code

1. Direct Symbol:
document.querySelector('.square-mm-cubed').textContent = '㎣';
2. Unicode Escape for ㎣:
document.querySelector('.square-mm-cubed').textContent = '\u33A3';
Preview: