When writing HTML for webpages, you will often need to use some special characters. These characters often cannot be entered directly with the keyboard, so we need to use the corresponding HTML entity codes. These codes are all documented in HTML manuals, but looking them up is not very convenient.

To make it easier for myself and everyone to quickly find the character codes needed when writing webpages, I have organized commonly used HTML special characters into a table. Now, you only need to open this table to quickly find what you need, without having to look through the manual one by one.

Reminder

Some less common characters may fail to display or appear garbled. This is usually caused by escaping in the editor, and there is currently no solution, so we'll just have to make do~

Example Image

HTML Special Character Table

I hope this organized character table makes writing webpages more convenient for everyone! If any characters are missing, feel free to add them~