Characters that change length on .toUpperCase()
const c = String.fromCodePoint(i);0x0D 0x0D if (c.length !== c.toUpperCase().length) log(i)
const c = String.fromCodePoint(i);0x0D 0x0D if (c.length !== c.toUpperCase().length) alert(i)