<!DOCTYPE html>
<style>
span {
display: inline-block;
text-emphasis-style: filled;
}
</style>
<body>
<span style="text-emphasis-style: dot">Text</span>
<span style="writing-mode:vertical-lr; text-emphasis-style: sesami">Text</span>
<span style="writing-mode:vertical-rl; text-emphasis-style: sesami">Text</span>
<span style="writing-mode:sideways-lr; text-emphasis-style: dot">Text</span>
<span style="writing-mode:sideways-rl; text-emphasis-style: dot">Text</span>
</body>