| Symbol Name | Latin Epigraphic Letter Sideways I |
| Unicode Version | 7.0 |
| Unicode | U+A7F7 |
| Unicode block | |
| General category | 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}You can type the latin epigraphic letter sideways i symbol on most modern devices with the help of following methods:
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>Latin Epigraphic Letter Sideways I symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0xA7F7 |
| HTML Code | ꟷ |
| LaTeX | \text{LATINEPIGRAPHICLETTERSIDEWAYSI} |
| Symbol | ꟷ |
| URL encode (UTF-8 percent) | %EA%9F%B7 |
| Spoken / screen reader name | Latin Epigraphic Letter Sideways I |