HTML Symbol reference for
left right arrow
Check and copy alternative codes for the left right arrow symbol
↔ | left right arrow |
// Example for HTML
<span> ↔ </span>
/* Example for CSS */
span::before {
content: "\2194";
}