Escape Characters
Created | Updated Sep 23, 2003
Some how these might come in handy. Not quite sure when, but you never know!
Character | Escape Code |
---|---|
SPACE | %20 |
> | %3E |
% | %25 |
} | %7D |
\ | %5C |
~ | %7E |
] | %5D |
; | %3B |
? | %3F |
@ | %40 |
& | %26 |
< | %3C |
# | %23 |
{ | %7B |
| | %7C |
^ | %5E |
[ | %5B |
` | %60 |
/ | %2F |
: | %3A |
= | %3D |
$ | %24 |
Useful External Links
HTML ASCII Codes - a list of various characters and their ASCII codes for use in HTML
Table of ASCII Numbers - A lookup table containing the 128 standard ASCII codes in 3 bases; OCT, DEC and HEX