Cherry Blossom

๐ŸŒธ

Shortcodes

Copy and paste codes for Cherry Blossom symbol ๐ŸŒธ to use in your websites, apps, blogs, and more.

Unicode
U+1F338
HTML Code
🌸
HEX Code
🌸
CSS Code
\1F338
JS/JSON
\u1F338
Unix/C/PHP/JAVA
0x1F338
URL-encode
%F0%9F%8C%B8
copied

Customize Cherry Blossom Symbol

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

Insert ๐ŸŒธ Cherry Blossom using HTML

1. Copy-paste Cherry Blossom directly:
<span>๐ŸŒธ</span>
2. HTML Decimal Code:
<span>&#127800;</span>
3. Hexadecimal Code:
<span>&#x1F338;</span>
Preview: ๐ŸŒธ

Add Cherry Blossom symbol with CSS

.cherry-blossom::before {
    content: '\\1F338';
}
Preview: Cherry Blossom

Cherry Blossom JavaScript Code

1. Direct Symbol:
document.querySelector('.cherry-blossom').textContent = '๐ŸŒธ';
2. Unicode Escape for ๐ŸŒธ:
document.querySelector('.cherry-blossom').textContent = '\u1F338';
Preview: ๐ŸŒธ