What is ASCII Code
ASCII stands for "American Standard Code for Information Interchange".
ASCII computer codes represent English characters as numbers that form
printable symbols. The table below shows which ASCII codes are used to
display the corresponding character symbols within your website or
programming project. Simply copy and paste the ASCII code of the
character you would like to use into your editor.
ASCII Table
|
Character |
HTML |
Alternate HTML |
Explanation |
| |
� -
 |
|
Unused
|
| |
	 |
|
Horizontal tab |
| |
|
|
Line feed
|
| |
 -
 |
|
Unused
|
| |
|
|
Carriage
Return |
| |
 -
 |
|
Unused
|
|
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
|
|
; |
; |
|
Semi-colon |
|
< |
< |
< |
Less than
|
|
= |
= |
|
Equals
sign |
|
> |
> |
> |
Greater
than |
|
? |
? |
|
Question
mark |
|
@ |
@ |
|
Commercial at |
|
[ |
[ |
|
Left
square bracket |
|
\ |
\ |
|
Reverse
solidus (backslash) |
|
] |
] |
|
Right
square bracket |
|
^ |
^ |
|
Caret
|
|
_ |
_ |
|
Horizontal bar (underscore) |
|
` |
` |
|
Acute
accent |
|
{ |
{ |
|
Left
curly brace |
|
| |
| |
|
Vertical
bar |
|
} |
} |
|
Right
curly brace |
|
~ |
~ |
|
Tilde
|