xxxxxxxxxx
<!--js输出Unicode-->
<script>
console.log("\u2620");
</script>
<!--html输出Unicode-->
<h1 style="font-size: 200px">⚀</h1>