Eight Petalled Outlined Black Florette

Shortcodes

Copy and paste codes for Eight Petalled Outlined Black Florette symbol ❁ to use in your websites, apps, blogs, and more.

Unicode
U+2741
HTML Code
❁
HEX Code
❁
CSS Code
\2741
JS/JSON
\u2741
Unix/C/PHP/JAVA
0x2741
URL-encode
%E2%9D%81
copied

Customize Eight Petalled Outlined Black Florette Symbol

Customize ❁ symbol as you like and download Eight Petalled Outlined Black 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 Eight Petalled Outlined Black Florette symbol in HTML, CSS, and JS?

Insert ❁ Eight Petalled Outlined Black Florette using HTML

1. Copy-paste Eight Petalled Outlined Black Florette directly:
<span>❁</span>
2. HTML Decimal Code:
<span>&#10049;</span>
3. Hexadecimal Code:
<span>&#x2741;</span>
Preview:

Add Eight Petalled Outlined Black Florette symbol with CSS

.eight-petalled-outlined-black-florette::before {
    content: '\\2741';
}
Preview: Eight Petalled Outlined Black Florette

Eight Petalled Outlined Black Florette JavaScript Code

1. Direct Symbol:
document.querySelector('.eight-petalled-outlined-black-florette').textContent = '❁';
2. Unicode Escape for ❁:
document.querySelector('.eight-petalled-outlined-black-florette').textContent = '\u2741';
Preview: