| <!DOCTYPE html> | |
| <style> | |
| div { | |
| writing-mode: vertical-rl; | |
| text-decoration: overline; | |
| text-underline-position: right; | |
| white-space: pre; | |
| font-size: 40px; | |
| font-family: Ahem; | |
| margin-left: 2px; | |
| } | |
| </style> | |
| <div> </div> | |
| <div style="margin-left: 3px;"> </div> |