Latin Small Letter O With Breve

ŏ

Shortcodes

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

Unicode
U+014F
HTML Code
ŏ
HEX Code
ŏ
CSS Code
\14F
JS/JSON
\u014F
Unix/C/PHP/JAVA
0x14F
URL-encode
%C5%8F
copied

Customize Latin Small Letter O With Breve Symbol

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

Insert ŏ Latin Small Letter O With Breve using HTML

1. Copy-paste Latin Small Letter O With Breve directly:
<span>ŏ</span>
2. HTML Decimal Code:
<span>&#335;</span>
3. Hexadecimal Code:
<span>&#x014F;</span>
Preview: ŏ

Add Latin Small Letter O With Breve symbol with CSS

.latin-small-letter-o-with-breve::before {
    content: '\\14F';
}
Preview: Latin Small Letter O With Breve

Latin Small Letter O With Breve JavaScript Code

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