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