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