Pinwheel Star

Shortcodes

Copy and paste codes for Pinwheel Star symbol ✯ to use in your websites, apps, blogs, and more.

Unicode
U+272F
HTML Code
✯
HEX Code
✯
CSS Code
\272F
JS/JSON
\u272F
Unix/C/PHP/JAVA
0x272F
URL-encode
%E2%9C%AF
copied

Customize Pinwheel Star Symbol

Customize ✯ symbol as you like and download Pinwheel 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 Pinwheel Star symbol in HTML, CSS, and JS?

Insert ✯ Pinwheel Star using HTML

1. Copy-paste Pinwheel Star directly:
<span>✯</span>
2. HTML Decimal Code:
<span>&#10031;</span>
3. Hexadecimal Code:
<span>&#x272F;</span>
Preview:

Add Pinwheel Star symbol with CSS

.pinwheel-star::before {
    content: '\\272F';
}
Preview: Pinwheel Star

Pinwheel Star JavaScript Code

1. Direct Symbol:
document.querySelector('.pinwheel-star').textContent = '✯';
2. Unicode Escape for ✯:
document.querySelector('.pinwheel-star').textContent = '\u272F';
Preview: