Mathematical Sans-serif Bold Digit Two

๐Ÿฎ

Shortcodes

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

Unicode
U+1D7EE
HTML Code
𝟮
HEX Code
𝟮
CSS Code
\1D7EE
JS/JSON
\u1D7EE
Unix/C/PHP/JAVA
0x1D7EE
URL-encode
%F0%9D%9F%AE
copied

Customize Mathematical Sans-serif Bold Digit Two Symbol

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

Insert ๐Ÿฎ Mathematical Sans-serif Bold Digit Two using HTML

1. Copy-paste Mathematical Sans-serif Bold Digit Two directly:
<span>๐Ÿฎ</span>
2. HTML Decimal Code:
<span>&#120814;</span>
3. Hexadecimal Code:
<span>&#x1D7EE;</span>
Preview: ๐Ÿฎ

Add Mathematical Sans-serif Bold Digit Two symbol with CSS

.mathematical-sans-serif-bold-digit-two::before {
    content: '\\1D7EE';
}
Preview: Mathematical Sans-serif Bold Digit Two

Mathematical Sans-serif Bold Digit Two JavaScript Code

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