Left Square Bracket Symbol

[
Symbol Format Data
[ Code Point
U+005B
TeX
[
SVG
All symbols

Usage

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

In combination with the right square bracket, the two brackets group the contents of the matrix together.

Related

right square bracket

The right square bracket symbol is used in math to delineate the end of a matrix.

left parenthesis

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

right parenthesis

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

left curly brace

Left curly brace symbol.

right curly brace

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.