HTML Entity/Symbolô(LATIN SMALL LETTER O WITH CIRCUMFLEX )

ô
Copy this symbol

LATIN SMALL LETTER O WITH CIRCUMFLEX

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

ô
ô
U+000F4
\00f4
ô

HTML Examples

Using HTML Code value in HTML file

<span> &#244; </span>

Using HTML Entity value in HTML file

<span> &ocirc; </span>

CSS Example

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

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