Hacker News new | ask | show | jobs
by throwanem 3338 days ago
This is kind of a missing piece, in a lot of ways. With such a large character set as Unicode's, discovery can be a real pain - when you see a novel character, how do you find out what it's called, so you can find out how to type it?

Unless you're using something like Emacs which lets you point at a character and ask the editor to tell you everything it knows about what's there, this kind of identification becomes a daunting task to contemplate. Shapecatcher does an excellent job of it; as long as you can draw something roughly approximating the glyph you have in mind, it'll very effectively winnow down the search space to a very manageable list of possible matches.

1 comments

> Unless you're using something like Emacs which lets you point at a character and ask the editor to tell you everything it knows about what's there, this kind of identification becomes a daunting task to contemplate.

If you already have the character in some text file, it would be much easier and reliable to copy and paste it into some unicode table lookup tool (e.g. https://unicode-table.com/en/).