Latin Small Letter O With Caron

ǒ

Shortcodes

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

Unicode
U+01D2
HTML Code
ǒ
HEX Code
ǒ
CSS Code
\1D2
JS/JSON
\u01D2
Unix/C/PHP/JAVA
0x1D2
URL-encode
%C7%92
copied

Customize Latin Small Letter O With Caron Symbol

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

Insert ǒ Latin Small Letter O With Caron using HTML

1. Copy-paste Latin Small Letter O With Caron directly:
<span>ǒ</span>
2. HTML Decimal Code:
<span>&#466;</span>
3. Hexadecimal Code:
<span>&#x01D2;</span>
Preview: ǒ

Add Latin Small Letter O With Caron symbol with CSS

.latin-small-letter-o-with-caron::before {
    content: '\\1D2';
}
Preview: Latin Small Letter O With Caron

Latin Small Letter O With Caron JavaScript Code

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