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

  • Home
  • SEARCH
  • 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 8639347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:58:42+00:00 2026-06-12T10:58:42+00:00

Script Capital H looks very different from chrome and firefox in internet explorer to

  • 0

Script Capital H looks very different from chrome and firefox in internet explorer to the point that its almost illegible. Is there anyway to have it look the same or at least improve the legibility of the character?

Here’s an example of the character. You can see the difference if you open the link in both ie and firefox/chrome.
http://graphemica.com/%E2%84%8B

Character rendering is the same regardless of whether i am using unicode encoding or simply pasting the actual character in the markup.

  • 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-06-12T10:58:43+00:00Added an answer on June 12, 2026 at 10:58 am

    The reason is that different browsers have different default fonts, and script capital H has rather different designs in different fonts. Script letters are supposed to resemble handwritten letters, and handwriting varies a lot.

    If you page declares some font(s) to be used, in CSS, then browsers will anyway be forced to use other fonts if the character is not included in none of your declared font(s). Therefore, you should write a list of fonts known to contain the character in acceptable shape and declare that list for an element containing the character. E.g., you might use

    <span class=special>&#x210b;</span>
    

    with the CSS code

    .special { Lucida Sans Unicode, Segoe UI Symbol, DejaVu Sans }
    

    perhaps with a much longer list; cf. to font coverage info (not exhaustive, but useful): http://www.fileformat.info/info/unicode/char/210b/fontsupport.htm

    The page you mention has font-family: "Times","Times New Roman","serif","sans-serif", but since neither of the specific fonts contains the character, fonts named serif and sans-serif are used (these names must not be in quotes so that they will be taken as CSS-defined generic names!), so a browser falls back to its rock bottom default font. This varies, and may depend on browser settings.

    Remember to set line-height for all elements, to avoid problems caused by characters from different fonts on the same line being each rendered with its own default line height.

    More info: Guide to using special characters in HTML.

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

Sidebar

Related Questions

I have a script that I am checking values from textbox against an array,
I'm creating a bash script to generate some output from a CSV file (I
I need this script to split on capital letters and numbers. I've got the
Is there a Vim plugin, script, or function out there that allows Vim search
I have a .plist file that looks like this: <plist version=1.0> <array> <dict> <key>name</key>
I'm trying to write a PHP script that finds all words in a list
I wrote a script to download some data from FTP by a subroutine. I
I'm writing a small script (similar to SO's tag RegEx) that only allows the
My script calls information from a 'settings.txt' file of the form property1=value11,value12,...,value1n property2=value21,value22,...,value2n .
I'm writing a script that takes a news article as input and returns a

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.