Latin Small Letter O With Inverted Breve

ȏ

Shortcodes

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

Unicode
U+020F
HTML Code
ȏ
HEX Code
ȏ
CSS Code
\20F
JS/JSON
\u020F
Unix/C/PHP/JAVA
0x20F
URL-encode
%C8%8F
copied

Customize Latin Small Letter O With Inverted Breve Symbol

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

Insert ȏ Latin Small Letter O With Inverted Breve using HTML

1. Copy-paste Latin Small Letter O With Inverted Breve directly:
<span>ȏ</span>
2. HTML Decimal Code:
<span>&#527;</span>
3. Hexadecimal Code:
<span>&#x020F;</span>
Preview: ȏ

Add Latin Small Letter O With Inverted Breve symbol with CSS

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

Latin Small Letter O With Inverted Breve JavaScript Code

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