How can I display Font Awesome fonts in Character Map?

trent

I am running on Ubuntu 14.04 x64, and I've just installed FontAwesome - firstly by running install on the ttf file, which I grabbed from http://fortawesome.github.io/Font-Awesome/; and secondly by discovering it's in the repo and running:

sudo apt-get install fonts-font-awesome

Opening the font viewer I can see the fonts:

FontAwesome in Font Viewer

However, when I open the character map, I don't see them:

FontAwesome in Character Map with Latin Script

Should I be selecting any particular Script? I skimmed down the list to see if I can get to see the FontAwesome icons, but nothing jumped out at me.

What I am after is to find the unicode character code for particular icons. I know FontAwesome has a cheat sheet with the unicode's: https://fortawesome.github.io/Font-Awesome/cheatsheet/, however, I'd like to be able to determine the codes from my system.

Another example is font-mfizz, which doesn't offer a similar cheat sheet (at least from what I can tell). I did however find that submitting the woff font - https://raw.githubusercontent.com/DanBrooker/file-icons/master/resources/fonts/font-mfizz.woff - to the site http://www.pkmurphy.com.au/glyphviewer is able to print out the code points:

font-mfizz code points

Is this glyphviewer tool my best option?

A.B.

You can use Character Map. Select the font and select Character Details

Character Map > Character Details

To find your character, use the view View > By Unicode Block. In All you have a very large list and in this list, you should find your character. But the font has 10FFFF (111411210) characters. Without knowing the code, it's a little bit hard to find your needed character.

You can also filter it out so it only displays the glyphs/icons specific to this font. Go to View > Show only glyphs from this font.

view menu in Character Map

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I install custom fonts using Bower? (not Font Awesome)

From Dev

How can I load a web font such as font awesome on page load?

From Dev

Are there any custom font-awesome generators that I can use for the latest fonts?

From Dev

Font Awesome Fonts not loading?

From Dev

How do I implement basic share social buttons with Font Awesome fonts?

From Dev

Ugly fonts in Netbeans - How can i make it use the system font?

From Dev

Ugly fonts in Netbeans - How can i make it use the system font?

From Dev

How can I embed fonts with @font-face in Rails 4?

From Dev

how can I align font awesome icon in bootstrap button?

From Dev

How can I edit Font Awesome (or include my own icons)?

From Dev

How can I use Font Awesome in Photoshop and Fireworks?

From Dev

how can I align font awesome icon in bootstrap button?

From Dev

How can I fix this display size issue in Windows 7 Character Map?

From Dev

How can I display ë character in the url?

From Dev

How can I use Font Awesome (or other font icons) instead of the jQuery sprites in Primefaces DataTable?

From Dev

Resizing Font Awesome Fonts with font-size

From Dev

How do I hide a Font Awesome spinner?

From Dev

How can I determine if a font has a glyph for a given character?

From Dev

How can I find a font that contains a given character?

From Dev

How can I determine font and layout information for a unicode character?

From Dev

How can I find a font that contains a given character?

From Dev

Can't get Font-Awesome Icons to display

From Dev

Font-Awesome doesn't load fonts

From Java

Font-Awesome error 404 on fonts

From Dev

Fonts and Font Awesome icons not loading over SSL

From Dev

Wine and Font Awesome have conflicting fonts

From Dev

How can I find web-fonts with full range of font-weights?

From Dev

How can I avoid text-decoration on icons when using font-awesome within a link?

From Dev

How can I use icon in drop down menu using Bootstrap and Font Awesome

Related Related

  1. 1

    How can I install custom fonts using Bower? (not Font Awesome)

  2. 2

    How can I load a web font such as font awesome on page load?

  3. 3

    Are there any custom font-awesome generators that I can use for the latest fonts?

  4. 4

    Font Awesome Fonts not loading?

  5. 5

    How do I implement basic share social buttons with Font Awesome fonts?

  6. 6

    Ugly fonts in Netbeans - How can i make it use the system font?

  7. 7

    Ugly fonts in Netbeans - How can i make it use the system font?

  8. 8

    How can I embed fonts with @font-face in Rails 4?

  9. 9

    how can I align font awesome icon in bootstrap button?

  10. 10

    How can I edit Font Awesome (or include my own icons)?

  11. 11

    How can I use Font Awesome in Photoshop and Fireworks?

  12. 12

    how can I align font awesome icon in bootstrap button?

  13. 13

    How can I fix this display size issue in Windows 7 Character Map?

  14. 14

    How can I display ë character in the url?

  15. 15

    How can I use Font Awesome (or other font icons) instead of the jQuery sprites in Primefaces DataTable?

  16. 16

    Resizing Font Awesome Fonts with font-size

  17. 17

    How do I hide a Font Awesome spinner?

  18. 18

    How can I determine if a font has a glyph for a given character?

  19. 19

    How can I find a font that contains a given character?

  20. 20

    How can I determine font and layout information for a unicode character?

  21. 21

    How can I find a font that contains a given character?

  22. 22

    Can't get Font-Awesome Icons to display

  23. 23

    Font-Awesome doesn't load fonts

  24. 24

    Font-Awesome error 404 on fonts

  25. 25

    Fonts and Font Awesome icons not loading over SSL

  26. 26

    Wine and Font Awesome have conflicting fonts

  27. 27

    How can I find web-fonts with full range of font-weights?

  28. 28

    How can I avoid text-decoration on icons when using font-awesome within a link?

  29. 29

    How can I use icon in drop down menu using Bootstrap and Font Awesome

HotTag

Archive