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
&#x
hhhh;
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 childrens 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 (17411794)
“But of all the views of this law [universal education] none is more important, none more legitimate, than that of rendering the people the safe, as they are the ultimate, guardians of their own liberty.”
—Thomas Jefferson (17431826)