URL Escape codes for encoding special characters in URLs
| Name | Code | Description |
|---|---|---|
| %20 | Space | |
| quotes | %22 | " (Quotation marks.) |
| # | %23 | Pound sign |
| $ | %24 | Dollar sign |
| % | %25 | Percent sign |
| & | %26 | Ampersand |
| + | %2B | Plus sign. |
| , | %2C | Comma |
| / | %2F | Forward slash |
| : | %3A | Colon |
| ; | %3B | Semi-colon |
| < | %3C | Less than symbol |
| = | %3D | Equal sign |
| > | %3E | Greater than symbol |
| ? | %3F | Question mark |
| @ | %40 | At symbol |
| [ | %5B | Left square bracket |
| \ | %5C | Back slash |
| ] | %5D | Right square bracket |
| ^ | %5E | Caret |
| ` | %60 | Grave accent |
| { | %7B | Left curly brace |
| | | %7C | Pipe |
| } | %7D | Right curly brace |
| ~ | %7E | Tilde |
