Character.UnicodeBlock.CyrillicExtendedC Property

Definition

Gets the Unicode block named "Cyrillic Extended C".

[Android.Runtime.Register("CYRILLIC_EXTENDED_C", ApiSince=34)]
public static Java.Lang.Character.UnicodeBlock CyrillicExtendedC { get; }
[<Android.Runtime.Register("CYRILLIC_EXTENDED_C", ApiSince=34)>]
static member CyrillicExtendedC : Java.Lang.Character.UnicodeBlock

Property Value

The Unicode block named "Cyrillic Extended C".

Attributes

Remarks

This property represents the Unicode block named "Cyrillic Extended C".

Applies to