blob: 899ee1578cd2ef45950eaf6e1ae6d4fa5fc63a1a [file] [log] [blame]
<!DOCTYPE html>
<!--
| If no font family is specified that supports the characters, determine the
| font to use via system font fallback.
| https://www.w3.org/TR/css3-fonts/#system-font-fallback
-->
<html>
<head>
<meta charset="utf-8">
<style>
body {
margin: 0;
font-family: Roboto;
font-size: 30px;
font-weight: normal;
color: #fff;
}
.containing-block {
background-color: #03a9f4;
width: 500px;
}
</style>
</head>
<body>
<div class="containing-block">
<span>๐Ÿ”๐ŸŒž ื‘ึฐึผืจึตืืฉึดืึ–ื™ืช The Hegemony Consul sat on the balcony of his ebony spaceship. ฮดแฟ–ฮฟฯ‚ ฮดแฟ–ฮฟฯƒ้‡‘้ญš ๐Ÿ˜œ ไธญๅœ‹ๅ“ฒๅญธๆ›ธ้›ปๅญๅŒ–่จˆๅŠƒ่จˆๅŠƒ ูˆูŽุฃูŽู†ู’ ูŠูŽุนู’ู…ูŽู„ูŽ ุนูŽู„ูŽู‰ ู…ูŽุง ูŠูŽุฌู’ู„ูุจู ุงู„ุณู‘ูŽุนูŽุงุฏูŽุฉูŽ ู„ูู„ู†ู‘ูŽุงุณู . ูˆู„ูŽ โ˜ƒ แ ฆแกˆโ€แ ฃแก„โžค</span>
</div>
</body>
</html>