List of unicode "Latin" characters through RegEx character class
/\p{scx=Latin}+/gu.test(String.fromCodePoint(i)) && log(i)
/\p{scx=Latin}+/gu.test(String.fromCodePoint(i)) && alert(i)