Representing a character symbolically
Insofar as keyboard characters are concerned, you usually represent a character to the program by surrounding it with apostrophes as follows:
'A'
Programming tools know how to cross reference that specific character symbol against a character table to obtain the corresponding numeric value.
(A discussion of the representation of characters that don't appear on your keyboard is beyond the scope of this lesson.)