HTML Symbol reference for
right arrow through x
Check and copy alternative codes for the right arrow through x symbol
⥇ | – | right arrow through x |
// Example for HTML
<span> ⥇ </span>
/* Example for CSS */
span::before {
content: "\2947";
}