Sun With Face

๐ŸŒž

Shortcodes

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

Unicode
U+1F31E
HTML Code
🌞
HEX Code
🌞
CSS Code
\1F31E
JS/JSON
\u1F31E
Unix/C/PHP/JAVA
0x1F31E
URL-encode
%F0%9F%8C%9E
copied

Customize Sun With Face Symbol

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

Insert ๐ŸŒž Sun With Face using HTML

1. Copy-paste Sun With Face directly:
<span>๐ŸŒž</span>
2. HTML Decimal Code:
<span>&#127774;</span>
3. Hexadecimal Code:
<span>&#x1F31E;</span>
Preview: ๐ŸŒž

Add Sun With Face symbol with CSS

.sun-with-face::before {
    content: '\\1F31E';
}
Preview: Sun With Face

Sun With Face JavaScript Code

1. Direct Symbol:
document.querySelector('.sun-with-face').textContent = '๐ŸŒž';
2. Unicode Escape for ๐ŸŒž:
document.querySelector('.sun-with-face').textContent = '\u1F31E';
Preview: ๐ŸŒž