Jump to technical reference โ
Nobody actually finds this emoji frightening, and that is the point. The little sheet-ghost with its tongue out and cartoon arms is drawn to be goofy rather than scary across every platform, which is why it reads as playful spookiness โ Halloween, something "haunted", a silly "boo" โ far more often than genuine fear. Some vendors even give it a winking, mid-prank expression.
Its biggest modern job is a pun. "Ghosting" โ vanishing on someone without a word, in dating or friendship or a job hunt โ turned it into the emoji shorthand for the act, so a single ghost can carry a whole small story of someone who stopped replying. The gap between the friendly drawing and that slightly cruel meaning is exactly the kind of thing that makes emoji expressive: the picture stays cute while the usage does something pointed. Rendering is fairly consistent here โ the white body reads clearly on most backgrounds โ though it can disappear against a pale chat bubble, the one practical reason a ghost emoji might actually live up to its name and become hard to see.
About Ghost
Ghost is the Unicode character ๐ป at codepoint U+1F47B in the Miscellaneous Symbols and Pictographs block of the Supplementary Multilingual Plane (SMP).
Technical Reference
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Ghost
To use the Ghost symbol (๐ป) in HTML, insert the
entity 👻 directly into your markup. The decimal entity 👻 works in any HTML-serialised document.
In CSS pseudo-elements use content: '\1F47B';.
In JavaScript and TypeScript the escape '\u{1F47B}' evaluates to ๐ป. In Python source, write '\U0001F47B'.
The character encodes to F0 9F 91 BB as UTF-8 bytes and D83D DC7B as UTF-16 code units. Its decimal codepoint is 128123.
This is a fully-qualified emoji and should render with colour on iOS, Android, Windows and macOS. Appearance may vary between platforms, but the underlying codepoint is identical everywhere.