UnicodeRanges.LatinExtendedC Property

Definition

Gets the Latin Extended-C Unicode block (U+2C60-U+2C7F).

public:
 static property System::Text::Unicode::UnicodeRange ^ LatinExtendedC { System::Text::Unicode::UnicodeRange ^ get(); };
public static System.Text.Unicode.UnicodeRange LatinExtendedC { get; }
static member LatinExtendedC : System.Text.Unicode.UnicodeRange
Public Shared ReadOnly Property LatinExtendedC As UnicodeRange

Property Value

The Latin Extended-C Unicode block (U+2C60-U+2C7F).

Remarks

For the full set of characters in this block, see The Unicode Standard, Version 12.1 - Latin Extended-C.

Applies to