Example: <glyph> (character glyph)

These search results reproduce every example of the use of <glyph> in the Guidelines, including all localised and translated versions. In some cases, the examples have been drawn from discussion of other elements in the Guidelines and illustrating the use of <glyph> is not the main focus of the passage in question. In other cases, examples may be direct translations of each other, and hence identical from the perspective of their encoding.

5 Characters, Glyphs, and Writing Modes


5.2 Markup Constructs for Representation of Characters and Glyphs

<charDecl>
 <glyph xml:id="z103">
  <localProp name="name"
   value="LATIN LETTER Z WITH TWO STROKES"/>

  <mapping type="standard">Z</mapping>
  <mapping type="PUA">U+E304</mapping>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="r1">
  <localProp name="name"
   value="LATIN SMALL LETTER R WITH ONE FUNNY STROKE"/>

  <localProp name="entityvalue="r1"/>
  <figure>
   <graphic url="r1img.png"/>
  </figure>
 </glyph>
 <glyph xml:id="r2">
  <localProp name="name"
   value="LATIN SMALL LETTER R WITH TWO FUNNY STROKES"/>

  <localProp name="entityvalue="r2"/>
  <figure>
   <graphic url="r2img.png"/>
  </figure>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<p> ... <g ref="#Filig">Fi</g>lthy riches...</p>
<!-- in the charDecl -->
<glyph xml:id="Filig">
 <localProp name="Name"
  value="LATIN UPPER F AND LATIN LOWER I LIGATURE"/>

 <figure>
  <graphic url="Filig.png"/>
 </figure>
</glyph>
bibliography ⚓︎

5.3 Annotating Characters

<p> ... <abbr>
  <g ref="#per">per</g>
 </abbr> ardua</p>
<!-- in the charDecl -->
<glyph xml:id="per">
 <localProp name="Name"
  value="LATIN ABBREVIATION PER"/>

 <figure>
  <graphic url="per.png"/>
 </figure>
</glyph>
bibliography ⚓︎

5.3 Annotating Characters

<charDecl>
 <glyph xml:id="u8aaa">
  <mapping type="Unicode"></mapping>
  <mapping type="standard"></mapping>
 </glyph>
</charDecl>
bibliography ⚓︎

5.3 Annotating Characters

<charDecl>
 <char xml:id="newchar1">
<!-- more properties here -->
 </char>
 <glyph xml:id="varofnewchar1">
<!-- more properties here -->
  <mapping type="standard">
   <g ref="#newchar1"/>
  </mapping>
 </glyph>
</charDecl>
bibliography ⚓︎

5.4 Adding New Characters

<glyph xml:id="U507D-var">
<!-- more properties here -->
 <mapping type="IDS">⿻人為</mapping>
 <mapping type="standard"></mapping>
</glyph>
bibliography ⚓︎

<g>

<glyph xml:id="ctlig">
<!-- here we describe the particular ct-ligature intended -->
</glyph>
bibliography Show all ⚓︎

<g> (fr)

<glyph xml:id="flig"/>
bibliography Show all ⚓︎

<g> (zh-TW)

<glyph xml:id="zh-tw_flig">
<!--...-->
</glyph>
bibliography Show all ⚓︎

<g>

<glyph xml:id="per-glyph">
<!-- ... -->
</glyph>
bibliography Show all ⚓︎

<glyph>

<glyph xml:id="rstroke">
 <localProp name="Name"
  value="LATIN SMALL LETTER R WITH A FUNNY STROKE"/>

 <localProp name="entityvalue="rstroke"/>
 <figure>
  <graphic url="glyph-rstroke.png"/>
 </figure>
</glyph>
Show all ⚓︎

<glyph> (fr)

<glyph xml:id="fr_napos">
 <localProp name="nom"
  value="N latin minuscule précédé d'une apostrophe"/>

 <localProp name="entityvalue="napos"/>
 <graphic url="glyph-napos.png"/>
</glyph>
Show all ⚓︎