We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9eca3 commit 4be6d6cCopy full SHA for 4be6d6c
1 file changed
1-js/05-data-types/03-string/article.md
@@ -80,7 +80,7 @@ There are other, less common "special" characters as well. Here's the list:
80
|`\r`|Carriage return|
81
|`\t`|Tab|
82
|`\uNNNN`|A unicode symbol with the hex code `NNNN`, for instance `\u00A9` -- is a unicode for the copyright symbol `©`. It must be exactly 4 hex digits. |
83
-|`\u{NNNNNNNN}`|Some rare characters are encoded with two unicode symbols, taking up to 4 bytes. This long unicode requires braces around it.|
+|`\u{NNNNNNNN}`|Some rare characters are encoded with two unicode symbols, taking 4 bytes. This long unicode requires braces around it.|
84
85
Examples with unicode:
86
0 commit comments