Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Player Icons - Unicode UTF-8 by Roko CB</title>
  </head>
  <body>
    <h2>NORMAL</h2>
    <button>&#9726;</button>
    <button>&#9646;&#9646;</button>
    <button>&#9654;</button>
    <button>&#9679;</button>
    <button>&#9194;</button>
    <button>&#9193;</button><br>
    <code>&amp;#9726; &amp;#9646;&amp;#9646; &amp;#9654; &amp;#9679; &amp;#9194; &amp;#9193;</code>
    <br><br>
    <button>&#9725;</button>
    <button>&#9647;&#9647;</button>
    <button>&#9655;</button>
    <button>&#8728;</button><br>
    <code>&amp;#9725; &amp;#9647;&amp;#9647; &amp;#9655; &amp;#8728;</code>
    <br>
    <sub>(To narrow the space on the pause icon use CSS: <code>letter-spacing:-1px;</code> )</sub>  
    
    <h2>LARGE</h2>
    <button>&#9724;</button>
    <button>&#10073;&#10073;</button>
    <button>&#10074;&#10074;</button>
    <button>&#9658;</button><br>
    <code>&amp;#9724; &amp;#10073;&amp;#10073; &amp;#10074;&amp;#10074; &amp;#9658;</code>
    <br><br>
    <button>&#9723;</button>
    <button>&#10072; &#10072;</button>
    <button>&#9655;</button>
    <button>&#9711;</button><br>
    <code>&amp;#9723; &amp;#10072;&amp;#10072; &amp;#9655; &amp;#9711;</code>
    <br>
    <sub>Frankly the best characters for pause.</sub>
    
    <h2>SMALL</h2>
    <button>&#9642;</button>
    <button>&#9656;</button>
    <button>&#8226;</button><br>
    <code>&amp;#9642; &amp;#9656; &amp;#8226;</code>
    <br><br>
    <button>&#9643;</button>
    <button>&#9657;</button>
    <button>&#9702;</button><br>
    <code>&amp;#9643; &amp;#9657; &amp;#9702;</code>
    <br>
    <sub><i>(Could not find any pipes that small for Pause... can you?)</i></sub>
    <br><br>
    <h2 style="color:orange;">Bonus pack:</h2>
    <table>
      <tr>
        <td>&#8924; &#9725; &#2405; &#8882; &#8728; &#8925;</td><td>Prev, Stop, Pause, Play, Rec, Next</td>
      </tr>
      <tr>
        <td>&#9011; &#8904; &#8767; &#8886; &#9099; &#9901;</td><td>Fade, X-Fade, Fx, Eq, Pan, Stereo</td>
      </tr>
      <tr>
        <td>&#8854;&#8853;&#8857;</td><td>Vol+, Vol-, Mute</td>
      </tr>
      <tr>
        <td>&#8635;&#8634;</td><td>Repeat</td>
      </tr>
      <tr>
        <td>&#8801;&#8942;</td><td>Menu, Options</td>
      </tr>
      <tr>
        <td>&#8795;&#8803;</td><td>Favorited, Add to Fav. (Tracks list)</td>
      </tr>
      <tr>
        <td>&#9733;&#9733;&#9733;&#9733;&#9734;</td><td> Rating</td>
      </tr>
    </table>
    
    
    <h2>EXTRAS</h2>
    <button>&#8227;</button> Play (Small-optional)
    <br><br>
    <button>&#9015;&#9015;</button> Pause (Normal-optional)
    <br><br>
    <button>&#9632;</button> <button>&#9633;</button> Stop (Normal-optional)
    <br><br>
    <button>&#8718;</button> <button>&#8414;</button> <button>&#9744;</button> Stop (Large-optional)
    <br><br>
    <button>&#10226;</button> <button>&#10227;</button> <button>&#10560;</button>  Repeat / Loop
    <br><br>
    <button>&#9167;</button> Eject!
    <br><br>
    <button>&#9776;</button> Playlist
    <br><br>
    <button>&#8268;</button> <button>&#8269;</button> Prev / Next
    <br><br>
    <button>&#10703;</button> <button>&#10704;</button> Prev / Next
    <br><br>
    <button>&#9288;</button> Pause/Stop
    <br><br>
    <button>&#8734;</button> Loop
    <br><br>
    <button>&#9899;</button> <button>&#9900;</button> Rec
    <h2>Problematic</h2>
    <button>||</button> || Two pipes :( bye fellas...
    <br><br>
    <button>&#9616;&#9616;</button> &amp;#9616;#9616; Too tall and messed spacing!
    <br><br>
    <button>&#9611;&#9611;</button> &amp;#9611;#9611; Too large and messed spacing!
    <br><br>
    <button>&#9616;&nbsp;&#9612;</button> &amp;#9616;&amp;#9616; Tall and cannot fit-size with any other player symbol
    <br></br>
    <button>&#9612;&#9612;</button> &amp;#9612;&amp;#9612; Way too tall and messed spacing!
    <br><br>
    <button>&#9623; &#9622;</button> &amp;#9623;&amp;#9622; Wrong alignment + extra spacing
    <br><br>
    <button>&#11044;</button> &amp;#11044; Height...
    <br><br>
    <button>&#8413;</button> &amp;#8413; Too low
    <br><br>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
roXonpro
0viewers