| Nombre del símbolo | Latin Epigraphic Letter Inverted M |
| Versión Unicode | 5.1 |
| Unicode | U+A7FD |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| UTF-8 | EA 9F BD |
| UTF-16 | A7FD |
| UTF-32 | 0000A7FD |
1\documentclass{article}2\usepackage{pifont}3\text{LATINEPIGRAPHICLETTERINVERTEDM}4\end{document}Puedes escribir el símbolo latin epigraphic letter inverted m en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 43005 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin epigraphic letter inverted m", or use Unicode Hex Input with A7FD.
Ctrl + Shift + U, type a7fd, 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-inverted-m::before { content: "\A7FD"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟽ</span>La representación del símbolo Latin Epigraphic Letter Inverted M en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uA7FD' or String.fromCodePoint(43005) |
| Python | '\N{LATIN EPIGRAPHIC LETTER INVERTED M}' or chr(43005) |
| Rust | '\u{A7FD}' |
| C / C++ | UTF-8 source or wchar_t with U+A7FD |
| Go | string(rune(0xA7FD)) |
| Ruby | "\u{A7FD}" |
| Código CSS |
\A7FD |
| Código hexadecimal | 0xA7FD |
| Código HTML | ꟽ |
| LaTeX | \text{LATINEPIGRAPHICLETTERINVERTEDM} |
| Símbolo | ꟽ |
| Codificación URL (porcentaje UTF-8) | %EA%9F%BD |
| Nombre oral / lector de pantalla | Latin Epigraphic Letter Inverted M |