Mathematical Bold Capital S Symbol
π is the mathematical bold capital S character (U+1D412) used to represent styled S in formulas.
U+1D412
π is a Unicode character in the Mathematical Bold block. Itβs commonly used when you want a bold, capital S in math text or styled typography. You can copy it directly or use the provided HTML, CSS, and JavaScript escapes.
Mathematical Bold Capital S Symbol Meaning
π (U+1D412) is the Unicode βMATHEMATICAL BOLD CAPITAL Sβ. Itβs not the same as the plain ASCII letter βSβ; itβs a specific styled glyph meant for mathematical/typographic contexts. Designers and developers use it to match βboldβ math lettering in contexts where normal fonts donβt provide the exact weight or style. In practice, π may appear as a variable, set name, or label in written math, as well as in documents and UIs that require consistent typographic styling. Its key value is visual consistency: itβs the correct Unicode character for that bold-capital S look.
Common uses
- β’Using a bold-capital S to label sets, functions, or variables in math notes and documentation
- β’Creating consistent typographic styling in design mockups that include mathematical text
- β’Formatting headings or symbols in educational content where βSβ must look bold and capitalized
- β’Publishing math-related content for web and social platforms that require copyable Unicode characters
- β’Building UI text, badges, or templates that use the exact Unicode glyph for bold S
Examples
π β Mathematical Bold Capital S
- πLet π be a set of elements.
- πDefine the operator π on the space.
- πWe compute π(x) for each value.
- πThe matrix π is invertible.
- πChoose π to satisfy the condition.
Variations
Ready to copy
Technical codes
| Unicode | U+1D412 | |
| HTML Entity | 𝐒 | |
| HTML Code | 𝐒 | |
| CSS | \1D412 |
FAQ
What does the Mathematical Bold Capital S symbol mean?
π (U+1D412) is the Unicode βMATHEMATICAL BOLD CAPITAL Sβ. Itβs not the same as the plain ASCII letter βSβ; itβs a specific styled glyph meant for mathematical/typographic contexts. Designers and developers use it to match βboldβ math lettering in contexts where normal fonts donβt provide the exact weight or style. In practice, π may appear as a variable, set name, or label in written math, as well as in documents and UIs that require consistent typographic styling. Its key value is visual consistency: itβs the correct Unicode character for that bold-capital S look.
Is π the same as a normal capital letter S?
No. π is a specific Unicode character: βMATHEMATICAL BOLD CAPITAL Sβ (U+1D412). It may look different from the standard ASCII βSβ depending on font support.
How can I copy π into HTML?
You can paste the character directly, or use the HTML entity: 𝐒.
Whatβs the correct JavaScript escape for π?
Use \\u{1D412} to represent the character in JavaScript string literals that support Unicode escapes.
Can I use CSS to insert π?
Yes. With Unicode escapes, you can use the CSS escape form: \\1D412, provided your environment supports that syntax.