Black-letter Capital I

Shortcodes

Copy and paste codes for Black-letter Capital I symbol ℑ to use in your websites, apps, blogs, and more.

Unicode
U+2111
HTML Code
ℑ
HTML Entity
ℑ
HEX Code
ℑ
CSS Code
\2111
JS/JSON
\u2111
Unix/C/PHP/JAVA
0x2111
URL-encode
%E2%84%91
copied

Customize Black-letter Capital I Symbol

Customize ℑ symbol as you like and download Black-letter Capital 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 Black-letter Capital I symbol in HTML, CSS, and JS?

Insert ℑ Black-letter Capital I using HTML

1. Copy-paste Black-letter Capital I directly:
<span>ℑ</span>
2. HTML Decimal Code:
<span>&#8465;</span>
3. HTML Entity:
<span>&Ifr;</span>
4. Hexadecimal Code:
<span>&#x2111;</span>
Preview:

Add Black-letter Capital I symbol with CSS

.black-letter-capital-i::before {
    content: '\\2111';
}
Preview: Black-letter Capital I

Black-letter Capital I JavaScript Code

1. Direct Symbol:
document.querySelector('.black-letter-capital-i').textContent = 'ℑ';
2. Unicode Escape for ℑ:
document.querySelector('.black-letter-capital-i').textContent = '\u2111';
Preview: