How do I resolve missing characters in my unicode font?
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
add a comment |
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
add a comment |
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
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
fonts unicode
asked Oct 25 '15 at 7:24
merlin2011merlin2011
2081213
2081213
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Install package ttf-ancient-fonts.
sudo apt-get update
sudo apt-get install ttf-ancient-fonts
add a comment |
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: .
Or justsudo apt-get install fonts-symbola
and then restart firefox ;)
– rubo77
Aug 7 '16 at 22:27
add a comment |
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.
add a comment |
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=gucharmap
How do I obtain the Supplementary Multilingual Plane in Ubuntu?
– merlin2011
Oct 25 '15 at 20:28
on the console this would begucharmap
– rubo77
Aug 7 '16 at 22:30
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Install package ttf-ancient-fonts.
sudo apt-get update
sudo apt-get install ttf-ancient-fonts
add a comment |
Install package ttf-ancient-fonts.
sudo apt-get update
sudo apt-get install ttf-ancient-fonts
add a comment |
Install package ttf-ancient-fonts.
sudo apt-get update
sudo apt-get install ttf-ancient-fonts
Install package ttf-ancient-fonts.
sudo apt-get update
sudo apt-get install ttf-ancient-fonts
edited Feb 23 '16 at 22:40
Mateo
7,36484871
7,36484871
answered Feb 21 '16 at 8:07
RobertRobert
6612
6612
add a comment |
add a comment |
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: .
Or justsudo apt-get install fonts-symbola
and then restart firefox ;)
– rubo77
Aug 7 '16 at 22:27
add a comment |
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: .
Or justsudo apt-get install fonts-symbola
and then restart firefox ;)
– rubo77
Aug 7 '16 at 22:27
add a comment |
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: .
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: .
answered Dec 24 '15 at 22:54
Terence EdenTerence Eden
4662827
4662827
Or justsudo apt-get install fonts-symbola
and then restart firefox ;)
– rubo77
Aug 7 '16 at 22:27
add a comment |
Or justsudo 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
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Jan 21 at 18:45
terdon♦terdon
66.3k12138221
66.3k12138221
add a comment |
add a comment |
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=gucharmap
How do I obtain the Supplementary Multilingual Plane in Ubuntu?
– merlin2011
Oct 25 '15 at 20:28
on the console this would begucharmap
– rubo77
Aug 7 '16 at 22:30
add a comment |
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=gucharmap
How do I obtain the Supplementary Multilingual Plane in Ubuntu?
– merlin2011
Oct 25 '15 at 20:28
on the console this would begucharmap
– rubo77
Aug 7 '16 at 22:30
add a comment |
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=gucharmap
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=gucharmap
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 begucharmap
– rubo77
Aug 7 '16 at 22:30
add a comment |
How do I obtain the Supplementary Multilingual Plane in Ubuntu?
– merlin2011
Oct 25 '15 at 20:28
on the console this would begucharmap
– 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
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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