The following reserved, or unsafe, characters must be encoded to be properly interpreted by web browsers.
|
Character |
Encoded Value |
|---|---|
|
<space> |
%20 |
|
< |
%3C |
|
> |
%3E |
|
# |
%23 |
|
% |
%25 |
|
{ |
%7B |
|
} |
%7D |
|
| |
%7C |
|
\ |
%5C |
|
^ |
%5E |
|
~ |
%7E |
|
[ |
%5B |
|
] |
%5D |
|
` |
%60 |
|
; |
%3B |
|
/ |
%2F |
|
? |
%3F |
|
: |
%3A |
|
@ |
%40 |
|
= |
%3D |
Copyright © 1993-2016 Meridium, Inc. All rights reserved.