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' : ''">
⊚
CIRCLED RING OPERATOR
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+229A | |
| decimal | 8858 | |
| htmldecimal | ⊚ | |
| htmlhex | ⊚ | |
| css | \229A | |
| javascript | \u{229A} | |
| python | \u229a | |
| java | \u229A | |
| go | \u229A | |
| ruby | \u{229A} | |
| rust | \u{229A} | |
| ccpp | \u229a | |
| urlencoded | %E2%8A%9A | |
| utf8bytes | e2 8a 9a | |
| utf16bebytes | 22 9a | |
| utf32bebytes | 00 00 22 9a |
How to Use
HTML:
⊚
CSS:
content: "\229A"
JavaScript:
"\u{229A}"
Python:
"\u229a"
Properties
- Block
- Mathematical Operators
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No