Latin Small Letter U With Horn And Dot Below

Shortcodes

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

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

Customize Latin Small Letter U With Horn And Dot Below

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

  

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

Insert in HTML

1. Direct symbol:
<span>ự</span>
HTML Code:
<span>&#7921;</span>
HEX Code:
<span>&#x1EF1;</span>

Add with CSS

.latin-small-letter-u-with-horn-and-dot-below::before {
  content: '\\1EF1';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-u-with-horn-and-dot-below').textContent = 'ự';
copied