How do i display a string with Special Characters like € in a Javascript/jQuery alert?
eg: I want to display a message box with \"The Price is €10\"
But whe
Check :
alert("The Price is \u20AC 10");
http://jsfiddle.net/Nseum/
Unicode Character 'EURO SIGN' (U+20AC)