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