| Nome del simbolo | Latin Capital Letter U With Horn And Hook Above |
| Versione Unicode | 1.1 |
| Unicode | U+1EEC |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | E1 BB AC |
| UTF-16 | 1EEC |
| UTF-32 | 00001EEC |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERUWITHHORNANDHOOKABOVE}4\end{document}Puoi digitare il simbolo latin capital letter u with horn and hook above sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 7916 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter u with horn and hook above", or use Unicode Hex Input with 1EEC.
Ctrl + Shift + U, type 1eec, 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-capital-letter-u-with-horn-and-hook-above::before { content: "\1EEC"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ử</span>La rappresentazione del simbolo Latin Capital Letter U With Horn And Hook Above nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u1EEC' or String.fromCodePoint(7916) |
| Python | '\N{LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE}' or chr(7916) |
| Rust | '\u{1EEC}' |
| C / C++ | UTF-8 source or wchar_t with U+1EEC |
| Go | string(rune(0x1EEC)) |
| Ruby | "\u{1EEC}" |
| Codice CSS |
\1EEC |
| Codice esadecimale | 0x1EEC |
| Codice HTML | Ử |
| LaTeX | \text{LATINCAPITALLETTERUWITHHORNANDHOOKABOVE} |
| Simbolo | Ử |
| Codifica URL (percentuale UTF-8) | %E1%BB%AC |
| Nome parlato / screen reader | Latin Capital Letter U With Horn And Hook Above |