HTML Ascii Character Set

ASCII, pronounced "ask-key", is the common code for microcomputer equipment. The standard ASCII character set consists of 128 decimal numbers ranging from 0 through 127 assigned to letters, numbers, punctuation marks, and the most common special characters.

The first 33 values (Not displayed below, 0 through 32) are codes for things like carriage return and line feed. The space character is the 33rd value, followed by punctuation, digits, uppercase characters and lowercase characters.

Character HTML Code CSS Code HTML Entity Description
! ! \0021 ! Exclamation Point
" " \0022 " Double Quotes
# # \0023 # Number Sign
$ $ \0024 $ Dollar Sign
% % \0025 &percent; Percent Sign
& & \0026 & Ampersand
' ' \0027 ' Single Quote - Apostrophe
( ( \0028 ( Opening parenthesis
) ) \0029 ) Closing parenthesis
* * \002A * Asterisk
+ + \002B + Plus sign
, , \002C , Comma
- - \2212 − Minus Sign - Hyphen
. . \002E . Period
/ / \002F / Slash
0 0 \0030 N/A Zero
1 1 \0031 N/A One
2 2 \0032 N/A Two
3 3 \0033 N/A Three
4 4 \0034 N/A Four
5 5 \0035 N/A Five
6 6 \0036 N/A Six
7 7 \0037 N/A Seven
8 8 \0038 N/A Eight
9 9 \0039 N/A Nine
: : \003A : Colon
; &#59; \003B ; Semicolon
< &#60; \003C &lt; Less than sign
= &#61; \003D &equals; Equal Sign
> &#62; \003E &gt; Greater than sign
? &#63; \003F &quest; Question mark
@ &#64; \0040 &commat; At symbol
A &#65; \0041 N/A Uppercase A
B &#66; \0042 N/A Uppercase B
C &#67; \0043 N/A Uppercase C
D &#68; \0044 N/A Uppercase D
E &#69; \0045 N/A Uppercase E
F &#70; \0046 N/A Uppercase F
G &#71; \0047 N/A Uppercase G
H &#72; \0048 N/A Uppercase H
I &#73; \0049 N/A Uppercase I
J &#74; \004A N/A Uppercase J
K &#75; \004B N/A Uppercase K
L &#76; \004C N/A Uppercase L
M &#77; \004D N/A Uppercase M
N &#78; \004E N/A Uppercase N
O &#79; \004F N/A Uppercase O
P &#80; \0050 N/A Uppercase P
Q &#81; \0051 N/A Uppercase Q
R &#82; \0052 N/A Uppercase R
S &#83; \0053 N/A Uppercase S
T &#84; \0054 N/A Uppercase T
U &#85; \0055 N/A Uppercase U
V &#86; \0056 N/A Uppercase V
W &#87; \0057 N/A Uppercase W
X &#88; \0058 N/A Uppercase X
Y &#89; \0059 N/A Uppercase Y
Z &#90; \005A N/A Uppercase Z
[ &#91; \005B &lbrack; Opening bracket
\ &#92; \005C &bsol; Backslash
] &#93; \005D &rbrack; Closing bracket
^ &#94; \005E &Hat; Caret
_ &#95; \005F &lowbar; Underscore
` &#96; \0060 &grave; Grave accent
a &#97; \0061 N/A Lowercase a
b &#98; \0062 N/A Lowercase b
c &#99; \0063 N/A Lowercase c
d &#100; \0064 N/A Lowercase d
e &#101; \0065 N/A Lowercase e
f &#102; \0066 N/A Lowercase f
g &#103; \0067 N/A Lowercase g
h &#104; \0068 N/A Lowercase h
i &#105; \0069 N/A Lowercase i
j &#106; \006A N/A Lowercase j
k &#107; \006B N/A Lowercase k
l &#108; \006C N/A Lowercase l
m &#109; \006D N/A Lowercase m
n &#110; \006E N/A Lowercase n
o &#111; \006F N/A Lowercase o
p &#112; \0070 N/A Lowercase p
q &#113; \0071 N/A Lowercase q
r &#114; \0072 N/A Lowercase r
s &#115; \0073 N/A Lowercase s
t &#116; \0074 N/A Lowercase t
u &#117; \0075 N/A Lowercase u
v &#118; \0076 N/A Lowercase v
w &#119; \0077 N/A Lowercase w
x &#120; \0078 N/A Lowercase x
y &#121; \0079 N/A Lowercase y
z &#122; \007A N/A Lowercase z
{ &#123; \007B &lbrace; Opening brace
| &#124; \007C &vert; Vertical Bar
} &#125; \007D &rbrace; Closing brace
~ &#126; \007E &tilde; Tilde

Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0