HTML Entity/Symbol⧏(LEFT TRIANGLE BESIDE VERTICAL BAR )

Copy this symbol

LEFT TRIANGLE BESIDE VERTICAL BAR

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

⧏
⧏
U+029CF
\29cf
⧏

HTML Examples

Using HTML Code value in HTML file

<span> &#10703; </span>

Using HTML Entity value in HTML file

<span> &LeftTriangleBar; </span>

CSS Example

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

span { 
    content: "\29cf";
}
All HTML Symbols