Latin Small Letter Open O

ɔ

Shortcodes

Copy and paste codes for Latin Small Letter Open O symbol ɔ to use in your websites, apps, blogs, and more.

Unicode
U+0254
HTML Code
ɔ
HEX Code
ɔ
CSS Code
\254
JS/JSON
\u0254
Unix/C/PHP/JAVA
0x254
URL-encode
%C9%94
copied

Customize Latin Small Letter Open O Symbol

Customize ɔ symbol as you like and download Latin Small Letter Open O 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 Letter Open O symbol in HTML, CSS, and JS?

Insert ɔ Latin Small Letter Open O using HTML

1. Copy-paste Latin Small Letter Open O directly:
<span>ɔ</span>
2. HTML Decimal Code:
<span>&#596;</span>
3. Hexadecimal Code:
<span>&#x0254;</span>
Preview: ɔ

Add Latin Small Letter Open O symbol with CSS

.latin-small-letter-open-o::before {
    content: '\\254';
}
Preview: Latin Small Letter Open O

Latin Small Letter Open O JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-open-o').textContent = 'ɔ';
2. Unicode Escape for ɔ:
document.querySelector('.latin-small-letter-open-o').textContent = '\u0254';
Preview: ɔ