Forum Moderators: phranque
I want to use a character, but I don't know if it will be supported very well.
The character is a down arrow: Бе
Above is from the times font, and it seems to show the same under all the other fonts too.
I use charset utf-8.
Will my visitors see a down arrow?
Right now I use a down arrow, but its a graphic. I'm thinking if I use the font character, I'll reduce a server request, speed up my site, and minimize my bandwidth. (Albeit by a very small amount, it is an optimized graphic, but still, every bit counts).
Any advice? Thanks
For your site, the arrow will usually show up
- if you define the font to use explicitly rather than depend on the machine default, for example:
font-family:"Times New Roman", Georgia, serif; - if the version of the font on the user's machine has the appropriate glyph to display the character, and
- if the UTF-8 charset is explicitly defined and the text is appropriately encoded.
Times New Roman in Windows has a very large range of glyphs, as do other standard fonts - you should check in OSX and in Linux too, but you should be OK.