Characters that serve as a dot in a domain like example.com
if (new URL("https://example" + String.fromCharCode(i) + "com").host == "example.com") log(i)
if (new URL("https://example" + String.fromCharCode(i) + "com").host == "example.com") alert(i)