Latin Capital Ligature Oe

Œ

Shortcodes

Copy and paste codes for Latin Capital Ligature Oe symbol Œ to use in your websites, apps, blogs, and more.

Unicode
U+0152
HTML Code
Œ
HTML Entity
Œ
HEX Code
Œ
CSS Code
\152
JS/JSON
\u0152
Unix/C/PHP/JAVA
0x152
URL-encode
%C5%92
copied

Customize Latin Capital Ligature Oe Symbol

Customize Œ symbol as you like and download Latin Capital Ligature Oe as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Œ
 

How to add Latin Capital Ligature Oe symbol in HTML, CSS, and JS?

Insert Œ Latin Capital Ligature Oe using HTML

1. Copy-paste Latin Capital Ligature Oe directly:
<span>Œ</span>
2. HTML Decimal Code:
<span>&#338;</span>
3. HTML Entity:
<span>&OElig;</span>
4. Hexadecimal Code:
<span>&#x0152;</span>
Preview: Œ

Add Latin Capital Ligature Oe symbol with CSS

.latin-capital-ligature-oe::before {
    content: '\\152';
}
Preview: Latin Capital Ligature Oe

Latin Capital Ligature Oe JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-ligature-oe').textContent = 'Œ';
2. Unicode Escape for Œ:
document.querySelector('.latin-capital-ligature-oe').textContent = '\u0152';
Preview: Œ