HTML Entity/Symbolœ(LATIN SMALL LIGATURE OE )

œ
Copy this symbol

LATIN SMALL LIGATURE OE

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

œ
œ
U+00153
\0153
œ

HTML Examples

Using HTML Code value in HTML file

<span> &#339; </span>

Using HTML Entity value in HTML file

<span> &oelig; </span>

CSS Example

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

span { 
    content: "\0153";
}
All HTML Symbols