Mathematical Monospace Digit One

๐Ÿท

Shortcodes

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

Unicode
U+1D7F7
HTML Code
𝟷
HEX Code
𝟷
CSS Code
\1D7F7
JS/JSON
\u1D7F7
Unix/C/PHP/JAVA
0x1D7F7
URL-encode
%F0%9D%9F%B7

Customize Mathematical Monospace Digit One

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

๐Ÿท
  

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

Insert in HTML

1. Direct symbol:
<span>๐Ÿท</span>
HTML Code:
<span>&#120823;</span>
HEX Code:
<span>&#x1D7F7;</span>

Add with CSS

.mathematical-monospace-digit-one::before {
  content: '\\1D7F7';
}

Set it in JavaScript

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