Right Arrow with Vertical Stroke

If you have ever needed a ⇸ Right 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

Right Arrow with Vertical Stroke Codes

U+021F8

Unicode

⇸

Hex Code

⇸

HTML Code

\21F8

CSS Code

Right Arrow with Vertical Stroke Code Examples

HTML Example

<span> &#8696; </span>

CSS Example

span {
   content: "\21F8";
}

Symbol Copied!