Mathematical Double-struck Digit Two

๐Ÿš

Shortcodes

Copy useful codes for mathematical double-struck digit two symbol ๐Ÿš to use in websites, apps, blogs, and docs.

Unicode
U+1D7DA
HTML Code
𝟚
HEX Code
𝟚
CSS Code
\1D7DA
JS/JSON
\u1D7DA
Unix/C/PHP/JAVA
0x1D7DA
URL-encode
%F0%9D%9F%9A

Customize Mathematical Double-struck Digit Two

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

๐Ÿš
  

How to use Mathematical Double-struck Digit Two Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>๐Ÿš</span>
HTML Code:
<span>&#120794;</span>
HEX Code:
<span>&#x1D7DA;</span>

Add with CSS

.mathematical-double-struck-digit-two::before {
  content: '\\1D7DA';
}

Set it in JavaScript

document.querySelector('.mathematical-double-struck-digit-two').textContent = '๐Ÿš';
copied