HTML Symbol reference for
right white arrow from wall
Check and copy alternative codes for the right white arrow from wall symbol
⇰ | – | right white arrow from wall |
// Example for HTML
<span> ⇰ </span>
/* Example for CSS */
span::before {
content: "\21F0";
}