Ringed Planet

๐Ÿช

Shortcodes

Copy and paste codes for Ringed Planet symbol ๐Ÿช to use in your websites, apps, blogs, and more.

Unicode
U+1FA90
HTML Code
🪐
HEX Code
🪐
CSS Code
\1FA90
JS/JSON
\u1FA90
Unix/C/PHP/JAVA
0x1FA90
URL-encode
%F0%9F%AA%90
copied

Customize Ringed Planet Symbol

Customize ๐Ÿช symbol as you like and download Ringed Planet as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
๐Ÿช
 

How to add Ringed Planet symbol in HTML, CSS, and JS?

Insert ๐Ÿช Ringed Planet using HTML

1. Copy-paste Ringed Planet directly:
<span>๐Ÿช</span>
2. HTML Decimal Code:
<span>&#129680;</span>
3. Hexadecimal Code:
<span>&#x1FA90;</span>
Preview: ๐Ÿช

Add Ringed Planet symbol with CSS

.ringed-planet::before {
    content: '\\1FA90';
}
Preview: Ringed Planet

Ringed Planet JavaScript Code

1. Direct Symbol:
document.querySelector('.ringed-planet').textContent = '๐Ÿช';
2. Unicode Escape for ๐Ÿช:
document.querySelector('.ringed-planet').textContent = '\u1FA90';
Preview: ๐Ÿช