Back-Tilted Shadowed White Right Arrow
➫
UNICODE
U+027ABHEX CODE
➫HTML CODE
➫HTML ENTITY
—CSS CODE
\27AB // html example
<span>➫</span> // css example
span {
content: "\27AB";
} ➫
U+027AB➫➫—\27AB // html example
<span>➫</span> // css example
span {
content: "\27AB";
}