$ searchUnicode.py letter lamda Λ GREEK CAPITAL LETTER LAMDA Λ 0x39b λ GREEK SMALL LETTER LAMDA λ 0x3bb ᴧ GREEK LETTER SMALL CAPITAL LAMDA ᴧ 0x1d27 $ searchUnicode.py "letter lamda" Λ GREEK CAPITAL LETTER LAMDA Λ 0x39b λ GREEK SMALL LETTER LAMDA λ 0x3bb
lundi 13 août 2012
Search for a unicode character.
If you're fed up with opening the so-called gucharmap (or any other equivalent) to look for a specific unicode character, you might be interested in this python script based on the standard unicodedata module.