| Nom du symbole | Circled M |
| Version Unicode | 0.6 |
| Unicode | U+24C2 |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \24C2 |
| Code hexadécimal | 0x24C2 |
| Code HTML | Ⓜ️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | Ⓜ️ |
| Encodage URL (pourcent UTF-8) | %E2%93%82%EF%B8%8F |
| Nom oral / lecteur d’écran | Circled M |
| UTF-8 | E2 93 82 EF B8 8F |
| UTF-16 | 24C2 FE0F |
| UTF-32 | 000024C2 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole circled m sur la plupart des appareils modernes avec les méthodes suivantes :
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "circled m".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "circled m".
Emoji keyboard → Symbols; search "circled m".
1span.circled-m::before { content: "\24C2"; } /* prefer inline grapheme for ZWJ */1<span>Ⓜ️</span>La représentation du symbole Circled M dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x24C2, 0xFE0F) |
| Python | '\N{CIRCLED M}' |
| Rust | '\u{24C2}' |
| Swift | "\u{24C2}" |
| Go | string(rune(0x24C2)) |
| Ruby | "\u{24C2}" |