THE WORLD'S LARGEST WEB DEVELOPER SITE
HTMLCSSJAVASCRIPTSQLPHPBOOTSTRAPJQUERYANGULARXML
 

UTF-8 Currency Symbols


Range: Decimal 8352-8399. Hex 20A0-20CF.

If you want any of these characters displayed in HTML, you can use the HTML entity found in the table below.

If the character does not have an HTML entity, you can use the decimal (dec) or hexadecimal (hex) reference.

Example

<p>I will display &euro;</p>
<p>I will display &#8364;</p>
<p>I will display &#x20AC;</p>

Will display as:

I will display €

I will display €

I will display €
Try it Yourself »
Note Older browsers may not support all the HTML5 entities in the table below.
Chrome has good support. But (currently) only IE 11+ and Firefox 35+ support all the entities.
Char Dec Hex Entity Name
835220A0 EURO-CURRENCY SIGNTry it
835320A1 COLON SIGNTry it
835420A2 CRUZEIRO SIGNTry it
835520A3 FRENCH FRANC SIGNTry it
835620A4 LIRA SIGNTry it
835720A5 MILL SIGNTry it
835820A6 NAIRA SIGNTry it
835920A7 PESETA SIGNTry it
836020A8 RUPEE SIGNTry it
836120A9 WON SIGNTry it
836220AA NEW SHEQEL SIGNTry it
836320AB DONG SIGNTry it
836420AC&euro;EURO SIGNTry it
836520AD KIP SIGNTry it
836620AE TUGRIK SIGNTry it
836720AF DRACHMA SIGNTry it
836820B0 GERMAN PENNY SYMBOLTry it
836920B1 PESO SIGNTry it
837020B2 GUARANI SIGNTry it
837120B3 AUSTRAL SIGNTry it
837220B4 HRYVNIA SIGNTry it
837320B5 CEDI SIGNTry it
837420B6 LIVRE TOURNOIS SIGNTry it
837520B7 SPESMILO SIGNTry it
837620B8 TENGE SIGNTry it
837720B9 INDIAN RUPEE SIGNTry it


Privacy Policy