Back to API Reference
Class

SystemEmojiFont

static

Utility for locating system emoji fonts across platforms.

Remarks

Provides automatic detection of color emoji fonts on: Windows: Segoe UI Emoji (seguiemj.ttf) macOS: Apple Color Emoji (.ttc) iOS: Apple Color Emoji Android: NotoColorEmoji, Samsung/Huawei vendor fonts (via fonts.xml or API) Linux: Noto Color Emoji, Symbola In the Unity Editor, also searches for emoji fonts in the EmojiCore/Editor folder.
public static string GetDefaultEmojiFont()

Gets the path to the default system emoji font for the current platform.

See Also