RIGHT SQUARE BRACKET
]
U+005D
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
005D
Code Point
93
Aliases
closing square bracket (1.0)
Character Properties
General Category
Letter, Other (Lo)
Bidi Class
L (Left-to-Right)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x5D
UTF-16
0x005D
UTF-32
0x0000005D
Copy & Paste Codes
Character
]
Unicode Escape
\u{005D}
HTML Entity (Decimal)
]
HTML Entity (Hex)
]
CSS Code
\005D
JavaScript
String.fromCodePoint(0x005D)
Python
chr(0x005D)