Latin Small Letter O With Horn And Hook Above

Shortcodes

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

Unicode
U+1EDF
HTML Code
ở
HEX Code
ở
CSS Code
\1EDF
JS/JSON
\u1EDF
Unix/C/PHP/JAVA
0x1EDF
URL-encode
%E1%BB%9F

Customize Latin Small Letter O With Horn And Hook Above

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

  

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

Insert in HTML

1. Direct symbol:
<span>ở</span>
HTML Code:
<span>&#7903;</span>
HEX Code:
<span>&#x1EDF;</span>

Add with CSS

.latin-small-letter-o-with-horn-and-hook-above::before {
  content: '\\1EDF';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-o-with-horn-and-hook-above').textContent = 'ở';
copied