1 2 3 4 5 6 7 8 9
<html> <body> <script> style = document.createElement("style"); document.documentElement.appendChild(style); style.textContent = "tz\uDAB2 "; </script> </body> </html>