| Nombre del símbolo | Latin Epigraphic Letter Archaic M |
| Versión Unicode | 5.1 |
| Unicode | U+A7FF |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | EA 9F BF |
| UTF-16 | A7FF |
| UTF-32 | 0000A7FF |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERARCHAICM}4\end{document}Puedes escribir el símbolo latin epigraphic letter archaic m en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Epigraphic Letter Archaic M en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\A7FF |
| Código hexadecimal | 0xA7FF |
| Código HTML | ꟿ |
| LaTeX | \text{LATINEPIGRAPHICLETTERARCHAICM} |
| Símbolo | ꟿ |
| Codificación URL (porcentaje UTF-8) | %EA%9F%BF |
| Nombre oral / lector de pantalla | Latin Epigraphic Letter Archaic M |