Latin Small Ligature Oe

œ

Shortcodes

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

Unicode
U+0153
HTML Code
œ
HTML Entity
œ
HEX Code
œ
CSS Code
\153
JS/JSON
\u0153
Unix/C/PHP/JAVA
0x153
URL-encode
%C5%93
copied

Customize Latin Small Ligature Oe Symbol

Customize œ symbol as you like and download Latin Small 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 Small Ligature Oe symbol in HTML, CSS, and JS?

Insert œ Latin Small Ligature Oe using HTML

1. Copy-paste Latin Small Ligature Oe directly:
<span>œ</span>
2. HTML Decimal Code:
<span>&#339;</span>
3. HTML Entity:
<span>&oelig;</span>
4. Hexadecimal Code:
<span>&#x0153;</span>
Preview: œ

Add Latin Small Ligature Oe symbol with CSS

.latin-small-ligature-oe::before {
    content: '\\153';
}
Preview: Latin Small Ligature Oe

Latin Small Ligature Oe JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-ligature-oe').textContent = 'œ';
2. Unicode Escape for œ:
document.querySelector('.latin-small-ligature-oe').textContent = '\u0153';
Preview: œ