| Nome del simbolo | Double Exclamation Mark |
| Versione Unicode | 0.6 |
| Unicode | U+203C |
| Blocco Unicode | |
| Categoria generale | Emoji (Po) |
| 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}Puoi digitare il simbolo double exclamation mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Double Exclamation Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x203C, 0xFE0F) |
| Python | '\N{DOUBLE EXCLAMATION MARK}' |
| Rust | '\u{203C}' |
| Swift | "\u{203C}" |
| Go | string(rune(0x203C)) |
| Ruby | "\u{203C}" |
| Codice CSS |
\203C |
| Codice esadecimale | 0x203C |
| Codice HTML | ‼️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ‼️ |
| Codifica URL (percentuale UTF-8) | %E2%80%BC%EF%B8%8F |
| Nome parlato / screen reader | Double Exclamation Mark |