<head>
<title>Hex HTML entities of various lengths</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>There should be 6 lines below, each with two copies of the same character.</p>
<ol>
<li>aa</li>
<li>ḁḁ</li>
<li>𐐀𐐀</li>
<li>𐑍𐑍</li>
<li>𐑎𐑎</li>
<li>𐑏𐑏</li>
</ol>
</body>