Characters that change length on .toUpperCase()
Unable to render tweet button
const c = String.fromCodePoint(i); if (c.length !== c.toUpperCase().length) log(i)
const c = String.fromCodePoint(i); if (c.length !== c.toUpperCase().length) alert(i)