โœฆfree-symbols
๐’

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

UnicodeU+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.