Mathematical Bold Capital E Symbol
The character π is a mathematical bold capital E (U+1D404).
U+1D404
π is a Unicode mathematical styled letter used when you need a bold, capital E in math-like typography. Itβs commonly used in formulas, notation, and design elements where weight and style matter. You can copy it directly or use the provided HTML, CSS, or JavaScript escapes.
Mathematical Bold Capital E Symbol Meaning
βπβ is the Unicode character named MATHEMATICAL BOLD CAPITAL E (code point U+1D404). It belongs to the βMathβ category and represents a bold-styled version of the capital letter E intended for mathematical or scientific typography. The character is primarily used as a typographic choice: it helps distinguish variables, operators, or labeled constants from regular-weight text. In practice, youβll see it in equations, notation, and documents where consistent math font styling is important, especially in contexts that require bold letterforms rather than plain βEβ.
Common uses
- β’Labeling vectors or parameters that are typeset in bold within math equations
- β’Writing mathematical notation in documents or reports that use Unicode math characters
- β’Designing posters, slides, or infographics that need a bold math-style βEβ
- β’UI and form notation where βEβ is used as a symbolic field marker in a math-like style
- β’Social and educational graphics that emphasize formulas and variables with consistent styling
Examples
π β Mathematical Bold Capital E
- πLet π be a constant.
- πCompute π for the given parameters.
- πUse the bold letter π in the equation.
- πThe value of π increases with t.
- πRefer to π as defined above.
Variations
Ready to copy
Technical codes
| Unicode | U+1D404 | |
| HTML Entity | 𝐄 | |
| HTML Code | 𝐄 | |
| CSS | \1D404 |
FAQ
What does the Mathematical Bold Capital E symbol mean?
βπβ is the Unicode character named MATHEMATICAL BOLD CAPITAL E (code point U+1D404). It belongs to the βMathβ category and represents a bold-styled version of the capital letter E intended for mathematical or scientific typography. The character is primarily used as a typographic choice: it helps distinguish variables, operators, or labeled constants from regular-weight text. In practice, youβll see it in equations, notation, and documents where consistent math font styling is important, especially in contexts that require bold letterforms rather than plain βEβ.
What Unicode character is π?
π is MATHEMATICAL BOLD CAPITAL E with Unicode code point U+1D404.
How do I use π in HTML?
Use the HTML entity 𝐄 in your markup.
How do I use π with CSS?
Use the CSS escape sequence \\1D404 where supported (for example, in a CSS rule using content).
How do I use π in JavaScript?
You can use \\u{1D404} in JavaScript string literals to insert the character.