JSFiddle - React, Tailwind, and code Playground

by msm595

JavaScript

var a = "\x01";
console.log(a.charCodeAt(0), String.fromCharCode(1))