Edit

Share via


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

None 0

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

DevanagariExtended 1

The Devanagari Extended code chart.

KayahLi 2

The Kayah Li code chart.

Rejang 4

The Rejang code chart.

HangulJamoExtendedA 8

The Hangul Jamo Extended-A code chart.

Javanese 16

The Javanese code chart.

Cham 32

The Cham code chart.

MyanmarExtendedA 64

The Myanmar Extended-A code chart.

TaiViet 128

The Tai Viet code chart.

MeeteiMayek 256

The Meetei Mayek code chart.

HangulSyllables 512

The Hangul Syllables code chart.

HangulJamoExtendedB 1024

The Hangul Jamo Extended-B code chart.

CjkCompatibilityIdeographs 2048

The CJK Compatibility Ideographs code chart.

AlphabeticPresentationForms 4096

The Alphabetic Presentation Forms code chart.

ArabicPresentationFormsA 8192

The Arabic Presentation Forms-A code chart.

VariationSelectors 16384

The Variation Selectors code chart.

VerticalForms 32768

The Vertical Forms code chart.

CombiningHalfMarks 65536

The Combining Half Marks code chart.

CjkCompatibilityForms 131072

The CJK Compatibility Forms code chart.

SmallFormVariants 262144

The Small Form Variants code chart.

ArabicPresentationFormsB 524288

The Arabic Presentation Forms-B code chart.

HalfWidthAndFullWidthForms 1048576

The Halfwidth and Fullwidth Forms code chart.

Specials 2097152

The Specials code chart.

Applies to