answersLogoWhite

0

Unicode which has approximately 50,000 characters that represent all numbers, letters and commands on Unicode enabled electronic devices.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Unlike ascII unicode is a universal coding standard designed to represent text based data written in any language including those with different alphabets?

Unicode is a character encoding standard that aims to represent text in all writing systems worldwide. It allows for the encoding of characters from different languages and symbols in a single standard. Unlike ASCII, which is limited to only 128 characters, Unicode supports over 143,000 characters.


What do you need to download so your PC can recognize Chinese languages or any other language with non standard characters?

To enable your PC to recognize Chinese or other languages with non-standard characters, you need to install language packs in the language settings of your operating system. For Windows, you can add languages through the language settings in Control Panel or Settings. Once the language packs are installed, your PC should be able to display and recognize the characters of the selected language.


How many bytes are used to represent one character?

In the UTF 8 standard of representing text, which is the most commonly used has a varying amount of bytes to represent characters. The Latin alphabet and numbers as well as commonly used characters such as (but not limited to) <, >, -, /, \, $ , !, %, @, &, ^, (, ), and *. Characters after that, however, such as accented characters and different language scripts are usually represented as 2 bytes. The most a character can use is 4, I think (Can someone verify? I can't seem to find the answer).


How manys characters are in standard keyboard word?

An average word length rather depends upon the language. In English, 5 characters would be close to the average word.


Chinas major language?

The major language spoken in China is Standard Mandarin. However, a variety of other languages including English are spoken in China.


What does Hoy mean in Chinese?

In Chinese, "Hoy" does not have a specific meaning as it is not a standard word in the language. However, it could be a transliteration or a name. The meaning of any Chinese term often depends on the characters used, as Chinese is a tonal language with characters that can have multiple meanings. If you provide the characters or context, I can give you a more accurate interpretation.


Why was unicode invented?

Unicode was invented to solve the problem of representing and handling the vast array of characters used in different writing systems around the world, including those that are not included in the ASCII character set. It provides a universal character encoding standard that allows computers to represent and interpret text in any language and any script, ensuring cross-platform and cross-language compatibility.


IT What is a simple character set that can represent 128 different characters?

ASCII (American Standard Code for Information Interchange) is the most common format for text files in computers and on the Internet. In an ASCII file, each alphabetic, numeric, or special character is represented with a 7-bit binary number (a string of seven 0s or 1s). 128 possible characters are defined.


What was the first standard industry language?

what was the first standard industrycomputer language\


When was Standard Interchange Language created?

Standard Interchange Language was created in 1989.


What was the first standard industry computer language?

what was the first standard industrycomputer language\


Why java enhanced the size of character?

To be able to represent more characters. With 1-byte (8-bit) characters, you can only use 256 different characters. In order to be able to use more characters, the Unicode system - used by Java and many other modern programming language - uses larger characters. In Unicode, over a million characters can be defined; this makes it possible to encode not just Latin characters (the characters used in English) and the same Latin characters with lots of diacriticals (special symbols, for example, á, é, ñ, ü, etc.), but also characters in other languages, such as Russian, Chinese, or even Klingon.In the case of Java, the standard size of a character is 16 bits (or 2 bytes). In theory, this makes it possible to represent only about 65,000 different characters, but by using some 2-character pairs (4 bytes in total), the entire Unicode set can be represented.