x
 
<!DOCTYPE html>
<html>
<body>
<h2>字符实体</h2>
<p>&X;</p>
<p>用实体数字(比如"#174")或者实体名称(比如 "pound")替代 "X",然后查看结果。</p>
</body>
</html>