| 記号名 | Latin Epigraphic Letter Archaic M |
| Unicodeバージョン | 5.1 |
| Unicode | U+A7FF |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード |
| UTF-8 | EA 9F BF |
| UTF-16 | A7FF |
| UTF-32 | 0000A7FF |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERARCHAICM}4\end{document}以下の方法でほとんどの最新デバイスでlatin epigraphic letter archaic m記号を入力できます:
Alt + 43007 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin epigraphic letter archaic m", or use Unicode Hex Input with A7FF.
Ctrl + Shift + U, type a7ff, 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-archaic-m::before { content: "\A7FF"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟿ</span>各プログラミング言語におけるLatin Epigraphic Letter Archaic M記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uA7FF' or String.fromCodePoint(43007) |
| Python | '\N{LATIN EPIGRAPHIC LETTER ARCHAIC M}' or chr(43007) |
| Rust | '\u{A7FF}' |
| C / C++ | UTF-8 source or wchar_t with U+A7FF |
| Go | string(rune(0xA7FF)) |
| Ruby | "\u{A7FF}" |
\A7FF |
| 16進コード | 0xA7FF |
| HTMLコード | ꟿ |
| LaTeX | \text{LATINEPIGRAPHICLETTERARCHAICM} |
| 記号 | ꟿ |
| URLエンコード(UTF-8パーセント) | %EA%9F%BF |
| 読み上げ名 / スクリーンリーダー | Latin Epigraphic Letter Archaic M |