HTML Symbol reference for
left two headed arrow
Check and copy alternative codes for the left two headed arrow symbol
↞ | left two headed arrow |
// Example for HTML
<span> ↞ </span>
/* Example for CSS */
span::before {
content: "\219E";
}