Double-struck Italic Small J

Shortcodes

Copy and paste codes for Double-struck Italic Small J symbol ⅉ to use in your websites, apps, blogs, and more.

Unicode
U+2149
HTML Code
ⅉ
HEX Code
ⅉ
CSS Code
\2149
JS/JSON
\u2149
Unix/C/PHP/JAVA
0x2149
URL-encode
%E2%85%89
copied

Customize Double-struck Italic Small J Symbol

Customize ⅉ symbol as you like and download Double-struck Italic Small J as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Double-struck Italic Small J symbol in HTML, CSS, and JS?

Insert ⅉ Double-struck Italic Small J using HTML

1. Copy-paste Double-struck Italic Small J directly:
<span>ⅉ</span>
2. HTML Decimal Code:
<span>&#8521;</span>
3. Hexadecimal Code:
<span>&#x2149;</span>
Preview:

Add Double-struck Italic Small J symbol with CSS

.double-struck-italic-small-j::before {
    content: '\\2149';
}
Preview: Double-struck Italic Small J

Double-struck Italic Small J JavaScript Code

1. Direct Symbol:
document.querySelector('.double-struck-italic-small-j').textContent = 'ⅉ';
2. Unicode Escape for ⅉ:
document.querySelector('.double-struck-italic-small-j').textContent = '\u2149';
Preview: