Latin Small Letter O With Horn
ơ
Shortcodes
Copy useful codes for latin small letter o with horn symbol ơ to use in websites, apps, blogs, and docs.
Unicode
U+01A1 HTML Code
ơ HEX Code
ơ CSS Code
\01A1 JS/JSON
\u01A1 Unix/C/PHP/JAVA
0x1A1 URL-encode
%C6%A1 Customize Latin Small Letter O With Horn
Customize ơ, download it as SVG or PNG, or copy the generated HTML snippet.
ơ
How to use Latin Small Letter O With Horn Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ơ</span> HTML Code:
<span>ơ</span> HEX Code:
<span>ơ</span> Add with CSS
.latin-small-letter-o-with-horn::before {
content: '\\01A1';
} Set it in JavaScript
document.querySelector('.latin-small-letter-o-with-horn').textContent = 'ơ';