Codessentials

  • Increase font size
  • Default font size
  • Decrease font size
Home Coding tips Web URL Escape Codes

URL Escape Codes

When encoding an URL the character of an URL might not be usable in contexts where it may conflict with a reserved character.
In this case, the character can be encoded with a % followed by its ASCII hexadecimal equivalent code.
Character Escape Code
SPACE %20
< %3C
> %3E
# %23
% %25
{ %7B
} %7D
| %7C
\ %5C
^ %5E
~ %7E
Character Escape Code
[ %5B
] %5D
` %60
; %3B
/ %2F
? %3F
: %3A
@ %40
= %3D
& %26
$ %24
 

Bookmark

AddThis Social Bookmark Button


Newsflash

Yadis! Backup 1.9.8 is released!

See the new features right here!

Download this version here!