HTML Symbol reference for
right arrow with tail
Check and copy alternative codes for the right arrow with tail symbol
↣ | right arrow with tail |
// Example for HTML
<span> ↣ </span>
/* Example for CSS */
span::before {
content: "\21A3";
}