HTML Symbol reference for
right arrow with stroke
Check and copy alternative codes for the right arrow with stroke symbol
↛ | right arrow with stroke |
// Example for HTML
<span> ↛ </span>
/* Example for CSS */
span::before {
content: "\219B";
}