| Symbol Name | Latin Small Letter U With Horn And Hook Above |
| Unicode Version | 1.1 |
| Unicode | U+1EED |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| UTF-8 | E1 BB AD |
| UTF-16 | 1EED |
| UTF-32 | 00001EED |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHHORNANDHOOKABOVE}4\end{document}You can type the latin small letter u with horn and hook above symbol on most modern devices with the help of following methods:
Alt + 7917 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter u with horn and hook above", or use Unicode Hex Input with 1EED.
Ctrl + Shift + U, type 1eed, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-u-with-horn-and-hook-above::before { content: "\1EED"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ử</span>Latin Small Letter U With Horn And Hook Above symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u1EED' or String.fromCodePoint(7917) |
| Python | '\N{LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE}' or chr(7917) |
| Rust | '\u{1EED}' |
| C / C++ | UTF-8 source or wchar_t with U+1EED |
| Go | string(rune(0x1EED)) |
| Ruby | "\u{1EED}" |
| CSS Code |
\1EED |
| Hex Code | 0x1EED |
| HTML Code | ử |
| LaTeX | \text{LATINSMALLLETTERUWITHHORNANDHOOKABOVE} |
| Symbol | ử |
| URL encode (UTF-8 percent) | %E1%BB%AD |
| Spoken / screen reader name | Latin Small Letter U With Horn And Hook Above |