Mathematical Sans-serif Bold Digit Nine

๐Ÿต

Shortcodes

Copy useful codes for mathematical sans-serif bold digit nine symbol ๐Ÿต to use in websites, apps, blogs, and docs.

Unicode
U+1D7F5
HTML Code
𝟵
HEX Code
𝟵
CSS Code
\1D7F5
JS/JSON
\u1D7F5
Unix/C/PHP/JAVA
0x1D7F5
URL-encode
%F0%9D%9F%B5

Customize Mathematical Sans-serif Bold Digit Nine

Customize ๐Ÿต, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿต
  

How to use Mathematical Sans-serif Bold Digit Nine Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿต</span>
HTML Code:
<span>&#120821;</span>
HEX Code:
<span>&#x1D7F5;</span>

Add with CSS

.mathematical-sans-serif-bold-digit-nine::before {
  content: '\\1D7F5';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-bold-digit-nine').textContent = '๐Ÿต';
copied