Sunflower

๐ŸŒป

Shortcodes

Copy and paste codes for Sunflower symbol ๐ŸŒป to use in your websites, apps, blogs, and more.

Unicode
U+1F33B
HTML Code
🌻
HEX Code
🌻
CSS Code
\1F33B
JS/JSON
\u1F33B
Unix/C/PHP/JAVA
0x1F33B
URL-encode
%F0%9F%8C%BB
copied

Customize Sunflower Symbol

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

Insert ๐ŸŒป Sunflower using HTML

1. Copy-paste Sunflower directly:
<span>๐ŸŒป</span>
2. HTML Decimal Code:
<span>&#127803;</span>
3. Hexadecimal Code:
<span>&#x1F33B;</span>
Preview: ๐ŸŒป

Add Sunflower symbol with CSS

.sunflower::before {
    content: '\\1F33B';
}
Preview: Sunflower

Sunflower JavaScript Code

1. Direct Symbol:
document.querySelector('.sunflower').textContent = '๐ŸŒป';
2. Unicode Escape for ๐ŸŒป:
document.querySelector('.sunflower').textContent = '\u1F33B';
Preview: ๐ŸŒป