JSFiddle - React, Tailwind, and code Playground
JavaScript
var test = 'Standing on the left side of the escalator';
console.log(test.charCodeAt(0));
alert(String.fromCharCode(test.charCodeAt(0)));
var test = 'Standing on the left side of the escalator';
console.log(test.charCodeAt(0));
alert(String.fromCharCode(test.charCodeAt(0)));