Mathematical Sans-serif Bold Digit One

๐Ÿญ

Shortcodes

Copy and paste codes for Mathematical Sans-serif Bold Digit One symbol ๐Ÿญ to use in your websites, apps, blogs, and more.

Unicode
U+1D7ED
HTML Code
𝟭
HEX Code
𝟭
CSS Code
\1D7ED
JS/JSON
\u1D7ED
Unix/C/PHP/JAVA
0x1D7ED
URL-encode
%F0%9D%9F%AD
copied

Customize Mathematical Sans-serif Bold Digit One Symbol

Customize ๐Ÿญ symbol as you like and download Mathematical Sans-serif Bold 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 Sans-serif Bold Digit One symbol in HTML, CSS, and JS?

Insert ๐Ÿญ Mathematical Sans-serif Bold Digit One using HTML

1. Copy-paste Mathematical Sans-serif Bold Digit One directly:
<span>๐Ÿญ</span>
2. HTML Decimal Code:
<span>&#120813;</span>
3. Hexadecimal Code:
<span>&#x1D7ED;</span>
Preview: ๐Ÿญ

Add Mathematical Sans-serif Bold Digit One symbol with CSS

.mathematical-sans-serif-bold-digit-one::before {
    content: '\\1D7ED';
}
Preview: Mathematical Sans-serif Bold Digit One

Mathematical Sans-serif Bold Digit One JavaScript Code

1. Direct Symbol:
document.querySelector('.mathematical-sans-serif-bold-digit-one').textContent = '๐Ÿญ';
2. Unicode Escape for ๐Ÿญ:
document.querySelector('.mathematical-sans-serif-bold-digit-one').textContent = '\u1D7ED';
Preview: ๐Ÿญ