Latin Small Letter O With Horn And Grave

Shortcodes

Copy useful codes for latin small letter o with horn and grave symbol ờ to use in websites, apps, blogs, and docs.

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

Customize Latin Small Letter O With Horn And Grave

Customize ờ, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Latin Small Letter O With Horn And Grave Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ờ</span>
HTML Code:
<span>&#7901;</span>
HEX Code:
<span>&#x1EDD;</span>

Add with CSS

.latin-small-letter-o-with-horn-and-grave::before {
  content: '\\1EDD';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-o-with-horn-and-grave').textContent = 'ờ';
copied