| Nombre del símbolo | Ringed Planet |
| Versión Unicode | 12.0 |
| Unicode | U+1FA90 |
| Bloque Unicode | |
| Categoría general | Emoji (So) |
| Código CSS | \1FA90 |
| Código hexadecimal | 0x1FA90 |
| Código HTML | 🪐 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Símbolo | 🪐 |
| Codificación URL (porcentaje UTF-8) | %F0%9F%AA%90 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo ringed planet en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Ringed Planet en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |