1.4 Character Test View in a new window
Example
Character test
The following table has some sample characters with annotations. If the browser’s default font does not contain all of them, they may get displayed using backup fonts. This may cause stylistic differences, but it should not prevent the characters from being displayed at all.
Char. | Explanation | Notes |
---|---|---|
ê | e with circumflex | Latin 1 character, should be ok |
— | em dash | Windows Latin 1 character, should be ok, too |
Ā | A with macron (line above) | Latin Extended-A character, not present in all fonts |
Ω | capital omega | A Greek letter |
− | minus sign | Unicode minus |
⌀ | diameter sign | relatively rare in fonts |
Markup
<div class="nsw-wysiwyg-content nsw-container">
<h2>Character test</h2>
<p>The following table has some sample characters with
annotations. If the browser’s default font does not
contain all of them, they may get displayed using backup fonts.
This may cause stylistic differences, but it should not
prevent the characters from being displayed at all.</p>
<table>
<tr><th>Char. <th>Explanation <th>Notes
<tr><td>ê <td>e with circumflex <td>Latin 1 character, should be ok
<tr><td>— <td>em dash <td>Windows Latin 1 character, should be ok, too
<tr><td>Ā <td>A with macron (line above) <td>Latin Extended-A character, not present in all fonts
<tr><td>Ω <td>capital omega <td>A Greek letter
<tr><td>− <td>minus sign <td>Unicode minus
<tr><td>⌀ <td>diameter sign <td>relatively rare in fonts
</table>
</div>