White Sun

๐ŸŒฃ

Shortcodes

Copy and paste codes for White Sun symbol ๐ŸŒฃ to use in your websites, apps, blogs, and more.

Unicode
U+1F323
HTML Code
🌣
HEX Code
🌣
CSS Code
\1F323
JS/JSON
\u1F323
Unix/C/PHP/JAVA
0x1F323
URL-encode
%F0%9F%8C%A3
copied

Customize White Sun Symbol

Customize ๐ŸŒฃ symbol as you like and download White Sun 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 White Sun symbol in HTML, CSS, and JS?

Insert ๐ŸŒฃ White Sun using HTML

1. Copy-paste White Sun directly:
<span>๐ŸŒฃ</span>
2. HTML Decimal Code:
<span>&#127779;</span>
3. Hexadecimal Code:
<span>&#x1F323;</span>
Preview: ๐ŸŒฃ

Add White Sun symbol with CSS

.white-sun::before {
    content: '\\1F323';
}
Preview: White Sun

White Sun JavaScript Code

1. Direct Symbol:
document.querySelector('.white-sun').textContent = '๐ŸŒฃ';
2. Unicode Escape for ๐ŸŒฃ:
document.querySelector('.white-sun').textContent = '\u1F323';
Preview: ๐ŸŒฃ