---
title: isEmojiPresentation
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unicode/scalar/properties-swift.struct/isemojipresentation
---

# isEmojiPresentation

A Boolean value indicating whether the scalar is one that should be rendered with an emoji presentation, rather than a text presentation, by default.

## Declaration

```swift
var isEmojiPresentation: Bool { get }
```

## Discussion

Discussion Scalars that have default to emoji presentation can be followed by U+FE0E VARIATION SELECTOR-15 to request the text presentation of the scalar instead. Likewise, scalars that default to text presentation can be followed by U+FE0F VARIATION SELECTOR-16 to request the emoji presentation. This property corresponds to the “Emoji_Presentation” property in the Unicode Standard.
