Mathematical Sans-serif Bold Digit Three

๐Ÿฏ

Shortcodes

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

Unicode
U+1D7EF
HTML Code
𝟯
HEX Code
𝟯
CSS Code
\1D7EF
JS/JSON
\u1D7EF
Unix/C/PHP/JAVA
0x1D7EF
URL-encode
%F0%9D%9F%AF
copied

Customize Mathematical Sans-serif Bold Digit Three Symbol

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

Insert ๐Ÿฏ Mathematical Sans-serif Bold Digit Three using HTML

1. Copy-paste Mathematical Sans-serif Bold Digit Three directly:
<span>๐Ÿฏ</span>
2. HTML Decimal Code:
<span>&#120815;</span>
3. Hexadecimal Code:
<span>&#x1D7EF;</span>
Preview: ๐Ÿฏ

Add Mathematical Sans-serif Bold Digit Three symbol with CSS

.mathematical-sans-serif-bold-digit-three::before {
    content: '\\1D7EF';
}
Preview: Mathematical Sans-serif Bold Digit Three

Mathematical Sans-serif Bold Digit Three JavaScript Code

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