Special characters are characters that are not included in the ASCII standard. Some of the special characters that are often used are ©, ™, ®, and others. To make it easier, I created a special character code table below.
Character Codec by Name Codec by Numeric Desc © © © Copyright ™ ™ ™ Trademark ® ® ® Registered Trademark £ £ £ Pound ¥ ¥ ¥ Yen € € ₭ Euro • • • Bullet ‘ ' ' Apostrophe ‘ ‘ ‘ Left Single Quote ’ ’ ’ Right Single Quote “ “ “ Left Double Quote ” ” ” Reft Double Quote – – – En Dash — — — Em Dash … … … Horizontal ellipsis < < < Less Than > > > Greater Than & & & Amperstand   Non Breaking Space
For example, I use the following code:
<p>Chippiko © 2022</p>
From the code above, it generates the following text:
Chippiko © 2022
Btw, If you find any missing in the list of special characters in the table above, please let us know in the comments below. Hopefully this Special Character Code Table For Web Development article is useful.
Read more:
> Select Count MySQL and GROUP BY ID From 2 Table
> Install phpMyAdmin Ubuntu Linux Easy Terminal
> ERROR 1045 (28000) Access denied for user Ubuntu