Can I put an emoji in a URL?

In: Emojis for Developers

Technically yes — modern browsers support Internationalized Domain Names (IDN) and Unicode paths. So https://example.com/🎉 works. In the actual network request the emoji is encoded (%F0%9F%8E%89). Most people avoid it because sharing emoji URLs outside a browser is fragile.

Read about Can I put an emoji in a URL? in