| Symbolname | Latin Epigraphic Letter Sideways I |
| Unicode-Version | 7.0 |
| Unicode | U+A7F7 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code |
| UTF-8 | EA 9F B7 |
| UTF-16 | A7F7 |
| UTF-32 | 0000A7F7 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERSIDEWAYSI}4\end{document}Sie können das Symbol latin epigraphic letter sideways i auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 42999 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin epigraphic letter sideways i", or use Unicode Hex Input with A7F7.
Ctrl + Shift + U, type a7f7, 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-epigraphic-letter-sideways-i::before { content: "\A7F7"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟷ</span>Die Darstellung des Symbols Latin Epigraphic Letter Sideways I in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uA7F7' or String.fromCodePoint(42999) |
| Python | '\N{LATIN EPIGRAPHIC LETTER SIDEWAYS I}' or chr(42999) |
| Rust | '\u{A7F7}' |
| C / C++ | UTF-8 source or wchar_t with U+A7F7 |
| Go | string(rune(0xA7F7)) |
| Ruby | "\u{A7F7}" |
\A7F7 |
| Hexadezimalcode | 0xA7F7 |
| HTML-Code | ꟷ |
| LaTeX | \text{LATINEPIGRAPHICLETTERSIDEWAYSI} |
| Symbol | ꟷ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9F%B7 |
| Ansagename (Screenreader) | Latin Epigraphic Letter Sideways I |