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 9c4c459 commit 32a960fCopy full SHA for 32a960f
Doc/howto/unicode.rst
@@ -57,14 +57,14 @@ their corresponding code points:
57
...
58
007B '{'; LEFT CURLY BRACKET
59
60
- 2167 'Ⅶ': ROMAN NUMERAL SEVEN
61
- 2168 'Ⅸ': ROMAN NUMERAL NINE
+ 2167 'Ⅷ'; ROMAN NUMERAL EIGHT
+ 2168 'Ⅸ'; ROMAN NUMERAL NINE
62
63
- 265E '♞': BLACK CHESS KNIGHT
64
- 265F '♟': BLACK CHESS PAWN
+ 265E '♞'; BLACK CHESS KNIGHT
+ 265F '♟'; BLACK CHESS PAWN
65
66
- 1F600 '😀': GRINNING FACE
67
- 1F609 '😉': WINKING FACE
+ 1F600 '😀'; GRINNING FACE
+ 1F609 '😉'; WINKING FACE
68
69
70
Strictly, these definitions imply that it's meaningless to say 'this is
0 commit comments