我不能旋转©字符.有什么我做错了吗?
.copy {
font-size: 12px;
font-family: Arial;
writing-mode: vertical-rl;
text-orientation: mixed;
transform: rotate(180deg);
}Run Code Online (Sandbox Code Playgroud)
<span class="copy">© This is not working.</span>
<span class="copy">& This is working.</span>Run Code Online (Sandbox Code Playgroud)