HTML Entity/SymbolÒ(LATIN CAPITAL LETTER O WITH GRAVE )

Ò
Copy this symbol

LATIN CAPITAL LETTER O WITH GRAVE

Click on any of the following code values to copy to clipboard.

Ò
Ò
U+000D2
\00d2
Ò

HTML Examples

Using HTML Code value in HTML file

<span> &#210; </span>

Using HTML Entity value in HTML file

<span> &Ograve; </span>

CSS Example

Using CSS content code of the HTML entity &Ograve; to specify in a CSS file

span { 
    content: "\00d2";
}
All HTML Symbols