copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Û'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Û
LATIN CAPITAL LETTER U WITH CIRCUMFLEX
Overview
Û (LATIN CAPITAL LETTER U WITH CIRCUMFLEX) is the Unicode character at code point U+00DB. It belongs to the Latin-1 Supplement block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00DB | |
| decimal | 219 | |
| htmldecimal | Û | |
| htmlhex | Û | |
| css | \00DB | |
| javascript | \u{DB} | |
| python | \u00db | |
| java | \u00DB | |
| go | \u00DB | |
| ruby | \u{DB} | |
| rust | \u{DB} | |
| ccpp | \u00db | |
| urlencoded | %C3%9B | |
| utf8bytes | c3 9b | |
| utf16bebytes | 00 db | |
| utf32bebytes | 00 00 00 db |
How to Use
HTML:
Û
CSS:
content: "\00DB"
JavaScript:
"\u{DB}"
Python:
"\u00db"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0055 0302
Frequently Asked Questions
What is the Û character (LATIN CAPITAL LETTER U WITH CIRCUMFLEX)?
Û (LATIN CAPITAL LETTER U WITH CIRCUMFLEX) is the Unicode character U+00DB.
What is the Unicode codepoint of LATIN CAPITAL LETTER U WITH CIRCUMFLEX?
The LATIN CAPITAL LETTER U WITH CIRCUMFLEX character (Û) has codepoint U+00DB.
How do I type or copy LATIN CAPITAL LETTER U WITH CIRCUMFLEX?
Copy Û directly, or use the HTML entity, UTF-8, and code encodings shown on this page.