HTML Lessons - Displaying Special Characters in HTML
Return to HTML Lessons


Special Characters
DescriptionSymbolCode Name
"Half" symbol½½
"Quarter" symbol¼¼
"Ampersand" symbol&&
"Less than" symbol<&lt;
"Greater than" symbol>&gt;
"Copyright" symbol©&copy;
"Trademark" symbol&#153;
"Registered Trademark" symbol®&reg;
Comments<!-- comment --><!-- comment -->
Long Dash&#8212;
Long Dash&mdash;


Top of Page