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
Overview
» (RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK) is the Unicode character at code point U+00BB. It belongs to the Latin-1 Supplement block, in the Final Punctuation (Pf) general category. Its script is Zyyy.
On this page
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
Compare
Frequently Asked Questions
What is the » character (RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK)?
» (RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK) is the Unicode character U+00BB.
What is the Unicode codepoint of RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK?
The RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK character (») has codepoint U+00BB.
How do I type or copy RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK?
Copy » directly, or use the HTML entity, UTF-8, and code encodings shown on this page.