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 ACUTE
Overview
Ú (LATIN CAPITAL LETTER U WITH ACUTE) is the Unicode character at code point U+00DA. 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+00DA | |
| decimal | 218 | |
| htmldecimal | Ú | |
| htmlhex | Ú | |
| css | \00DA | |
| javascript | \u{DA} | |
| python | \u00da | |
| java | \u00DA | |
| go | \u00DA | |
| ruby | \u{DA} | |
| rust | \u{DA} | |
| ccpp | \u00da | |
| urlencoded | %C3%9A | |
| utf8bytes | c3 9a | |
| utf16bebytes | 00 da | |
| utf32bebytes | 00 00 00 da |
How to Use
HTML:
Ú
CSS:
content: "\00DA"
JavaScript:
"\u{DA}"
Python:
"\u00da"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0055 0301
Frequently Asked Questions
What is the Ú character (LATIN CAPITAL LETTER U WITH ACUTE)?
Ú (LATIN CAPITAL LETTER U WITH ACUTE) is the Unicode character U+00DA.
What is the Unicode codepoint of LATIN CAPITAL LETTER U WITH ACUTE?
The LATIN CAPITAL LETTER U WITH ACUTE character (Ú) has codepoint U+00DA.
How do I type or copy LATIN CAPITAL LETTER U WITH ACUTE?
Copy Ú directly, or use the HTML entity, UTF-8, and code encodings shown on this page.