| Nom du symbole | Heavy Exclamation Mark Ornament |
| Version Unicode | 1.1 |
| Unicode | U+2762 |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| Code CSS |
| UTF-8 | E2 9D A2 |
| UTF-16 | 2762 |
| UTF-32 | 00002762 |
1\documentclass{article}2\usepackage{pifont}3\text{HEAVYEXCLAMATIONMARKORNAMENT}4\end{document}Vous pouvez saisir le symbole heavy exclamation mark ornament sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Heavy Exclamation Mark Ornament dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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 |
| Code hexadécimal | 0x2762 |
| Code HTML | ❢ |
| LaTeX | \text{HEAVYEXCLAMATIONMARKORNAMENT} |
| Symbole | ❢ |
| Encodage URL (pourcent UTF-8) | %E2%9D%A2 |
| Nom oral / lecteur d’écran | Heavy Exclamation Mark Ornament |