| Nombre del símbolo | Latin Small Letter U With Horn And Hook Above |
| Versión Unicode | 1.1 |
| Unicode | U+1EED |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin small letter u with horn and hook above en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Small Letter U With Horn And Hook Above en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\1EED |
| Código hexadecimal | 0x1EED |
| Código HTML | ử |
| LaTeX | \text{LATINSMALLLETTERUWITHHORNANDHOOKABOVE} |
| Símbolo | ử |
| Codificación URL (porcentaje UTF-8) | %E1%BB%AD |
| Nombre oral / lector de pantalla | Latin Small Letter U With Horn And Hook Above |