You are on page 1of 4

ASCII Character Codes Chart

ASCII stands for American Standard Code for Information Interchange. It is the standard format
used for text files within computers andonline.
As computers can only understand numbers, the ASCII code is the numerical representation of
alphabetic and special characters, such as 'a' and/or the '' symbol.
In order to display special characters or symbols within your HTML pages, you must use a
special ASCII code. The codes below display the HTML code and the character when displayed on
your web page.
For example, if you'd like to place your copyright information on your web site, you will need to
include a special ASCII Character Code within your HTML that looks like this:
©
When you place this ASCII Character Code within the HTML of your web page, it will display the
copyright symbol, which will look like this:

Here's how your HTML code might look:


Copyright © YEAR YOUR COMPANY NAME
The above HTML code will display like this within your web page:
Copyright YEAR YOUR COMPANY NAME

Another example of using an ASCII code is for the trademark symbol. To display the
trademark symbol within a web page, you must use the ASCII Character Code that looks like
this:
™
When you place this ASCII Character Code within the HTML of your web page, it will display the
trademark symbol, which will look like this:

Here's how your HTML code might look:


Business™
The above HTML code will display like this within your web page:
Business
Another great use for the ASCII code is display your email address. For example, instead of
dispaying your email address within your HTML with the @ symbol, use the ASCII code
equivalent. Your HTML code will look something like this:
you@yourdomain.com
Your email address will look like this within your web page:
you@yourdomain.com

This provides a great way to prevent your email address from being harvested by spam bots.
To use any of the characters displayed within the ASCII codes chart, copy & paste the HTML
code to the left of the character you would like to use.
HTML
Code

Browse HTML Browse


r View Code r View

HTML
Code

Browse
r View

HTML
Code

Browse
r View

HTML
Code

Browse
r View

©

&#33
;

_

&#157
;

&#219
;

®

&#34
;

"

`

&#158
;

&#220
;

&#35
;

a

&#159
;

&#221
;

&#222
;

 
"

"

&#36
;

b

&#160
;

&

&

&#37
;

c

&#161
;

&#223
;

<

<

&#38
;

&

&#100
;

&#162
;

&#224
;

&gt;

>

&#39
;

'

&#101
;

&#163
;

&#225
;

&Agrave
;

&#40
;

&#102
;

&#164
;

&#226
;

&Aacute;

&#41
;

&#103
;

&#165
;

&#227
;

&Acirc;

&#42
;

&#104
;

&#166
;

&#228
;

&Atilde;

&#43
;

&#105
;

&#167
;

&#229
;

&Auml;

&#44
;

&#106
;

&#168
;

&#230
;

&Aring;

&#45
;

&#107
;

&#169
;

&#231
;

&AElig;

&#46
;

&#108
;

&#170
;

&#232
;

&Ccedil;

&#47
;

&#109
;

&#171
;

&#233
;

&Egrave;

&#48
;

&#110
;

&#172
;

&#234
;

&Eacute;

&#49
;

&#111
;

&#173
;

&#235
;

&Ecirc;

&#50
;

&#112
;

&#174
;

&#236
;

&Euml;

&#51
;

&#113
;

&#175
;

&#237
;

&Igrave;

&#52
;

&#114
;

&#176
;

&#238
;

&Iacute;

&#53

&#115

&#177

&#239

&Icirc;

&#54
;

&#116
;

&#178
;

&#240
;

&Iuml;

&#55
;

&#117
;

&#179
;

&#241
;

&ETH;

&#56
;

&#118
;

&#180
;

&#242
;

&Ntilde;

&#57
;

&#119
;

&#181
;

&#243
;

&Otilde;

&#58
;

&#120
;

&#182
;

&#244
;

&Ouml;

&#59
;

&#121
;

&#183
;

&#245
;

&Oslash;

&#60
;

<

&#122
;

&#184
;

&#246
;

&Ugrave
;

&#61
;

&#123
;

&#185
;

&#247
;

&Uacute;

&#62
;

>

&#124
;

&#186
;

&#248
;

&Ucirc;

&#63
;

&#125
;

&#187
;

&#249
;

&Uuml;

&#64
;

&#126
;

&#188
;

&#250
;

&Yacute;

&#65
;

&#127
;

&#189
;

&#251
;

&THORN
;

&#66
;

&#128
;

&#190
;

&#252

&szlig;

&#67
;

&#129
;

&#191
;

&#253
;

&agrave;

&#68
;

&#130
;

&#192
;

&#254
;

&aacute;

&#69
;

&#131
;

&#193
;

&#255
;

&aring;

&#70
;

&#132
;

&#194
;

&aelig;

&#71
;

&#133
;

&#195
;

&ccedil;

&#72
;

&#134
;

&#196
;

&egrave;

&#73
;

&#135
;

&#197
;

&eacute;

&#74
;

&#136
;

&#198
;

&ecirc;

&#75
;

&#137
;

&#199
;

&euml;

&#76
;

&#138
;

&#200
;

&igrave;

&#77
;

&#139
;

&#201
;

&iacute;

&#78
;

&#140
;

&#202
;

&icirc;

&#79
;

&#141
;

&#203
;

&iuml;

&#80
;

&#142
;

&#204
;

&eth;

&#81
;

&#143
;

&#205
;

&ntilde;

&#82
;

&#144
;

&#206
;

&ograve;

&#83
;

&#145
;

&#207
;

&oacute;

&#84
;

&#146
;

&#208
;

&ocirc;

&#85
;

&#147
;

&#209
;

&otilde;

&#86
;

&#148
;

&#210
;

&ouml;

&#87
;

&#149
;

&#211
;

&oslash;

&#88
;

&#150
;

&#212
;

&ugrave;

&#89
;

&#151
;

&#213
;

&uacute;

&#90
;

&#152
;

&#214
;

&ucirc;

&#91
;

&#153
;

&#215
;

&yacute;

&#92
;

&#154
;

&#216
;

&thorn;

&#93
;

&#155
;

&#217
;

&yuml;

&#94
;

&#156
;

&#218
;

You might also like