<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="utf-8" />
    <title>Hochkant-Schrift</title>
    <style type="text/css">
      html {font-size:36pt;}
      .container p{
        /* Reset kann zur Sicherheit auch noch benutzt werden
        margin:0;
        padding:0;
        */
        font-family:courier; /* fixe Schriftweite, sieht besser aus */
        text-align:center;
        width:1em;
        text-transform:uppercase;
        background:orange;
      }
    </style>
</head>
<body>
  <div class="container">
    <p>H o c h k a n t</p>
  </div>
</body>
</html>

Add a code snippet to your website: www.paste.org