Here's an easy approch:
A = 1 // Latin А = 2 // Cyrillic Α = 3 // Greek if (A == 1 and А == 2 and Α == 3) { console.log("Cool, it worked!") }