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