Generate a list of unicode characters in a for loop
问题 I am trying to list use the counter in a for loop as the number of a unicode character. The purpose of this, ...lets just say I am doing it for fun. Surely, a seasoned javascript user will be able to tell me what is wrong here. To use a unicode character in javascript one can either type it in as it is, or use an escape sequence like: \u8211 . My problem arises when I try to combine the number part with the escaped u. The error I get is something along the lines of "bad escape character", and