| Nom du symbole | Symbol For Group Separator |
| Version Unicode | 1.1 |
| Unicode | U+241D |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 90 9D |
| UTF-16 | 241D |
| UTF-32 | 0000241D |
1\documentclass{article}2\usepackage{pifont}3\text{SYMBOLFORGROUPSEPARATOR}4\end{document}Vous pouvez saisir le symbole symbol for group separator sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9245 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "symbol for group separator", or use Unicode Hex Input with 241D.
Ctrl + Shift + U, type 241d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with technical symbol support.
1span.symbol-for-group-separator::before { content: "\241D"; }1<span>␝</span>La représentation du symbole Symbol For Group Separator dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u241D' or String.fromCodePoint(9245) |
| Python | '\N{SYMBOL FOR GROUP SEPARATOR}' or chr(9245) |
| Rust | '\u{241D}' |
| C / C++ | UTF-8 source or wchar_t with U+241D |
| Go | string(rune(0x241D)) |
| Ruby | "\u{241D}" |
\241D |
| Code hexadécimal | 0x241D |
| Code HTML | ␝ |
| LaTeX | \text{SYMBOLFORGROUPSEPARATOR} |
| Symbole | ␝ |
| Encodage URL (pourcent UTF-8) | %E2%90%9D |
| Nom oral / lecteur d’écran | Symbol For Group Separator |