Documentation
Elements
- <a>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <number>
- <p>
- <page>
- <poem>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
Symbols and special characters
Ampersand (&), less than (<), greater than (>)
Process as unicode entity.
| Character | Process as |
|---|---|
| & | & |
| < | < |
| > | > |
✅ Example correct:
At A&T, sales went up with >3%.
❌ Example incorrect:
At A&T, sales went up with >3%.
Symbols
Process all other symbols – like hyphens, arrows, mathematical symbols, currency symbols, and phonetic symbols – as the character itself.
✅ Example correct:
€1950 ≈ $2115
"onschuldig"
❌ Example incorrect:
€1950 ≈ $2115
"onschuldig"
Arrows
Represent arrows within text using the appropriate Unicode (Hex.) code point from range 2190-2199.
Hyphenation
Process hyphens as follows:
| Name | Unicode | Process as |
|---|---|---|
| Hyphen-Minus | 002D | – |
| En dash | 2013 | – |
| Em dash | 2014 | — |
| Horizontal Bar, a.k.a. Quotation Dash | 2015 | ― |
Hyphenation due to page changes should be represented by a ‘Soft Hyphen’ (U+00AD) for normal words or a ‘Hard hyphen’ (U+002D) in compound words.
Greek and Hebrew
Process symbols as in the original print.
| Unicode block | Range |
|---|---|
| Hebrew | 0590-05FF |
| Hebrew presentation forms | FB1D-FB4F |
| Greek | 0370–03FF |
| Greek extended | 1F00–1FFF |
| Ancient Greek numbers | 10140–1018F |
Phonetic symbols
Process symbols as in the original print.
| Unicode block | Range |
|---|---|
| IPA Extensions | 0250-02AF |
| Phonetic Extensions | 1D00-1D7F |
| Phonetic Extensions Supplement | 1D80-1DBF |
| Modifier Tone —s | A700-A71F |
| Spacing Modifier Letters | 02B0-02FF |
| Superscripts and Subscripts | 2070-209F |