| Nombre del símbolo | Double Exclamation Mark |
| Versión Unicode | 0.6 |
| Unicode | U+203C |
| Bloque Unicode | |
| Categoría general | Emoji (Po) |
| Código CSS |
| UTF-8 | E2 80 BC EF B8 8F |
| UTF-16 | 203C FE0F |
| UTF-32 | 0000203C 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo double exclamation mark en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "double exclamation mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "double exclamation mark".
Emoji keyboard → Symbols; search "double exclamation mark".
1span.double-exclamation-mark-emoji::before { content: "\203C"; } /* prefer inline grapheme for ZWJ */1<span>‼️</span>La representación del símbolo Double Exclamation Mark en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x203C, 0xFE0F) |
| Python | '\N{DOUBLE EXCLAMATION MARK}' |
| Rust | '\u{203C}' |
| Swift | "\u{203C}" |
| Go | string(rune(0x203C)) |
| Ruby | "\u{203C}" |
\203C |
| Código hexadecimal | 0x203C |
| Código HTML | ‼️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | ‼️ |
| Codificación URL (porcentaje UTF-8) | %E2%80%BC%EF%B8%8F |
| Nombre oral / lector de pantalla | Double Exclamation Mark |