Mathematical Sans-serif Bold Digit Five

๐Ÿฑ

Shortcodes

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

Unicode
U+1D7F1
HTML Code
𝟱
HEX Code
𝟱
CSS Code
\1D7F1
JS/JSON
\u1D7F1
Unix/C/PHP/JAVA
0x1D7F1
URL-encode
%F0%9D%9F%B1
copied

Customize Mathematical Sans-serif Bold Digit Five Symbol

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

Insert ๐Ÿฑ Mathematical Sans-serif Bold Digit Five using HTML

1. Copy-paste Mathematical Sans-serif Bold Digit Five directly:
<span>๐Ÿฑ</span>
2. HTML Decimal Code:
<span>&#120817;</span>
3. Hexadecimal Code:
<span>&#x1D7F1;</span>
Preview: ๐Ÿฑ

Add Mathematical Sans-serif Bold Digit Five symbol with CSS

.mathematical-sans-serif-bold-digit-five::before {
    content: '\\1D7F1';
}
Preview: Mathematical Sans-serif Bold Digit Five

Mathematical Sans-serif Bold Digit Five JavaScript Code

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