@idefix37 All right, thank you. I have never used that option. I will be using it now and in case will see any further discrepancies i will let you know.
// Thumbs up emoji code
let thumbsUp = String.fromCodePoint(0x1F44D);
console.log(thumbsUp); // Output: 👍
F