1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/chars.md
Managor dd77012848
common*: refresh old pages part 4 (#16258)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-04-26 06:25:38 +03:00

415 B

chars

Display names and codes for various ASCII and Unicode characters and code points. More information: https://github.com/boinkor-net/chars#running.

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