Question

Possible Duplicate:
Does unicode or HTML have a vertical double guillemet (chevron)?

Is there a downwards facing alternative to &laquo and &raquo (« and » respectively)?

I have tried to find an answer elsewhere but to no avail. I assume css rotating the text is the only real answer.

Was it helpful?

Solution

The short answer to your question is "No, there aren't."

&laquo and &raquo are not actually intended as direction arrows, despite their frequent usage as such.

What they are actually intended for is hinted at by their entity names -- they're supposed to be "angled quotes".

Certain European countries (notably France) tend to use these characters for speech marks instead of the inverted-comma style quote marks that are more commonly used by the English speaking world, and that is what these characters are actually meant for -- see http://en.wikipedia.org/wiki/Guillemet for more info.

Given this, it's hardly surprising that there aren't any up and down arrow variants of them.

Feel free to use them as directional arrows (everyone else does, even if the semantics are questionable), but don't expect them to have every variant you might want, because they're not graphics; they're typographical characters.

I guess if you really want to, you could use CSS to rotate the existing left and right arrows by 90 degrees. I wouldn't suggest it as a good idea though.

OTHER TIPS

No, there are no vertical versions of those quotes. A good alternative might be these? ⇐ ⇑ ⇒ ⇓

⇐ ⇑ ⇒ ⇓

Else, rotating is indeed going to be a good option.

Using icon fonts might be another good option.

Here's a popular one: http://fortawesome.github.com/Font-Awesome/

The icon you might be interested in: http://fortawesome.github.com/Font-Awesome/#icon/icon-chevron-down

I don't think there are such characters in Unicode (HTML has nothing to do here).

What do you intend to do with them? If the intended usage is for arrows, you can look here (for line-head arrows) and here (for triangles etc. which can be used as arrows). Those are lists of Unicode character that could be useful for you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top