| Nom du symbole | Latin Letter Reversed Esh Loop |
| Version Unicode | 1.1 |
| Unicode | U+01AA |
| Bloc Unicode | |
| Catégorie générale | 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}Vous pouvez saisir le symbole latin letter reversed esh loop sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Latin Letter Reversed Esh Loop dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\01AA |
| Code hexadécimal | 0x01AA |
| Code HTML | ƪ |
| LaTeX | \text{LATINLETTERREVERSEDESHLOOP} |
| Symbole | ƪ |
| Encodage URL (pourcent UTF-8) | %C6%AA |
| Nom oral / lecteur d’écran | Latin Letter Reversed Esh Loop |