Bearbeiten

UnicodeRanges.Hiragana Property

Definition

Gets the Hiragana Unicode block (U+3040-U+309F).

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

Property Value

The Hiragana Unicode block (U+3040-U+309F).

Remarks

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

Applies to