This commit is contained in:
David Beazley
2020-05-30 04:28:09 -05:00
parent 1fca335bc7
commit dd66141d52

View File

@@ -54,7 +54,7 @@ an integer. You can specify an exact code-point value using the following escap
a = '\xf1' # a = 'ñ'
b = '\u2200' # b = '∀'
c = '\U0001D122' # c = '𝄢'
d = '\N{FORALL}' # d = '∀'
d = '\N{FOR ALL}' # d = '∀'
```
The [Unicode Character Database](https://unicode.org/charts) is a reference for all