Popular HTML Escape Codes
Posted: 12/29/2007 by Serge IlynBeing tired of looking up every time escape codes for frequently used symbols, here is a table of some of them most needed. If you use HTML, sooner or later you will find it useful. Keep in mind that it's also possible to use entity codes: for example, © is the same as © - will show copyright symbol (©); € is the same as € - will show euro symbol (€); £ - £. Next time I will add them to the table.
| < | less than symbol | < | > | greater than symbol | > |
| @ | at sign | @ | [ | left bracket | [ |
| ] | right bracket | ] | ` | back apostrophe | ` |
| { | left curly brace | { | | | vertical bar | | |
| } | right curly brace | } | ~ | tilde | ~ |
| … | ellipsis | † | dagger | | |
| ‡ | double dagger | | ‘ | left single quote | |
| ’ | right single quote | | “ | left double quote | |
| ” | right double quote | | • | bullet | |
| – | short dash | | — | longer dash | |
| ™ | trademark | | ¡ | inverted excallamation point | ¡ |
| ¢ | cent sign | ¢ | £ | pound sign | £ |
| ¥ | yen sign | ¥ | ¦ | broken vertical bar | ¦ |
| © | copyright sign | © | « | double left than sign | « |
| ¬ | logical not sign | ¬ | ® | registered trademark sign | ® |
| ° | degree sign | ° | ± | plus or minus sign | ± |
| ² | superscript 2 | ² | ³ | superscript 3 | ³ |
| ¹ | superscript 1 | ¹ | » | double greather sign | » |
| ¼ | fraction 1/4 | ¼ | ½ | fraction 1/2 | ½ |
| ¾ | fraction 3/4 | ¾ | ¿ | inverted question mark | ¿ |
| ÷ | division sign | ÷ | “ | left double quote | “ |
| ” | right double quote | ” | — | dash | — |
| € | euro symbol | € |
Recent Blogs
Convergence of Technologies II: Restlets, Highslide Viewer & SlideShowPro for Flash How to use Restlets, Highslide Viewer & Slide Show Pro Flash component to generate slide shows and show them in pop-up iframes 08/14/2009
Convergence of Technologies: Restlets, Highslide Viewer & Google Maps API How to use Restlets, Highslide Viewer & Google Maps API to generate Google maps using links on Web pages and show them in pop-up iframes. 08/13/2009
Ambimorphic, Mobile Configurations for Lamport Clocks After years of technical research into Smalltalk, with close cooperation with MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) and its SCIgen, we have been able to show the construction of link-level acknowledgements. As a result, we propose an analysis of A* search, which we call Volt. 10/02/2008
Restlets and HTTP Sessions (Recipe 9) This recipe discusses some options in available to Web site developers using Restlet API to emulate traditional HttpSession's 07/31/2008
Restlet Cookbook - Delving into handleGet() and handlePost() (Recipe 8) This posting provides related examples that illustrate at least some simple things you may do with several handleX() methods where X may stand for various types of calls. 07/30/2008
Restlet Cookbook - How to enable SSL (Recipe 7) How to enable SSL on Restlet Web sites wihtout knowing too much keys, encryption, SSL and such. 07/29/2008
Restlet Cookbook - Using Filters in Restlet Applications (Recipe 6) This recipe contains code snippets illustrating the use of Filters in Restlet applications 03/09/2008
Restlet Cookbook - How to Create Virtual Hosts in Restlet Applications (Recipe 5) This recipe contains a code snippet for creating virtual hosts 02/24/2008
Popular HTML Escape Codes Here is a table of HTML escape codes for most frequently used symbols. If you use HTML, sooner or later you will find this table useful. 12/29/2007
Restlet Cookbook - Access Log (Recipe 4) This recipe describes access Logging using Restlet framework 11/09/2007
more...