2025-03-14 21:59:59 -06:00
|
|
|
# chars
|
|
|
|
|
|
|
|
|
|
> Display names and codes for various ASCII and Unicode characters and code points.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://github.com/boinkor-net/chars#running>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}"`
|