Left Right Arrow with Stroke
↮
UNICODE
U+021AEHEX CODE
↮HTML CODE
↮HTML ENTITY
↮CSS CODE
\21AE // html example
<span>↮</span> // css example
span {
content: "\21AE";
} ↮
U+021AE↮↮↮\21AE // html example
<span>↮</span> // css example
span {
content: "\21AE";
}