UnicodeRanges.Devanagari Property

Definition

Gets the Devangari Unicode block (U+0900-U+097F).

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

Property Value

The Devangari Unicode block (U+0900-U+097F).

Remarks

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

Applies to