Right Square Bracket Symbol

]
Symbol Format Data
] Code Point
U+005D
TeX
]
SVG

Usage

The right square bracket symbol is used in combination with the left square bracket symbol to group the contents of a matrix together. It is also used in computing to represent the end of an array. For example, the right square bracket is used in the expression below to represent the end of the matrix.

Related

The left square bracket symbol is used in math to delineate the start of a matrix.

The left parenthesis symbol is used to mark the start of an expression, or in the case of a function, a list of expressions.

The right parenthesis is used to mark the end of a group.

Left curly brace symbol.

Right curly brace.

Links

An array is a computer programming construct for storing contiguous data. The data can be accessed by indexing into the array with the location of each element.