Web Resources

Website Development Resources

Bookmark our site
Google
 

HTML Table of Contents

ASCII to HTML Chart

Note: When looking at the HTML column, the number represents the ascii code. For example, 32 is the ascii code for a space.

Special Characters

Character

HTML

Alternate HTML

Explanation

 

	

 

Horizontal tab

 




 

Line feed

 



 

Carriage Return

Space

 

 

Space

!

!

 

Exclamation mark

"

"

"

Quotation mark

#

#

 

Number sign

$

$

 

Dollar sign

%

%

 

Percent sign

&

&

&

Ampersand

'

'

 

Apostrophe

(

(

 

Left parenthesis

)

)

 

Right parenthesis

*

*

 

Asterisk

+

+

 

Plus sign

,

,

 

Comma

-

-

 

Hyphen

.

.

 

Period (fullstop)

/

/

 

Solidus (slash)

:

:

 

Colon

;

&#59;

 

Semi-colon

<

&#60;

&lt;

Less than

=

&#61;

 

Equals sign

>

&#62;

&gt;

Greater than

?

&#63;

 

Question mark

@

&#64;

 

Commercial at

[

&#91;

 

Left square bracket

\

&#92;

 

Reverse solidus (backslash)

]

&#93;

 

Right square bracket

^

&#94;

 

Caret

_

&#95;

 

Horizontal bar (underscore)

`

&#96;

 

Acute accent

{

&#123;

 

Left curly brace

|

&#124;

 

Vertical bar

}

&#125;

 

Right curly brace

~

&#126;

 

Tilde

Number and A-Z 

Character

HTML

Character HTML Character HTML
0 &#48; L &#76; g &#103;
1 &#49; M &#77; h &#104;
2 &#50; N &#78; i &#105;
3 &#51; O &#79; j &#106;
4 &#52; P &#80; k &#107;
5 &#53; Q &#81; l &#108;
6 &#54; R &#82; m &#109;
7 &#55; S &#83; n &#110;
8 &#56; T &#84; o &#111;
9 &#57; U &#85; p &#112;
A &#65; V &#86; q &#113;
B &#66; W &#87; r &#114;
C &#67; X &#88; s &#115;
D &#68; Y &#89; t &#116;
E &#69; Z &#90; u &#117;
F &#70; a &#97; v &#118;
G &#71; b &#98; w &#119;
H &#72; c &#99; x &#120;
I &#73; d &#100; y &#121;
J &#74; e &#101;

z

&#122;
K &#75; f &#102;    

More special characters

ASCII
CODE
Character HTML ASCII
CODE
Character HTML
127  (delete) &#127; 191 ¿ &#191;
128 &#128; 192 À &#192;
129  &#129; 193 Á &#193;
130 &#130; 194 Â &#194;
131 ƒ &#131; 195 Ã &#195;
132 &#132; 196 Ä &#196;
133 &#133; 197 Å &#197;
134 &#134; 198 Æ &#198;
135 &#135; 199 Ç &#199;
136 ˆ &#136; 200 È &#200;
137 &#137; 201 É &#201;
138 Š &#138; 202 Ê &#202;
139 &#139; 203 Ë &#203;
140 Œ &#140; 204 Ì &#204;
141  &#141; 205 Í &#205;
142 Ž &#142; 206 Î &#206;
143  &#143; 207 Ï &#207;
144  &#144; 208 Ð &#208;
145 &#145; 209 Ñ &#209;
146 &#146; 210 Ò &#210;
147 &#147; 211 Ó &#211;
148 &#148; 212 Ô &#212;
149 &#149; 213 Õ &#213;
150 &#150; 214 Ö &#214;
151 &#151; 215 × &#215;
152 ˜ &#152; 216 Ø &#216;
153 &#153; 217 Ù &#217;
154 š &#154; 218 Ú &#218;
155 &#155; 219 Û &#219;
156 œ &#156; 220 Ü &#220;
157  &#157; 221 Ý &#221;
158 ž &#158; 222 Þ &#222;
159 Ÿ &#159; 223 ß &#223;
160   &#160; 224 à &#224;
161 ¡ &#161; 225 á &#225;
162 ¢ &#162; 226 â &#226;
163 £ &#163; 227 ã &#227;
164 ¤ &#164; 228 ä &#228;
165 ¥ &#165; 229 å &#229;
166 ¦ &#166; 230 æ &#230;
167 § &#167; 231 ç &#231;
168 ¨ &#168; 232 è &#232;
169 © &#169; 233 é &#233;
170 ª &#170; 234 ê &#234;
171 « &#171; 235 ë &#235;
172 ¬ &#172; 236 ì &#236;
173 ­ &#173; 237 í &#237;
174 ® &#174; 238 î &#238;
175 ¯ &#175; 239 ï &#239;
176 ° &#176; 240 ð &#240;
177 ± &#177; 241 ñ &#241;
178 ² &#178; 242 ò &#242;
179 ³ &#179; 243 ó &#243;
180 ´ &#180; 244 ô &#244;
181 µ &#181; 245 õ &#245;
182 &#182; 246 ö &#246;
183 · &#183; 247 ÷ &#247;
184 ¸ &#184; 248 ø &#248;
185 ¹ &#185; 249 ù &#249;
186 º &#186; 250 ú &#250;
187 » &#187; 251 û &#251;
188 ¼ &#188; 252 ü &#252;
189 ½ &#189; 253 ý &#253;
190 ¾ &#190; 254 þ &#254;
        ÿ &#255;

Copyright 2006-2010 --- All Rights Reserved