Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unicode / ASCII arrows in 8 directions?

Tags:

unicode

ascii

I'm looking for Unicode / ASCII arrows in all 8 directions (up, down, left, right, downright, downleft...). I would prefer arrows in the type of < >. But I did not find them yet. Do they exist?

like image 299
membersound Avatar asked Dec 20 '12 13:12

membersound


1 Answers

Here they are:

↖ ↑ ↗
← · →
↙ ↓ ↘

Their codepoints are U+2190 through U+2193 for the orthogonal arrows (left, up, right, down) and U+2196 through U+2199 for the diagonal ones (up-left, up-right, down-right, down-left).

like image 142
Lynn Avatar answered Nov 07 '22 19:11

Lynn