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
✡ (STAR OF DAVID) is the Unicode character at code point U+2721. 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+2721 | |
| decimal | 10017 | |
| htmldecimal | ✡ | |
| htmlhex | ✡ | |
| css | \2721 | |
| javascript | \u{2721} | |
| python | \u2721 | |
| java | \u2721 | |
| go | \u2721 | |
| ruby | \u{2721} | |
| rust | \u{2721} | |
| ccpp | \u2721 | |
| urlencoded | %E2%9C%A1 | |
| utf8bytes | e2 9c a1 | |
| utf16bebytes | 27 21 | |
| utf32bebytes | 00 00 27 21 |
How to Use
HTML:
✡
CSS:
content: "\2721"
JavaScript:
"\u{2721}"
Python:
"\u2721"
Properties
Frequently Asked Questions
What is the ✡ character (STAR OF DAVID)?
✡ (STAR OF DAVID) is the Unicode character U+2721.
What is the Unicode codepoint of STAR OF DAVID?
The STAR OF DAVID character (✡) has codepoint U+2721.
How do I type or copy STAR OF DAVID?
Copy ✡ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.