HTML Entity/Symbol⇥(RIGHTWARDS ARROW TO BAR )

Copy this symbol

RIGHTWARDS ARROW TO BAR

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

⇥
⇥
U+021E5
\21e5
⇥

HTML Examples

Using HTML Code value in HTML file

<span> &#8677; </span>

Using HTML Entity value in HTML file

<span> &rarrb; </span>

CSS Example

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

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