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' : ''">
◯
LARGE CIRCLE
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+25EF | |
| decimal | 9711 | |
| htmldecimal | ◯ | |
| htmlhex | ◯ | |
| css | \25EF | |
| javascript | \u{25EF} | |
| python | \u25ef | |
| java | \u25EF | |
| go | \u25EF | |
| ruby | \u{25EF} | |
| rust | \u{25EF} | |
| ccpp | \u25ef | |
| urlencoded | %E2%97%AF | |
| utf8bytes | e2 97 af | |
| utf16bebytes | 25 ef | |
| utf32bebytes | 00 00 25 ef |
How to Use
HTML:
◯
CSS:
content: "\25EF"
JavaScript:
"\u{25EF}"
Python:
"\u25ef"
Properties
- Block
- Geometric Shapes
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No