<!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 "ა" in the box below.</p> <div>ა</div> </body>