About Latin Capital Letter U With Circumflex Latin Capital Letter U Circumflex
Latin Capital Letter U With Circumflex Latin Capital Letter U Circumflex is the Unicode character Û at codepoint U+00DB in the Latin-1 Supplement 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 U With Circumflex Latin Capital Letter U Circumflex
To use the Latin Capital Letter U With Circumflex Latin Capital Letter U Circumflex 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: '\DB';.
In JavaScript and TypeScript the escape '\u00DB' evaluates to Û. In Python source, write '\u00DB'.
The character encodes to C3 9B as UTF-8 bytes and 00DB as UTF-16 code units. Its decimal codepoint is 219.
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.