Latin Small Letter U With Horn And Dot Below

Shortcodes

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

Unicode
U+1EF1
HTML Code
ự
HEX Code
ự
CSS Code
\1EF1
JS/JSON
\u1EF1
Unix/C/PHP/JAVA
0x1EF1
URL-encode
%E1%BB%B1
copied

Customize Latin Small Letter U With Horn And Dot Below Symbol

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

Insert ự Latin Small Letter U With Horn And Dot Below using HTML

1. Copy-paste Latin Small Letter U With Horn And Dot Below directly:
<span>ự</span>
2. HTML Decimal Code:
<span>&#7921;</span>
3. Hexadecimal Code:
<span>&#x1EF1;</span>
Preview:

Add Latin Small Letter U With Horn And Dot Below symbol with CSS

.latin-small-letter-u-with-horn-and-dot-below::before {
    content: '\\1EF1';
}
Preview: Latin Small Letter U With Horn And Dot Below

Latin Small Letter U With Horn And Dot Below JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-u-with-horn-and-dot-below').textContent = 'ự';
2. Unicode Escape for ự:
document.querySelector('.latin-small-letter-u-with-horn-and-dot-below').textContent = '\u1EF1';
Preview: