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