| Nombre del símbolo | Latin Small Letter U With Horn And Grave |
| Versión Unicode | 1.1 |
| Unicode | U+1EEB |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | E1 BB AB |
| UTF-16 | 1EEB |
| UTF-32 | 00001EEB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHHORNANDGRAVE}4\end{document}Puedes escribir el símbolo latin small letter u with horn and grave en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 7915 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter u with horn and grave", or use Unicode Hex Input with 1EEB.
Ctrl + Shift + U, type 1eeb, 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-grave::before { content: "\1EEB"; 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 Grave en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u1EEB' or String.fromCodePoint(7915) |
| Python | '\N{LATIN SMALL LETTER U WITH HORN AND GRAVE}' or chr(7915) |
| Rust | '\u{1EEB}' |
| C / C++ | UTF-8 source or wchar_t with U+1EEB |
| Go | string(rune(0x1EEB)) |
| Ruby | "\u{1EEB}" |
| Código CSS |
\1EEB |
| Código hexadecimal | 0x1EEB |
| Código HTML | ừ |
| LaTeX | \text{LATINSMALLLETTERUWITHHORNANDGRAVE} |
| Símbolo | ừ |
| Codificación URL (porcentaje UTF-8) | %E1%BB%AB |
| Nombre oral / lector de pantalla | Latin Small Letter U With Horn And Grave |