Mathematical Sans-serif Bold Italic Small M Symbol
๐ข is the mathematical sans-serif bold italic small m character (U+1D662).
U+1D662
๐ข is a Unicode math-style character designed to look like an italic small โmโ in a bold sans-serif form. Itโs useful when you need typography that matches mathematical notation. You can copy it directly or use the provided Unicode escapes.
Mathematical Sans-serif Bold Italic Small M Symbol Meaning
๐ข (Unicode U+1D662) is โMATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M.โ Like other mathematical alphanumeric symbols, itโs primarily used as a styled variable or identifier in technical writing. Designers and developers may use it to mimic the look of a specific math font style when plain letters donโt match the desired emphasis. Since it is a distinct Unicode character (not a normal ASCII โmโ), it may render differently depending on the font and platform.
Common uses
- โขLabeling a variable or parameter named โmโ in math-leaning text
- โขCreating typographic emphasis in posters, UI mockups, or design systems for formula-like headings
- โขTyping in Unicode math styles for documents where โmโ must match a bold italic sans-serif look
- โขUsing in technical writing, notes, or scripts that follow a consistent symbol style
- โขEmbedding in web content where you need a specific precomposed Unicode character for โmโ
Examples
๐ข โ Mathematical Sans-Serif Bold Italic Small M
- ๐ขSet ๐ข = 10 for the mass parameter.
- ๐ขLet ๐ข represent the slope in the model.
- ๐ขChoose ๐ข as a bold italic label for the term.
- ๐ขThe value of ๐ข updates after each iteration.
- ๐ขDefine the parameter ๐ข using the given formula.
Variations
Ready to copy
Technical codes
| Unicode | U+1D662 | |
| HTML Entity | 𝙢 | |
| HTML Code | 𝙢 | |
| CSS | \1D662 |
FAQ
What does the Mathematical Sans-serif Bold Italic Small M symbol mean?
๐ข (Unicode U+1D662) is โMATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M.โ Like other mathematical alphanumeric symbols, itโs primarily used as a styled variable or identifier in technical writing. Designers and developers may use it to mimic the look of a specific math font style when plain letters donโt match the desired emphasis. Since it is a distinct Unicode character (not a normal ASCII โmโ), it may render differently depending on the font and platform.
What Unicode character is ๐ข?
๐ข is U+1D662, named โMATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M.โ
How can I copy ๐ข into HTML?
Use the HTML entity: 𝙢.
What is the CSS escape for ๐ข?
Use: \\1D662.
Does ๐ข work in JavaScript strings?
Yes. Use the JavaScript escape: \\u{1D662}.