| <!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> |