Mathematical Sans-serif Bold Digit Two

๐Ÿฎ

Shortcodes

Copy useful codes for mathematical sans-serif bold digit two symbol ๐Ÿฎ to use in websites, apps, blogs, and docs.

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

Customize Mathematical Sans-serif Bold Digit Two

Customize ๐Ÿฎ, download it as SVG or PNG, or copy the generated HTML snippet.

๐Ÿฎ
  

How to use Mathematical Sans-serif Bold Digit Two Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿฎ</span>
HTML Code:
<span>&#120814;</span>
HEX Code:
<span>&#x1D7EE;</span>

Add with CSS

.mathematical-sans-serif-bold-digit-two::before {
  content: '\\1D7EE';
}

Set it in JavaScript

document.querySelector('.mathematical-sans-serif-bold-digit-two').textContent = '๐Ÿฎ';
copied