Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta name="viewport" content="width=device-width">
  <meta charset="utf-8">
  <title>CSS unicode-range test by yisi</title>
  <style>
    @font-face {
      font-family: test-font;
      src: url(http://at.alicdn.com/t/font_1415611027_3473132.woff) format('woff');
      unicode-range: U+0061-0062;/* a b */
      font-weight: normal;
    }
    .demo {
      border: 1px solid #999;
      padding: 6px 8px;
      font-size: 32px;
      font-family: test-font, arial, sans-serif;
    }
  </style>
</head>
<body>
  <h1>CSS unicode-range test</h1>
  <p>Letter appears as a mouse, letter b appears as an umbrella, the other unchanged.</p>
  <div class="demo" contenteditable>abcdefg</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers