currency-1-ref.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <html>
  2. <head>
  3. <style type="text/css"> p { margin: 5px 1em; width: 0; white-space: nowrap; } </style>
  4. </head>
  5. <body>
  6. <p>______$123,456-</p>
  7. <p>123,456$______</p>
  8. <!-- BACK SLASH is used for YEN SIGN and WON SIGN in Japan and Korea -->
  9. <p>______\123,456-</p>
  10. <p>123,456\______</p>
  11. <p>______&euro;123,456-</p>
  12. <p>123,456&euro;______</p>
  13. <p>______&cent;;123,456-</p>
  14. <p>123,456&cent;______</p>
  15. <p>______&pound;123,456-</p>
  16. <p>123,456&pound;______</p>
  17. <p>______&curren;123,456-</p>
  18. <p>123,456&curren;______</p>
  19. <p>______&yen;123,456-</p>
  20. <p>123,456&yen;______</p>
  21. <!-- EURO-CURRENCY SIGN -->
  22. <p>______&#x20A0;123,456-</p>
  23. <p>123,456&#x20A0;______</p>
  24. <!-- COLON SIGN -->
  25. <p>______&#x20A1;123,456-</p>
  26. <p>123,456&#x20A1;______</p>
  27. <!-- CRUZEIRO SIGN -->
  28. <p>______&#x20A2;123,456-</p>
  29. <p>123,456&#x20A2;______</p>
  30. <!-- FRENCH FRANC SIGN -->
  31. <p>______&#x20A3;123,456-</p>
  32. <p>123,456&#x20A3;______</p>
  33. <!-- LIRA SIGN -->
  34. <p>______&#x20A4;123,456-</p>
  35. <p>123,456&#x20A4;______</p>
  36. <!-- MILL SIGN -->
  37. <p>______&#x20A5;123,456-</p>
  38. <p>123,456&#x20A5;______</p>
  39. <!-- NAIRA SIGN -->
  40. <p>______&#x20A6;123,456-</p>
  41. <p>123,456&#x20A6;______</p>
  42. <!-- PESETA SIGN -->
  43. <p>______&#x20A7;123,456-</p>
  44. <p>123,456&#x20A7;______</p>
  45. </body>
  46. </html>