Latin Small Letter U With Horn And Acute

Shortcodes

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

Unicode
U+1EE9
HTML Code
ứ
HEX Code
ứ
CSS Code
\1EE9
JS/JSON
\u1EE9
Unix/C/PHP/JAVA
0x1EE9
URL-encode
%E1%BB%A9

Customize Latin Small Letter U With Horn And Acute

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

  

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

Insert in HTML

1. Direct symbol:
<span>ứ</span>
HTML Code:
<span>&#7913;</span>
HEX Code:
<span>&#x1EE9;</span>

Add with CSS

.latin-small-letter-u-with-horn-and-acute::before {
  content: '\\1EE9';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-u-with-horn-and-acute').textContent = 'ứ';
copied