Sub categories
Terms
- -- (minus, minus)
- - (hyphen, dash)
- - (minus)
- ! (exclamation mark)
- # (hash) (1)
- $ (dollar)
- & (ampersand)
- && (ampersand, ampersand)
- ( (opening bracket)
- ) (closing bracket)
- * (asterisk)
- . (decimal point, full stop)
- / (forward slash)
- : (colon) (2)
- ; (semicolon)
- [ (opening square bracket)
- \ (back slash)
- ] (closing square bracket)
- ^ (caret)
- { (Opening curly bracket)
- | (pipe)
- | (Vertical bar)
- } (Closing curly bracket)
- ~ (tilde)
- + (plus) (1)
- ++ (plus, plus)
- < (less than)
- <> (not equal to)
- = (equals) (1)
- == (equals, equals)
- > (greater than)
- # (hash) (2)
- : (colon) (1)
- + (plus) (2)
- = (equals) (2)
