Cyrillic Capital Letter Barred O With Diaeresis

Ӫ

Shortcodes

Copy useful codes for cyrillic capital letter barred o with diaeresis symbol Ӫ to use in websites, apps, blogs, and docs.

Unicode
U+04EA
HTML Code
Ӫ
HEX Code
Ӫ
CSS Code
\04EA
JS/JSON
\u04EA
Unix/C/PHP/JAVA
0x4EA
URL-encode
%D3%AA

Customize Cyrillic Capital Letter Barred O With Diaeresis

Customize Ӫ, download it as SVG or PNG, or copy the generated HTML snippet.

Ӫ
  

How to use Cyrillic Capital Letter Barred O With Diaeresis Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>Ӫ</span>
HTML Code:
<span>&#1258;</span>
HEX Code:
<span>&#x04EA;</span>

Add with CSS

.cyrillic-capital-letter-barred-o-with-diaeresis::before {
  content: '\\04EA';
}

Set it in JavaScript

document.querySelector('.cyrillic-capital-letter-barred-o-with-diaeresis').textContent = 'Ӫ';
copied