| Nombre del símbolo | Latin Small Letter U With Short Right Leg |
| Versión Unicode | 7.0 |
| Unicode | U+AB4E |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | EA AD 8E |
| UTF-16 | AB4E |
| UTF-32 | 0000AB4E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERUWITHSHORTRIGHTLEG}4\end{document}Puedes escribir el símbolo latin small letter u with short right leg en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43854 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter u with short right leg", or use Unicode Hex Input with AB4E.
Ctrl + Shift + U, type ab4e, 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-short-right-leg::before { content: "\AB4E"; 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 Short Right Leg en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAB4E' or String.fromCodePoint(43854) |
| Python | '\N{LATIN SMALL LETTER U WITH SHORT RIGHT LEG}' or chr(43854) |
| Rust | '\u{AB4E}' |
| C / C++ | UTF-8 source or wchar_t with U+AB4E |
| Go | string(rune(0xAB4E)) |
| Ruby | "\u{AB4E}" |
| Código CSS |
\AB4E |
| Código hexadecimal | 0xAB4E |
| Código HTML | ꭎ |
| LaTeX | \text{LATINSMALLLETTERUWITHSHORTRIGHTLEG} |
| Símbolo | ꭎ |
| Codificación URL (porcentaje UTF-8) | %EA%AD%8E |
| Nombre oral / lector de pantalla | Latin Small Letter U With Short Right Leg |