The correct encoding for em-dash is supposedly —, however when the semi-colon is left off it still displays correctly in my browers (chrome and firefox).
Furthermore, I’m using Litmus.com to test character encodings across several email clients. It turns out nearly all of them also ignore the required semicolon when displaying special characters with the exception of gmail (IE, chrome, and firefox).
So my question: Are encoded HTML special characters required to end in a semicolon? It seems like gmail is playing by the rules while everyone else ignores the required semi-colon.
Since HTML up to version 4.01 is SGML based it is possible to eliminate the final
;, see w3centities.However, the current HTML5 working draft states that character references need to be terminated with a semicolon. In order to prepare your current sites for HTML5 I recommend you to end the references with a semicolon.