<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
    div {
        border: 2px solid black;
        height: 30px;
    }
</style>
<body>
    <p>Test passes if there is a Georgian character "&#x10d0;" in the box below.</p>
    <div>&#x10d0;</div>
</body>