Latin Capital Letter O With Breve

Ŏ

Shortcodes

Copy and paste codes for Latin Capital Letter O With Breve symbol Ŏ to use in your websites, apps, blogs, and more.

Unicode
U+014E
HTML Code
Ŏ
HEX Code
Ŏ
CSS Code
\14E
JS/JSON
\u014E
Unix/C/PHP/JAVA
0x14E
URL-encode
%C5%8E
copied

Customize Latin Capital Letter O With Breve Symbol

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

Insert Ŏ Latin Capital Letter O With Breve using HTML

1. Copy-paste Latin Capital Letter O With Breve directly:
<span>Ŏ</span>
2. HTML Decimal Code:
<span>&#334;</span>
3. Hexadecimal Code:
<span>&#x014E;</span>
Preview: Ŏ

Add Latin Capital Letter O With Breve symbol with CSS

.latin-capital-letter-o-with-breve::before {
    content: '\\14E';
}
Preview: Latin Capital Letter O With Breve

Latin Capital Letter O With Breve JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-o-with-breve').textContent = 'Ŏ';
2. Unicode Escape for Ŏ:
document.querySelector('.latin-capital-letter-o-with-breve').textContent = '\u014E';
Preview: Ŏ