summaryrefslogtreecommitdiffstats
path: root/non-scripts/replacement-characters.html
blob: 7f0457595241e28577cb52ccc0791ead6a001b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>Replacement characters</title>
    <link rel="stylesheet" type="text/css" href="../style.css"/>
  </head>
  <body>
    <table>
      <tr>
	<td>&#xFFFC;</td> <!-- OBJECT REPLACEMENT CHARACTER -->
	<td>&#xFFFD;</td> <!-- REPLACEMENT CHARACTER -->
      </tr>
    </table>
  </body>
</html>