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