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' : ''">
}
FULLWIDTH RIGHT CURLY BRACKET
Overview
} (FULLWIDTH RIGHT CURLY BRACKET) is the Unicode character at code point U+FF5D. It belongs to the Halfwidth and Fullwidth Forms block, in the Close Punctuation (Pe) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF5D | |
| decimal | 65373 | |
| htmldecimal | } | |
| htmlhex | } | |
| css | \FF5D | |
| javascript | \u{FF5D} | |
| python | \uff5d | |
| java | \uFF5D | |
| go | \uFF5D | |
| ruby | \u{FF5D} | |
| rust | \u{FF5D} | |
| ccpp | \uff5d | |
| urlencoded | %EF%BD%9D | |
| utf8bytes | ef bd 9d | |
| utf16bebytes | ff 5d | |
| utf32bebytes | 00 00 ff 5d |
How to Use
HTML:
}
CSS:
content: "\FF5D"
JavaScript:
"\u{FF5D}"
Python:
"\uff5d"
Properties
- Script
- Zyyy
- Category
- Close Punctuation (Pe)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
- Decomposition
- <wide> 007D
Frequently Asked Questions
What is the } character (FULLWIDTH RIGHT CURLY BRACKET)?
} (FULLWIDTH RIGHT CURLY BRACKET) is the Unicode character U+FF5D.
What is the Unicode codepoint of FULLWIDTH RIGHT CURLY BRACKET?
The FULLWIDTH RIGHT CURLY BRACKET character (}) has codepoint U+FF5D.
How do I type or copy FULLWIDTH RIGHT CURLY BRACKET?
Copy } directly, or use the HTML entity, UTF-8, and code encodings shown on this page.