Special Characters
From Engineering Client Portal
Special characters are characters which are not URL safe and include the following:
| Character | Description |
|---|---|
| " " | Space |
| # | Pound |
| $ | Dollar |
| % | Percent |
| @ | 'At' symbol |
| ` | Grave Accent |
| / | Slash |
| \ | Backslash |
| : | Colon |
| ; | Semi-colon |
| < | 'Less than' symbol |
| = | Equal |
| > | 'Greater than' symbol |
| ? | Question Mark |
| [ | Left Square Bracket |
| ] | Right Square Bracket |
| ^ | Caret |
| { | Left Curly Brace |
| | | Bar |
| } | Right Curly Brace |
| ~ | Tilde |
| “ | Left Double quote |
| ” | Right Double quote |
| ‘ | Left Single Quote |
| ’ | Right Single Quote |
| + | Plus |
| , | Comma |