NAME
2u - Show Unicode charnames
SYNOPSIS
$ echo 👨🎓 | 2u
MAN <👨> 128104, Hex 1f468, Octal 372150
ZERO WIDTH JOINER <> 8205, Hex 200d, Octal 20015
GRADUATION CAP <🎓> 127891, Hex 1f393, Octal 371623
$ 2u U+200e
LEFT-TO-RIGHT MARK <> 8206, Hex 200e, Octal 20016
OPTIONS
version / v
Shows the current version number
$ 2u --version
help / h
Shows a brief help message
$ 2u --help
GIT REPOSITORY
http://github.com/athreef/App-FilterUtils
SEE ALSO
AUTHOR
Ahmad Fatoum <athreef@cpan.org>
, http://a3f.at
COPYRIGHT AND LICENSE
Copyright (C) 2017 Ahmad Fatoum
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.