Entry
How can i display ø (untranslated) in the browser?
Aug 19th, 2000 22:28
Rey Nuņez, Acebone,
To display the actual or literal string of the character entity
references that correspond to ISO 8859-1 character entity names, use
& in place of the "&" in the string.
For example, this table displays the converted character itself, the
character entity reference string, its numeric equivalent, and a short
description of some of the ISO 8859-1 character entity set.
<h3>Character entity references for ISO 8859-1 characters</h3>
<table align="center" width=90% border>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td>no-break space = non-breaking space, U+00A0 ISOnum</td></tr>
<tr>
<td>¡</td>
<td>¡</td>
<td>¡</td>
<td>inverted exclamation mark, U+00A1 ISOnum</td></tr>
<tr>
<td>¢</td>
<td>¢</td>
<td>¢</td>
<td>cent sign, U+00A2 ISOnum</td></tr>
<tr>
<td>£</td>
<td>£</td>
<td>£</td>
<td>pound sign, U+00A3 ISOnum</td></tr>
<tr>
<td>¤</td>
<td>¤</td>
<td>¤</td>
<td>currency sign, U+00A4 ISOnum</td></tr>
<tr>
<td>¥</td>
<td>¥</td>
<td>¥</td>
<td>yen sign = yuan sign, U+00A5 ISOnum</td></tr>
<tr>
<td>¦</td>
<td>¦</td>
<td>¦</td>
<td>broken bar = broken vertical bar, U+00A6 ISOnum</td></tr>
<tr>
<td>§</td>
<td>§</td>
<td>§</td>
<td>section sign, U+00A7 ISOnum</td></tr>
</table>
In the same manner, writing Ø and ø in an HTML
page displays the literal string equivalent of the entity reference for
the capital and small letter O with stroke, while writing Ø and
ø will render the ISO 8859-1 characters itself.