mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
chars: add page (#3489)
This commit is contained in:
parent
338541de6f
commit
48e16bc381
1 changed files with 20 additions and 0 deletions
20
pages/common/chars.md
Normal file
20
pages/common/chars.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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}}"`
|
Loading…
Add table
Reference in a new issue