| Nombre del símbolo | Latin Letter Reversed Esh Loop |
| Versión Unicode | 1.1 |
| Unicode | U+01AA |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C6 AA |
| UTF-16 | 01AA |
| UTF-32 | 000001AA |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERREVERSEDESHLOOP}4\end{document}Puedes escribir el símbolo latin letter reversed esh loop en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 426 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter reversed esh loop", or use Unicode Hex Input with 01AA.
Ctrl + Shift + U, type 01aa, 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-letter-reversed-esh-loop::before { content: "\01AA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ƪ</span>La representación del símbolo Latin Letter Reversed Esh Loop en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u01AA' or String.fromCodePoint(426) |
| Python | '\N{LATIN LETTER REVERSED ESH LOOP}' or chr(426) |
| Rust | '\u{01AA}' |
| C / C++ | UTF-8 source or wchar_t with U+01AA |
| Go | string(rune(0x01AA)) |
| Ruby | "\u{01AA}" |
| Código CSS |
\01AA |
| Código hexadecimal | 0x01AA |
| Código HTML | ƪ |
| LaTeX | \text{LATINLETTERREVERSEDESHLOOP} |
| Símbolo | ƪ |
| Codificación URL (porcentaje UTF-8) | %C6%AA |
| Nombre oral / lector de pantalla | Latin Letter Reversed Esh Loop |