Character.UnicodeBlock.LatinExtendedF Property

Definition

Gets the Unicode block named "Latin Extended F".

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

Property Value

The Unicode block named "Latin Extended F".

Attributes

Remarks

This property represents the Unicode block named "Latin Extended F".

Applies to