Left Right Arrow with Double Vertical Stroke
⇼
UNICODE
U+021FCHEX CODE
⇼HTML CODE
⇼HTML ENTITY
—CSS CODE
\21FC // html example
<span>⇼</span> // css example
span {
content: "\21FC";
} ⇼
U+021FC⇼⇼—\21FC // html example
<span>⇼</span> // css example
span {
content: "\21FC";
}