| Nombre del símbolo | Heavy Exclamation Mark Ornament |
| Versión Unicode | 1.1 |
| Unicode | U+2762 |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo heavy exclamation mark ornament en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Heavy Exclamation Mark Ornament en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\2762 |
| Código hexadecimal | 0x2762 |
| Código HTML | ❢ |
| LaTeX | \text{HEAVYEXCLAMATIONMARKORNAMENT} |
| Símbolo | ❢ |
| Codificación URL (porcentaje UTF-8) | %E2%9D%A2 |
| Nombre oral / lector de pantalla | Heavy Exclamation Mark Ornament |