Down Arrow with Corner Left
↵
UNICODE
U+021B5HEX CODE
↵HTML CODE
↵HTML ENTITY
↵CSS CODE
\21B5 // html example
<span>↵</span> // css example
span {
content: "\21B5";
} ↵
U+021B5↵↵↵\21B5 // html example
<span>↵</span> // css example
span {
content: "\21B5";
}