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

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

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