If this shows as a blank square, your device lacks a font to render it.
The Unicode character U+005D, officially named RIGHT SQUARE BRACKET, was introduced in Unicode version 1.1. It is part of the ASCII block, which belongs to the Basic Multilingual plane. Previously, it was also referred to as CLOSING SQUARE BRACKET.
Categorized technically as a Close Punctuation, this character typically falls under the Common script. In terms of text layout and rendering, the glyph is not a composition and has narrow in East Asian typography. When placed in bidirectional text, it behaves as an Other Neutral character. Its visual representation remains mirrored regardless of the reading direction.
Click any row to instantly copy the encoding value to your clipboard.
| Nº |
93
Copied!
|
|---|---|
| UTF-8 |
5D
Copied!
|
| UTF-16 |
00 5D
Copied!
|
| UTF-32 |
00 00 00 5D
Copied!
|
| URL-Quoted |
%5D
Copied!
|
| HTML hex reference |
]
Copied!
|
| RFC 5137 |
\u'005D'
Copied!
|
| Bash and Zsh (inside echo -e) |
\u005D
Copied!
|
| C and C++ |
\u005d
Copied!
|
| C# |
\u005d
Copied!
|
| CSS |
\00005D
Copied!
|
| Excel |
=UNICHAR(93)
Copied!
|
| Go |
\u005d
Copied!
|
| JavaScript |
\u005D
Copied!
|
| Modern JavaScript (since ES6) |
\u{005d}
Copied!
|
| JSON |
\u005D
Copied!
|
| Java |
\u005D
Copied!
|
| Lua |
\u{005D}
Copied!
|
| Matlab |
char(93)
Copied!
|
| Perl |
\x{005D}
Copied!
|
| PHP |
\u{005d}
Copied!
|
| PostgreSQL |
U&'\005D'
Copied!
|
| PowerShell |
`u{005D}
Copied!
|
| Python |
\u005d
Copied!
|
| Ruby |
\u{005d}
Copied!
|
| Rust |
\u{005d}
Copied!
|