HTML Entities

ตัวอักษรบางตัวในภาษา HTML เป็นตัวอักษรสงวน ไม่สามารถเขียนได้โดยตรง
ให้ใช้ HTML Entities แทน ดังนี้
&entity_name; หรือ &#entity_number;

Result Description Entity Name Entity Number
non-breaking space    
< less than &lt; &#60;
> greater than &gt; &#62;
& ampersand &amp; &#38;
¢ cent &cent; &#162;
£ pound &pound; &#163;
¥ yen &yen; &#165;
euro &euro; &#8364;
§ section &sect; &#167;
© copyright &copy; &#169;
® registered trademark &reg; &#174;
trademark &trade; &#8482;

HTML Entities
HTML Entities Reference (HTML ISO-8859-1 Reference)
HTML ASCII Reference
HTML Symbol Entities Reference