Nominal Digit Shapes

Shortcodes

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

Unicode
U+206F
HTML Code

HEX Code

CSS Code
\206F
JS/JSON
\u206F
Unix/C/PHP/JAVA
0x206F
URL-encode
%E2%81%AF

Customize Nominal Digit Shapes

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

  

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

Insert in HTML

1. Direct symbol:
<span></span>
HTML Code:
<span>&#8303;</span>
HEX Code:
<span>&#x206F;</span>

Add with CSS

.nominal-digit-shapes::before {
  content: '\\206F';
}

Set it in JavaScript

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