HTML Entity/Symbol⦍(LEFT SQUARE BRACKET WITH TICK IN TOP CORNER )

Copy this symbol

LEFT SQUARE BRACKET WITH TICK IN TOP CORNER

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

⦍
⦍
U+0298D
\298d
⦍

HTML Examples

Using HTML Code value in HTML file

<span> &#10637; </span>

Using HTML Entity value in HTML file

<span> &lbrkslu; </span>

CSS Example

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

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