Michael Thomas Flanagan's Java Scientific Library

Unicode Tables

     

Main Page of Michael Thomas Flanagan Java Scientific Library

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.

Unicode Character Charts

The following charts list the Unicode integer values, in both decimal and hexadecimal form, for the more commonly used characters.



This page was prepared by Dr Michael Thomas Flanagan