







Values for the upper middle section of the UTF8 Unicode code tables, from U2DE0 to UA8DF
Namespace: Microsoft.Security.Application
Assembly: AntiXssLibrary40 (in AntiXssLibrary40.dll) Version: 4.2.0.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum UpperMidCodeCharts |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration UpperMidCodeCharts |
| Visual C++ |
|---|
[FlagsAttribute] public enum class UpperMidCodeCharts |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No code charts from the lower region of the Unicode tables are safe-listed. | |
| CyrillicExtendedA | 1 | The Cyrillic Extended-A code table. | |
| SupplementalPunctuation | 2 | The Supplemental Punctuation code table. | |
| CjkRadicalsSupplement | 4 | The CJK Radicials Supplement code table. | |
| KangxiRadicals | 8 | The Kangxi Radicials code table. | |
| IdeographicDescriptionCharacters | 16 | The Ideographic Description Characters code table. | |
| CjkSymbolsAndPunctuation | 32 | The CJK Symbols and Punctuation code table. | |
| Hiragana | 64 | The Hiragana code table. | |
| Katakana | 128 | The Katakana code table. | |
| Bopomofo | 256 | The Bopomofo code table. | |
| HangulCompatibilityJamo | 512 | The Hangul Compatbility Jamo code table. | |
| Kanbun | 1024 | The Kanbun code table. | |
| BopomofoExtended | 2048 | The Bopomofu Extended code table. | |
| CjkStrokes | 4096 | The CJK Strokes code table. | |
| KatakanaPhoneticExtensions | 8192 | The Katakana Phonetic Extensoins code table. | |
| EnclosedCjkLettersAndMonths | 16384 | The Enclosed CJK Letters and Months code table. | |
| CjkCompatibility | 32768 | The CJK Compatibility code table. | |
| CjkUnifiedIdeographsExtensionA | 65536 | The CJK Unified Ideographs Extension A code table. | |
| YijingHexagramSymbols | 131072 | The Yijing Hexagram Symbols code table. | |
| CjkUnifiedIdeographs | 262144 | The CJK Unified Ideographs code table. | |
| YiSyllables | 524288 | The Yi Syllables code table. | |
| YiRadicals | 1048576 | The Yi Radicals code table. | |
| Lisu | 2097152 | The Lisu code table. | |
| Vai | 4194304 | The Vai code table. | |
| CyrillicExtendedB | 8388608 | The Cyrillic Extended-B code table. | |
| Bamum | 16777216 | The Bamum code table. | |
| ModifierToneLetters | 33554432 | The Modifier Tone Letters code table. | |
| LatinExtendedD | 67108864 | The Latin Extended-D code table. | |
| SylotiNagri | 134217728 | The Syloti Nagri code table. | |
| CommonIndicNumberForms | 268435456 | The Common Indic Number Forms code table. | |
| Phagspa | 536870912 | The Phags-pa code table. | |
| Saurashtra | 1073741824 | The Saurashtra code table. |
