(Site Identification)

'Eye' Focus: Web Support Tutorials

HTML: Coded ASCII Chart


This chart provides the proper code method to display the ASCII characters, 0 to 254, via HTML coding. Keep in mind that not all computers have the same character set and some characters may not display as you intend. Browser compatibility and support is also an issue. Use this chart only as a guide.

(to Top) Notes

'rnd' refers to a random undefined character. The character is not consistent across platforms and font sets.

'n/a' implies that this is not a valid character for use on web pages.

(to Top) Chart


CODE SHOW HTML
0[NUL]n/a
1[SOH]n/a
2[STX]n/a
3[ETX]n/a
4[EOT]n/a
5[ENQ]n/a
6[ACK]n/a
7[BEL]n/a
8[BS]n/a
9[TAB]n/a
10[LF]n/a
11[VT]n/a
12[FF]n/a
13[CR]n/a
14[SO]n/a
15[SI]n/a
16[DLE]n/a
17[DC1]n/a
18[DC2]n/a
19[DC3]n/a
20[DC4]n/a
21[NAK]n/a
22[SYN]n/a
23[ETB]n/a
24[CAN]n/a
25[EM]n/a
26[SUB]n/a
27[ESC]n/a
28[FS]n/a
29[GS]n/a
30[RS]n/a
31[US]n/a
32  
33!!
34""
35##
36$$
37%%
38&&
39''
40((
41))
42**
43++
44,,
45--
46..
47//
4800
4911
5022
5133
5244
5355
5466
5577
5688
5799
58::
59;;
60<&lt;
61==
62>&gt;
63??
64@@
65AA
66BB
67CC
68DD
69EE
70FF
71GG
72HH
73II
74JJ
75KK
76LL
77MM
78NN
79OO
80PP
81QQ
82RR
83SS
84TT
CODE SHOW HTML
85UU
86VV
87WW
88XX
89YY
90ZZ
91[[
92\\
93]]
94^^
95__
96``
97aa
98bb
99cc
100dd
101ee
102ff
103gg
104hh
105ii
106jj
107kk
108ll
109mm
110nn
111oo
112pp
113qq
114rr
115ss
116tt
117uu
118vv
119ww
120xx
121yy
122zz
123{{
124||
125}}
126~~
127[DEL]n/a
128&euro;
129rndn/a
130,,
131ƒ&fnof;
132&bdquo;
133&hellip;
134&dagger;
135&Dagger;
136ˆ&circ;
137&permil;
138Š&Scaron;
139&lsaquo;
140Œ&OElig;
141rndn/a
142Ž&#142;
143rndn/a
144rndn/a
145&lsquo;
146&rsquo;
147&ldquo;
148&rdquo;
149&bull;
150&ndash;
151&mdash;
152˜&tilde;
153
154š&scaron;
155&rsaquo;
156œ&oelig;
157rndn/a
158ž&#158;
159Ÿ&Yuml;
160 &nbsp;
161¡&iexcl;
162¢&cent;
163£&pound;
164¤&curren;
165¥&yen;
166¦&brvbar;
167§&sect;
168¨&uml;
169©&copy;
CODE SHOW HTML
170ª&ordf;
171«&laquo;
172¬&not;
173­&shy;
174®&reg;
175¯&macr;
176°&deg;
177±&plusmn;
178²&sup2;
179³&sup3;
180´&acute;
181µ&micro;
182&para;
183·&middot;
184¸&cedil;
185¹&sup1;
186º&ordm;
187»&raquo;
188¼&frac14;
189½&feac12;
190¾&frac34;
191¿&iquest;
192À&Agrave;
193Á&Aacute;
194Â&Acirc;
195Ã&Atilde;
196Ä&Amul;
197Å&Aring;
198Æ&AElig;
199Ç&Ccedil;
200È&Egrave;
201É&Eacute;
202Ê&Ecirc;
203Ë&Euml;
204Ì&Igrave;
205Í&Iacute;
206Î&Icirc;
207Ï&Iuml;
208Ð&ETH;
209Ñ&Ntilde;
210Ò&Ograve;
211Ó&Oacute;
212Ô&Ocirc;
213Õ&Otilde;
214Ö&Ouml;
215×&times;
216Ø&Oslash;
217Ù&Ugrave;
218Ú&Uacute;
219Û&Ucirc;
220Ü&Uuml;
221Ý&Yacute;
222Þ&THORN;
223ß&szlig;
224à&agrave;
225á&aacute;
226â&acirc;
227ã&atilde;
228ä&auml;
229å&aring;
230æ&aelig;
231ç&ccedil;
232è&egrave;
233é&eacute;
234ê&ecirc;
235ë&euml;
236ì&igrave;
237í&iacute;
238î&icirc;
239ï&iuml;
240ð&eth;
241ñ&ntilde;
242ò&ograve;
243ó&oacute;
244ô&ocirc;
245õ&otilde;
246ö&ouml;
247÷&divide;
248ø&oslash;
249ù&ugrave;
250ú&uacute;
251û&ucirc;
252ü&uuml;
253ý&yacute;
254þ&thorn;
255ÿ&yuml;


[Updated: Sunday, November 18, 2007]