<!--
{
  "availability" : [
    "iOS: 10.2.0 -",
    "iPadOS: 10.2.0 -",
    "macCatalyst: 10.2.0 -",
    "macOS: 10.12.2 -",
    "tvOS: 10.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.1.1 -"
  ],
  "documentType" : "symbol",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Unicode/Scalar/Properties-swift.struct/isEmojiPresentation",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Swift"
    ],
    "preciseIdentifier" : "s:s7UnicodeO6ScalarV10PropertiesV19isEmojiPresentationSbvp"
  },
  "title" : "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.

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

## 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](http://www.unicode.org/versions/latest/).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)