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}.