Ò
Latin

Latin Capital O with Grave Ò

The capital O with grave accent (Ò) is used in Italian, Catalan, and Vietnamese. In Italian, the grave accent on O indicates an open vowel sound and appears at the end of stressed words. It is essential for correct Italian pronunciation and meaning.

All Representations

Named Entity
Ò
Decimal Code
Ò
Hex Code
Ò
Unicode
U+00D2

Rendered Output

Ò

Ò renders as the character shown above

When to Use Latin Capital O with Grave

Use this entity in Italian text (Ò appears in stressed word endings), Catalan, and Vietnamese. Correct accent usage in Italian is important for distinguishing words that are otherwise spelled the same, and for proper pronunciation guidance.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Ograve;</p>
Decimal reference
<p>Symbol: &#210;</p>
Hex reference
<p>Symbol: &#xD2;</p>
Inside an HTML attribute
<div title="The Latin Capital O with Grave: &Ograve;">Hover to see</div>

About the Latin Capital O with Grave Entity

The Latin Capital O with Grave character (Ò) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Ograve;, the decimal numeric character reference &#210;, or the hexadecimal numeric reference &#xD2;. The character is assigned Unicode code point U+00D2 in the Universal Character Set.

The capital O with grave accent (Ò) is used in Italian, Catalan, and Vietnamese. In Italian, the grave accent on O indicates an open vowel sound and appears at the end of stressed words. It is essential for correct Italian pronunciation and meaning.

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 Grave character in your HTML documents, the named entity &Ograve; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#210; and hexadecimal form &#xD2; 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 Italian text (Ò appears in stressed word endings), Catalan, and Vietnamese. Correct accent usage in Italian is important for distinguishing words that are otherwise spelled the same, and for proper pronunciation guidance.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.