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