U005B
U+005B is the Unicode code point for the left square bracket, the character with the graphical form "[". It resides in the Basic Latin block and corresponds to the ASCII value 0x5B (decimal 91). In Unicode and UTF-8, this character is encoded as a single byte 0x5B.
In computing, the left square bracket is a common delimiter. It starts array literals in languages such
In programming and text processing, the bracket has special meaning in certain contexts. In regular expressions, [
For interoperability, the character is also represented in non-Unicode contexts as percent-encoded in URLs as %5B
Overall, U+005B denotes a widely used punctuation mark with diverse roles across programming, mathematics, and data