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>𝟚</span> HEX Code:
<span>𝟚</span> Add with CSS
.mathematical-double-struck-digit-two::before {
content: '\\1D7DA';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-digit-two').textContent = '๐';