Latin Small Letter O With Horn And Grave

Shortcodes

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

Unicode
U+1EDD
HTML Code
ờ
HEX Code
ờ
CSS Code
\1EDD
JS/JSON
\u1EDD
Unix/C/PHP/JAVA
0x1EDD
URL-encode
%E1%BB%9D
copied

Customize Latin Small Letter O With Horn And Grave Symbol

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

Insert ờ Latin Small Letter O With Horn And Grave using HTML

1. Copy-paste Latin Small Letter O With Horn And Grave directly:
<span>ờ</span>
2. HTML Decimal Code:
<span>&#7901;</span>
3. Hexadecimal Code:
<span>&#x1EDD;</span>
Preview:

Add Latin Small Letter O With Horn And Grave symbol with CSS

.latin-small-letter-o-with-horn-and-grave::before {
    content: '\\1EDD';
}
Preview: Latin Small Letter O With Horn And Grave

Latin Small Letter O With Horn And Grave JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-o-with-horn-and-grave').textContent = 'ờ';
2. Unicode Escape for ờ:
document.querySelector('.latin-small-letter-o-with-horn-and-grave').textContent = '\u1EDD';
Preview: