Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there an html special character for a down-right arrow?

I'm posting a few audio files on my website, and for some of them they have videos. I would like to have it laid out like this:

AUDIO FILE:

|

--> VIDEO FILE

I know that

↵

makes a carriage return (↵), but I don't know a way to make that face the opposite way.

like image 486
PearSquirrel Avatar asked Dec 04 '11 03:12

PearSquirrel


1 Answers

You want Unicode codepoint U+21B3 ↳

You should be able to type

↳

in the document. But be aware that not all your users may have the glyph for this character on their computer.

like image 150
tialaramex Avatar answered Nov 15 '22 22:11

tialaramex