Uppercase U Acute (Ú) is the Latin-1 Supplement character at Unicode U+00DA (LATIN CAPITAL LETTER U WITH ACUTE). HTML5 names it Ú. Use it for Spanish, Portuguese, Catalan, Hungarian, Czech, Slovak, and other Latin-script text that needs Ú.
Remember
Character Ú
Unicode U+00DA
Named entity Ú
Hex entity Ú
Decimal Ú
CSS escape \00DA
Not the same ú (ú) · U · Ù · Ű
Named, hex, decimal, CSS, and a typed character all produce the same glyph: Ú. Prefer Ú or Ú in HTML markup. For the lowercase form see ú; for U with grave see uppercase U grave.
Use U+00DA instead of U + combining acute (U+0301) when the precomposed form is available.
CSS vs HTML
Do not mix escapes
\00DA belongs in CSS strings. Ú / Ú / Ú belong in HTML.
Compatibility
Browser Support
Uppercase U Acute (U+00DA) and its entity forms (Ú, Ú, Ú, CSS \\00DA) are supported in all mainstream browsers when the page is UTF-8 and the font covers Latin-1 Supplement.
✓ Universal support
Uppercase U Acute (Ú)
Encode with named, hex, decimal, CSS escape, or type the character — same Unicode code point everywhere.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+00DA / ÚFull support
Bottom line: Prefer Ú in HTML text. Use Ú / Ú as equivalents, and \\00DA only inside CSS content. Glyph display depends on font coverage.
Remember
Key Takeaways
Unicode: this letter is U+00DA (decimal 218) — glyph Ú.
Use Ú (named), Ú (hex), Ú (decimal), or the CSS escape \00DA in the content property. All render Ú. Prefer Ú or Ú for readable markup.
U+00DA (LATIN CAPITAL LETTER U WITH ACUTE). Hex DA, decimal 218, named entity Ú. It belongs to Latin-1 Supplement (U+0080–U+00FF).
Yes. HTML5 defines Ú for U+00DA. It is case-sensitive — write Uacute with a capital U. Lowercase ú is a different character (ú).
U+00DA (Ú) is capital U with an acute accent. U+0055 is plain U. U+00D9 (Ù) uses a grave accent. U+0170 (Ű) uses a double acute.
Use it for Spanish, Portuguese, Catalan, Hungarian, Czech, Slovak, and other Latin-script text that needs capital U with acute.
HTML entities (Ú, Ú, or Ú) go in markup. The CSS escape \00DA is used in stylesheets (usually in the content property of ::before/::after). Both render Ú.
🤔
Did you know?
Uppercase U Acute is Unicode U+00DA (decimal 218) — glyph Ú (LATIN CAPITAL LETTER U WITH ACUTE) in Latin-1 Supplement. HTML5 names it Ú (case-sensitive — capital U). Prefer it for Spanish, Portuguese, Catalan, Hungarian, Czech, and Slovak. Do not confuse it with lowercase ú (ú), plain U, grave Ù (Ù), or double acute Ű (Ű).