docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct EmojiData

    Data for a single emoji entry.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.AppUI.Core
    Assembly: Unity.AppUI.dll
    Syntax
    [Serializable]
    public struct EmojiData

    Properties

    emoji

    The emoji character (e.g. "😀").

    Declaration
    public string emoji { get; }
    Property Value
    Type Description
    string

    emojiVersion

    The emoji specification version in which this emoji was introduced.

    Declaration
    public string emojiVersion { get; }
    Property Value
    Type Description
    string

    group

    The emoji group / category (e.g. "Smileys & Emotion").

    Declaration
    public string group { get; }
    Property Value
    Type Description
    string

    name

    The human-readable name of the emoji (e.g. "grinning face").

    Declaration
    public string name { get; }
    Property Value
    Type Description
    string

    skinToneSupport

    Whether this emoji supports skin-tone modifier variants.

    Declaration
    public bool skinToneSupport { get; }
    Property Value
    Type Description
    bool

    slug

    The URL-friendly slug for the emoji (e.g. "grinning_face").

    Declaration
    public string slug { get; }
    Property Value
    Type Description
    string

    unicodeVersion

    The Unicode standard version in which this character was introduced.

    Declaration
    public string unicodeVersion { get; }
    Property Value
    Type Description
    string
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)