Latin Small Letter U With Horn And Grave

Shortcodes

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

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

Customize Latin Small Letter U With Horn And Grave Symbol

Customize ừ symbol as you like and download Latin Small Letter U With Horn And Grave 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 Grave symbol in HTML, CSS, and JS?

Insert ừ Latin Small Letter U With Horn And Grave using HTML

1. Copy-paste Latin Small Letter U With Horn And Grave directly:
<span>ừ</span>
2. HTML Decimal Code:
<span>&#7915;</span>
3. Hexadecimal Code:
<span>&#x1EEB;</span>
Preview:

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

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

Latin Small Letter U With Horn And Grave JavaScript Code

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