| Nome del simbolo | Heavy Exclamation Mark Ornament |
| Versione Unicode | 1.1 |
| Unicode | U+2762 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| UTF-8 | E2 9D A2 |
| UTF-16 | 2762 |
| UTF-32 | 00002762 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYEXCLAMATIONMARKORNAMENT}4\end{document}Puoi digitare il simbolo heavy exclamation mark ornament sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10082 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "heavy exclamation mark ornament", or use Unicode Hex Input with 2762.
Ctrl + Shift + U, type 2762, 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 ornament and fleuron support.
1span.heavy-exclamation-mark-ornament::before { content: "\2762"; }1<span>❢</span>La rappresentazione del simbolo Heavy Exclamation Mark Ornament nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2762' or String.fromCodePoint(10082) |
| Python | '\N{HEAVY EXCLAMATION MARK ORNAMENT}' or chr(10082) |
| Rust | '\u{2762}' |
| C / C++ | UTF-8 source or wchar_t with U+2762 |
| Go | string(rune(0x2762)) |
| Ruby | "\u{2762}" |
| Codice CSS |
\2762 |
| Codice esadecimale | 0x2762 |
| Codice HTML | ❢ |
| LaTeX | \text{HEAVYEXCLAMATIONMARKORNAMENT} |
| Simbolo | ❢ |
| Codifica URL (percentuale UTF-8) | %E2%9D%A2 |
| Nome parlato / screen reader | Heavy Exclamation Mark Ornament |