|
<html>
|
|
<body>
|
|
<script>
|
|
style = document.createElement("style"); // eslint-disable-line no-undef
|
|
document.documentElement.appendChild(style); // eslint-disable-line no-undef
|
|
style.textContent = "tz\uDAB2 "; // eslint-disable-line no-undef
|
|
</script>
|
|
</body>
|
|
</html>
|