Using Unicode Characters in HTML 

<html>
  <meta http-equiv="Content-type" content="text/html; charset=US-ASCII">
<body>
  <p>The price is &#x20AC;9.99</p>
</body>
</html>