HTML Entity/Symbol⦏(LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER )

Copy this symbol

LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER

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

⦏
⦏
U+0298F
\298f
⦏

HTML Examples

Using HTML Code value in HTML file

<span> &#10639; </span>

Using HTML Entity value in HTML file

<span> &lbrksld; </span>

CSS Example

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

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