HTML Entity for Uppercase I Script Capital (ℐ)

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

What Is the Uppercase I Script Capital Entity?

Uppercase I Script Capital (ℐ) is the Unicode character at U+2110 (SCRIPT CAPITAL I). HTML5 names it ℐ (also ℐ). Use it for mathematical script notation and formal typography.

Remember
Character     ℐ
Unicode       U+2110
Hex entity    ℐ
Decimal       ℐ
Named entity  ℐ (ℐ)
CSS escape    \2110
Official name SCRIPT CAPITAL I
Block         Letterlike Symbols

Prefer ℐ or ℐ in HTML markup. Do not confuse with plain I (U+0049) or ℑ (U+2111).

Quick Reference

One table for every form you will actually use.

FormCodeWhere it goes
Direct characterℐHTML text (UTF-8)
Named entityℐHTML markup — preferred for readability
Alternate nameℐSame glyph as ℐ
Hex entityℐHTML markup
Decimal entityℐHTML markup
CSS escape\2110Stylesheet content

When to Use Which

SituationUse
Math script notationℐ or ℐ
Need numeric formℐ or ℐ
Generated text via ::before / ::aftercontent: "\2110"
Imaginary-part symbolℑ (U+2111) — not this character
Ordinary capital letter IUse I (U+0049)

Live Preview

Script capital I in math context, compared with plain I and related look-alikes.

Math ℐ(x) denotes a function of x
Large glyph ℐ
Named entity ℐ → ℐ
vs look-alikes ℐ  |  I  |  ℑ
With entities Named: ℐ | Hex: ℐ | Decimal: ℐ

Complete HTML Example

One page that shows Uppercase I Script Capital 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 display ℐ in HTML and CSS.

html
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Uppercase I Script Capital (ℐ)</title>
  <style>
    #point::after {
      content: "\2110";
    }
  </style>
</head>
<body>
  <p>Built with Named: &Iscr;</p>
  <p>Built with Hex: &#x2110;</p>
  <p>Built with Decimal: &#8464;</p>
  <p id="point">Built with CSS: </p>
  <p>Typed: ℐ</p>
  <p>Math: &Iscr;(x)</p>
</body>
</html>
Try It Yourself

How It Works

1. Named: &Iscr; is the HTML5 name for U+2110 → ℐ (case-sensitive). &imagline; is an alternate name for the same glyph.

2. Hex: &#x2110; inserts the same code point. Same visual as named.

3. Decimal: &#8464; is the base-10 form of U+2110.

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

5. Typed: paste ℐ in a UTF-8 document, or write math text with &Iscr;.

Pitfalls & Tips

Common mistakes when working with this character.

Named

Prefer &Iscr;

The name is case-sensitive. &Iscr; and &imagline; both render ℐ. Prefer &Iscr; for shorter, clearer source.

Look-alikes

Not &Im; and not plain I

Script capital I is &Iscr; (U+2110). Plain Latin is I. Black-letter / imaginary-part is &Im; (U+2111). Match the notation you need.

Semantics

Prefer the letterlike symbol

Prefer U+2110 (or &Iscr;) over styling a plain I with a script font when the semantics require the letterlike symbol.

Fonts

Check Letterlike coverage

Some fonts omit U+2110. If the glyph is missing, switch to a font with Letterlike Symbols support.

CSS vs HTML

Do not mix escapes

\2110 belongs in CSS. &Iscr; / &#x2110; / &#8464; belong in HTML.

Semicolon

End references

Always finish with ; — write &Iscr;, not &Iscr.

Browser Support

Uppercase I Script Capital (U+2110) and its entity forms (&Iscr;, &#x2110;, &#8464;, CSS \\2110) are supported in all modern browsers. Glyph coverage depends on the font.

✓ Universal support

Uppercase I Script Capital

Encode with named, hex, decimal, or CSS escape — or type ℐ directly in UTF-8 HTML. Prefer &Iscr; or &#x2110;.

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+2110 / entities Full support

Bottom line: Prefer &Iscr; or &#x2110; for readable HTML. Use \\2110 only inside CSS content. Do not confuse with plain I or &Im; ℑ.

Key Takeaways

  • Unicode: this character is U+2110 (decimal 8464) — SCRIPT CAPITAL I.
  • HTML: prefer &Iscr; — or use &#x2110; / &#8464; (also &imagline;).
  • CSS: use \2110 inside content for generated text.
  • Watch out: &Iscr; (ℐ) ≠ plain I ≠ &Im; ℑ.

One line: U+2110 → &Iscr; / &#x2110; / &#8464; / CSS \2110.

Frequently Asked Questions

Use &Iscr; (named), &#x2110; (hex), &#8464; (decimal), or the CSS escape \2110 in the content property. All render ℐ. Prefer &Iscr; or &#x2110; for readable markup. &imagline; is an alternate name for the same character.
U+2110 (SCRIPT CAPITAL I). Hex 2110, decimal 8464, named entities &Iscr; and &imagline;. It belongs to Letterlike Symbols (U+2100–U+214F).
Yes. HTML5 defines &Iscr; and &imagline; for U+2110. Prefer &Iscr; for general use. Both are case-sensitive.
U+2110 is a letterlike script capital I used in math typography. U+0049 is plain Latin capital I. U+2111 (&Im; / &image;) is black-letter capital I, often used for the imaginary part — a different character.
Use it for mathematical script notation and formal typography that needs ℐ — not as a substitute for plain I, and not when you need the imaginary-part symbol ℑ (U+2111).
HTML entities (&Iscr;, &#8464;, or &#x2110;) go in markup. The CSS escape \2110 is used in stylesheets (usually in the content property of ::before/::after). Both render ℐ.

Did you know?

Uppercase I Script Capital is Unicode U+2110 (decimal 8464) — glyph ℐ (SCRIPT CAPITAL I) in Letterlike Symbols. HTML5 names it &Iscr; (also &imagline;). Prefer it for mathematical script notation. Do not confuse it with plain I (U+0049) or black-letter capital I / imaginary-part symbol &Im; (U+2111).

Next: Uppercase I Stroke

Learn the HTML entity for Uppercase I Stroke — next in this sequence.

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