| Symbolname | Latin Letter Small Capital Turned E |
| Unicode-Version | 5.1 |
| Unicode | U+2C7B |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin letter small capital turned e auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Letter Small Capital Turned E in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |
| CSS-Code |
\2C7B |
| Hexadezimalcode | 0x2C7B |
| HTML-Code | ⱻ |
| LaTeX | \text{LATINLETTERSMALLCAPITALTURNEDE} |
| Symbol | ⱻ |
| URL-Kodierung (UTF-8-Prozent) | %E2%B1%BB |
| Ansagename (Screenreader) | Latin Letter Small Capital Turned E |