Heavy Eight Pointed Rectilinear Black Star

Shortcodes

Copy and paste codes for Heavy Eight Pointed Rectilinear Black Star symbol ✸ to use in your websites, apps, blogs, and more.

Unicode
U+2738
HTML Code
✸
HEX Code
✸
CSS Code
\2738
JS/JSON
\u2738
Unix/C/PHP/JAVA
0x2738
URL-encode
%E2%9C%B8
copied

Customize Heavy Eight Pointed Rectilinear Black Star Symbol

Customize ✸ symbol as you like and download Heavy Eight Pointed Rectilinear Black Star 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 Heavy Eight Pointed Rectilinear Black Star symbol in HTML, CSS, and JS?

Insert ✸ Heavy Eight Pointed Rectilinear Black Star using HTML

1. Copy-paste Heavy Eight Pointed Rectilinear Black Star directly:
<span>✸</span>
2. HTML Decimal Code:
<span>&#10040;</span>
3. Hexadecimal Code:
<span>&#x2738;</span>
Preview:

Add Heavy Eight Pointed Rectilinear Black Star symbol with CSS

.heavy-eight-pointed-rectilinear-black-star::before {
    content: '\\2738';
}
Preview: Heavy Eight Pointed Rectilinear Black Star

Heavy Eight Pointed Rectilinear Black Star JavaScript Code

1. Direct Symbol:
document.querySelector('.heavy-eight-pointed-rectilinear-black-star').textContent = '✸';
2. Unicode Escape for ✸:
document.querySelector('.heavy-eight-pointed-rectilinear-black-star').textContent = '\u2738';
Preview: