I started to programming again after long time and I downloaded some JS chess game to modify it and made a game based on chess.
I get so confused cause using the notepad I found this lines:
const piecesCharacters = {
0: '♙',
1: '♘',
2: '♗',
3: '♖',
4: '♕',
5: '♔'};
WTF is that. This is not notepad coding! There is not directory of the images? Not URL? The images are embed to the js file? How can i modify that images?
Excuse me for being such a noob and thanks a lot
>Solution :
Unicode (the main standard for encoding text for computers) has a wide variety of symbols representing numbers and letters from a wide variety of languages, mathematical symbols, other symbols and icons, and even emoji.
Those examples are chess symbols from character block 0x1FA00.