Given an unknown Unicode character, how can I tell the (ASCII) name of that character using Linux cmdline tools only ?
I'm looking for a more elegant way than fetching the Wikipedia page on the Unicode block, grepping the HTML oder wikitext source for the charcter code and finding the description next to it.