| Nome del simbolo | Latin Capital Letter Reversed E |
| Versione Unicode | 1.1 |
| Unicode | U+018E |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | C6 8E |
| UTF-16 | 018E |
| UTF-32 | 0000018E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERREVERSEDE}4\end{document}Puoi digitare il simbolo latin capital letter reversed e sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 398 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter reversed e", or use Unicode Hex Input with 018E.
Ctrl + Shift + U, type 018e, 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-capital-letter-reversed-e::before { content: "\018E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ǝ</span>La rappresentazione del simbolo Latin Capital Letter Reversed E nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u018E' or String.fromCodePoint(398) |
| Python | '\N{LATIN CAPITAL LETTER REVERSED E}' or chr(398) |
| Rust | '\u{018E}' |
| C / C++ | UTF-8 source or wchar_t with U+018E |
| Go | string(rune(0x018E)) |
| Ruby | "\u{018E}" |
| Codice CSS |
\018E |
| Codice esadecimale | 0x018E |
| Codice HTML | Ǝ |
| LaTeX | \text{LATINCAPITALLETTERREVERSEDE} |
| Simbolo | Ǝ |
| Codifica URL (percentuale UTF-8) | %C6%8E |
| Nome parlato / screen reader | Latin Capital Letter Reversed E |