Symbols

  • (;) // semicolon
  • (``) // backtick
  • (.) // Period
  • (?) // Question Mark
  • (!) // Exclamation Point
  • (,) // Comma
  • (:) // Colon
  • (-) // Hyphen
  • (_) // Parentheses
  • [] // Brackets
  • {} // Braces
  • (‘) // Apostrophe
  • (“”) // Quotation Marks
  • (…) // Ellipsis
  • (-) // minus / substraction
  • (+) // plus / Addition
  • (*) // times / Multiplication
  • (/) // divided by(over)
  • (%) // Modulo / Remainder
  • (=) // Equal
  • (>) // Greater than
  • (<) // Less than
  • (<=) // Less than or equal to
  • (>=) // Greater than or equal to
  • (<>) // Not equal