Left Arrow with Vertical Stroke

If you have ever needed a ⇷ Left Arrow with Vertical Stroke Symbol for work or school, but could not find it on your keyboard, you can copy and paste the symbol above or by clicking the button below.

Copy ⇷ Symbol to Clipboard

Left Arrow with Vertical Stroke Codes

U+021F7

Unicode

⇷

Hex Code

⇷

HTML Code

\21F7

CSS Code

Left Arrow with Vertical Stroke Code Examples

HTML Example

<span> &#8695; </span>

CSS Example

span {
   content: "\21F7";
}

Symbol Copied!