Char ▼ i开发者_StackOverflow社区n html displays a large down arrow that is very useful in dynamic menus (▼). But it's kinda large. Is there a char for smaller version of this arrow?
You're looking for ▾ ▾
BLACK DOWN-POINTING SMALL TRIANGLE.
Here is a complete list.
▾ ? (▾)
http://www.fileformat.info/info/unicode/char/25be/index.htm
You can browse characters at http://www.utf8-chartable.de/.
If you like your current character, you can also wrap it in an inline element (such as <span>
), and adjust the font-size
property.
精彩评论