Latin Small Letter O With Double Grave

ȍ

Shortcodes

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

Unicode
U+020D
HTML Code
ȍ
HEX Code
ȍ
CSS Code
\20D
JS/JSON
\u020D
Unix/C/PHP/JAVA
0x20D
URL-encode
%C8%8D
copied

Customize Latin Small Letter O With Double Grave Symbol

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

Insert ȍ Latin Small Letter O With Double Grave using HTML

1. Copy-paste Latin Small Letter O With Double Grave directly:
<span>ȍ</span>
2. HTML Decimal Code:
<span>&#525;</span>
3. Hexadecimal Code:
<span>&#x020D;</span>
Preview: ȍ

Add Latin Small Letter O With Double Grave symbol with CSS

.latin-small-letter-o-with-double-grave::before {
    content: '\\20D';
}
Preview: Latin Small Letter O With Double Grave

Latin Small Letter O With Double Grave JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-double-grave').textContent = 'ȍ';
2. Unicode Escape for ȍ:
document.querySelector('.latin-small-letter-o-with-double-grave').textContent = '\u020D';
Preview: ȍ