White Florette

Shortcodes

Copy and paste codes for White Florette symbol ❀ to use in your websites, apps, blogs, and more.

Unicode
U+2740
HTML Code
❀
HEX Code
❀
CSS Code
\2740
JS/JSON
\u2740
Unix/C/PHP/JAVA
0x2740
URL-encode
%E2%9D%80
copied

Customize White Florette Symbol

Customize ❀ symbol as you like and download White Florette 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 Florette symbol in HTML, CSS, and JS?

Insert ❀ White Florette using HTML

1. Copy-paste White Florette directly:
<span>❀</span>
2. HTML Decimal Code:
<span>&#10048;</span>
3. Hexadecimal Code:
<span>&#x2740;</span>
Preview:

Add White Florette symbol with CSS

.white-florette::before {
    content: '\\2740';
}
Preview: White Florette

White Florette JavaScript Code

1. Direct Symbol:
document.querySelector('.white-florette').textContent = '❀';
2. Unicode Escape for ❀:
document.querySelector('.white-florette').textContent = '\u2740';
Preview: