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 7431063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:14:13+00:00 2026-05-29T09:14:13+00:00

When creating a web page, not all unicode characters are always available across default

  • 0

When creating a web page, not all unicode characters are always available across default installation of various operating systems. Mostly because lack of fonts, or problematic fallback font system.

See for example, this presentation has many missing character in chrome on default Windows 7 installation.

Is there a caniuse.com-like website for unicode fonts availability?

(Yes, it’s always possible to embed free font in your document a la

<!DOCTYPE html>
<html>
<header>
<style>
@font-face {
  font-family: 'Symbola';
  src: url(
      'https://github.com/laughinghan/mathquill/blob/master/font/Symbola.ttf?raw=true'
      );
}
body {font-family: 'Symbola';}
</style>
</header>
<body>

<h1>&#x263b; &#x26ad; &#x26ae; &#x26af;</h1>

<p>&#x2680; &#x2681; &#x2682; &#x2683;
   &#x2684; &#x2685; &#x2686; &#x2398;</p>

</body>
</html>

but you might want your website to work without prior 870k font fetched, or you want it to work with email, or older browsers, etc)

  • 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-29T09:14:14+00:00Added an answer on May 29, 2026 at 9:14 am

    I don’t thin there is any site of the caniuse.com type for characters; it would be a rather large site, and maintaining it would be a nightmare. I quickly souped up a short section “Which characters can I use” that I added to my Guide to using special characters in HTML, but it’s really just a few hints.

    The good news is that nowadays the issue is mostly font support to characters, and this can often be handled by setting up a suitable font-family list in CSS. Browsers cannot always pick up a character from a font unless the web page author gives a helping hand that way.

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

Sidebar

Related Questions

I'm creating a custom web page base class (not to be confused with web
I am creating web page using asp.net. Is it possible to remove/hide the browsers
I'm creating a web page, and I can't (with html code) add a draw
When creating web pages how do we achieve a consistent font size across browsers.
I always run into the same problem when creating web pages. When I add
I am creating a table to display on a web page and that table
I am creating a web page that includes several HTML-templates that may contain IDs.
I am creating a web page which will be used to monitor and control
I am creating a web page where user can select datasource and execute select
I am creating a Web page, the problem is that when I shrink the

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.