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