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
Overview
Ù (LATIN CAPITAL LETTER U WITH GRAVE) is the Unicode character at code point U+00D9. 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+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
Frequently Asked Questions
What is the Ù character (LATIN CAPITAL LETTER U WITH GRAVE)?
Ù (LATIN CAPITAL LETTER U WITH GRAVE) is the Unicode character U+00D9.
What is the Unicode codepoint of LATIN CAPITAL LETTER U WITH GRAVE?
The LATIN CAPITAL LETTER U WITH GRAVE character (Ù) has codepoint U+00D9.
How do I type or copy LATIN CAPITAL LETTER U WITH GRAVE?
Copy Ù directly, or use the HTML entity, UTF-8, and code encodings shown on this page.