Latin Small Letter U With Horn And Tilde

Shortcodes

Copy and paste codes for Latin Small Letter U With Horn And Tilde symbol ữ to use in your websites, apps, blogs, and more.

Unicode
U+1EEF
HTML Code
ữ
HEX Code
ữ
CSS Code
\1EEF
JS/JSON
\u1EEF
Unix/C/PHP/JAVA
0x1EEF
URL-encode
%E1%BB%AF
copied

Customize Latin Small Letter U With Horn And Tilde Symbol

Customize ữ symbol as you like and download Latin Small Letter U With Horn And Tilde as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Latin Small Letter U With Horn And Tilde symbol in HTML, CSS, and JS?

Insert ữ Latin Small Letter U With Horn And Tilde using HTML

1. Copy-paste Latin Small Letter U With Horn And Tilde directly:
<span>ữ</span>
2. HTML Decimal Code:
<span>&#7919;</span>
3. Hexadecimal Code:
<span>&#x1EEF;</span>
Preview:

Add Latin Small Letter U With Horn And Tilde symbol with CSS

.latin-small-letter-u-with-horn-and-tilde::before {
    content: '\\1EEF';
}
Preview: Latin Small Letter U With Horn And Tilde

Latin Small Letter U With Horn And Tilde JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-u-with-horn-and-tilde').textContent = 'ữ';
2. Unicode Escape for ữ:
document.querySelector('.latin-small-letter-u-with-horn-and-tilde').textContent = '\u1EEF';
Preview: