Regex "word" characters may match Unicode characters that get canonicalized to one of the regular characters too with /ui flags: developer.mozilla.org/en-US/docs/Web/JavaScript/Re…
/\w/ui.test(String.fromCodePoint(i)) && log(i)/\w/ui.test(String.fromCodePoint(i)) && alert(i)