Mathematical Double-struck Digit Nine

๐Ÿก

Shortcodes

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

Unicode
U+1D7E1
HTML Code
𝟡
HEX Code
𝟡
CSS Code
\1D7E1
JS/JSON
\u1D7E1
Unix/C/PHP/JAVA
0x1D7E1
URL-encode
%F0%9D%9F%A1

Customize Mathematical Double-struck Digit Nine

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

๐Ÿก
  

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

Insert in HTML

1. Direct symbol:
<span>๐Ÿก</span>
HTML Code:
<span>&#120801;</span>
HEX Code:
<span>&#x1D7E1;</span>

Add with CSS

.mathematical-double-struck-digit-nine::before {
  content: '\\1D7E1';
}

Set it in JavaScript

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