Latin Small Letter O With Ogonek
ǫ
Shortcodes
Copy useful codes for latin small letter o with ogonek symbol ǫ to use in websites, apps, blogs, and docs.
Unicode
U+01EB HTML Code
ǫ HEX Code
ǫ CSS Code
\01EB JS/JSON
\u01EB Unix/C/PHP/JAVA
0x1EB URL-encode
%C7%AB Customize Latin Small Letter O With Ogonek
Customize ǫ, download it as SVG or PNG, or copy the generated HTML snippet.
ǫ
How to use Latin Small Letter O With Ogonek Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ǫ</span> HTML Code:
<span>ǫ</span> HEX Code:
<span>ǫ</span> Add with CSS
.latin-small-letter-o-with-ogonek::before {
content: '\\01EB';
} Set it in JavaScript
document.querySelector('.latin-small-letter-o-with-ogonek').textContent = 'ǫ';