Search code examples
javascripthtml-entities

Euro sign or other entity in Javascript alert/messagebox


Does anybody know how i can show a euro or other html entity in javascript alert windows?


Solution

  • alert('\u20AC');
    

    HTML Entity Character Lookup