| Nom du symbole | Latin Epigraphic Letter Sideways I |
| Version Unicode | 7.0 |
| Unicode | U+A7F7 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | EA 9F B7 |
| UTF-16 | A7F7 |
| UTF-32 | 0000A7F7 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERSIDEWAYSI}4\end{document}Vous pouvez saisir le symbole latin epigraphic letter sideways i sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Latin Epigraphic Letter Sideways I dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |
| Code CSS |
\A7F7 |
| Code hexadécimal | 0xA7F7 |
| Code HTML | ꟷ |
| LaTeX | \text{LATINEPIGRAPHICLETTERSIDEWAYSI} |
| Symbole | ꟷ |
| Encodage URL (pourcent UTF-8) | %EA%9F%B7 |
| Nom oral / lecteur d’écran | Latin Epigraphic Letter Sideways I |