The html code for USD '$' is $
. How could I find the html codes for other currencies? Thanks a lot.
views:
77answers:
3
+2
A:
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
James Campbell
2010-04-19 16:25:33
+1
A:
This can be helpful: http://webdesign.about.com/od/localization/l/blhtmlcodes-cur.htm
codaddict
2010-04-19 16:26:40
+1
A:
look up there hex representation in a character map (charmap
both on windows and in gnome)
then &#codepoint;
should do the trick
knittl
2010-04-19 16:54:05