Square Nm

Shortcodes

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

Unicode
U+339A
HTML Code
㎚
HEX Code
㎚
CSS Code
\339A
JS/JSON
\u339A
Unix/C/PHP/JAVA
0x339A
URL-encode
%E3%8E%9A
copied

Customize Square Nm Symbol

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

Insert ㎚ Square Nm using HTML

1. Copy-paste Square Nm directly:
<span>㎚</span>
2. HTML Decimal Code:
<span>&#13210;</span>
3. Hexadecimal Code:
<span>&#x339A;</span>
Preview:

Add Square Nm symbol with CSS

.square-nm::before {
    content: '\\339A';
}
Preview: Square Nm

Square Nm JavaScript Code

1. Direct Symbol:
document.querySelector('.square-nm').textContent = '㎚';
2. Unicode Escape for ㎚:
document.querySelector('.square-nm').textContent = '\u339A';
Preview: