Mathematical Double-struck Small J
๐
Shortcodes
Copy useful codes for mathematical double-struck small j symbol ๐ to use in websites, apps, blogs, and docs.
Unicode
U+1D55B HTML Code
𝕛 HEX Code
𝕛 CSS Code
\1D55B JS/JSON
\u1D55B Unix/C/PHP/JAVA
0x1D55B URL-encode
%F0%9D%95%9B Customize Mathematical Double-struck Small J
Customize ๐, download it as SVG or PNG, or copy the generated HTML snippet.
๐
How to use Mathematical Double-struck Small J 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-small-j::before {
content: '\\1D55B';
} Set it in JavaScript
document.querySelector('.mathematical-double-struck-small-j').textContent = '๐';