HTML Entity/Symbol⟨(MATHEMATICAL LEFT ANGLE BRACKET )

Copy this symbol

MATHEMATICAL LEFT ANGLE BRACKET

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

⟨
⟨
U+027E8
\27e8
⟨

HTML Examples

Using HTML Code value in HTML file

<span> &#10216; </span>

Using HTML Entity value in HTML file

<span> &lang; </span>

CSS Example

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

span { 
    content: "\27e8";
}
All HTML Symbols