代码示例:(标识:html_symbol)
<!DOCTYPE html>
<html>
<body>

<p>我将显示 &euro;</p>
<p>我将显示 &#8364;</p>
<p>我将显示 &#x20AC;</p>

</body>
</html>
运行结果: