Latin Capital O with Acute Ó
The capital O with acute accent (Ó) is used in Spanish, Portuguese, Polish, Hungarian, Irish, and other languages. In Spanish, it indicates irregular stress. In Polish and Hungarian, it represents a specific vowel sound distinct from unaccented O.
All Representations
ÓÓÓU+00D3Rendered Output
Ó renders as the character shown above
When to Use Latin Capital O with Acute
Use this entity in Spanish, Portuguese, Polish, Hungarian, and Irish text. It appears in many common words and personal names across these languages. For multilingual web applications, correct O-acute rendering is part of basic internationalization support.
Try It — HTML Examples
<p>Symbol: Ó</p><p>Symbol: Ó</p><p>Symbol: Ó</p><div title="The Latin Capital O with Acute: Ó">Hover to see</div>About the Latin Capital O with Acute Entity
The Latin Capital O 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+00D3 in the Universal Character Set.
The capital O with acute accent (Ó) is used in Spanish, Portuguese, Polish, Hungarian, Irish, and other languages. In Spanish, it indicates irregular stress. In Polish and Hungarian, it represents a specific vowel sound distinct from unaccented O.
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 O 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, Polish, Hungarian, and Irish text. It appears in many common words and personal names across these languages. For multilingual web applications, correct O-acute rendering is part of basic internationalization support.
Related Entities
Explore More HTML Entities
Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.