Please add --exact-match. So one could do $ unicode --exact-match 'EURO SIGN' and get just U+20AC EURO SIGN UTF-8: e2 82 ac UTF-16BE: 20ac Decimal: € Octal: \020254 € Category: Sc (Symbol, Currency) Unicode block: 20A0..20CF; Currency Symbols Bidi: ET (European Number Terminator) Yes, one can also use just use $ unicode U+20AC No, --max 1 will not help as it gets the wrong one in this case.
Dan Jacobson <jidanni@jidanni.org>, 2018-11-28, 02:12: Ugly work-around (exploiting undocumented implementation details): $ unicode ';EURO SIGN;' U+20AC EURO SIGN ...