| Nom du symbole | Latin Epigraphic Letter I Longa |
| Version Unicode | 5.1 |
| Unicode | U+A7FE |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| UTF-8 | EA 9F BE |
| UTF-16 | A7FE |
| UTF-32 | 0000A7FE |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERILONGA}4\end{document}Vous pouvez saisir le symbole latin epigraphic letter i longa sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 43006 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin epigraphic letter i longa", or use Unicode Hex Input with A7FE.
Ctrl + Shift + U, type a7fe, 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-i-longa::before { content: "\A7FE"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟾ</span>La représentation du symbole Latin Epigraphic Letter I Longa dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uA7FE' or String.fromCodePoint(43006) |
| Python | '\N{LATIN EPIGRAPHIC LETTER I LONGA}' or chr(43006) |
| Rust | '\u{A7FE}' |
| C / C++ | UTF-8 source or wchar_t with U+A7FE |
| Go | string(rune(0xA7FE)) |
| Ruby | "\u{A7FE}" |
| Code CSS |
\A7FE |
| Code hexadécimal | 0xA7FE |
| Code HTML | ꟾ |
| LaTeX | \text{LATINEPIGRAPHICLETTERILONGA} |
| Symbole | ꟾ |
| Encodage URL (pourcent UTF-8) | %EA%9F%BE |
| Nom oral / lecteur d’écran | Latin Epigraphic Letter I Longa |