| Nom du symbole | Exploding Head |
| Version Unicode | 5.0 |
| Unicode | U+1F92F |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F92F |
| Code hexadécimal | 0x1F92F |
| Code HTML | 🤯 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Symbole | 🤯 |
| Encodage URL (pourcent UTF-8) | %F0%9F%A4%AF |
| Raccourci Discord / Slack | :exploding_head: |
| Raccourci GitHub | :exploding_head: |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole exploding head sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Exploding Head dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |