Special Character Code Table For Web Development

Posted on
Special Character Table For Web Development

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.

CharacterCodec by NameCodec by NumericDesc
©©©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
<&lt;&#060;Less Than
>&gt;&#062;Greater Than
&&amp;&#038;Amperstand
 &nbsp;&#160;Non Breaking Space

For example, I use the following code:

<p>Chippiko &copy; 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