ascii for special characters code example
Example: ascii code special characters
ASCII SIGN DESCRIPTION
32 (Space)
33 ! (Exclamation mark)
34 " (Quotation mark ; quotes)
35 # (Number sign)
36 $ (Dollar sign)
37 % (Percent sign)
38 & (Ampersand)
39 ' (Apostrophe)
40 ( (round brackets or parentheses)
41 ) (round brackets or parentheses)
42 * (Asterisk)
43 + (Plus sign)
44 , (Comma)
45 - (Hyphen)
46 . (Dot , full stop)
47 / (Slash)
48 0 (number zero)
58 : (Colon)
59 ; (Semicolon)
60 < (Less-than sign)
61 = (Equals sign)
62 > (Greater-than sign ; Inequality)
63 ? (Question mark)
64 @ (At sign)
65 A (Capital A)
92 \ (Backslash)
94 ^ (Caret or circumflex accent)
95 _ (underscore , understrike , underbar or low line)
97 a (Lowercase a )