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 SQUARE BRACKET
Overview
] (FULLWIDTH RIGHT SQUARE BRACKET) is the Unicode character at code point U+FF3D. 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+FF3D | |
| decimal | 65341 | |
| htmldecimal | ] | |
| htmlhex | ] | |
| css | \FF3D | |
| javascript | \u{FF3D} | |
| python | \uff3d | |
| java | \uFF3D | |
| go | \uFF3D | |
| ruby | \u{FF3D} | |
| rust | \u{FF3D} | |
| ccpp | \uff3d | |
| urlencoded | %EF%BC%BD | |
| utf8bytes | ef bc bd | |
| utf16bebytes | ff 3d | |
| utf32bebytes | 00 00 ff 3d |
How to Use
HTML:
]
CSS:
content: "\FF3D"
JavaScript:
"\u{FF3D}"
Python:
"\uff3d"
Properties
- Script
- Zyyy
- Category
- Close Punctuation (Pe)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- Yes
- Decomposition
- <wide> 005D
Frequently Asked Questions
What is the ] character (FULLWIDTH RIGHT SQUARE BRACKET)?
] (FULLWIDTH RIGHT SQUARE BRACKET) is the Unicode character U+FF3D.
What is the Unicode codepoint of FULLWIDTH RIGHT SQUARE BRACKET?
The FULLWIDTH RIGHT SQUARE BRACKET character (]) has codepoint U+FF3D.
How do I type or copy FULLWIDTH RIGHT SQUARE BRACKET?
Copy ] directly, or use the HTML entity, UTF-8, and code encodings shown on this page.