symbol has these attributes...
An ascii equivalent for the symbol.
<!ENTITY eacute "<symbol name='eacute' unicode='00E9' type='html' glyph='@eacute;' description='small e, acute accent' ascii='e' > </symbol>">
CDATA
A description of the symbol intended for maintenance and usage guidelines, rather than for actual character rendering. (Note that the information in this attribute is taken from various sources and so can be variable.)
<!ENTITY eacute "<symbol name='eacute' unicode='00E9' type='html' glyph='@eacute;' description='small e, acute accent' ascii='e' > </symbol>">
CDATA
Contains details of the representation of the entity. Where the value of glyph is preceded by '@' e.g. @frac12 the entity should be rendered as an entity (½). Elsewhere, the entity will be rendered as an image (glyph='Ascr_uc.gif'). For those entities, the value of the attribute is the name of the image file.
<!ENTITY eacute "<symbol name='eacute' unicode='00E9' type='html' glyph='@eacute;' description='small e, acute accent' ascii='e' > </symbol>">
CDATA
The name of the character entity. Usually the ISO entity name.
<!ENTITY eacute "<symbol name='eacute' unicode='00E9' type='html' glyph='@eacute;' description='small e, acute accent' ascii='e' > </symbol>">
CDATA
Identifies whether a symbol is standard or non-standard. When the value is "iso", the value of the name attribute can be assumed to be an ISO entity name. Allowable values for type are:
| Value | Explanation |
|---|---|
| ascii | An entity that can be represented with an ascii character |
| combining | A unicode diacritic entity that combines with a preceding character (requires special processing for display) |
| html | An entity included in the HTML character entity list |
| image | An entity that can only be represented as an image |
| unicode | An entity with a unicode value |
<!ENTITY eacute "<symbol name='eacute' unicode='00E9' type='html' glyph='@eacute;' description='small e, acute accent' ascii='e' > </symbol>">
CDATA
The Unicode code for the symbol or character. The Unicode code is a hexadecimal number with multiples of four digits (representing a combination of characters) without the prefix "U+" or "U".
<!ENTITY eacute "<symbol name='eacute' unicode='00E9' type='html' glyph='@eacute;' description='small e, acute accent' ascii='e' > </symbol>">
CDATA
Created: Tue Dec 23 14:02:01 2003