1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/common/chars.md
2019-10-29 20:32:18 +00:00

405 B

chars

Display names and codes for various ASCII and Unicode characters and code points. More information: https://github.com/antifuchs/chars.

  • 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:

chars {{10}}

  • Look up a control character:

chars "{{^C}}"