Notched Lower Right-Shadowed White Right Arrow
➯
UNICODE
U+027AFHEX CODE
➯HTML CODE
➯HTML ENTITY
—CSS CODE
\27AF // html example
<span>➯</span> // css example
span {
content: "\27AF";
} ➯
U+027AF➯➯—\27AF // html example
<span>➯</span> // css example
span {
content: "\27AF";
}