Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p class=' '>oh hai </p>
  <p class='    '>Hate your co-workers?
    <p class='      '>Start using some funky-ass unicode CSS classes!</p>
  <h1 class='᠎'>Who even invented this?</h1>
  <h2 class='᠎      '>For the love of god, WHYYY</h2>
</body>
</html>
 
* {
  font-family: verdana;
}
.  { color: red; }
.  { font-style: italic; }
.  { text-decoration: underline; }
.᠎{ text-transform: uppercase }
/* 
U+2004  THREE-PER-EM SPACE  foo bar 1/3 em
U+2005  FOUR-PER-EM SPACE   foo bar 1/4 em
U+2006  SIX-PER-EM SPACE    foo bar 1/6 em
U+2008  PUNCTUATION SPACE   foo bar The width of a period “.”
U+2009  THIN SPACE  foo bar 1/5 em (or sometimes 1/6 em)
U+200A  HAIR SPACE  foo bar Narrower than THIN SPACE
U+200B  ZERO WIDTH SPACE    foobar  Nominally no width, but may expand
᠎b
*/
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers