Mathematical Sans-serif Italic Small S Symbol
𝘴 is the mathematical sans-serif italic small letter s (U+1D634) used in math and typographic notation.
U+1D634
The symbol 𝘴 is a Unicode character meant for mathematical-style text. It looks like an italic lowercase “s” in a sans-serif math font. You can copy it directly or use provided HTML, CSS, and JavaScript escapes.
Mathematical Sans-serif Italic Small S Symbol Meaning
𝘴 is “MATHEMATICAL SANS-SERIF ITALIC SMALL S” with Unicode code point U+1D634. Because it is a dedicated math-style character, it’s commonly used when you want a consistent, typographically correct “s” in mathematical expressions, variable names, or labels. In practice, the exact meaning depends on the context where it appears—such as representing a variable, a parameter, or an abbreviation in a formula or document. If you’re matching a specific math font style (sans-serif and italic), using this exact Unicode character helps your notation look uniform across platforms that support it.
Common uses
- •Typing math variables in equations where a sans-serif italic “s” is needed
- •Creating consistent notation in technical documents and reports
- •Labeling parameters in formulas for spreadsheets, notes, and presentations
- •Designing math-themed posters, slides, or infographics with matching typography
- •Using in developer documentation where math symbols must be copied reliably
Examples
𝘴 — Mathematical Sans-Serif Italic Small S
- 𝘴𝘴(n) = 𝘴₀ + n
- 𝘴Let 𝘴 be a positive real number.
- 𝘴Compute 𝘴 = Σᵢ xᵢ.
- 𝘴In the formula, 𝘴 denotes the slope.
- 𝘴The value of 𝘴 increases as n grows.
Variations
Ready to copy
Technical codes
| Unicode | U+1D634 | |
| HTML Entity | 𝘴 | |
| HTML Code | 𝘴 | |
| CSS | \1D634 |
FAQ
What does the Mathematical Sans-serif Italic Small S symbol mean?
𝘴 is “MATHEMATICAL SANS-SERIF ITALIC SMALL S” with Unicode code point U+1D634. Because it is a dedicated math-style character, it’s commonly used when you want a consistent, typographically correct “s” in mathematical expressions, variable names, or labels. In practice, the exact meaning depends on the context where it appears—such as representing a variable, a parameter, or an abbreviation in a formula or document. If you’re matching a specific math font style (sans-serif and italic), using this exact Unicode character helps your notation look uniform across platforms that support it.
What is the Unicode code point for 𝘴?
𝘴 is U+1D634 (MATHEMATICAL SANS-SERIF ITALIC SMALL S).
How can I copy 𝘴 into HTML?
Use the HTML entity: 𝘴
What CSS escape can I use for 𝘴?
Use the CSS escape: \\1D634
How do I include 𝘴 in JavaScript strings?
You can use the Unicode escape: \\u{1D634}