...是有5012GI的話、...

CSS

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; }

HTML

<figure> <p>...是有<span class="tcy">5012</span><span class="tcy">GI</span>的話、...</p> </figure>