answersLogoWhite

0


Best Answer

it support the 65000 different universal character.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many characters does unicode supports?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is unicode in java?

Java Supports International programming so java supports Unicode


The number of characters ascii standard supports?

ASCII: 128; 95 printable, 33 control iso-8859-1: 256; 191 printable, 65 control unicode: many


How can one decipher unicode characters?

That depends on your situation. If you have a Unicode-encoded file that you wish to read, you can try to open it with a Unicode-enabled editor, such as SC Unipad (http://www.unipad.org/main/). == ==


Why was Unicode created?

256 different characters is not enough Unicode enables the reliable store most of the world's characters in a (2 byte) fixed width mode with 65,564 characters.


What are the main differences between ASCII code and Unicode?

Range. ASCII has only 128 characters (95 visible, 33 control), UniCode has many-many thousands. Note: UniCode includes ASCII (first 128 characters), and ISO-8859-1 (first 256 characters). (From these you can deduct that ISO-8859-1 also includes ASCII.)


Maximum number of character that can be represented by unicode?

Unicode allows 17 "planes" of 2^16 characters. Thus, Unicode characters range from U+0000 to U+10FFFF - a total of 17 * 2^16 or 1,114,112 code points. As of Unicode 5.0.0, 102,012 actual characters have been assigned to code points.


Does Character literals are stored as unicode characters?

Character literals in Java are stored as UTF-16 Unicode characters. Each character takes up 16 bits of memory, allowing for representation of a wide range of characters in the Unicode character set.


What is unicode encoding scheme?

Unicode is a universal character encoding standard that assigns a unique number to every character in many different languages and scripts, allowing for consistent representation of text across different systems and applications. It supports a vast range of characters and symbols, making it essential for internationalization and multilingual support in software development.


What character set supports the alphabet and syntax of virtually any modern language?

UNICODE


How does Unicode work?

Unicode is simply an international standard that assigns numerical values to characters. - LOTS of characters - currently over 136,000 of them; and it is designed in a way that even more can be assigned in the future.


How many bits are in a Unicode character?

Depends on what you refer to as Unicode. Typically the ones you will see is UTF-8 which uses from up to one to three bytes per character (the two or three-byte characters are usually for characters used in various other languages that are not already covered under the ASCII codepage). Otherwise, the convention states that Unicode is UTF-16.


What is a size of ASCII file that contains 200 characters?

200 characters is 200 characters, unless you are talking about Unicode (which isn't Ascii).