Latin Small Letter O With Ogonek

ǫ

Shortcodes

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

Unicode
U+01EB
HTML Code
ǫ
HEX Code
ǫ
CSS Code
\1EB
JS/JSON
\u01EB
Unix/C/PHP/JAVA
0x1EB
URL-encode
%C7%AB
copied

Customize Latin Small Letter O With Ogonek Symbol

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

Insert ǫ Latin Small Letter O With Ogonek using HTML

1. Copy-paste Latin Small Letter O With Ogonek directly:
<span>ǫ</span>
2. HTML Decimal Code:
<span>&#491;</span>
3. Hexadecimal Code:
<span>&#x01EB;</span>
Preview: ǫ

Add Latin Small Letter O With Ogonek symbol with CSS

.latin-small-letter-o-with-ogonek::before {
    content: '\\1EB';
}
Preview: Latin Small Letter O With Ogonek

Latin Small Letter O With Ogonek JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-ogonek').textContent = 'ǫ';
2. Unicode Escape for ǫ:
document.querySelector('.latin-small-letter-o-with-ogonek').textContent = '\u01EB';
Preview: ǫ