diff --git a/pages/common/chars.md b/pages/common/chars.md new file mode 100644 index 0000000000..0d5b8e9a0f --- /dev/null +++ b/pages/common/chars.md @@ -0,0 +1,20 @@ +# chars + +> Display names and codes for various ASCII and Unicode characters and code points. +> More information: . + +- 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}}"`