Latin Small Letter O With Dot Below

Shortcodes

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

Unicode
U+1ECD
HTML Code
ọ
HEX Code
ọ
CSS Code
\1ECD
JS/JSON
\u1ECD
Unix/C/PHP/JAVA
0x1ECD
URL-encode
%E1%BB%8D
copied

Customize Latin Small Letter O With Dot Below Symbol

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

Insert ọ Latin Small Letter O With Dot Below using HTML

1. Copy-paste Latin Small Letter O With Dot Below directly:
<span>ọ</span>
2. HTML Decimal Code:
<span>&#7885;</span>
3. Hexadecimal Code:
<span>&#x1ECD;</span>
Preview:

Add Latin Small Letter O With Dot Below symbol with CSS

.latin-small-letter-o-with-dot-below::before {
    content: '\\1ECD';
}
Preview: Latin Small Letter O With Dot Below

Latin Small Letter O With Dot Below JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-dot-below').textContent = 'ọ';
2. Unicode Escape for ọ:
document.querySelector('.latin-small-letter-o-with-dot-below').textContent = '\u1ECD';
Preview: