UnicodeRanges.Runic Property

Definition

Gets the Runic Unicode block (U+16A0-U+16FF).

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

Property Value

The Runic Unicode block (U+16A0-U+16FF).

Remarks

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

Applies to