Open-Outlined Right Arrow
➾
UNICODE
U+027BEHEX CODE
➾HTML CODE
➾HTML ENTITY
—CSS CODE
\27BE // html example
<span>➾</span> // css example
span {
content: "\27BE";
} ➾
U+027BE➾➾—\27BE // html example
<span>➾</span> // css example
span {
content: "\27BE";
}