Cyrillic Small Letter Barred O With Diaeresis
ӫ
Shortcodes
Copy useful codes for cyrillic small letter barred o with diaeresis symbol ӫ to use in websites, apps, blogs, and docs.
Unicode
U+04EB HTML Code
ӫ HEX Code
ӫ CSS Code
\04EB JS/JSON
\u04EB Unix/C/PHP/JAVA
0x4EB URL-encode
%D3%AB Customize Cyrillic Small Letter Barred O With Diaeresis
Customize ӫ, download it as SVG or PNG, or copy the generated HTML snippet.
ӫ
How to use Cyrillic Small Letter Barred O With Diaeresis 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
.cyrillic-small-letter-barred-o-with-diaeresis::before {
content: '\\04EB';
} Set it in JavaScript
document.querySelector('.cyrillic-small-letter-barred-o-with-diaeresis').textContent = 'ӫ';