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>&#119973;</span>
HEX Code:
<span>&#x1D4A5;</span>

Add with CSS

.mathematical-script-capital-j::before {
  content: '\\1D4A5';
}

Set it in JavaScript

document.querySelector('.mathematical-script-capital-j').textContent = '๐’ฅ';
copied