<!DOCTYPE html>
<html>
<head>
<style>
.testDiv {
font-size: 72px;
-webkit-writing-mode: vertical-rl;
}
</style>
</head>
<body>
<!-- This expectation depends on the ellipsis is U+2026. -->
<div class="testDiv"><span style="font-family: Ahem">B</span>…</div>
</body>
</html>