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