| Nome del simbolo | White Exclamation Mark |
| Versione Unicode | 0.6 |
| Unicode | U+2755 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS |
| UTF-8 | E2 9D 95 |
| UTF-16 | 2755 |
| UTF-32 | 00002755 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo white 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 "white exclamation mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "white exclamation mark".
Emoji keyboard → Symbols; search "white exclamation mark".
1span.white-exclamation-mark::before { content: "\2755"; } /* prefer inline grapheme for ZWJ */1<span>❕</span>La rappresentazione del simbolo White Exclamation Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2755' or String.fromCodePoint(10069) |
| Python | '\N{WHITE EXCLAMATION MARK}' |
| Rust | '\u{2755}' |
| Swift | "\u{2755}" |
| Go | string(rune(0x2755)) |
| Ruby | "\u{2755}" |
\2755 |
| Codice esadecimale | 0x2755 |
| Codice HTML | ❕ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ❕ |
| Codifica URL (percentuale UTF-8) | %E2%9D%95 |
| Nome parlato / screen reader | White Exclamation Mark |