Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="ellipsis and plaintext">
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <style>
div {
  width: 5ch;
  border: 1px blue solid;
  overflow: hidden;
  text-overflow: ellipsis;
}
.plaintext {
  unicode-bidi: plaintext;
}
  </style>
</head>
<body>
  <div>1234567890</div>
  <div dir=rtl>1234567890</div>
  <div class="plaintext">1234567890</div>
  <div dir=rtl class="plaintext">1234567890</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
kojiishipro
0viewers