Characters are stored in Java as their Unicode integer representation. The Unicode Worldwide Character Standard (unicode) was established by the Unicode Consortium and is an extension of the ASCII (American Standards Committee for Information Interchange) code. The tables below list the unicode representaion of the more commonly used characters.
Variables that are declared as char may be manipulated,
within the Java language, using either their character representation or their
unicode representaion.