| Symbol Name | Man Zombie |
| Unicode Version | 5.0 |
| Unicode | U+1F9DF |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9DF |
| Hex Code | 0x1F9DF |
| HTML Code | 🧟‍♂️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🧟♂️ |
| URL encode (UTF-8 percent) | %F0%9F%A7%9F%E2%80%8D%E2%99%82%EF%B8%8F |
| Spoken / screen reader name | Man Zombie |
This emoji is formed from multiple code points (including zero-width joiner U+200D). Copy individual components or use the full sequence as one character.
| UTF-8 | F0 9F A7 9F E2 80 8D E2 99 82 EF B8 8F |
| UTF-16 | D83E DDDF 200D 2642 FE0F |
| UTF-32 | 0001F9DF 0000200D 00002642 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the man zombie symbol on most modern devices with the help of following methods:
Win + . or mobile emoji keyboard; long-press base gesture for Fitzpatrick skin-tone stripes when available.
Edit → Emoji & Symbols, search "man zombie".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → People, or search "man zombie".
Emoji keyboard → People; search "man zombie".
1span.man-zombie::before { content: "\1F9DF"; } /* prefer inline grapheme for tones/ZWJ */1<span>🧟‍♂️</span>Man Zombie symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x1F9DF, 0x200D, 0x2642, 0xFE0F) |
| Python | '\N{MAN ZOMBIE}' |
| Rust | '\u{1F9DF}' |
| Swift | "\u{1F9DF}" |
| Go | string(rune(0x1F9DF)) |
| Ruby | "\u{1F9DF}" |