From 48e16bc381a87d5151350cbfc0086706e76f4770 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 29 Oct 2019 21:32:18 +0100 Subject: [PATCH] chars: add page (#3489) --- pages/common/chars.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/chars.md 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}}"`