UnicodeRanges.LatinExtendedD Property

Definition

Gets the Latin Extended-D Unicode block (U+A720-U+A7FF).

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

Property Value

The Latin Extended-D Unicode block (U+A720-U+A7FF).

Remarks

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

Applies to