| Glyph | Numeric | CSS (hex) | JS (hex) |
|---|---|---|---|
| ‹ | ‹ | \2039 | \u2039 |
| › | › | \203A | \u203A |
| - | - | \002D | \u002D |
| – | – | \2013 | \u2013 |
| — | — | \2014 | \u2014 |
Numeric
<tag>Text ›</tag>CSS
li:before {content:'\002D';}
JS
"\u2014"
Entity Conversion Calculator: http://www.evotech.net/articles/testjsentities.html
Designer Toolbox: http://designerstoolbox.com/designresources/html/