[

Technical information

Symbol[
NameLeft square bracket
Unicode numberU+005B
CategoryASCII Table6. ASCII punctuation and symbols
DescriptionThe Unicode character [, or U+005B, is known as the "Left Square Bracket". It is part of the "Basic Latin" block, which is the standard ASCII set of characters used in English and many other languages. This character falls under the "Punctuation, Open" category. Visually, it represents an opening or left-sided square bracket. Left Square Brackets are used in various contexts, including mathematics, where they often denote the inclusive start of an interval. In computer programming languages, they are typically used to denote the start of an array or list. They are also used in literature and linguistic notation for various purposes. As with other characters, the specific usage of the Left Square Bracket can depend on its context.

Encoding

HTML Entity[
HTML Entity (hex)[
HTML Entity (named)[
URL Escape Code%5B
UTF-8 (hex)0x5B
UTF-8 (binary)01011011
UTF-160x005B
UTF-320x0000005B

Source Code

C, C++, and Java"\u005B"
CSS Code\005B
JavaScript"\u005B"
Perl\x{005B}
Python 2u"\u005B"
Python 3\u005B
Ruby\u{005B}

Preview

This Unicode character looks like this [ in sentence and in bold like this [ and in italic like this [.

Font size:

[
12px
[
16px
[
20px
[
28px
[
36px
[
48px
[
72px

CSS Property: font-weight

[
100
[
200
[
300
[
400
[
500
[
600
[
700
[
800
[
900

HTML Forms and Input

input
disabled input
[
input-group
select
button
button

Code examples in HTML and CSS

<span>&#91;</span>

            
span {
    content: "\005B";
}

The symbol in different fonts

[
-apple-system
[
Apple Color Emoji
[
Arial
[
BlinkMacSystemFont
[
Courier New
[
Georgia
[
Droid Sans
[
Helvetica
[
Noto Sans
[
Oxygen
[
Roboto
[
"Segoe UI"
[
sans-serif
[
Segoe UI Emoji
[
Segoe UI Symbol
[
system-ui
[
Times New Roman
[
Ubuntu
[
Verdana

References