<!DOCTYPE html>
<html>
<body>
<p>Character entities</p>
<p>&X;</p>
<p>
Substitute the "X" with an entity number like "#174" or an entity name like "pound" to see the result.
</p>
</body>
</html>