| Nome del simbolo | Ringed Planet |
| Versione Unicode | 12.0 |
| Unicode | U+1FA90 |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \1FA90 |
| Codice esadecimale | 0x1FA90 |
| Codice HTML | 🪐 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | 🪐 |
| Codifica URL (percentuale UTF-8) | %F0%9F%AA%90 |
| Nome parlato / screen reader | Ringed Planet |
| UTF-8 | F0 9F AA 90 |
| UTF-16 | D83E DE90 |
| UTF-32 | 0001FA90 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo ringed planet sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Travel & Places in emoji keyboard.
Edit → Emoji & Symbols, search "ringed planet".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Travel & Places, or search "ringed planet".
Emoji keyboard → Travel; search "ringed planet".
1span.ringed-planet::before { content: "\1FA90"; } /* prefer inline grapheme for ZWJ */1<span>🪐</span>La rappresentazione del simbolo Ringed Planet nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDE90' or String.fromCodePoint(0x1FA90) |
| Python | '\N{RINGED PLANET}' |
| Rust | '\u{1FA90}' |
| Swift | "\u{1FA90}" |
| Go | string(rune(0x1FA90)) |
| Ruby | "\u{1FA90}" |