Square Mm

Shortcodes

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

Unicode
U+339C
HTML Code
㎜
HEX Code
㎜
CSS Code
\339C
JS/JSON
\u339C
Unix/C/PHP/JAVA
0x339C
URL-encode
%E3%8E%9C
copied

Customize Square Mm Symbol

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

Insert ㎜ Square Mm using HTML

1. Copy-paste Square Mm directly:
<span>㎜</span>
2. HTML Decimal Code:
<span>&#13212;</span>
3. Hexadecimal Code:
<span>&#x339C;</span>
Preview:

Add Square Mm symbol with CSS

.square-mm::before {
    content: '\\339C';
}
Preview: Square Mm

Square Mm JavaScript Code

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