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