System Grab Bag

View all TLDR pages from common (or from all pages)

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}}"

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.