UnicodeRanges.LatinExtendedC 属性

定义

获取拉丁语扩充-C Unicode 块 (U+2C60-U+2C7F)。Gets the Latin Extended-C Unicode block (U+2C60-U+2C7F).

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

属性值

UnicodeRange

拉丁文 Extended C Unicode 块 (U + 2C60 + 2C7F) 。The Latin Extended-C Unicode block (U+2C60-U+2C7F).

注解

有关此块中的完整字符集,请参阅 Unicode 标准版本 12.1-拉丁语扩展For the full set of characters in this block, see The Unicode Standard, Version 12.1 - Latin Extended-C.

适用于