| Nom du symbole | Zombie |
| Version Unicode | 5.0 |
| Unicode | U+1F9DF |
| Bloc Unicode | |
| Catégorie générale | Emoji (So) |
| Code CSS | \1F9DF |
| Code hexadécimal | 0x1F9DF |
| Code HTML | 🧟 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbole | 🧟 |
| Encodage URL (pourcent UTF-8) | %F0%9F%A7%9F |
| Nom oral / lecteur d’écran | Zombie |
| UTF-8 | F0 9F A7 9F |
| UTF-16 | D83E DDDF |
| UTF-32 | 0001F9DF |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Vous pouvez saisir le symbole zombie sur la plupart des appareils modernes avec les méthodes suivantes :
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "zombie".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "zombie".
Emoji keyboard → People; search "zombie".
1span.zombie::before { content: "\1F9DF"; } /* prefer inline grapheme for tones/ZWJ */1<span>🧟</span>La représentation du symbole Zombie dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDDF' or String.fromCodePoint(0x1F9DF) |
| Python | '\N{ZOMBIE}' |
| Rust | '\u{1F9DF}' |
| Swift | "\u{1F9DF}" |
| Go | string(rune(0x1F9DF)) |
| Ruby | "\u{1F9DF}" |