Hibiscus

๐ŸŒบ

Shortcodes

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

Unicode
U+1F33A
HTML Code
🌺
HEX Code
🌺
CSS Code
\1F33A
JS/JSON
\u1F33A
Unix/C/PHP/JAVA
0x1F33A
URL-encode
%F0%9F%8C%BA
copied

Customize Hibiscus Symbol

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

Insert ๐ŸŒบ Hibiscus using HTML

1. Copy-paste Hibiscus directly:
<span>๐ŸŒบ</span>
2. HTML Decimal Code:
<span>&#127802;</span>
3. Hexadecimal Code:
<span>&#x1F33A;</span>
Preview: ๐ŸŒบ

Add Hibiscus symbol with CSS

.hibiscus::before {
    content: '\\1F33A';
}
Preview: Hibiscus

Hibiscus JavaScript Code

1. Direct Symbol:
document.querySelector('.hibiscus').textContent = '๐ŸŒบ';
2. Unicode Escape for ๐ŸŒบ:
document.querySelector('.hibiscus').textContent = '\u1F33A';
Preview: ๐ŸŒบ