UCharacter.UnicodeBlock.PrivateUseId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Same as public static final int PRIVATE_USE_AREA.
[Android.Runtime.Register("PRIVATE_USE_ID", ApiSince=24)]
public const int PrivateUseId = 78;
[<Android.Runtime.Register("PRIVATE_USE_ID", ApiSince=24)>]
val mutable PrivateUseId : int
Field Value
Value = 78- Attributes
Remarks
Same as public static final int PRIVATE_USE_AREA. 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_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.