| Nom du symbole | Latin Letter Small Capital Turned E |
| Version Unicode | 5.1 |
| Unicode | U+2C7B |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | E2 B1 BB |
| UTF-16 | 2C7B |
| UTF-32 | 00002C7B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSMALLCAPITALTURNEDE}4\end{document}Vous pouvez saisir le symbole latin letter small capital turned e sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 11387 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter small capital turned e", or use Unicode Hex Input with 2C7B.
Ctrl + Shift + U, type 2c7b, 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-small-capital-turned-e::before { content: "\2C7B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ⱻ</span>La représentation du symbole Latin Letter Small Capital Turned E dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u2C7B' or String.fromCodePoint(11387) |
| Python | '\N{LATIN LETTER SMALL CAPITAL TURNED E}' or chr(11387) |
| Rust | '\u{2C7B}' |
| C / C++ | UTF-8 source or wchar_t with U+2C7B |
| Go | string(rune(0x2C7B)) |
| Ruby | "\u{2C7B}" |
| Code CSS |
\2C7B |
| Code hexadécimal | 0x2C7B |
| Code HTML | ⱻ |
| LaTeX | \text{LATINLETTERSMALLCAPITALTURNEDE} |
| Symbole | ⱻ |
| Encodage URL (pourcent UTF-8) | %E2%B1%BB |
| Nom oral / lecteur d’écran | Latin Letter Small Capital Turned E |