copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('✰'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
✰
Overview
✰ (SHADOWED WHITE STAR) is the Unicode character at code point U+2730. It belongs to the Dingbats block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2730 | |
| decimal | 10032 | |
| htmldecimal | ✰ | |
| htmlhex | ✰ | |
| css | \2730 | |
| javascript | \u{2730} | |
| python | \u2730 | |
| java | \u2730 | |
| go | \u2730 | |
| ruby | \u{2730} | |
| rust | \u{2730} | |
| ccpp | \u2730 | |
| urlencoded | %E2%9C%B0 | |
| utf8bytes | e2 9c b0 | |
| utf16bebytes | 27 30 | |
| utf32bebytes | 00 00 27 30 |
How to Use
HTML:
✰
CSS:
content: "\2730"
JavaScript:
"\u{2730}"
Python:
"\u2730"
Properties
Frequently Asked Questions
What is the ✰ character (SHADOWED WHITE STAR)?
✰ (SHADOWED WHITE STAR) is the Unicode character U+2730.
What is the Unicode codepoint of SHADOWED WHITE STAR?
The SHADOWED WHITE STAR character (✰) has codepoint U+2730.
How do I type or copy SHADOWED WHITE STAR?
Copy ✰ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.