Values for the middle section of the UTF8 Unicode code tables, from U1F00 to U2DDF
Namespace: Microsoft.Security.Application
Assembly: AntiXssLibrary40 (in AntiXssLibrary40.dll) Version: 4.2.0.0
Syntax
C# |
---|
[FlagsAttribute] public enum MidCodeCharts |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration MidCodeCharts |
Visual C++ |
---|
[FlagsAttribute] public enum class MidCodeCharts |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No code charts from the lower region of the Unicode tables are safe-listed. | |
GreekExtended | 1 | The Greek Extended code table. | |
GeneralPunctuation | 2 | The General Punctuation code table. | |
SuperscriptsAndSubscripts | 4 | The Superscripts and Subscripts code table. | |
CurrencySymbols | 8 | The Currency Symbols code table. | |
CombiningDiacriticalMarksForSymbols | 16 | The Combining Diacritical Marks for Symbols code table. | |
LetterlikeSymbols | 32 | The Letterlike Symbols code table. | |
NumberForms | 64 | The Number Forms code table. | |
Arrows | 128 | The Arrows code table. | |
MathematicalOperators | 256 | The Mathematical Operators code table. | |
MiscellaneousTechnical | 512 | The Miscellaneous Technical code table. | |
ControlPictures | 1024 | The Control Pictures code table. | |
OpticalCharacterRecognition | 2048 | The Optical Character Recognition table. | |
EnclosedAlphanumerics | 4096 | The Enclosed Alphanumeric code table. | |
BoxDrawing | 8192 | The Box Drawing code table. | |
BlockElements | 16384 | The Block Elements code table. | |
GeometricShapes | 32768 | The Geometric Shapes code table. | |
MiscellaneousSymbols | 65536 | The Miscellaneous Symbols code table. | |
Dingbats | 131072 | The Dingbats code table. | |
MiscellaneousMathematicalSymbolsA | 262144 | The Miscellaneous Mathematical Symbols-A code table. | |
SupplementalArrowsA | 524288 | The Supplemental Arrows-A code table. | |
BraillePatterns | 1048576 | The Braille Patterns code table. | |
SupplementalArrowsB | 2097152 | The Supplemental Arrows-B code table. | |
MiscellaneousMathematicalSymbolsB | 4194304 | The Miscellaneous Mathematical Symbols-B code table. | |
SupplementalMathematicalOperators | 8388608 | The Supplemental Mathematical Operators code table. | |
MiscellaneousSymbolsAndArrows | 16777216 | The Miscellaneous Symbols and Arrows code table. | |
Glagolitic | 33554432 | The Glagolitic code table. | |
LatinExtendedC | 67108864 | The Latin Extended-C code table. | |
Coptic | 134217728 | The Coptic code table. | |
GeorgianSupplement | 268435456 | The Georgian Supplement code table. | |
Tifinagh | 536870912 | The Tifinagh code table. | |
EthiopicExtended | 16384 | The Ethiopic Extended code table. |