Back to API Reference
Class

SystemEmojiFont

static

Utility for locating file-addressable system emoji fonts across platforms.

Remarks

Provides automatic file-path detection of color emoji fonts on: Windows: Segoe UI Emoji (seguiemj.ttf) macOS: Apple Color Emoji (.ttc) Android: NotoColorEmoji, Samsung/Huawei vendor fonts (via fonts.xml or API) Linux: Noto Color Emoji, Symbola On iOS, system emoji is exposed only as an opaque native face and has no font-file path. 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