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