HTML Entity/Symbolò(LATIN SMALL LETTER O WITH GRAVE )

ò
Copy this symbol

LATIN SMALL LETTER O WITH GRAVE

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

ò
ò
U+000F2
\00f2
ò

HTML Examples

Using HTML Code value in HTML file

<span> &#242; </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: "\00f2";
}
All HTML Symbols