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

# isIdeographic

A Boolean value indicating whether the scalar is considered to be a CJKV (Chinese, Japanese, Korean, and Vietnamese) or other siniform (Chinese writing-related) ideograph.

## Declaration

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

## Discussion

Discussion This property roughly defines the class of “Chinese characters” and does not include characters of other logographic scripts such as Cuneiform or Egyptian Hieroglyphs. This property corresponds to the “Ideographic” property in the Unicode Standard.
