HTML Entities - ASCII Characters

Reference Symbol

Following table contains the printable ASCII characters from 32 to 126.
Control characters 0 to 31 don't have any visual representation and so they are not included in the list.

DescriptionCharacterEntity NumberEntity Name
Space   
Exclamation mark!!
Quotation mark""
Number sign##
Dollar sign$$
Percent sign%%
Ampersand&&&
Apostrophe''
Left Parenthesis((
Right Parenthesis))
Asterisk**
Plus sign++
Comma,,
Hyphen--
Period..
Slash//
000
111
222
333
444
555
666
777
888
999
Colon::
Semicolon;&#59;
Less-than<&#60;&lt;
Equals sign=&#61;
Greater than>&#62;&gt;
Question mark?&#63;
At sign@&#64;
AA&#65;
BB&#66;
CC&#67;
DD&#68;
EE&#69;
FF&#70;
GG&#71;
HH&#72;
II&#73;
JJ&#74;
KK&#75;
LL&#76;
MM&#77;
NN&#78;
OO&#79;
PP&#80;
QQ&#81;
RR&#82;
SS&#83;
TT&#84;
UU&#85;
VV&#86;
WW&#87;
XX&#88;
YY&#89;
ZZ&#90;
Left square bracket[&#91;
Backslash\&#92;
Right square bracket]&#93;
Caret^&#94;
Underscore_&#95;
Grave accent`&#96;
aa&#97;
bb&#98;
cc&#99;
dd&#100;
ee&#101;
ff&#102;
gg&#103;
hh&#104;
ii&#105;
jj&#106;
kk&#107;
ll&#108;
mm&#109;
nn&#110;
oo&#111;
pp&#112;
qq&#113;
rr&#114;
ss&#115;
tt&#116;
uu&#117;
vv&#118;
ww&#119;
xx&#120;
yy&#121;
zz&#122;
Left curly brace{&#123;
Vertical bar|&#124;
Right curly brace}&#125;
Tilde~&#126;