We often see people use the "greater than" character (>
) in their breadcrumbs' HTML code[1] to indicate the direction within their breadcrumbs. That obviously is incorrect because the "greater than" character is for mathematical use and doesn't actually have any directional meaning.
So is there an unicode character which is dedicated for directional use?
I searched some arrow shaped characters, such as this one: →, but many of them are for mathematical use as well. And some others' definitions are "nonspacing combining mark", which I guess doesn't have directional meaning either.
- It's fine if the "greater than" character is added through
CSS generated content orbackground image.