HTML Entity/SymbolÕ(LATIN CAPITAL LETTER O WITH TILDE )

Õ
Copy this symbol

LATIN CAPITAL LETTER O WITH TILDE

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

Õ
Õ
U+000D5
\00d5
Õ

HTML Examples

Using HTML Code value in HTML file

<span> &#213; </span>

Using HTML Entity value in HTML file

<span> &Otilde; </span>

CSS Example

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

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