| Symbol Name | Latin Small Letter M With Crossed-tail |
| Unicode Version | 7.0 |
| Unicode | U+AB3A |
| Unicode block | |
| General category | 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}You can type the latin small letter m with crossed-tail symbol on most modern devices with the help of following methods:
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>Latin Small Letter M With Crossed-tail symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\AB3A |
| Hex Code | 0xAB3A |
| HTML Code | ꬺ |
| LaTeX | \text{LATINSMALLLETTERMWITHCROSSED-TAIL} |
| Symbol | ꬺ |
| URL encode (UTF-8 percent) | %EA%AC%BA |
| Spoken / screen reader name | Latin Small Letter M With Crossed-tail |