diff options
Diffstat (limited to 'Doc/howto')
-rw-r--r-- | Doc/howto/unicode.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 24c3235e4a..d5632bc799 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -57,7 +57,7 @@ their corresponding code points: ... 007B '{'; LEFT CURLY BRACKET ... - 2167 'Ⅶ': ROMAN NUMERAL EIGHT + 2167 'Ⅶ': ROMAN NUMERAL SEVEN 2168 'Ⅸ': ROMAN NUMERAL NINE ... 265E '♞': BLACK CHESS KNIGHT |