HTML Entity/Symbolö(LATIN SMALL LETTER O WITH DIAERESIS )

ö
Copy this symbol

LATIN SMALL LETTER O WITH DIAERESIS

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

ö
ö
U+000F6
\00f6
ö

HTML Examples

Using HTML Code value in HTML file

<span> &#246; </span>

Using HTML Entity value in HTML file

<span> &ouml; </span>

CSS Example

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

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