HTML Entity/Symbol⦑(LEFT ANGLE BRACKET WITH DOT )

Copy this symbol

LEFT ANGLE BRACKET WITH DOT

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

⦑
⦑
U+02991
\2991
⦑

HTML Examples

Using HTML Code value in HTML file

<span> &#10641; </span>

Using HTML Entity value in HTML file

<span> &langd; </span>

CSS Example

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

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