We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799d7d6 commit 8ea10a9Copy full SHA for 8ea10a9
Doc/howto/unicode.rst
@@ -41,8 +41,9 @@ but these are two different characters that have different meanings.
41
42
The Unicode standard describes how characters are represented by
43
**code points**. A code point value is an integer in the range 0 to
44
-0x10FFFF (about 1.1 million values, with some 110 thousand assigned so
45
-far). In the standard and in this document, a code point is written
+0x10FFFF (about 1.1 million values, the
+`actual number assigned <https://www.unicode.org/versions/latest/#Summary>`_
46
+is less than that). In the standard and in this document, a code point is written
47
using the notation ``U+265E`` to mean the character with value
48
``0x265e`` (9,822 in decimal).
49
0 commit comments