console.log(String.fromCharCode(189, 43, 190, 61)); // Expected output: "½+¾="
JavaScript Demo: String.fromCharCode()
Run ›
Reset