Mathematical Monospace Digit One

๐Ÿท

Shortcodes

Copy and paste codes for Mathematical Monospace Digit One symbol ๐Ÿท to use in your websites, apps, blogs, and more.

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

Customize Mathematical Monospace Digit One Symbol

Customize ๐Ÿท symbol as you like and download Mathematical Monospace Digit One as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿท

                        
                    

How to add Mathematical Monospace Digit One symbol in HTML, CSS, and JS?

Insert ๐Ÿท Mathematical Monospace Digit One using HTML

1. Copy-paste Mathematical Monospace Digit One directly:
<span>๐Ÿท</span>
2. HTML Decimal Code:
<span>&#120823;</span>
3. Hexadecimal Code:
<span>&#x1D7F7;</span>
Preview: ๐Ÿท

Add Mathematical Monospace Digit One symbol with CSS

.mathematical-monospace-digit-one::before {
    content: '\\1D7F7';
}
Preview: Mathematical Monospace Digit One

Mathematical Monospace Digit One JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-monospace-digit-one').textContent = '๐Ÿท';
2. Unicode Escape for ๐Ÿท:
document.querySelector('.mathematical-monospace-digit-one').textContent = '\u1D7F7';
Preview: ๐Ÿท