| Symbol Name | Latin Letter Small Capital Turned M |
| Unicode Version | 6.0 |
| Unicode | U+A7FA |
| Unicode block | |
| General category | Lowercase Letter (Ll) |
| CSS Code |
| UTF-8 | EA 9F BA |
| UTF-16 | A7FA |
| UTF-32 | 0000A7FA |
1\documentclass{article}2\usepackage{pifont}3\text{LATINLETTERSMALLCAPITALTURNEDM}4\end{document}You can type the latin letter small capital turned m symbol on most modern devices with the help of following methods:
Alt + 43002 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin letter small capital turned m", or use Unicode Hex Input with A7FA.
Ctrl + Shift + U, type a7fa, 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-letter-small-capital-turned-m::before { content: "\A7FA"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟺ</span>Latin Letter Small Capital Turned M symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA7FA' or String.fromCodePoint(43002) |
| Python | '\N{LATIN LETTER SMALL CAPITAL TURNED M}' or chr(43002) |
| Rust | '\u{A7FA}' |
| C / C++ | UTF-8 source or wchar_t with U+A7FA |
| Go | string(rune(0xA7FA)) |
| Ruby | "\u{A7FA}" |
\A7FA |
| Hex Code | 0xA7FA |
| HTML Code | ꟺ |
| LaTeX | \text{LATINLETTERSMALLCAPITALTURNEDM} |
| Symbol | ꟺ |
| URL encode (UTF-8 percent) | %EA%9F%BA |
| Spoken / screen reader name | Latin Letter Small Capital Turned M |