Text Encoding Initiative

<glyph>


glyph (character glyph) provides descriptive information about a character glyph which is not otherwise available in the document character set.
Declaration

element glyph
{
   tei.global.attributes,
   attribute ucs { datatype.ucs }?,
   ( name, gloss?, charProp*, desc?, mapping*, figure*, note? )
}
Attributes
(In addition to global attributes)
ucs specifies the Unicode codepoint corresponding with this character.
Datatype: datatype.ucs
Values: any valid Unicode codepoint.
Example
 <glyph id="r1">
  <name>LATIN SMALL LETTER R WITH A FUNNY STROKE</name>
  <charProp>
   <localName>entity</localName>
   <value>r1</value>
  </charProp>
  <figure url="glyph-r1.png"></figure>
 </glyph>
Module [wsd-ng]

Classes | Macros | Elements