Overview
Below is a table of URL encodings for common symbols, including the symbol, URL encoding, and description:
| symbol | URL encoding | describe |
|---|---|---|
| Space | %20 | Space |
| " | %twenty two | double quotes |
| # | %twenty three | hashtag |
| $ | %twenty four | Dollar symbol |
| % | %25 | percentage |
| & | %26 | Sum of signs |
| ' | %27 | single quote |
| ( | %28 | left parenthesis |
| ) | %29 | right parenthesis |
| * | %2A | asterisk |
| + | %2B | plus sign |
| , | %2C | comma |
| / | %2F | slash |
| : | %3A | colon |
| ; | %3B | semicolon |
| < | %3C | less than sign |
| = | %3D | equal sign |
| > | %3E | greater than sign |
| ? | %3F | question mark |
| @ | %40 | at |
| [ | %5B | left square bracket |
| \ | %5C | backslash |
| ] | %5D | right square bracket |
| ^ | %5E | Horn |
| _ | %5F | underline |
| ` | %60 | backticks |
| { | %7B | left curly brace |
| | | %7C | vertical line |
| } | %7D | right curly brace |
| ~ | %7E | tilde |