Latin Small Letter U With Horn And Grave

Shortcodes

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

Unicode
U+1EEB
HTML Code
ừ
HEX Code
ừ
CSS Code
\1EEB
JS/JSON
\u1EEB
Unix/C/PHP/JAVA
0x1EEB
URL-encode
%E1%BB%AB

Customize Latin Small Letter U With Horn And Grave

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

  

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

Insert in HTML

1. Direct symbol:
<span>ừ</span>
HTML Code:
<span>&#7915;</span>
HEX Code:
<span>&#x1EEB;</span>

Add with CSS

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

Set it in JavaScript

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