Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7082801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:05:59+00:00 2026-05-28T07:05:59+00:00

On the same machine using the same font (Arial) I get different text rending

  • 0

On the same machine using the same font (Arial) I get different text rending from Chrome and IE9:

<html>
<head>
</head>
<body style="font-family: Arial;">
IIIIIIIII&#x2AF8;
IIIIIIIII&#x2B46;
IIIIIIIII&#x2A20;
IIIIIIIII&#x27A4;
IIIIIIIII&#x27A7;
IIIIIIIII&#x269E;
IIIIIIIII&#x25B6;
</body>
</html>

It looks like this:
enter image description here

Why does this happen? Is there a way to make Chrome correctly render the two broken arrows which render correctly in IE? (Positions 1 and 3)

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:05:59+00:00Added an answer on May 28, 2026 at 7:05 am

    Your CSS property name has a typo, font-familiy instead of font-family, so the declaration is ignored. However, the declaration would not affect the rendering much anyway, since Arial does not contain the special characters used. This means that browsers will try to pick up glyphs from different fonts, and their methods may vary here; IE is notorious for failing to do this in many occasions: it often cannot render a character even though some font in the system contains it.

    To get better rendering, you need to analyze the support to the different characters in commonly available fonts and write suitable lists as values for the font-family property. You may wish to define different lists for different characters, wrapping them inside span (or, why not, font) elements.

    For example, the first special character U+2AF8 (&#x2AF8;) is present in a few fonts only, though in addition to those listed at
    http://www.fileformat.info/info/unicode/char/2af8/fontsupport.htm
    the Cambria Math font contains it, too. So you could use for it

    font-family: Cambria Math, Symbola, Quivira, STIX, Code2000;
    

    You should also set the line-height property for the enclosing block element (like p) to a reasonable value , like 1.3. Otherwise the very large inherent line height of Cambria Math may cause too large spacing between lines.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I run PHP and MySQL on the same machine, but both report different times.
I have many different branches/checkouts of the same project code on my development machine.
I know how to send mails using outlook installed in same machine, where I'm
when I call web service from my machine using 'localhost' or 127.0.0.1 , I
I am facing the very strange problem in HTML/CSS.I am using chrome 12.0.742.122. Now
If I have a UDP server repeatedly receiving requests from the same client machine,
Is it possible to upload a file from a local machine to the same
Trying to create a virtual machine using VMPlayer, I discovered that as the Chrome
I'm using multiple self-hosted WCF services on the same machine. I need to open
Uploadify works for Visual Studio but not for IIS 7 (same machines), using Forms

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.