About Latin Capital Letter Upsilon
Latin Capital Letter Upsilon is the Unicode character Ʊ at codepoint U+01B1 in the Latin Extended-B block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Capital Letter Upsilon
To use the Latin Capital Letter Upsilon symbol (Ʊ) in HTML, insert the
entity Ʊ directly into your markup. The decimal entity Ʊ works in any HTML-serialised document.
In CSS pseudo-elements use content: '\1B1';.
In JavaScript and TypeScript the escape '\u01B1' evaluates to Ʊ. In Python source, write '\u01B1'.
The character encodes to C6 B1 as UTF-8 bytes and 01B1 as UTF-16 code units. Its decimal codepoint is 433.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.