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