Double-struck Italic Small I

Shortcodes

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

Unicode
U+2148
HTML Code
ⅈ
HEX Code
ⅈ
CSS Code
\2148
JS/JSON
\u2148
Unix/C/PHP/JAVA
0x2148
URL-encode
%E2%85%88
copied

Customize Double-struck Italic Small I Symbol

Customize ⅈ symbol as you like and download Double-struck Italic Small I 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 I symbol in HTML, CSS, and JS?

Insert ⅈ Double-struck Italic Small I using HTML

1. Copy-paste Double-struck Italic Small I directly:
<span>ⅈ</span>
2. HTML Decimal Code:
<span>&#8520;</span>
3. Hexadecimal Code:
<span>&#x2148;</span>
Preview:

Add Double-struck Italic Small I symbol with CSS

.double-struck-italic-small-i::before {
    content: '\\2148';
}
Preview: Double-struck Italic Small I

Double-struck Italic Small I JavaScript Code

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