Mathematical Bold Italic Small I Symbol
π is the mathematical bold italic small letter i (Unicode U+1D48A) for styled math and notation.
U+1D48A
π (U+1D48A) is a Unicode character from the Mathematical block. Itβs used to display an italic lowercase i with a bold math style, matching mathematical typography.
Mathematical Bold Italic Small I Symbol Meaning
π is a mathematical styling character: it represents a lowercase βiβ in a bold italic form intended for math-like text. In documents and design systems, it helps maintain consistent typographic appearance when you need an βiβ that visually matches mathematical variables, indices, or labels. Because it is a distinct Unicode character (not just βiβ with formatting), it will render consistently anywhere the font supports it. Itβs most commonly used in math notation strings, equations rendered as plain text, and UI/graphic contexts where you want a single-character symbol rather than styling text via HTML or CSS.
Common uses
- β’Typing math variables in plain text (e.g., βiβ in a styled formula string)
- β’Labels in math-themed user interfaces and dashboards
- β’Designing posters, slides, or infographics that require a bold-italic i
- β’Creating consistent notation in custom equation text, icons, or badges
- β’Blog or documentation snippets where rich formatting is limited
Examples
π β Mathematical Bold Italic Small I
- πVector component: π
- πIndex label: π = 1, 2, 3
- πMatrix term: aπ,π
- πParameter name: π(t)
- πBasis element: π
Variations
Ready to copy
Technical codes
| Unicode | U+1D48A | |
| HTML Entity | 𝒊 | |
| HTML Code | 𝒊 | |
| CSS | \1D48A |
FAQ
What does the Mathematical Bold Italic Small I symbol mean?
π is a mathematical styling character: it represents a lowercase βiβ in a bold italic form intended for math-like text. In documents and design systems, it helps maintain consistent typographic appearance when you need an βiβ that visually matches mathematical variables, indices, or labels. Because it is a distinct Unicode character (not just βiβ with formatting), it will render consistently anywhere the font supports it. Itβs most commonly used in math notation strings, equations rendered as plain text, and UI/graphic contexts where you want a single-character symbol rather than styling text via HTML or CSS.
What Unicode character is π?
π is βMATHEMATICAL BOLD ITALIC SMALL Iβ with code point U+1D48A (HTML entity: 𝒊).
Is π the same as a normal lowercase i?
No. π is a distinct Unicode symbol designed for mathematical bold italic styling, not just the regular letter βiβ.
How can I copy π into code or text?
You can copy the character directly (π), or use its escapes like CSS \\1D48A or JavaScript \\u{1D48A} when supported.
Will π always render the same?
It depends on font support. In many math-capable fonts it will display as the intended bold italic small i; otherwise, it may fall back to a missing-glyph style.