Mathematical Italic Small U Symbol
𝑢 is the mathematical italic small letter U used in typed formulas and mathematical notation.
U+1D462
The symbol 𝑢 is a Unicode character called Mathematical Italic Small U (U+1D462). It’s commonly used when authors need a distinct italic “u” for math layouts. You can copy it directly or use its HTML/CSS/JavaScript escape forms.
Mathematical Italic Small U Symbol Meaning
𝑢 is the Unicode character “MATHEMATICAL ITALIC SMALL U” (U+1D462), designed for mathematical typography. It typically represents an italicized lowercase u in contexts where the font style matters—such as variable names, vectors or parameters, and function arguments in printed or digitally rendered equations. In plain text, it may also be used as a stylized “u” character, but its primary purpose is math typesetting consistency. When you need a visually italic math “u” that matches other mathematical symbols, using this Unicode character is more reliable than substituting a normal “u” and relying on font styling.
Common uses
- •Typing math variables like u in equations and proofs
- •Labeling a parameter or constant in a formula
- •Representing a vector or unknown component in technical documents
- •Creating consistent typographic styling in STEM notes and reports
- •Designing math-focused UI text (e.g., equations in apps or slides)
Examples
𝑢 (Mathematical Italic Small U) Symbol
- 𝑢Let 𝑢 be a variable in the function.
- 𝑢Compute 𝑢 using the given constraints.
- 𝑢For small values of 𝑢, the approximation holds.
- 𝑢Let f(𝑢) = 𝑢² for this case.
- 𝑢We solve for 𝑢 in the equation.
Variations
Ready to copy
Technical codes
| Unicode | U+1D462 | |
| HTML Entity | 𝑢 | |
| HTML Code | 𝑢 | |
| CSS | \1D462 |
FAQ
What does the Mathematical Italic Small U symbol mean?
𝑢 is the Unicode character “MATHEMATICAL ITALIC SMALL U” (U+1D462), designed for mathematical typography. It typically represents an italicized lowercase u in contexts where the font style matters—such as variable names, vectors or parameters, and function arguments in printed or digitally rendered equations. In plain text, it may also be used as a stylized “u” character, but its primary purpose is math typesetting consistency. When you need a visually italic math “u” that matches other mathematical symbols, using this Unicode character is more reliable than substituting a normal “u” and relying on font styling.
Is 𝑢 the same as a regular letter “u”?
No. 𝑢 is the Unicode “MATHEMATICAL ITALIC SMALL U” (U+1D462). A regular “u” is a different character; 𝑢 is meant for mathematical typography.
How can I copy 𝑢 into my work?
Copy the character directly from this page and paste it into your editor, document, or design tool.
What is the HTML entity for 𝑢?
The HTML entity is 𝑢.
How do I use 𝑢 with CSS or JavaScript?
CSS escape: \\1D462. JavaScript escape: \\u{1D462}.