...是有5012GI的話、...
figure {
-ms-writing-mode: tb-rl; /* for IE */
-webkit-writing-mode: vertical-rl; /* for Webkit */
writing-mode: vertical-rl;
}
.tcy {
-ms-text-combine-horizontal: all; /* for IE */
text-combine-upright: all;
}
<figure>
<p>...是有<span class="tcy">5012</span><span class="tcy">GI</span>的話、...</p>
</figure>