Menu
×
     ❯   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SASS VUE GEN AI SCIPY CYBERSECURITY DATA SCIENCE

UTF-8 Currency Symbols


Hex 20A0-20CF / Decimal 8352-8399

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 »
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
837820BA TURKISH LIRA SIGNTry it
837920BB NORDIC MARK SIGNTry it
838020BC MANAT SIGNTry it
838120BD RUBLE SIGNTry it
838220BE LARI SIGNTry it
838320BF BITCOIN SIGNTry it


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2025 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.