Mathematical Sans-serif Italic Small J
๐ซ
Shortcodes
Copy useful codes for mathematical sans-serif italic small j symbol ๐ซ to use in websites, apps, blogs, and docs.
Unicode
U+1D62B HTML Code
𝘫 HEX Code
𝘫 CSS Code
\1D62B JS/JSON
\u1D62B Unix/C/PHP/JAVA
0x1D62B URL-encode
%F0%9D%98%AB Customize Mathematical Sans-serif Italic Small J
Customize ๐ซ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ซ
How to use Mathematical Sans-serif Italic 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-sans-serif-italic-small-j::before {
content: '\\1D62B';
} Set it in JavaScript
document.querySelector('.mathematical-sans-serif-italic-small-j').textContent = '๐ซ';