HTML Entity/SymbolŒ(LATIN CAPITAL LIGATURE OE )

Œ
Copy this symbol

LATIN CAPITAL LIGATURE OE

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

Œ
Œ
U+00152
\0152
Œ

HTML Examples

Using HTML Code value in HTML file

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