HTML Symbol reference for
right arrow-tail
Check and copy alternative codes for the right arrow-tail symbol
⤚ | right arrow-tail |
// Example for HTML
<span> ⤚ </span>
/* Example for CSS */
span::before {
content: "\291A";
}