Version: Konqueror 3.5.7 (same as KDE) (using KDE KDE 3.5.7) Installed from: Ubuntu Packages OS: Linux http://jwblack.patel.sh/test/uarrdarr.php The above URL or the code below shows displays the problem. The up arrow and down arrow will not be displayed correctly if the font-family is specified as a MS core web TTF. I hope the things below render properly, if not just go to the URL above. <html> <body> <div> <span>&darr; and &uarr; with font-family Verdana</span> <span style="font-family:Verdana,Sans-Serif;">↓</span> <span style="font-family:Verdana,Sans-Serif;">↑</span> </div> <div> <span>&darr; and &uarr; with font-family Sans-Serif</span> <span style="font-family:Sans-Serif;">↓</span> <span style="font-family:Sans-Serif;">↑</span> </div> </body> </html>
This is verified to work in Safari Mac 10.4.x. It is only a problem with Konqueror.
*** This bug has been marked as a duplicate of 47682 ***