| Nome del simbolo | Crystal Ball |
| Versione Unicode | 0.6 |
| Unicode | U+1F52E |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1F52E |
| Codice esadecimale | 0x1F52E |
| Codice HTML | 🔮 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🔮 |
| Codifica URL (percentuale UTF-8) | %F0%9F%94%AE |
| Shortcode Discord / Slack | :crystal_ball: |
| Shortcode GitHub | :crystal_ball: |
| Nome parlato / screen reader | Crystal Ball |
| UTF-8 | F0 9F 94 AE |
| UTF-16 | D83D DD2E |
| UTF-32 | 0001F52E |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo crystal ball sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Activities & Sports in emoji keyboard.
Edit → Emoji & Symbols, search "crystal ball".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Activities, or search "crystal ball".
Emoji keyboard → Activities; search "crystal ball".
1span.crystal-ball::before { content: "\1F52E"; } /* prefer inline grapheme for ZWJ */1<span>🔮</span>La rappresentazione del simbolo Crystal Ball nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83D\uDD2E' or String.fromCodePoint(0x1F52E) |
| Python | '\N{CRYSTAL BALL}' |
| Rust | '\u{1F52E}' |
| Swift | "\u{1F52E}" |
| Go | string(rune(0x1F52E)) |
| Ruby | "\u{1F52E}" |