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 GRAVE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00D9 | |
| decimal | 217 | |
| htmldecimal | Ù | |
| htmlhex | Ù | |
| css | \00D9 | |
| javascript | \u{D9} | |
| python | \u00d9 | |
| java | \u00D9 | |
| go | \u00D9 | |
| ruby | \u{D9} | |
| rust | \u{D9} | |
| ccpp | \u00d9 | |
| urlencoded | %C3%99 | |
| utf8bytes | c3 99 | |
| utf16bebytes | 00 d9 | |
| utf32bebytes | 00 00 00 d9 |
How to Use
HTML:
Ù
CSS:
content: "\00D9"
JavaScript:
"\u{D9}"
Python:
"\u00d9"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0055 0300