mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 06:58:37 +00:00
Update cheatsheets
This commit is contained in:
25
chars
Normal file
25
chars
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}"`
|
||||
Reference in New Issue
Block a user