| Symbol Name | Heavy Exclamation Mark Ornament |
| Unicode Version | 1.1 |
| Unicode | U+2762 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9D A2 |
| UTF-16 | 2762 |
| UTF-32 | 00002762 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYEXCLAMATIONMARKORNAMENT}4\end{document}You can type the heavy exclamation mark ornament symbol on most modern devices with the help of following methods:
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>Heavy Exclamation Mark Ornament symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
\2762 |
| Hex Code | 0x2762 |
| HTML Code | ❢ |
| LaTeX | \text{HEAVYEXCLAMATIONMARKORNAMENT} |
| Symbol | ❢ |
| URL encode (UTF-8 percent) | %E2%9D%A2 |
| Spoken / screen reader name | Heavy Exclamation Mark Ornament |