HTML Entity for Black-Letter Capital I (ℑ)

Beginner
5 min read
Updated: Sep 2026
1 example
Unicode U+2111

What Is Black-Letter Capital I?

Black-letter capital I (ℑ) is the Unicode character at U+2111 in Letterlike Symbols. Official name: BLACK-LETTER CAPITAL I — a Fraktur-style capital I. In mathematics it often denotes the imaginary part of a complex number.

Remember
Character     ℑ
Unicode       U+2111
Named entity  ℑ  (also ℑ · ℑ)
Hex entity    ℑ
Decimal       ℑ
CSS escape    \2111
Not the same  I · ℐ · ℜ

Prefer ℑ in HTML markup (aliases ℑ and ℑ are the same glyph). Numeric forms and typing ℑ in UTF-8 also work. Use it for math notation or black-letter style — not as a stand-in for Latin I.

Quick Reference

One table for every form you will actually use.

FormCodeWhere it goes
Named entityℑHTML markup (preferred)
Named aliasesℑ · ℑSame glyph as ℑ
Direct characterℑHTML text (UTF-8)
Hex entityℑHTML markup
Decimal entityℑHTML markup
CSS escape\2111Stylesheet content

When to Use Which

SituationUse
Black-letter / imaginary-part I (ℑ)ℑ or type ℑ
Script capital I (ℐ)ℐ (ℐ)
Black-letter R / real part (ℜ)ℜ (ℜ)
Latin capital I with acute (Í)Í (Í)
Plain capital II (U+0049)
Generated text via ::before / ::aftercontent: "\2111"

Live Preview

Black-letter capital I rendered alone and next to related symbols.

Large glyph ℑ
Notation ℑ(z) = y
Compared ℑ  |  ℐ  |  ℜ
Hint Compare: Imag ℑ | Script ℐ | Real ℜ | Latin I
With entities Named: ℑ | Hex: ℑ | Decimal: ℑ

Complete HTML Example

One page that shows the symbol with named, hex, decimal, CSS escape, and a typed character. Use View Output or open the live editor.

Named + Hex + Decimal + CSS + Typed

Five ways to produce ℑ, plus a short math notation example.

html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Black-Letter Capital I (ℑ)</title>
  <style>
    #point::after {
      content: "\2111";
    }
  </style>
</head>
<body>
  <p>Using Named Entity: &image;</p>
  <p>Using Hex Code: &#x2111;</p>
  <p>Using HTML Code: &#8465;</p>
  <p id="point">Using CSS Entity: </p>
  <p>Typed directly: ℑ</p>
  <p>Math: &image;(z) = y</p>
</body>
</html>
Try It Yourself

How It Works

1. Named: &image; is the clearest HTML form for U+2111. &Im; and &imagpart; are aliases for the same character.

2. Hex: U+2111 → &#x2111; in HTML. Same glyph as the named entity.

3. Decimal: same code point as 8465 → &#8465;. Same glyph as hex and named.

4. CSS: use \2111 in content (not an HTML entity). #point::after appends that ℑ after the paragraph text.

5. Typed / math: paste ℑ in UTF-8, or write expressions like &image;(z) = y for imaginary-part notation.

Pitfalls & Tips

Common mistakes when working with U+2111.

vs I

Not a Latin letter I

Plain I (U+0049) is a different character. Use ℑ only when you need the black-letter / imaginary-part symbol.

vs ℐ

Not script capital I

ℐ (&Iscr;) is a script (calligraphic) form. ℑ is black-letter (Fraktur).

vs ℜ

Not the real-part symbol

ℜ (&real;) is black-letter R for the real part. Pair them carefully in complex-number text.

Name

&image; is not an “image” tag

The entity name &image; means this letterlike symbol, not an <img> element. Do not confuse the two.

Fonts

Needs Letterlike font coverage

Some UI fonts omit U+2111. Prefer a stack that includes a math-capable font if the glyph must always show.

CSS vs HTML

Do not mix escapes

\2111 belongs in CSS strings. &image; / &#x2111; / &#8465; belong in HTML.

Browser Support

Black-letter capital I (U+2111) and its entity forms (&image;, &#x2111;, &#8465;, CSS \\2111) are supported in all mainstream browsers. Visible glyphs depend on Letterlike / math font coverage.

✓ Universal support

Black-Letter Capital I (&#x2111;)

Encode with named, hex, decimal, CSS escape, or type the character — same code point everywhere encoding is supported.

100% Browser coverage
Google Chrome Supported
Yes
Microsoft Edge Supported
Yes
Mozilla Firefox Supported
Yes
Apple Safari Supported
Yes
Opera Supported
Yes
Internet Explorer All versions
Yes
U+2111 / &image; Full support

Bottom line: Prefer &image; in HTML. Use \\2111 only inside CSS content. Do not confuse with Latin I, script ℐ, or real-part ℜ.

Key Takeaways

  • Unicode: black-letter capital I is U+2111 (decimal 8465) — glyph ℑ.
  • HTML: prefer &image; — also &#x2111; / &#8465; (aliases &Im;, &imagpart;).
  • CSS: use \2111 inside content for generated text.
  • Meaning: ℑ is black-letter I (often imaginary part) — not Latin I, not ℐ (script), not ℜ (real).

One line: U+2111 → &image; / &#x2111; / &#8465; / CSS \2111.

Frequently Asked Questions

Use &image; (named), &#x2111; (hex), &#8465; (decimal), type ℑ directly in UTF-8, or the CSS escape \2111 in content. Prefer &image; in normal HTML. Aliases &Im; and &imagpart; also work.
U+2111 (BLACK-LETTER CAPITAL I). Hex 2111, decimal 8465. It belongs to Letterlike Symbols (U+2100–U+214F).
Yes. Use &image; (preferred). Numeric forms &#8465; and &#x2111; also work. HTML5 also defines &Im; and &imagpart; for the same character.
No. ℑ is the black-letter form (U+2111), often used for imaginary part. Plain I is U+0049. Script capital I is U+2110 (&Iscr;).
Use it in mathematical or academic text for the imaginary-part operator or black-letter I typography — not as a substitute for Latin I or script ℐ.
HTML entities (&image;, &#8465;, or &#x2111;) go in markup. The CSS escape \2111 goes in stylesheet strings (usually content on ::before/::after).

Did you know?

Black-letter capital I is Unicode U+2111 (decimal 8465) — glyph ℑ in Letterlike Symbols (U+2100–U+214F). HTML5 names it &image; (also &Im; and &imagpart;). Official name: BLACK-LETTER CAPITAL I. In math it often marks the imaginary part of a complex number. Do not confuse with script capital I U+2110 (ℐ) or black-letter R U+211C (ℜ, real part).

Next: Uppercase I Breve

Learn the HTML entity for uppercase I with breve (U+012C).

Continue tutorial →

About the author

Mari Selvan M P
Mari Selvan M P 🔗

Developer, cloud engineer, and technical writer

  • Experience 12 years building web and cloud systems
  • Focus Full Stack Development, AWS, and Developer Education

I write practical tutorials so students and working developers can learn by doing—from databases and APIs to deployment on AWS.

8 people found this page helpful