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' : ''">
«
LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00AB | |
| decimal | 171 | |
| htmldecimal | « | |
| htmlhex | « | |
| css | \00AB | |
| javascript | \u{AB} | |
| python | \u00ab | |
| java | \u00AB | |
| go | \u00AB | |
| ruby | \u{AB} | |
| rust | \u{AB} | |
| ccpp | \u00ab | |
| urlencoded | %C2%AB | |
| utf8bytes | c2 ab | |
| utf16bebytes | 00 ab | |
| utf32bebytes | 00 00 00 ab |
How to Use
HTML:
«
CSS:
content: "\00AB"
JavaScript:
"\u{AB}"
Python:
"\u00ab"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Initial Punctuation (Pi)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes