Six Petalled Black And White Florette

Shortcodes

Copy and paste codes for Six Petalled Black And White Florette symbol ✾ to use in your websites, apps, blogs, and more.

Unicode
U+273E
HTML Code
✾
HEX Code
✾
CSS Code
\273E
JS/JSON
\u273E
Unix/C/PHP/JAVA
0x273E
URL-encode
%E2%9C%BE
copied

Customize Six Petalled Black And White Florette Symbol

Customize ✾ symbol as you like and download Six Petalled Black And 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 Six Petalled Black And White Florette symbol in HTML, CSS, and JS?

Insert ✾ Six Petalled Black And White Florette using HTML

1. Copy-paste Six Petalled Black And White Florette directly:
<span>✾</span>
2. HTML Decimal Code:
<span>&#10046;</span>
3. Hexadecimal Code:
<span>&#x273E;</span>
Preview:

Add Six Petalled Black And White Florette symbol with CSS

.six-petalled-black-and-white-florette::before {
    content: '\\273E';
}
Preview: Six Petalled Black And White Florette

Six Petalled Black And White Florette JavaScript Code

1. Direct Symbol:
document.querySelector('.six-petalled-black-and-white-florette').textContent = '✾';
2. Unicode Escape for ✾:
document.querySelector('.six-petalled-black-and-white-florette').textContent = '\u273E';
Preview: