HTML Decimal Character Rendering

HTML Decimal Character Rendering

A numeric character reference in HTML refers to a character by its Universal Character Set/Unicode code point, and uses the format

&#nnnn;

or

&#xhhhh;

where nnnn is the code point in decimal form, and hhhh is the code point in hexadecimal form. The x must be lowercase in XML documents. The nnnn or hhhh may be any number of digits and may include leading zeros. The hhhh may mix uppercase and lowercase, though uppercase is the usual style.

Not all web browsers or email clients used by receivers of HTML documents, or text editors used by authors of HTML documents, will be able to render all HTML characters. Most modern software is able to display most or all of the characters for the user's language, and will draw a box or other clear indicator for characters they cannot render.

For codes from 0 to 127, the original 7-bit ASCII standard set, most of these characters can be used without a character reference. Codes from 160 to 255 can all be created using character entity names. Only a few higher-numbered codes can be created using entity names, but all can be created by decimal number character reference.

Read more about HTML Decimal Character Rendering:  Illegal Characters

Famous quotes containing the words decimal, character and/or rendering:

    It makes little sense to spend a month teaching decimal fractions to fourth-grade pupils when they can be taught in a week, and better understood and retained, by sixth-grade students. Child-centeredness does not mean lack of rigor or standards; it does mean finding the best match between curricula and children’s developing interests and abilities.
    David Elkind (20th century)

    Sometimes apparent resemblances of character will bring two men together and for a certain time unite them. But their mistake gradually becomes evident, and they are astonished to find themselves not only far apart, but even repelled, in some sort, at all their points of contact.
    —Sébastien-Roch Nicolas De Chamfort (1741–1794)

    Ambitious men spend their youth in rendering themselves worthy of patronage; it is their great mistake. While the foolish creatures are laying in stores of knowledge and energy, so that they shall not sink under the weight of responsible posts that recede from them, schemers come and go who are wealthy in words and destitute of ideas, astonish the ignorant, and creep into the confidence of those who have a little knowledge.
    Honoré De Balzac (1799–1850)