National Digit Shapes

Shortcodes

Copy useful codes for national digit shapes symbol  to use in websites, apps, blogs, and docs.

Unicode
U+206E
HTML Code

HEX Code

CSS Code
\206E
JS/JSON
\u206E
Unix/C/PHP/JAVA
0x206E
URL-encode
%E2%81%AE

Customize National Digit Shapes

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

  

How to use National Digit Shapes Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span></span>
HTML Code:
<span>&#8302;</span>
HEX Code:
<span>&#x206E;</span>

Add with CSS

.national-digit-shapes::before {
  content: '\\206E';
}

Set it in JavaScript

document.querySelector('.national-digit-shapes').textContent = '';
copied