Friday, 19 October 2018

css - What is the HTML unicode character for a "tall" right chevron?

Answer


Answer





I am looking for a unicode right chevron character, with no handle on the left, and I would like the top point and bottom point to be spread far apart. Similar to Ubuntu's (website) arrow in the search box.




I don't want »(») or (→) or simply >. The problem with the first is there are two chevrons, not just one. The other one is way too small and has a handle. The third one has a vertex that is too acute.



I have looked at just about every unicode chart there is, and if there is none, then I'll just have to use an image (like Ubuntu). I'll deal with it, but that is a last resort.



Any help would be much appreciated!


Answer



Use '›'



-> single right angle quote. http://www.danshort.com/HTMLentities/



No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...