Write the EURO character

Q:

How can i write the EURO character to the browser ?

A:

Use the code below:

<%
Response.Write "&#8364;"
%>

 

source: ASPToday