| Nome del simbolo | Ghost |
| Versione Unicode | 0.6 |
| Unicode | U+1F47B |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F47B |
| Codice esadecimale | 0x1F47B |
| Codice HTML | 👻 |
| LaTeX | LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent) |
| Simbolo | 👻 |
| Codifica URL (percentuale UTF-8) | %F0%9F%91%BB |
| Shortcode Discord / Slack | :ghost: |
| Shortcode GitHub | :ghost: |
| Nome parlato / screen reader | Ghost |
| UTF-8 | F0 9F 91 BB |
| UTF-16 | D83D DC7B |
| UTF-32 | 0001F47B |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal glyph or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo ghost sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . (emoji panel); macOS: Ctrl + Cmd + Space; mobile: emoji keyboard Smileys.
Edit → Emoji & Symbols, search "ghost".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Smileys & Emotion, or search "ghost".
Emoji keyboard → Smileys; search "ghost".
1span.ghost::before { content: "\1F47B"; }1<span>👻</span>La rappresentazione del simbolo Ghost nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDC7B' or String.fromCodePoint(0x1F47B) |
| Python | '\N{GHOST}' |
| Rust | '\u{1F47B}' |
| Swift | "\u{1F47B}" |
| Go | string(rune(0x1F47B)) |
| Ruby | "\u{1F47B}" |