HTML Entity/Symbol⦋(LEFT SQUARE BRACKET WITH UNDERBAR )

Copy this symbol

LEFT SQUARE BRACKET WITH UNDERBAR

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

⦋
⦋
U+0298B
\298b
⦋

HTML Examples

Using HTML Code value in HTML file

<span> &#10635; </span>

Using HTML Entity value in HTML file

<span> &lbrke; </span>

CSS Example

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

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