| Nom du symbole | Double Exclamation Mark |
| Version Unicode | 0.6 |
| Unicode | U+203C |
| Bloc Unicode | |
| Catégorie générale | Emoji (Po) |
| Code CSS |
| UTF-8 | E2 80 BC EF B8 8F |
| UTF-16 | 203C FE0F |
| UTF-32 | 0000203C 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 double exclamation mark 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 "double exclamation mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "double exclamation mark".
Emoji keyboard → Symbols; search "double exclamation mark".
1span.double-exclamation-mark-emoji::before { content: "\203C"; } /* prefer inline grapheme for ZWJ */1<span>‼️</span>La représentation du symbole Double Exclamation Mark dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x203C, 0xFE0F) |
| Python | '\N{DOUBLE EXCLAMATION MARK}' |
| Rust | '\u{203C}' |
| Swift | "\u{203C}" |
| Go | string(rune(0x203C)) |
| Ruby | "\u{203C}" |
\203C |
| Code hexadécimal | 0x203C |
| Code HTML | ‼️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | ‼️ |
| Encodage URL (pourcent UTF-8) | %E2%80%BC%EF%B8%8F |
| Nom oral / lecteur d’écran | Double Exclamation Mark |