Right Two-Headed Arrow With Double Vertical Stroke
⤁
UNICODE
U+02901HEX CODE
⤁HTML CODE
⤁HTML ENTITY
—CSS CODE
\2901 // html example
<span>⤁</span> // css example
span {
content: "\2901";
} ⤁
U+02901⤁⤁—\2901 // html example
<span>⤁</span> // css example
span {
content: "\2901";
}