Ok, lets do some math. Let's say we want 90 bit of entropy. Start with a 15 character random password using upper/lowercase alphanumeric + symbols, about 80 characters. That gives an entropy of E = 15*log₂(80) = 95 bits. With emojis included (now aobut 8,000 characters), you need 7 characters which gives you 91 bits. A sufficiently wierd unicode symbol might get you the full unicode set of 300,000. Now 5 characters gets you 91 bits of entropy, a very modest reduction in length for a huge set.
So basically it lets you have a shorter password, but not dramatically so. It depends on what's faster for you to type. Entropy grows much faster with length than with character set size.