Latin Small Letter U With Dot Below
ụ
Shortcodes
Copy useful codes for latin small letter u with dot below symbol ụ to use in websites, apps, blogs, and docs.
Unicode
U+1EE5 HTML Code
ụ HEX Code
ụ CSS Code
\1EE5 JS/JSON
\u1EE5 Unix/C/PHP/JAVA
0x1EE5 URL-encode
%E1%BB%A5 Customize Latin Small Letter U With Dot Below
Customize ụ, download it as SVG or PNG, or copy the generated HTML snippet.
ụ
How to use Latin Small Letter U With Dot Below Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ụ</span> HTML Code:
<span>ụ</span> HEX Code:
<span>ụ</span> Add with CSS
.latin-small-letter-u-with-dot-below::before {
content: '\\1EE5';
} Set it in JavaScript
document.querySelector('.latin-small-letter-u-with-dot-below').textContent = 'ụ';