| Nom du symbole | Modifier Letter Small Turned M |
| Version Unicode | 4.0 |
| Unicode | U+1D5A |
| Bloc Unicode | |
| Catégorie générale | Modifier Letter (Lm) |
| UTF-8 | E1 B5 9A |
| UTF-16 | 1D5A |
| UTF-32 | 00001D5A |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSMALLTURNEDM}4\end{document}Vous pouvez saisir le symbole modifier letter small turned m sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7514 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter small turned m", or use Unicode Hex Input with 1D5A.
Ctrl + Shift + U, type 1d5a, 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::before { content: "\1D5A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᵚ</span>La représentation du symbole Modifier Letter Small Turned M dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1D5A' or String.fromCodePoint(7514) |
| Python | '\N{MODIFIER LETTER SMALL TURNED M}' or chr(7514) |
| Rust | '\u{1D5A}' |
| C / C++ | UTF-8 source or wchar_t with U+1D5A |
| Go | string(rune(0x1D5A)) |
| Ruby | "\u{1D5A}" |
| Code CSS |
\1D5A |
| Code hexadécimal | 0x1D5A |
| Code HTML | ᵚ |
| LaTeX | \text{MODIFIERLETTERSMALLTURNEDM} |
| Symbole | ᵚ |
| Encodage URL (pourcent UTF-8) | %E1%B5%9A |
| Nom oral / lecteur d’écran | Modifier Letter Small Turned M |