HTML 字符实体
现代页面优先直接写 UTF-8;属性与旧内容里实体仍有用。
| 字符 | 实体 | 名称 |
|---|---|---|
| < | < | Less than |
| > | > | Greater than |
| & | & | Ampersand |
| " | " | Double quote |
| ' | ' | Apostrophe |
| | Non-breaking space | |
| © | © | Copyright |
| ® | ® | Registered |
| ™ | ™ | Trademark |
| € | € | Euro |
| £ | £ | Pound |
| ¥ | ¥ | Yen |
| – | – | En dash |
| — | — | Em dash |
| … | … | Ellipsis |
| × | × | Multiplication |
| ÷ | ÷ | Division |
| ° | ° | Degree |
Notlar
- 也可用   等数字形式。
- 不要对已转义内容再次转义。