Square Nm

Shortcodes

Copy useful codes for square nm symbol ㎚ to use in websites, apps, blogs, and docs.

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

Customize Square Nm

Customize ㎚, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Square Nm Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>㎚</span>
HTML Code:
<span>&#13210;</span>
HEX Code:
<span>&#x339A;</span>

Add with CSS

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

Set it in JavaScript

document.querySelector('.square-nm').textContent = '㎚';
copied