Punctuation and Symbols
33 charactersASCII punctuation marks and special symbols used in text, programming, and markup languages. These characters include brackets, mathematical operators, comparison signs, and common typographic marks.
| DEC | HEX | Symbol | Name | |
|---|---|---|---|---|
| 32 | 20 | ␠ | Space | |
| 33 | 21 | ! | Exclamation mark | |
| 34 | 22 | " | Double quotes (or speech marks) | |
| 35 | 23 | # | Number sign | |
| 36 | 24 | $ | Dollar | |
| 37 | 25 | % | Per cent sign | |
| 38 | 26 | & | Ampersand | |
| 39 | 27 | ' | Single quote | |
| 40 | 28 | ( | Open parenthesis (or open bracket) | |
| 41 | 29 | ) | Close parenthesis (or close bracket) | |
| 42 | 2A | * | Asterisk | |
| 43 | 2B | + | Plus | |
| 44 | 2C | , | Comma | |
| 45 | 2D | - | Hyphen-minus | |
| 46 | 2E | . | Period, dot or full stop | |
| 47 | 2F | / | Slash or divide | |
| 58 | 3A | : | Colon | |
| 59 | 3B | ; | Semicolon | |
| 60 | 3C | < | Less than (or open angled bracket) | |
| 61 | 3D | = | Equals | |
| 62 | 3E | > | Greater than (or close angled bracket) | |
| 63 | 3F | ? | Question mark | |
| 64 | 40 | @ | At sign | |
| 91 | 5B | [ | Opening bracket | |
| 92 | 5C | \ | Backslash | |
| 93 | 5D | ] | Closing bracket | |
| 94 | 5E | ^ | Caret - circumflex | |
| 95 | 5F | _ | Underscore | |
| 96 | 60 | ` | Grave accent | |
| 123 | 7B | { | Opening brace | |
| 124 | 7C | | | Vertical bar | |
| 125 | 7D | } | Closing brace | |
| 126 | 7E | ~ | Equivalency sign - tilde |