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