Right Arrow with Corner Down
↴
UNICODE
U+021B4HEX CODE
↴HTML CODE
↴HTML ENTITY
—CSS CODE
\21B4 // html example
<span>↴</span> // css example
span {
content: "\21B4";
} ↴
U+021B4↴↴—\21B4 // html example
<span>↴</span> // css example
span {
content: "\21B4";
}