HTML Entity/Symbol↣(RIGHTWARDS ARROW WITH TAIL )

Copy this symbol

RIGHTWARDS ARROW WITH TAIL

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

↣
↣
U+021A3
\21a3
↣

HTML Examples

Using HTML Code value in HTML file

<span> &#8611; </span>

Using HTML Entity value in HTML file

<span> &rarrtl; </span>

CSS Example

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

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