f596 unicode code example

Example 1: what is unicode

Unicode is a character set developed by Unicode Consortium. 
To support all languages in the world Java
supports Unicode values. Unicode characters were represented by 16 bits 
and its character range is 0- 65,535.
Java uses ASCII code for all input elements except for Strings,identifiers, 
and comments. If we want to use telugu we can use telugu characters for 
identifiers. We can enter comments in telugu.

Example 2: how to get unicode

To insert a Unicode character, type the character code, press ALT, and then press X. For example, to type a dollar symbol ($), type 0024, press ALT, and then press X. For more Unicode character codes, see Unicode character code charts by script.

Tags:

Misc Example