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' : ''">
•
BULLET
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2022 | |
| decimal | 8226 | |
| htmldecimal | • | |
| htmlhex | • | |
| css | \2022 | |
| javascript | \u{2022} | |
| python | \u2022 | |
| java | \u2022 | |
| go | \u2022 | |
| ruby | \u{2022} | |
| rust | \u{2022} | |
| ccpp | \u2022 | |
| urlencoded | %E2%80%A2 | |
| utf8bytes | e2 80 a2 | |
| utf16bebytes | 20 22 | |
| utf32bebytes | 00 00 20 22 | |
| htmlentity | • |
How to Use
HTML:
•
or
•
CSS:
content: "\2022"
JavaScript:
"\u{2022}"
Python:
"\u2022"
Properties
- Block
- General Punctuation
- Script
- Zyyy
- Category
- Other Punctuation (Po)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No