commands.sh

chars

all

Display names and codes for various ASCII and Unicode characters and code points.

More info →

Examples (4)

Look up a character by its value

chars 'ß'

Look up a character by its Unicode code point

chars U+1F63C

Look up possible characters given an ambiguous code point

Look up a control character

chars "^C"
made by @shridhargupta | data from tldr-pages