Rose

๐ŸŒน

Shortcodes

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

Unicode
U+1F339
HTML Code
🌹
HEX Code
🌹
CSS Code
\1F339
JS/JSON
\u1F339
Unix/C/PHP/JAVA
0x1F339
URL-encode
%F0%9F%8C%B9
copied

Customize Rose Symbol

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

Insert ๐ŸŒน Rose using HTML

1. Copy-paste Rose directly:
<span>๐ŸŒน</span>
2. HTML Decimal Code:
<span>&#127801;</span>
3. Hexadecimal Code:
<span>&#x1F339;</span>
Preview: ๐ŸŒน

Add Rose symbol with CSS

.rose::before {
    content: '\\1F339';
}
Preview: Rose

Rose JavaScript Code

1. Direct Symbol:
document.querySelector('.rose').textContent = '๐ŸŒน';
2. Unicode Escape for ๐ŸŒน:
document.querySelector('.rose').textContent = '\u1F339';
Preview: ๐ŸŒน