HTML Entity/Symbol↤(LEFTWARDS ARROW FROM BAR )

Copy this symbol

LEFTWARDS ARROW FROM BAR

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

↤
↤
U+021A4
\21a4
↤

HTML Examples

Using HTML Code value in HTML file

<span> &#8612; </span>

Using HTML Entity value in HTML file

<span> &LeftTeeArrow; </span>

CSS Example

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

span { 
    content: "\21a4";
}
All HTML Symbols