Right Square Bracket Symbol

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

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

symbol.dark.svg

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

symbol.dark.svg

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

symbol.dark.svg

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

symbol.dark.svg

Left curly brace symbol.

symbol.dark.svg

Right curly brace.

Links

Array

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.