White Flower

๐Ÿ’ฎ

Shortcodes

Copy and paste codes for White Flower symbol ๐Ÿ’ฎ to use in your websites, apps, blogs, and more.

Unicode
U+1F4AE
HTML Code
💮
HEX Code
💮
CSS Code
\1F4AE
JS/JSON
\u1F4AE
Unix/C/PHP/JAVA
0x1F4AE
URL-encode
%F0%9F%92%AE
copied

Customize White Flower Symbol

Customize ๐Ÿ’ฎ symbol as you like and download White Flower 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 White Flower symbol in HTML, CSS, and JS?

Insert ๐Ÿ’ฎ White Flower using HTML

1. Copy-paste White Flower directly:
<span>๐Ÿ’ฎ</span>
2. HTML Decimal Code:
<span>&#128174;</span>
3. Hexadecimal Code:
<span>&#x1F4AE;</span>
Preview: ๐Ÿ’ฎ

Add White Flower symbol with CSS

.white-flower::before {
    content: '\\1F4AE';
}
Preview: White Flower

White Flower JavaScript Code

1. Direct Symbol:
document.querySelector('.white-flower').textContent = '๐Ÿ’ฎ';
2. Unicode Escape for ๐Ÿ’ฎ:
document.querySelector('.white-flower').textContent = '\u1F4AE';
Preview: ๐Ÿ’ฎ