| Nombre del símbolo | Exploding Head |
| Versión Unicode | 5.0 |
| Unicode | U+1F92F |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1F92F |
| Código hexadecimal | 0x1F92F |
| Código HTML | 🤯 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🤯 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%A4%AF |
| Atajo Discord / Slack | :exploding_head: |
| Atajo GitHub | :exploding_head: |
| Nombre oral / lector de pantalla | Exploding Head |
| UTF-8 | F0 9F A4 AF |
| UTF-16 | D83E DD2F |
| UTF-32 | 0001F92F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puedes escribir el símbolo exploding head en la mayoría de dispositivos modernos con los siguientes métodos:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "exploding head".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "exploding head".
Emoji keyboard → Smileys; search "exploding head".
1span.exploding-head::before { content: "\1F92F"; }1<span>🤯</span>La representación del símbolo Exploding Head en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDD2F' or String.fromCodePoint(0x1F92F) |
| Python | '\N{EXPLODING HEAD}' |
| Rust | '\u{1F92F}' |
| Swift | "\u{1F92F}" |
| Go | string(rune(0x1F92F)) |
| Ruby | "\u{1F92F}" |