The Character Attribute Type is a data type defined by XHTML Modularisation 1.1, declared in the DTD as XML 1.0 type CDATA.
Reference: *W3C - XHTML Modularisation 1.1 - Attribute Types
accesskey:a, area, label, input, textarea, button, legendchar:col, colgroup, thead, tfoot, tbody, tr, th, tdThere are no Common Attributes with type Character.
A single ISO 10646 Character, e.g. "x"
Ref: *ISO 10646
The Character Attribute Type is used in the accesskey attributes
of links and form controls as well as in the char attributes of
table cells or groupings (although I do not know of any browser which supports the char attribute).
< (or <).<) it must be escaped as & (or &)."
(or ") if using double quotes to delimit the attribute value'
if using single quotes to delimit the attribute value
(alternatively ' may be used if compatibility with HTML isn't necessary
- see Character Entities Predefined by XML 1.0)