HTML Symbol reference for
left dashed arrow
Check and copy alternative codes for the left dashed arrow symbol
⇠ | – | left dashed arrow |
// Example for HTML
<span> ⇠ </span>
/* Example for CSS */
span::before {
content: "\21E0";
}