Mathematical Monospace Digit Three

๐Ÿน

Shortcodes

Copy useful codes for mathematical monospace digit three symbol ๐Ÿน to use in websites, apps, blogs, and docs.

Unicode
U+1D7F9
HTML Code
𝟹
HEX Code
𝟹
CSS Code
\1D7F9
JS/JSON
\u1D7F9
Unix/C/PHP/JAVA
0x1D7F9
URL-encode
%F0%9D%9F%B9

Customize Mathematical Monospace Digit Three

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

๐Ÿน
  

How to use Mathematical Monospace Digit Three Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿน</span>
HTML Code:
<span>&#120825;</span>
HEX Code:
<span>&#x1D7F9;</span>

Add with CSS

.mathematical-monospace-digit-three::before {
  content: '\\1D7F9';
}

Set it in JavaScript

document.querySelector('.mathematical-monospace-digit-three').textContent = '๐Ÿน';
copied