Sdílet prostřednictvím


UCharacter.UnicodeBlock.PrivateUseAreaId Field

Definition

Same as public static final int PRIVATE_USE.

[Android.Runtime.Register("PRIVATE_USE_AREA_ID", ApiSince=24)]
public const int PrivateUseAreaId = 78;
[<Android.Runtime.Register("PRIVATE_USE_AREA_ID", ApiSince=24)>]
val mutable PrivateUseAreaId : int

Field Value

Value = 78
Attributes

Remarks

Same as public static final int PRIVATE_USE. Until Unicode 3.1.1; the corresponding block name was "Private Use"; and multiple code point ranges had this block. Unicode 3.2 renames the block for the BMP PUA to "Private Use Area" and adds separate blocks for the supplementary PUAs.

Java documentation for android.icu.lang.UCharacter.UnicodeBlock.PRIVATE_USE_AREA_ID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to