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