Bearbeiten

UnicodeRanges.Ogham Property

Definition

Gets the Ogham Unicode block (U+1680-U+169F).

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

Property Value

The Ogham Unicode block (U+1680-U+169F).

Remarks

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

Applies to