Latin Capital U with Acute Ú
The capital U with acute accent (Ú) is used in Spanish, Portuguese, Hungarian, Czech, Irish, and other languages. In Spanish, it indicates stress on the U vowel. In Irish, the fada marks long vowels. It appears in personal names and common vocabulary across several languages.
All Representations
ÚÚÚU+00DARendered Output
Ú renders as the character shown above
When to Use Latin Capital U with Acute
Use this entity in Spanish, Portuguese, Hungarian, Czech, and Irish text where the acute-accented U is required. Correct rendering of accented characters is part of basic internationalization for web applications serving these language communities.
Try It — HTML Examples
<p>Symbol: Ú</p><p>Symbol: Ú</p><p>Symbol: Ú</p><div title="The Latin Capital U with Acute: Ú">Hover to see</div>About the Latin Capital U with Acute Entity
The Latin Capital U with Acute character (Ú) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference Ú, the decimal numeric character reference Ú, or the hexadecimal numeric reference Ú. The character is assigned Unicode code point U+00DA in the Universal Character Set.
The capital U with acute accent (Ú) is used in Spanish, Portuguese, Hungarian, Czech, Irish, and other languages. In Spanish, it indicates stress on the U vowel. In Irish, the fada marks long vowels. It appears in personal names and common vocabulary across several languages.
Latin extended character entities provide the accented and modified letters required by dozens of European languages. From French accents aigus and graves to German umlauts, Scandinavian rings, and Icelandic thorns, these entities ensure correct rendering of non-ASCII characters within HTML documents. While modern UTF-8 encoded pages can include these characters directly in source code, HTML entities remain valuable for source code clarity and legacy compatibility.
When deciding how to encode the Latin Capital U with Acute character in your HTML documents, the named entity Ú is generally the most readable choice for developers reviewing or maintaining source code. The decimal form Ú and hexadecimal form Ú are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.
Use this entity in Spanish, Portuguese, Hungarian, Czech, and Irish text where the acute-accented U is required. Correct rendering of accented characters is part of basic internationalization for web applications serving these language communities.
Related Entities
Explore More HTML Entities
Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.