HTML Entity/Symbol[(LEFT SQUARE BRACKET )

[
Copy this symbol

LEFT SQUARE BRACKET

Click on any of the following code values to copy to clipboard.

[
[
U+0005B
\005b
[

HTML Examples

Using HTML Code value in HTML file

<span> &#91; </span>

Using HTML Entity value in HTML file

<span> &lbrack; </span>

CSS Example

Using CSS content code of the HTML entity &lbrack; to specify in a CSS file

span { 
    content: "\005b";
}
All HTML Symbols