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