Character Literals
Characters in Java are denotes into the Unicode character set. They are 16 bit values which can be converted into integers and manipulated along with the integer operators, like as the further and subtraction operators. A Literal character could be directly entered within the quotes. Whole of the visible ASCII characters could be directly entered within the quotes, like as 'a', 'z', and '@'.
The given tables show the character escape sequence.