Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find out the html code for a currency?

Tags:

html

The html code for USD '$' is $. How could I find the html codes for other currencies? Thanks a lot.

like image 374
leomayleomay Avatar asked Apr 19 '10 16:04

leomayleomay


1 Answers

here are some:

Test for Unicode support in Web browsers Currency Symbols

http://www.alanwood.net/unicode/currency_symbols.html

HTML - Special Entity Codes

http://tlt.its.psu.edu/suggestions/international/web/codehtml.html

Currency Internationalization (i18n), Multiple Currencies and Foreign Exchange (FX)

http://www.xencraft.com/resources/multi-currency.html

Special ASCII HTML Character Codes

http://www.yellowpipe.com/yis/tools/ASCII-HTML-Characters/index.php

like image 76
James Campbell Avatar answered Sep 29 '22 04:09

James Campbell