Eight Spoked Asterisk

Shortcodes

Copy and paste codes for Eight Spoked Asterisk symbol ✳ to use in your websites, apps, blogs, and more.

Unicode
U+2733
HTML Code
✳
HEX Code
✳
CSS Code
\2733
JS/JSON
\u2733
Unix/C/PHP/JAVA
0x2733
URL-encode
%E2%9C%B3
copied

Customize Eight Spoked Asterisk Symbol

Customize ✳ symbol as you like and download Eight Spoked Asterisk 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 Spoked Asterisk symbol in HTML, CSS, and JS?

Insert ✳ Eight Spoked Asterisk using HTML

1. Copy-paste Eight Spoked Asterisk directly:
<span>✳</span>
2. HTML Decimal Code:
<span>&#10035;</span>
3. Hexadecimal Code:
<span>&#x2733;</span>
Preview:

Add Eight Spoked Asterisk symbol with CSS

.eight-spoked-asterisk::before {
    content: '\\2733';
}
Preview: Eight Spoked Asterisk

Eight Spoked Asterisk JavaScript Code

1. Direct Symbol:
document.querySelector('.eight-spoked-asterisk').textContent = '✳';
2. Unicode Escape for ✳:
document.querySelector('.eight-spoked-asterisk').textContent = '\u2733';
Preview: