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 CURLY BRACKET
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+007D | |
| decimal | 125 | |
| htmldecimal | } | |
| htmlhex | } | |
| css | \007D | |
| javascript | \u{7D} | |
| python | \u007d | |
| java | \u007D | |
| go | \u007D | |
| ruby | \u{7D} | |
| rust | \u{7D} | |
| ccpp | \u007d | |
| urlencoded | %7D | |
| utf8bytes | 7d | |
| utf16bebytes | 00 7d | |
| utf32bebytes | 00 00 00 7d |
How to Use
HTML:
}
CSS:
content: "\007D"
JavaScript:
"\u{7D}"
Python:
"\u007d"
Properties
- Block
- Basic Latin
- Script
- Zyyy
- Category
- Close Punctuation (Pe)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes