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>🪐</span>
3. Hexadecimal Code:
<span>🪐</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: ๐ช