Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unicode character for PUZZLE PIECE?

Tags:

unicode

Is there an Unicode symbol representing puzzle pieces? There are lots of seldomly used dingbats in Unicode, and I sort of don't really remember - but suspect there's one for this too. However, I couldn't find anything like it in gucharmap, because it's probably not complete (lacks Klingon!). And neither in the tables on unicode.org/charts/ - there's too much to look through manually..

So, has anybody seen a PUZZLE character?

Alternative question: What else would you use as symbol for application plugins?

like image 516
mario Avatar asked Jul 22 '10 01:07

mario


People also ask

How do I get a Unicode character?

Inserting Unicode characters To insert a Unicode character, type the character code, press ALT, and then press X. For example, to type a dollar symbol ($), type 0024, press ALT, and then press X.

What does the 🧩 mean?

The puzzle piece emoji could be used when discussing a tricky situation or when declaring that someone completes you the way the last puzzle piece would. Keywords: clue, interlocking, jigsaw, piece, puzzle. Codepoints: 1F9E9.

Is there a puzzle piece Emoji?

Puzzle Piece was approved as part of Unicode 11.0 in 2018 under the name “Jigsaw Puzzle Piece” and added to Emoji 11.0 in 2018.

What is an example of a Unicode character?

Unicode supports more than a million code points, which are written with a "U" followed by a plus sign and the number in hex; for example, the word "Hello" is written U+0048 U+0065 U+006C U+006C U+006F (see hex chart).


1 Answers

The Unicode Consortium doesn't list a puzzle character.

And really, even if it did, I'm not sure you should use it. It relies on that glyph being available in the font you're distributing, and that's far from a sure thing, especially for the more obscure characters.

This is, for me, the canonical "plugin icon":

Plugin Icon

And I can think of two routes to go:

  • If you're sold on having it be a character you can create your own font, using Fontlab or something similar, then distribute the font along with your app. It turns out to be easier than it might seem. This has the advantage that you can treat the "plugin" picture just as another piece of text.

  • Better may be to just use an graphic. Including a graphic is easier, and works just as well if you're trying to use it for an icon or button.

like image 163
Chris B. Avatar answered Sep 22 '22 00:09

Chris B.