UpperCodeCharts Enum

Definition

Specifies values for the upper region of the UTF-8 Unicode code charts, from UA8E0 to UFFFD.

This enumeration supports a bitwise combination of its member values.

public enum class UpperCodeCharts
[System.Flags]
public enum UpperCodeCharts
[<System.Flags>]
type UpperCodeCharts = 
Public Enum UpperCodeCharts
Inheritance
UpperCodeCharts
Attributes

Fields

AlphabeticPresentationForms 4096

The Alphabetic Presentation Forms code chart.

ArabicPresentationFormsA 8192

The Arabic Presentation Forms-A code chart.

ArabicPresentationFormsB 524288

The Arabic Presentation Forms-B code chart.

Cham 32

The Cham code chart.

CjkCompatibilityForms 131072

The CJK Compatibility Forms code chart.

CjkCompatibilityIdeographs 2048

The CJK Compatibility Ideographs code chart.

CombiningHalfMarks 65536

The Combining Half Marks code chart.

DevanagariExtended 1

The Devanagari Extended code chart.

HalfWidthAndFullWidthForms 1048576

The Halfwidth and Fullwidth Forms code chart.

HangulJamoExtendedA 8

The Hangul Jamo Extended-A code chart.

HangulJamoExtendedB 1024

The Hangul Jamo Extended-B code chart.

HangulSyllables 512

The Hangul Syllables code chart.

Javanese 16

The Javanese code chart.

KayahLi 2

The Kayah Li code chart.

MeeteiMayek 256

The Meetei Mayek code chart.

MyanmarExtendedA 64

The Myanmar Extended-A code chart.

None 0

None of the UTF-8 Unicode code charts from the upper region are marked as safe.

Rejang 4

The Rejang code chart.

SmallFormVariants 262144

The Small Form Variants code chart.

Specials 2097152

The Specials code chart.

TaiViet 128

The Tai Viet code chart.

VariationSelectors 16384

The Variation Selectors code chart.

VerticalForms 32768

The Vertical Forms code chart.

Applies to