| 記号名 | Latin Epigraphic Letter I Longa |
| Unicodeバージョン | 5.1 |
| Unicode | U+A7FE |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \A7FE |
| 16進コード | 0xA7FE |
| HTMLコード | ꟾ |
| LaTeX | \text{LATINEPIGRAPHICLETTERILONGA} |
| 記号 | ꟾ |
| URLエンコード(UTF-8パーセント) | %EA%9F%BE |
| 読み上げ名 / スクリーンリーダー | Latin Epigraphic Letter I Longa |
| UTF-8 | EA 9F BE |
| UTF-16 | A7FE |
| UTF-32 | 0000A7FE |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERILONGA}4\end{document}以下の方法でほとんどの最新デバイスでlatin epigraphic letter i longa記号を入力できます:
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>各プログラミング言語におけるLatin Epigraphic Letter I Longa記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| 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}" |