How do I resolve missing characters in my unicode font?












5















I have tried Firefox and Chrome and on Ubuntu 14.04 LTS, and there seems to be a sizeable chunk of Unicode characters that I cannot render.



Here is one example, and here is another example.



What is the best course of action to diagnose the root cause and fix the missing characters?










share|improve this question



























    5















    I have tried Firefox and Chrome and on Ubuntu 14.04 LTS, and there seems to be a sizeable chunk of Unicode characters that I cannot render.



    Here is one example, and here is another example.



    What is the best course of action to diagnose the root cause and fix the missing characters?










    share|improve this question

























      5












      5








      5


      4






      I have tried Firefox and Chrome and on Ubuntu 14.04 LTS, and there seems to be a sizeable chunk of Unicode characters that I cannot render.



      Here is one example, and here is another example.



      What is the best course of action to diagnose the root cause and fix the missing characters?










      share|improve this question














      I have tried Firefox and Chrome and on Ubuntu 14.04 LTS, and there seems to be a sizeable chunk of Unicode characters that I cannot render.



      Here is one example, and here is another example.



      What is the best course of action to diagnose the root cause and fix the missing characters?







      fonts unicode






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Oct 25 '15 at 7:24









      merlin2011merlin2011

      2081213




      2081213






















          4 Answers
          4






          active

          oldest

          votes


















          5














          Install package ttf-ancient-fonts.



          sudo apt-get update
          sudo apt-get install ttf-ancient-fonts





          share|improve this answer

































            5














            In order to see the missing characters, you need to install a font which contains them.



            I've found that Symbola contains the best range of characters.




            • Download the zip file.

            • Install the two .ttf fonts - if you double click on then, you should see a font preview, click the "Install" button.


            With the latest version (8.0.0) I'm able to see the dog symbol 🐕 and the slice of pizza symbol 🍕.



            See: enter image description here.






            share|improve this answer
























            • Or just sudo apt-get install fonts-symbola and then restart firefox ;)

              – rubo77
              Aug 7 '16 at 22:27



















            2














            The most comprehensive font package I have found is font-noto. Installing this has always fixed whatever font-display issues I was having:



            sudo apt install fonts-noto


            Then, restart your browser and everything should work as expected.






            share|improve this answer































              0














              I tried to view the characters on my computer (See signs and symbols). Enter the Unicode-code in the search-window. It looks that the symbols mentioned are not rendered yet (These characters are in the Supplementary Multilingual Plane). See also http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html.



              File a bug in https://bugzilla.gnome.org/enter_bug.cgi?product=gucharmapenter image description here






              share|improve this answer
























              • How do I obtain the Supplementary Multilingual Plane in Ubuntu?

                – merlin2011
                Oct 25 '15 at 20:28











              • on the console this would be gucharmap

                – rubo77
                Aug 7 '16 at 22:30











              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f689607%2fhow-do-i-resolve-missing-characters-in-my-unicode-font%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              5














              Install package ttf-ancient-fonts.



              sudo apt-get update
              sudo apt-get install ttf-ancient-fonts





              share|improve this answer






























                5














                Install package ttf-ancient-fonts.



                sudo apt-get update
                sudo apt-get install ttf-ancient-fonts





                share|improve this answer




























                  5












                  5








                  5







                  Install package ttf-ancient-fonts.



                  sudo apt-get update
                  sudo apt-get install ttf-ancient-fonts





                  share|improve this answer















                  Install package ttf-ancient-fonts.



                  sudo apt-get update
                  sudo apt-get install ttf-ancient-fonts






                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Feb 23 '16 at 22:40









                  Mateo

                  7,36484871




                  7,36484871










                  answered Feb 21 '16 at 8:07









                  RobertRobert

                  6612




                  6612

























                      5














                      In order to see the missing characters, you need to install a font which contains them.



                      I've found that Symbola contains the best range of characters.




                      • Download the zip file.

                      • Install the two .ttf fonts - if you double click on then, you should see a font preview, click the "Install" button.


                      With the latest version (8.0.0) I'm able to see the dog symbol 🐕 and the slice of pizza symbol 🍕.



                      See: enter image description here.






                      share|improve this answer
























                      • Or just sudo apt-get install fonts-symbola and then restart firefox ;)

                        – rubo77
                        Aug 7 '16 at 22:27
















                      5














                      In order to see the missing characters, you need to install a font which contains them.



                      I've found that Symbola contains the best range of characters.




                      • Download the zip file.

                      • Install the two .ttf fonts - if you double click on then, you should see a font preview, click the "Install" button.


                      With the latest version (8.0.0) I'm able to see the dog symbol 🐕 and the slice of pizza symbol 🍕.



                      See: enter image description here.






                      share|improve this answer
























                      • Or just sudo apt-get install fonts-symbola and then restart firefox ;)

                        – rubo77
                        Aug 7 '16 at 22:27














                      5












                      5








                      5







                      In order to see the missing characters, you need to install a font which contains them.



                      I've found that Symbola contains the best range of characters.




                      • Download the zip file.

                      • Install the two .ttf fonts - if you double click on then, you should see a font preview, click the "Install" button.


                      With the latest version (8.0.0) I'm able to see the dog symbol 🐕 and the slice of pizza symbol 🍕.



                      See: enter image description here.






                      share|improve this answer













                      In order to see the missing characters, you need to install a font which contains them.



                      I've found that Symbola contains the best range of characters.




                      • Download the zip file.

                      • Install the two .ttf fonts - if you double click on then, you should see a font preview, click the "Install" button.


                      With the latest version (8.0.0) I'm able to see the dog symbol 🐕 and the slice of pizza symbol 🍕.



                      See: enter image description here.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Dec 24 '15 at 22:54









                      Terence EdenTerence Eden

                      4662827




                      4662827













                      • Or just sudo apt-get install fonts-symbola and then restart firefox ;)

                        – rubo77
                        Aug 7 '16 at 22:27



















                      • Or just sudo apt-get install fonts-symbola and then restart firefox ;)

                        – rubo77
                        Aug 7 '16 at 22:27

















                      Or just sudo apt-get install fonts-symbola and then restart firefox ;)

                      – rubo77
                      Aug 7 '16 at 22:27





                      Or just sudo apt-get install fonts-symbola and then restart firefox ;)

                      – rubo77
                      Aug 7 '16 at 22:27











                      2














                      The most comprehensive font package I have found is font-noto. Installing this has always fixed whatever font-display issues I was having:



                      sudo apt install fonts-noto


                      Then, restart your browser and everything should work as expected.






                      share|improve this answer




























                        2














                        The most comprehensive font package I have found is font-noto. Installing this has always fixed whatever font-display issues I was having:



                        sudo apt install fonts-noto


                        Then, restart your browser and everything should work as expected.






                        share|improve this answer


























                          2












                          2








                          2







                          The most comprehensive font package I have found is font-noto. Installing this has always fixed whatever font-display issues I was having:



                          sudo apt install fonts-noto


                          Then, restart your browser and everything should work as expected.






                          share|improve this answer













                          The most comprehensive font package I have found is font-noto. Installing this has always fixed whatever font-display issues I was having:



                          sudo apt install fonts-noto


                          Then, restart your browser and everything should work as expected.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 21 at 18:45









                          terdonterdon

                          66.3k12138221




                          66.3k12138221























                              0














                              I tried to view the characters on my computer (See signs and symbols). Enter the Unicode-code in the search-window. It looks that the symbols mentioned are not rendered yet (These characters are in the Supplementary Multilingual Plane). See also http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html.



                              File a bug in https://bugzilla.gnome.org/enter_bug.cgi?product=gucharmapenter image description here






                              share|improve this answer
























                              • How do I obtain the Supplementary Multilingual Plane in Ubuntu?

                                – merlin2011
                                Oct 25 '15 at 20:28











                              • on the console this would be gucharmap

                                – rubo77
                                Aug 7 '16 at 22:30
















                              0














                              I tried to view the characters on my computer (See signs and symbols). Enter the Unicode-code in the search-window. It looks that the symbols mentioned are not rendered yet (These characters are in the Supplementary Multilingual Plane). See also http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html.



                              File a bug in https://bugzilla.gnome.org/enter_bug.cgi?product=gucharmapenter image description here






                              share|improve this answer
























                              • How do I obtain the Supplementary Multilingual Plane in Ubuntu?

                                – merlin2011
                                Oct 25 '15 at 20:28











                              • on the console this would be gucharmap

                                – rubo77
                                Aug 7 '16 at 22:30














                              0












                              0








                              0







                              I tried to view the characters on my computer (See signs and symbols). Enter the Unicode-code in the search-window. It looks that the symbols mentioned are not rendered yet (These characters are in the Supplementary Multilingual Plane). See also http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html.



                              File a bug in https://bugzilla.gnome.org/enter_bug.cgi?product=gucharmapenter image description here






                              share|improve this answer













                              I tried to view the characters on my computer (See signs and symbols). Enter the Unicode-code in the search-window. It looks that the symbols mentioned are not rendered yet (These characters are in the Supplementary Multilingual Plane). See also http://www.ltg.ed.ac.uk/~richard/unicode-sample-3-2.html.



                              File a bug in https://bugzilla.gnome.org/enter_bug.cgi?product=gucharmapenter image description here







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Oct 25 '15 at 8:29









                              Bernard DecockBernard Decock

                              2741414




                              2741414













                              • How do I obtain the Supplementary Multilingual Plane in Ubuntu?

                                – merlin2011
                                Oct 25 '15 at 20:28











                              • on the console this would be gucharmap

                                – rubo77
                                Aug 7 '16 at 22:30



















                              • How do I obtain the Supplementary Multilingual Plane in Ubuntu?

                                – merlin2011
                                Oct 25 '15 at 20:28











                              • on the console this would be gucharmap

                                – rubo77
                                Aug 7 '16 at 22:30

















                              How do I obtain the Supplementary Multilingual Plane in Ubuntu?

                              – merlin2011
                              Oct 25 '15 at 20:28





                              How do I obtain the Supplementary Multilingual Plane in Ubuntu?

                              – merlin2011
                              Oct 25 '15 at 20:28













                              on the console this would be gucharmap

                              – rubo77
                              Aug 7 '16 at 22:30





                              on the console this would be gucharmap

                              – rubo77
                              Aug 7 '16 at 22:30


















                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f689607%2fhow-do-i-resolve-missing-characters-in-my-unicode-font%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Human spaceflight

                              Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

                              File:DeusFollowingSea.jpg