Displaying flags and smileys
Flags
If the first emoji in the server name is a flag, it will be used as the server icon. Any additional flags or emojis after the first one will be ignored by the icon and only shown in the server name.
You can provide a flag in two formats:
As an emoji symbol (e.g. πΊπΈ β visual representation)
As a UTF-8 URL-encoded string, for example:
%F0%9F%87%AF%F0%9F%87%B5
β π―π΅ (Japan)%F0%9F%87%B7%F0%9F%87%BA
β π¨π³ (China)%F0%9F%87%BA%F0%9F%87%B8
β πΊπΈ (USA)
β οΈ For subscription headers, only emoji symbols (e.g. π₯°) are supported. UTF-8 encoded emojis are not supported.
Emojis
You can also use regular emojis (like smileys) in server names. However, if a smiley appears before the flag, the flag will not be shown as the icon.
β
Correct example:
πΊπΈ π USA Node
β icon: πΊπΈ
β Incorrect example:
π
πΊπΈ USA Node
β no icon
β οΈ For subscription headers, only emoji symbols (e.g. π₯°) are supported. UTF-8 encoded emojis are not supported.
Example
Last updated