| Nome del simbolo | Latin Small Letter M With Crossed-tail |
| Versione Unicode | 7.0 |
| Unicode | U+AB3A |
| Blocco Unicode | |
| Categoria generale | Lowercase Letter (Ll) |
| UTF-8 | EA AC BA |
| UTF-16 | AB3A |
| UTF-32 | 0000AB3A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERMWITHCROSSED-TAIL}4\end{document}Puoi digitare il simbolo latin small letter m with crossed-tail sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 43834 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter m with crossed-tail", or use Unicode Hex Input with AB3A.
Ctrl + Shift + U, type ab3a, 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-small-letter-m-with-crossed-tail::before { content: "\AB3A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꬺ</span>La rappresentazione del simbolo Latin Small Letter M With Crossed-tail nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAB3A' or String.fromCodePoint(43834) |
| Python | '\N{LATIN SMALL LETTER M WITH CROSSED-TAIL}' or chr(43834) |
| Rust | '\u{AB3A}' |
| C / C++ | UTF-8 source or wchar_t with U+AB3A |
| Go | string(rune(0xAB3A)) |
| Ruby | "\u{AB3A}" |
| Codice CSS |
\AB3A |
| Codice esadecimale | 0xAB3A |
| Codice HTML | ꬺ |
| LaTeX | \text{LATINSMALLLETTERMWITHCROSSED-TAIL} |
| Simbolo | ꬺ |
| Codifica URL (percentuale UTF-8) | %EA%AC%BA |
| Nome parlato / screen reader | Latin Small Letter M With Crossed-tail |