Struct EmojiData
Data for a single emoji entry.
Inherited Members
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 |