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