Log in

View Full Version : ASCII code for euro sign


skonda
Mar 7, 2003, 11:47 AM
What is the ascii for euro sign

coreybryant
Mar 27, 2003, 12:45 AM
You can try 0128 or €

Corey

ddymon
May 8, 2010, 04:56 AM
In html you can use $euro;

Hudlowsky
Jun 21, 2010, 02:45 AM
Of course it's
€ and
€...
And to be anally correct (as you can see I am from the line above :D) you really should use an editor able to encode in utf-8 and use the appropriate charset I'm metatag.

<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
Then you can just write the euro sign without any complication... apart from the installing the right editor part :)
H

Hudlowsky
Jun 21, 2010, 03:05 AM
Well the code tag obviously doesn't work as it should and I can't yet edit my answer... :( Will try in a day or two.
H

arnals
Aug 23, 2012, 08:48 AM
Use alt0128 and you will get the € sign

tariqur123
Jan 2, 2013, 11:30 PM
Thank you very much.. Its working...

Md.Tariqur Rahaman(Rubel)