Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <meta charset="utf-8">
<meta name="description" content="letter-spacing direction">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
<style>
span { word-spacing: 2em; background-color: yellow; }
</style>
<p><span>אבג</span></p>
<p><span>ab <span dir="rtl">גד</span> ef</span></p>
<p><span>ab גד ef</span></p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers