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