HTML Entity/Symbol⦓(LEFT ARC LESS-THAN BRACKET )

Copy this symbol

LEFT ARC LESS-THAN BRACKET

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

⦓
⦓
U+02993
\2993
⦓

HTML Examples

Using HTML Code value in HTML file

<span> &#10643; </span>

Using HTML Entity value in HTML file

<span> &lparlt; </span>

CSS Example

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

span { 
    content: "\2993";
}
All HTML Symbols