Instance Property インスタンスプロパティ

isUnifiedIdeograph

A Boolean value indicating whether the scalar is one of the unified CJK ideographs in the Unicode Standard. このスカラーがユニコード標準における統一CJK表意文字の1つであるかどうかを指し示すブール値。

Declaration 宣言

var isUnifiedIdeograph: Bool { get }

Discussion 解説

This property is false for CJK punctuation and symbols, as well as for compatibility ideographs (which canonically decompose to unified ideographs). このプロパティは、CJK句読点およびシンボルに対してfalseです、互換表意文字だけでなく(それは統一表意文字に正準に分解されます)。

This property corresponds to the “Unified_Ideograph” property in the Unicode Standard. このプロパティは、ユニコード標準における “Unified_Ideograph” に相当します。