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' : ''">
⚪
MEDIUM WHITE CIRCLE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+26AA | |
| decimal | 9898 | |
| htmldecimal | ⚪ | |
| htmlhex | ⚪ | |
| css | \26AA | |
| javascript | \u{26AA} | |
| python | \u26aa | |
| java | \u26AA | |
| go | \u26AA | |
| ruby | \u{26AA} | |
| rust | \u{26AA} | |
| ccpp | \u26aa | |
| urlencoded | %E2%9A%AA | |
| utf8bytes | e2 9a aa | |
| utf16bebytes | 26 aa | |
| utf32bebytes | 00 00 26 aa |
How to Use
HTML:
⚪
CSS:
content: "\26AA"
JavaScript:
"\u{26AA}"
Python:
"\u26aa"
Properties
- Block
- Miscellaneous Symbols
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No