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