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

# isUnifiedIdeograph

A Boolean value indicating whether the scalar is one of the unified CJK ideographs in the Unicode Standard.

## Declaration

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

## Discussion

Discussion This property is false for CJK punctuation and symbols, as well as for compatibility ideographs (which canonically decompose to unified ideographs). This property corresponds to the “Unified_Ideograph” property in the Unicode Standard.
