List of all characters that when passed through encodeURIComponent(), will be percent-encoded
const s = String.fromCodePoint(i);0x0D
if (encodeURIComponent(s).includes("%")) log(i);const s = String.fromCodePoint(i);0x0D
if (encodeURIComponent(s).includes("%")) alert(i);