]

Technical information

Symbol]
NameRight square bracket
Unicode numberU+005D
CategoryASCII Table6. ASCII punctuation and symbols
DescriptionThe Unicode character ], or U+005D, is known as the "Right Square Bracket". It falls under the "Basic Latin" block and the "Punctuation, Close" category in the Unicode standard. The right square bracket is commonly used in mathematics, computer science, and written language. In mathematics, it is used to denote intervals and in some contexts to close a set. In computer programming, it can denote the end of an array index, the end of a block of code, or to close a list in some programming languages. In written language, it can be used to include additional information or commentary within a sentence.

Encoding

HTML Entity]
HTML Entity (hex)]
HTML Entity (named)]
URL Escape Code%5D
UTF-8 (hex)0x5D
UTF-8 (binary)01011101
UTF-160x005D
UTF-320x0000005D

Source Code

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

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>&#93;</span>

            
span {
    content: "\005D";
}

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