| Nome del simbolo | Modifier Letter Small Turned M With Long Leg |
| Versione Unicode | 4.1 |
| Unicode | U+1DAD |
| Blocco Unicode | |
| Categoria generale | Modifier Letter (Lm) |
| UTF-8 | E1 B6 AD |
| UTF-16 | 1DAD |
| UTF-32 | 00001DAD |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLTURNEDMWITHLONGLEG}4\end{document}Puoi digitare il simbolo modifier letter small turned m with long leg sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 7597 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small turned m with long leg", or use Unicode Hex Input with 1DAD.
Ctrl + Shift + U, type 1dad, 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.modifier-letter-small-turned-m-with-long-leg::before { content: "\1DAD"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᶭ</span>La rappresentazione del simbolo Modifier Letter Small Turned M With Long Leg nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u1DAD' or String.fromCodePoint(7597) |
| Python | '\N{MODIFIER LETTER SMALL TURNED M WITH LONG LEG}' or chr(7597) |
| Rust | '\u{1DAD}' |
| C / C++ | UTF-8 source or wchar_t with U+1DAD |
| Go | string(rune(0x1DAD)) |
| Ruby | "\u{1DAD}" |
| Codice CSS |
\1DAD |
| Codice esadecimale | 0x1DAD |
| Codice HTML | ᶭ |
| LaTeX | \text{MODIFIERLETTERSMALLTURNEDMWITHLONGLEG} |
| Simbolo | ᶭ |
| Codifica URL (percentuale UTF-8) | %E1%B6%AD |
| Nome parlato / screen reader | Modifier Letter Small Turned M With Long Leg |