Latin Small Letter U With Horn And Hook Above

Shortcodes

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

Unicode
U+1EED
HTML Code
ử
HEX Code
ử
CSS Code
\1EED
JS/JSON
\u1EED
Unix/C/PHP/JAVA
0x1EED
URL-encode
%E1%BB%AD

Customize Latin Small Letter U With Horn And Hook Above

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

  

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

Insert in HTML

1. Direct symbol:
<span>ử</span>
HTML Code:
<span>&#7917;</span>
HEX Code:
<span>&#x1EED;</span>

Add with CSS

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

Set it in JavaScript

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