JSFiddle - React, Tailwind, and code Playground

by Rey Den Nalasa

JavaScript

var test = 'Standing on the left side of the escalator';


console.log(test.charCodeAt(0));

alert(String.fromCharCode(test.charCodeAt(0)));