Forum Moderators: open
;)
Safari : near perfect
IE (Mac) : symbols display but bunched and overlapping
Netscape (Mac) : symbols display as boxes
Opera (Mac) : symbols display properly but 'cards' and numbers are wrong and JS broken
However, using Wingdings characters in Web pages is a bad idea, because the font does not use Unicode encoding and is not available on all computers. The intended Wingdings characters may not appear on computers running non-Microsoft operating systems such as Mac OS 9, Mac OS X 10 or Linux. The intended characters are also unlikely to appear on computers that are running Windows when using a standards-compliant browser such as Mozilla, Netscape 7 or Opera 6 or 7. The same problems are found with the Webdings, Wingdings 2 and Wingdings 3 fonts – they should not be used in Web pages.
the work-around in mozilla is to enclose the symbols in <tt>♥</tt>
putting <tt></tt> around the suit symbols in the brainjar example fixes the page in Mozilla 1.6
<font face="Symbol">§</font>
<font face="Symbol">¨</font>
<font face="Symbol">©</font>
<font face="Symbol">ª</font>
♠ = ♠ = ♠
♣ = ♣ = ♣
♥ = ♥ = ♥
♦ = ♦ = ♦
But again, unless you have a font installed on your system that includes those symbols, and unless your browser knows how to translate the entities into those symbols, you won't see them. The world of what browsers ought and what browsers do, of course, is our whole profession.