HTML Entity/Symbol⇤(LEFTWARDS ARROW TO BAR )

Copy this symbol

LEFTWARDS ARROW TO BAR

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

⇤
⇤
U+021E4
\21e4
⇤

HTML Examples

Using HTML Code value in HTML file

<span> &#8676; </span>

Using HTML Entity value in HTML file

<span> &larrb; </span>

CSS Example

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

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