unicode

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2021 License: MIT Imports: 0 Imported by: 0

README

unicode

Unicode rune definitions

Documentation

Index

Constants

View Source
const (
	NUL                                                                        rune = 0x0000
	NULL                                                                       rune = 0x0000
	SOH                                                                        rune = 0x0001
	StartOfHeading                                                             rune = 0x0001
	StartOfText                                                                rune = 0x0002
	STX                                                                        rune = 0x0002
	EndOfText                                                                  rune = 0x0003
	ETX                                                                        rune = 0x0003
	EndOfTransmission                                                          rune = 0x0004
	EOT                                                                        rune = 0x0004
	ENQ                                                                        rune = 0x0005
	ENQUIRY                                                                    rune = 0x0005
	ACK                                                                        rune = 0x0006
	ACKNOWLEDGE                                                                rune = 0x0006
	ALERT                                                                      rune = 0x0007
	BEL                                                                        rune = 0x0007
	BACKSPACE                                                                  rune = 0x0008
	BS                                                                         rune = 0x0008
	CharacterTabulation                                                        rune = 0x0009
	HorizontalTabulation                                                       rune = 0x0009
	HT                                                                         rune = 0x0009
	TAB                                                                        rune = 0x0009
	EndOfLine                                                                  rune = 0x000A
	EOL                                                                        rune = 0x000A
	LF                                                                         rune = 0x000A
	LineFeed                                                                   rune = 0x000A
	NewLine                                                                    rune = 0x000A
	NL                                                                         rune = 0x000A
	LineTabulation                                                             rune = 0x000B
	VerticalTabulation                                                         rune = 0x000B
	VT                                                                         rune = 0x000B
	FF                                                                         rune = 0x000C
	FormFeed                                                                   rune = 0x000C
	CarriageReturn                                                             rune = 0x000D
	CR                                                                         rune = 0x000D
	LockingShiftOne                                                            rune = 0x000E
	ShiftOut                                                                   rune = 0x000E
	SO                                                                         rune = 0x000E
	LockingShiftZero                                                           rune = 0x000F
	ShiftIn                                                                    rune = 0x000F
	SI                                                                         rune = 0x000F
	DataLinkEscape                                                             rune = 0x0010
	DLE                                                                        rune = 0x0010
	DC1                                                                        rune = 0x0011
	DeviceControlOne                                                           rune = 0x0011
	DC2                                                                        rune = 0x0012
	DeviceControlTwo                                                           rune = 0x0012
	DC3                                                                        rune = 0x0013
	DeviceControlThree                                                         rune = 0x0013
	DC4                                                                        rune = 0x0014
	DeviceControlFour                                                          rune = 0x0014
	NAK                                                                        rune = 0x0015
	NegativeAcknowledge                                                        rune = 0x0015
	SYN                                                                        rune = 0x0016
	SynchronousIdle                                                            rune = 0x0016
	EndOfTransmissionBlock                                                     rune = 0x0017
	ETB                                                                        rune = 0x0017
	CAN                                                                        rune = 0x0018
	CANCEL                                                                     rune = 0x0018
	EndOfMedium                                                                rune = 0x0019
	EOM                                                                        rune = 0x0019
	SUB                                                                        rune = 0x001A
	SUBSTITUTE                                                                 rune = 0x001A
	ESC                                                                        rune = 0x001B
	ESCAPE                                                                     rune = 0x001B
	FileSeparator                                                              rune = 0x001C
	FS                                                                         rune = 0x001C
	InformationSeparatorFour                                                   rune = 0x001C
	GroupSeparator                                                             rune = 0x001D
	GS                                                                         rune = 0x001D
	InformationSeparatorThree                                                  rune = 0x001D
	InformationSeparatorTwo                                                    rune = 0x001E
	RecordSeparator                                                            rune = 0x001E
	RS                                                                         rune = 0x001E
	InformationSeparatorOne                                                    rune = 0x001F
	UnitSeparator                                                              rune = 0x001F
	US                                                                         rune = 0x001F
	SPACE                                                                      rune = 0x0020
	SP                                                                         rune = 0x0020
	ExclamationMark                                                            rune = 0x0021
	QuotationMark                                                              rune = 0x0022
	NumberSign                                                                 rune = 0x0023
	DollarSign                                                                 rune = 0x0024
	PercentSign                                                                rune = 0x0025
	AMPERSAND                                                                  rune = 0x0026
	APOSTROPHE                                                                 rune = 0x0027
	LeftParenthesis                                                            rune = 0x0028
	RightParenthesis                                                           rune = 0x0029
	ASTERISK                                                                   rune = 0x002A
	PlusSign                                                                   rune = 0x002B
	COMMA                                                                      rune = 0x002C
	HyphenMinus                                                                rune = 0x002D
	FullStop                                                                   rune = 0x002E
	SOLIDUS                                                                    rune = 0x002F
	DigitZero                                                                  rune = 0x0030
	DigitOne                                                                   rune = 0x0031
	DigitTwo                                                                   rune = 0x0032
	DigitThree                                                                 rune = 0x0033
	DigitFour                                                                  rune = 0x0034
	DigitFive                                                                  rune = 0x0035
	DigitSix                                                                   rune = 0x0036
	DigitSeven                                                                 rune = 0x0037
	DigitEight                                                                 rune = 0x0038
	DigitNine                                                                  rune = 0x0039
	COLON                                                                      rune = 0x003A
	SEMICOLON                                                                  rune = 0x003B
	LessThanSign                                                               rune = 0x003C
	EqualsSign                                                                 rune = 0x003D
	GreaterThanSign                                                            rune = 0x003E
	QuestionMark                                                               rune = 0x003F
	CommercialAt                                                               rune = 0x0040
	LatinCapitalLetterA                                                        rune = 0x0041
	LatinCapitalLetterB                                                        rune = 0x0042
	LatinCapitalLetterC                                                        rune = 0x0043
	LatinCapitalLetterD                                                        rune = 0x0044
	LatinCapitalLetterE                                                        rune = 0x0045
	LatinCapitalLetterF                                                        rune = 0x0046
	LatinCapitalLetterG                                                        rune = 0x0047
	LatinCapitalLetterH                                                        rune = 0x0048
	LatinCapitalLetterI                                                        rune = 0x0049
	LatinCapitalLetterJ                                                        rune = 0x004A
	LatinCapitalLetterK                                                        rune = 0x004B
	LatinCapitalLetterL                                                        rune = 0x004C
	LatinCapitalLetterM                                                        rune = 0x004D
	LatinCapitalLetterN                                                        rune = 0x004E
	LatinCapitalLetterO                                                        rune = 0x004F
	LatinCapitalLetterP                                                        rune = 0x0050
	LatinCapitalLetterQ                                                        rune = 0x0051
	LatinCapitalLetterR                                                        rune = 0x0052
	LatinCapitalLetterS                                                        rune = 0x0053
	LatinCapitalLetterT                                                        rune = 0x0054
	LatinCapitalLetterU                                                        rune = 0x0055
	LatinCapitalLetterV                                                        rune = 0x0056
	LatinCapitalLetterW                                                        rune = 0x0057
	LatinCapitalLetterX                                                        rune = 0x0058
	LatinCapitalLetterY                                                        rune = 0x0059
	LatinCapitalLetterZ                                                        rune = 0x005A
	LeftSquareBracket                                                          rune = 0x005B
	ReverseSolidus                                                             rune = 0x005C
	RightSquareBracket                                                         rune = 0x005D
	CircumflexAccent                                                           rune = 0x005E
	LowLine                                                                    rune = 0x005F
	GraveAccent                                                                rune = 0x0060
	LatinSmallLetterA                                                          rune = 0x0061
	LatinSmallLetterB                                                          rune = 0x0062
	LatinSmallLetterC                                                          rune = 0x0063
	LatinSmallLetterD                                                          rune = 0x0064
	LatinSmallLetterE                                                          rune = 0x0065
	LatinSmallLetterF                                                          rune = 0x0066
	LatinSmallLetterG                                                          rune = 0x0067
	LatinSmallLetterH                                                          rune = 0x0068
	LatinSmallLetterI                                                          rune = 0x0069
	LatinSmallLetterJ                                                          rune = 0x006A
	LatinSmallLetterK                                                          rune = 0x006B
	LatinSmallLetterL                                                          rune = 0x006C
	LatinSmallLetterM                                                          rune = 0x006D
	LatinSmallLetterN                                                          rune = 0x006E
	LatinSmallLetterO                                                          rune = 0x006F
	LatinSmallLetterP                                                          rune = 0x0070
	LatinSmallLetterQ                                                          rune = 0x0071
	LatinSmallLetterR                                                          rune = 0x0072
	LatinSmallLetterS                                                          rune = 0x0073
	LatinSmallLetterT                                                          rune = 0x0074
	LatinSmallLetterU                                                          rune = 0x0075
	LatinSmallLetterV                                                          rune = 0x0076
	LatinSmallLetterW                                                          rune = 0x0077
	LatinSmallLetterX                                                          rune = 0x0078
	LatinSmallLetterY                                                          rune = 0x0079
	LatinSmallLetterZ                                                          rune = 0x007A
	LeftCurlyBracket                                                           rune = 0x007B
	VerticalLine                                                               rune = 0x007C
	RightCurlyBracket                                                          rune = 0x007D
	TILDE                                                                      rune = 0x007E
	DEL                                                                        rune = 0x007F
	DELETE                                                                     rune = 0x007F
	PAD                                                                        rune = 0x0080
	PaddingCharacter                                                           rune = 0x0080
	HighOctetPreset                                                            rune = 0x0081
	HOP                                                                        rune = 0x0081
	BPH                                                                        rune = 0x0082
	BreakPermittedHere                                                         rune = 0x0082
	NBH                                                                        rune = 0x0083
	NoBreakHere                                                                rune = 0x0083
	IND                                                                        rune = 0x0084
	INDEX                                                                      rune = 0x0084
	NEL                                                                        rune = 0x0085
	NextLine                                                                   rune = 0x0085
	SSA                                                                        rune = 0x0086
	StartOfSelectedArea                                                        rune = 0x0086
	EndOfSelectedArea                                                          rune = 0x0087
	ESA                                                                        rune = 0x0087
	CharacterTabulationSet                                                     rune = 0x0088
	HorizontalTabulationSet                                                    rune = 0x0088
	HTS                                                                        rune = 0x0088
	CharacterTabulationWithJustification                                       rune = 0x0089
	HorizontalTabulationWithJustification                                      rune = 0x0089
	HTJ                                                                        rune = 0x0089
	LineTabulationSet                                                          rune = 0x008A
	VerticalTabulationSet                                                      rune = 0x008A
	VTS                                                                        rune = 0x008A
	PartialLineDown                                                            rune = 0x008B
	PartialLineForward                                                         rune = 0x008B
	PLD                                                                        rune = 0x008B
	PartialLineBackward                                                        rune = 0x008C
	PartialLineUp                                                              rune = 0x008C
	PLU                                                                        rune = 0x008C
	ReverseIndex                                                               rune = 0x008D
	ReverseLineFeed                                                            rune = 0x008D
	RI                                                                         rune = 0x008D
	SingleShiftTwo                                                             rune = 0x008E
	SingleShift2                                                               rune = 0x008E
	SS2                                                                        rune = 0x008E
	SingleShiftThree                                                           rune = 0x008F
	SingleShift3                                                               rune = 0x008F
	SS3                                                                        rune = 0x008F
	DCS                                                                        rune = 0x0090
	DeviceControlString                                                        rune = 0x0090
	PrivateUseOne                                                              rune = 0x0091
	PrivateUse1                                                                rune = 0x0091
	PU1                                                                        rune = 0x0091
	PrivateUseTwo                                                              rune = 0x0092
	PrivateUse2                                                                rune = 0x0092
	PU2                                                                        rune = 0x0092
	SetTransmitState                                                           rune = 0x0093
	STS                                                                        rune = 0x0093
	CancelCharacter                                                            rune = 0x0094
	CCH                                                                        rune = 0x0094
	MessageWaiting                                                             rune = 0x0095
	MW                                                                         rune = 0x0095
	SPA                                                                        rune = 0x0096
	StartOfGuardedArea                                                         rune = 0x0096
	StartOfProtectedArea                                                       rune = 0x0096
	EndOfGuardedArea                                                           rune = 0x0097
	EndOfProtectedArea                                                         rune = 0x0097
	EPA                                                                        rune = 0x0097
	SOS                                                                        rune = 0x0098
	StartOfString                                                              rune = 0x0098
	SGC                                                                        rune = 0x0099
	SingleGraphicCharacterIntroducer                                           rune = 0x0099
	SCI                                                                        rune = 0x009A
	SingleCharacterIntroducer                                                  rune = 0x009A
	ControlSequenceIntroducer                                                  rune = 0x009B
	CSI                                                                        rune = 0x009B
	ST                                                                         rune = 0x009C
	StringTerminator                                                           rune = 0x009C
	OperatingSystemCommand                                                     rune = 0x009D
	OSC                                                                        rune = 0x009D
	PM                                                                         rune = 0x009E
	PrivacyMessage                                                             rune = 0x009E
	APC                                                                        rune = 0x009F
	ApplicationProgramCommand                                                  rune = 0x009F
	NoBreakSpace                                                               rune = 0x00A0
	NBSP                                                                       rune = 0x00A0
	InvertedExclamationMark                                                    rune = 0x00A1
	CentSign                                                                   rune = 0x00A2
	PoundSign                                                                  rune = 0x00A3
	CurrencySign                                                               rune = 0x00A4
	YenSign                                                                    rune = 0x00A5
	BrokenBar                                                                  rune = 0x00A6
	SectionSign                                                                rune = 0x00A7
	DIAERESIS                                                                  rune = 0x00A8
	CopyrightSign                                                              rune = 0x00A9
	FeminineOrdinalIndicator                                                   rune = 0x00AA
	LeftPointingDoubleAngleQuotationMark                                       rune = 0x00AB
	NotSign                                                                    rune = 0x00AC
	SoftHyphen                                                                 rune = 0x00AD
	SHY                                                                        rune = 0x00AD
	RegisteredSign                                                             rune = 0x00AE
	MACRON                                                                     rune = 0x00AF
	DegreeSign                                                                 rune = 0x00B0
	PlusMinusSign                                                              rune = 0x00B1
	SuperscriptTwo                                                             rune = 0x00B2
	SuperscriptThree                                                           rune = 0x00B3
	AcuteAccent                                                                rune = 0x00B4
	MicroSign                                                                  rune = 0x00B5
	PilcrowSign                                                                rune = 0x00B6
	MiddleDot                                                                  rune = 0x00B7
	CEDILLA                                                                    rune = 0x00B8
	SuperscriptOne                                                             rune = 0x00B9
	MasculineOrdinalIndicator                                                  rune = 0x00BA
	RightPointingDoubleAngleQuotationMark                                      rune = 0x00BB
	VulgarFractionOneQuarter                                                   rune = 0x00BC
	VulgarFractionOneHalf                                                      rune = 0x00BD
	VulgarFractionThreeQuarters                                                rune = 0x00BE
	InvertedQuestionMark                                                       rune = 0x00BF
	LatinCapitalLetterAWithGrave                                               rune = 0x00C0
	LatinCapitalLetterAWithAcute                                               rune = 0x00C1
	LatinCapitalLetterAWithCircumflex                                          rune = 0x00C2
	LatinCapitalLetterAWithTilde                                               rune = 0x00C3
	LatinCapitalLetterAWithDiaeresis                                           rune = 0x00C4
	LatinCapitalLetterAWithRingAbove                                           rune = 0x00C5
	LatinCapitalLetterAe                                                       rune = 0x00C6
	LatinCapitalLetterCWithCedilla                                             rune = 0x00C7
	LatinCapitalLetterEWithGrave                                               rune = 0x00C8
	LatinCapitalLetterEWithAcute                                               rune = 0x00C9
	LatinCapitalLetterEWithCircumflex                                          rune = 0x00CA
	LatinCapitalLetterEWithDiaeresis                                           rune = 0x00CB
	LatinCapitalLetterIWithGrave                                               rune = 0x00CC
	LatinCapitalLetterIWithAcute                                               rune = 0x00CD
	LatinCapitalLetterIWithCircumflex                                          rune = 0x00CE
	LatinCapitalLetterIWithDiaeresis                                           rune = 0x00CF
	LatinCapitalLetterEth                                                      rune = 0x00D0
	LatinCapitalLetterNWithTilde                                               rune = 0x00D1
	LatinCapitalLetterOWithGrave                                               rune = 0x00D2
	LatinCapitalLetterOWithAcute                                               rune = 0x00D3
	LatinCapitalLetterOWithCircumflex                                          rune = 0x00D4
	LatinCapitalLetterOWithTilde                                               rune = 0x00D5
	LatinCapitalLetterOWithDiaeresis                                           rune = 0x00D6
	MultiplicationSign                                                         rune = 0x00D7
	LatinCapitalLetterOWithStroke                                              rune = 0x00D8
	LatinCapitalLetterUWithGrave                                               rune = 0x00D9
	LatinCapitalLetterUWithAcute                                               rune = 0x00DA
	LatinCapitalLetterUWithCircumflex                                          rune = 0x00DB
	LatinCapitalLetterUWithDiaeresis                                           rune = 0x00DC
	LatinCapitalLetterYWithAcute                                               rune = 0x00DD
	LatinCapitalLetterThorn                                                    rune = 0x00DE
	LatinSmallLetterSharpS                                                     rune = 0x00DF
	LatinSmallLetterAWithGrave                                                 rune = 0x00E0
	LatinSmallLetterAWithAcute                                                 rune = 0x00E1
	LatinSmallLetterAWithCircumflex                                            rune = 0x00E2
	LatinSmallLetterAWithTilde                                                 rune = 0x00E3
	LatinSmallLetterAWithDiaeresis                                             rune = 0x00E4
	LatinSmallLetterAWithRingAbove                                             rune = 0x00E5
	LatinSmallLetterAe                                                         rune = 0x00E6
	LatinSmallLetterCWithCedilla                                               rune = 0x00E7
	LatinSmallLetterEWithGrave                                                 rune = 0x00E8
	LatinSmallLetterEWithAcute                                                 rune = 0x00E9
	LatinSmallLetterEWithCircumflex                                            rune = 0x00EA
	LatinSmallLetterEWithDiaeresis                                             rune = 0x00EB
	LatinSmallLetterIWithGrave                                                 rune = 0x00EC
	LatinSmallLetterIWithAcute                                                 rune = 0x00ED
	LatinSmallLetterIWithCircumflex                                            rune = 0x00EE
	LatinSmallLetterIWithDiaeresis                                             rune = 0x00EF
	LatinSmallLetterEth                                                        rune = 0x00F0
	LatinSmallLetterNWithTilde                                                 rune = 0x00F1
	LatinSmallLetterOWithGrave                                                 rune = 0x00F2
	LatinSmallLetterOWithAcute                                                 rune = 0x00F3
	LatinSmallLetterOWithCircumflex                                            rune = 0x00F4
	LatinSmallLetterOWithTilde                                                 rune = 0x00F5
	LatinSmallLetterOWithDiaeresis                                             rune = 0x00F6
	DivisionSign                                                               rune = 0x00F7
	LatinSmallLetterOWithStroke                                                rune = 0x00F8
	LatinSmallLetterUWithGrave                                                 rune = 0x00F9
	LatinSmallLetterUWithAcute                                                 rune = 0x00FA
	LatinSmallLetterUWithCircumflex                                            rune = 0x00FB
	LatinSmallLetterUWithDiaeresis                                             rune = 0x00FC
	LatinSmallLetterYWithAcute                                                 rune = 0x00FD
	LatinSmallLetterThorn                                                      rune = 0x00FE
	LatinSmallLetterYWithDiaeresis                                             rune = 0x00FF
	LatinCapitalLetterAWithMacron                                              rune = 0x0100
	LatinSmallLetterAWithMacron                                                rune = 0x0101
	LatinCapitalLetterAWithBreve                                               rune = 0x0102
	LatinSmallLetterAWithBreve                                                 rune = 0x0103
	LatinCapitalLetterAWithOgonek                                              rune = 0x0104
	LatinSmallLetterAWithOgonek                                                rune = 0x0105
	LatinCapitalLetterCWithAcute                                               rune = 0x0106
	LatinSmallLetterCWithAcute                                                 rune = 0x0107
	LatinCapitalLetterCWithCircumflex                                          rune = 0x0108
	LatinSmallLetterCWithCircumflex                                            rune = 0x0109
	LatinCapitalLetterCWithDotAbove                                            rune = 0x010A
	LatinSmallLetterCWithDotAbove                                              rune = 0x010B
	LatinCapitalLetterCWithCaron                                               rune = 0x010C
	LatinSmallLetterCWithCaron                                                 rune = 0x010D
	LatinCapitalLetterDWithCaron                                               rune = 0x010E
	LatinSmallLetterDWithCaron                                                 rune = 0x010F
	LatinCapitalLetterDWithStroke                                              rune = 0x0110
	LatinSmallLetterDWithStroke                                                rune = 0x0111
	LatinCapitalLetterEWithMacron                                              rune = 0x0112
	LatinSmallLetterEWithMacron                                                rune = 0x0113
	LatinCapitalLetterEWithBreve                                               rune = 0x0114
	LatinSmallLetterEWithBreve                                                 rune = 0x0115
	LatinCapitalLetterEWithDotAbove                                            rune = 0x0116
	LatinSmallLetterEWithDotAbove                                              rune = 0x0117
	LatinCapitalLetterEWithOgonek                                              rune = 0x0118
	LatinSmallLetterEWithOgonek                                                rune = 0x0119
	LatinCapitalLetterEWithCaron                                               rune = 0x011A
	LatinSmallLetterEWithCaron                                                 rune = 0x011B
	LatinCapitalLetterGWithCircumflex                                          rune = 0x011C
	LatinSmallLetterGWithCircumflex                                            rune = 0x011D
	LatinCapitalLetterGWithBreve                                               rune = 0x011E
	LatinSmallLetterGWithBreve                                                 rune = 0x011F
	LatinCapitalLetterGWithDotAbove                                            rune = 0x0120
	LatinSmallLetterGWithDotAbove                                              rune = 0x0121
	LatinCapitalLetterGWithCedilla                                             rune = 0x0122
	LatinSmallLetterGWithCedilla                                               rune = 0x0123
	LatinCapitalLetterHWithCircumflex                                          rune = 0x0124
	LatinSmallLetterHWithCircumflex                                            rune = 0x0125
	LatinCapitalLetterHWithStroke                                              rune = 0x0126
	LatinSmallLetterHWithStroke                                                rune = 0x0127
	LatinCapitalLetterIWithTilde                                               rune = 0x0128
	LatinSmallLetterIWithTilde                                                 rune = 0x0129
	LatinCapitalLetterIWithMacron                                              rune = 0x012A
	LatinSmallLetterIWithMacron                                                rune = 0x012B
	LatinCapitalLetterIWithBreve                                               rune = 0x012C
	LatinSmallLetterIWithBreve                                                 rune = 0x012D
	LatinCapitalLetterIWithOgonek                                              rune = 0x012E
	LatinSmallLetterIWithOgonek                                                rune = 0x012F
	LatinCapitalLetterIWithDotAbove                                            rune = 0x0130
	LatinSmallLetterDotlessI                                                   rune = 0x0131
	LatinCapitalLigatureIj                                                     rune = 0x0132
	LatinSmallLigatureIj                                                       rune = 0x0133
	LatinCapitalLetterJWithCircumflex                                          rune = 0x0134
	LatinSmallLetterJWithCircumflex                                            rune = 0x0135
	LatinCapitalLetterKWithCedilla                                             rune = 0x0136
	LatinSmallLetterKWithCedilla                                               rune = 0x0137
	LatinSmallLetterKra                                                        rune = 0x0138
	LatinCapitalLetterLWithAcute                                               rune = 0x0139
	LatinSmallLetterLWithAcute                                                 rune = 0x013A
	LatinCapitalLetterLWithCedilla                                             rune = 0x013B
	LatinSmallLetterLWithCedilla                                               rune = 0x013C
	LatinCapitalLetterLWithCaron                                               rune = 0x013D
	LatinSmallLetterLWithCaron                                                 rune = 0x013E
	LatinCapitalLetterLWithMiddleDot                                           rune = 0x013F
	LatinSmallLetterLWithMiddleDot                                             rune = 0x0140
	LatinCapitalLetterLWithStroke                                              rune = 0x0141
	LatinSmallLetterLWithStroke                                                rune = 0x0142
	LatinCapitalLetterNWithAcute                                               rune = 0x0143
	LatinSmallLetterNWithAcute                                                 rune = 0x0144
	LatinCapitalLetterNWithCedilla                                             rune = 0x0145
	LatinSmallLetterNWithCedilla                                               rune = 0x0146
	LatinCapitalLetterNWithCaron                                               rune = 0x0147
	LatinSmallLetterNWithCaron                                                 rune = 0x0148
	LatinSmallLetterNPrecededByApostrophe                                      rune = 0x0149
	LatinCapitalLetterEng                                                      rune = 0x014A
	LatinSmallLetterEng                                                        rune = 0x014B
	LatinCapitalLetterOWithMacron                                              rune = 0x014C
	LatinSmallLetterOWithMacron                                                rune = 0x014D
	LatinCapitalLetterOWithBreve                                               rune = 0x014E
	LatinSmallLetterOWithBreve                                                 rune = 0x014F
	LatinCapitalLetterOWithDoubleAcute                                         rune = 0x0150
	LatinSmallLetterOWithDoubleAcute                                           rune = 0x0151
	LatinCapitalLigatureOe                                                     rune = 0x0152
	LatinSmallLigatureOe                                                       rune = 0x0153
	LatinCapitalLetterRWithAcute                                               rune = 0x0154
	LatinSmallLetterRWithAcute                                                 rune = 0x0155
	LatinCapitalLetterRWithCedilla                                             rune = 0x0156
	LatinSmallLetterRWithCedilla                                               rune = 0x0157
	LatinCapitalLetterRWithCaron                                               rune = 0x0158
	LatinSmallLetterRWithCaron                                                 rune = 0x0159
	LatinCapitalLetterSWithAcute                                               rune = 0x015A
	LatinSmallLetterSWithAcute                                                 rune = 0x015B
	LatinCapitalLetterSWithCircumflex                                          rune = 0x015C
	LatinSmallLetterSWithCircumflex                                            rune = 0x015D
	LatinCapitalLetterSWithCedilla                                             rune = 0x015E
	LatinSmallLetterSWithCedilla                                               rune = 0x015F
	LatinCapitalLetterSWithCaron                                               rune = 0x0160
	LatinSmallLetterSWithCaron                                                 rune = 0x0161
	LatinCapitalLetterTWithCedilla                                             rune = 0x0162
	LatinSmallLetterTWithCedilla                                               rune = 0x0163
	LatinCapitalLetterTWithCaron                                               rune = 0x0164
	LatinSmallLetterTWithCaron                                                 rune = 0x0165
	LatinCapitalLetterTWithStroke                                              rune = 0x0166
	LatinSmallLetterTWithStroke                                                rune = 0x0167
	LatinCapitalLetterUWithTilde                                               rune = 0x0168
	LatinSmallLetterUWithTilde                                                 rune = 0x0169
	LatinCapitalLetterUWithMacron                                              rune = 0x016A
	LatinSmallLetterUWithMacron                                                rune = 0x016B
	LatinCapitalLetterUWithBreve                                               rune = 0x016C
	LatinSmallLetterUWithBreve                                                 rune = 0x016D
	LatinCapitalLetterUWithRingAbove                                           rune = 0x016E
	LatinSmallLetterUWithRingAbove                                             rune = 0x016F
	LatinCapitalLetterUWithDoubleAcute                                         rune = 0x0170
	LatinSmallLetterUWithDoubleAcute                                           rune = 0x0171
	LatinCapitalLetterUWithOgonek                                              rune = 0x0172
	LatinSmallLetterUWithOgonek                                                rune = 0x0173
	LatinCapitalLetterWWithCircumflex                                          rune = 0x0174
	LatinSmallLetterWWithCircumflex                                            rune = 0x0175
	LatinCapitalLetterYWithCircumflex                                          rune = 0x0176
	LatinSmallLetterYWithCircumflex                                            rune = 0x0177
	LatinCapitalLetterYWithDiaeresis                                           rune = 0x0178
	LatinCapitalLetterZWithAcute                                               rune = 0x0179
	LatinSmallLetterZWithAcute                                                 rune = 0x017A
	LatinCapitalLetterZWithDotAbove                                            rune = 0x017B
	LatinSmallLetterZWithDotAbove                                              rune = 0x017C
	LatinCapitalLetterZWithCaron                                               rune = 0x017D
	LatinSmallLetterZWithCaron                                                 rune = 0x017E
	LatinSmallLetterLongS                                                      rune = 0x017F
	LatinSmallLetterBWithStroke                                                rune = 0x0180
	LatinCapitalLetterBWithHook                                                rune = 0x0181
	LatinCapitalLetterBWithTopbar                                              rune = 0x0182
	LatinSmallLetterBWithTopbar                                                rune = 0x0183
	LatinCapitalLetterToneSix                                                  rune = 0x0184
	LatinSmallLetterToneSix                                                    rune = 0x0185
	LatinCapitalLetterOpenO                                                    rune = 0x0186
	LatinCapitalLetterCWithHook                                                rune = 0x0187
	LatinSmallLetterCWithHook                                                  rune = 0x0188
	LatinCapitalLetterAfricanD                                                 rune = 0x0189
	LatinCapitalLetterDWithHook                                                rune = 0x018A
	LatinCapitalLetterDWithTopbar                                              rune = 0x018B
	LatinSmallLetterDWithTopbar                                                rune = 0x018C
	LatinSmallLetterTurnedDelta                                                rune = 0x018D
	LatinCapitalLetterReversedE                                                rune = 0x018E
	LatinCapitalLetterSchwa                                                    rune = 0x018F
	LatinCapitalLetterOpenE                                                    rune = 0x0190
	LatinCapitalLetterFWithHook                                                rune = 0x0191
	LatinSmallLetterFWithHook                                                  rune = 0x0192
	LatinCapitalLetterGWithHook                                                rune = 0x0193
	LatinCapitalLetterGamma                                                    rune = 0x0194
	LatinSmallLetterHv                                                         rune = 0x0195
	LatinCapitalLetterIota                                                     rune = 0x0196
	LatinCapitalLetterIWithStroke                                              rune = 0x0197
	LatinCapitalLetterKWithHook                                                rune = 0x0198
	LatinSmallLetterKWithHook                                                  rune = 0x0199
	LatinSmallLetterLWithBar                                                   rune = 0x019A
	LatinSmallLetterLambdaWithStroke                                           rune = 0x019B
	LatinCapitalLetterTurnedM                                                  rune = 0x019C
	LatinCapitalLetterNWithLeftHook                                            rune = 0x019D
	LatinSmallLetterNWithLongRightLeg                                          rune = 0x019E
	LatinCapitalLetterOWithMiddleTilde                                         rune = 0x019F
	LatinCapitalLetterOWithHorn                                                rune = 0x01A0
	LatinSmallLetterOWithHorn                                                  rune = 0x01A1
	LatinCapitalLetterOi                                                       rune = 0x01A2
	LatinCapitalLetterGha                                                      rune = 0x01A2
	LatinSmallLetterOi                                                         rune = 0x01A3
	LatinSmallLetterGha                                                        rune = 0x01A3
	LatinCapitalLetterPWithHook                                                rune = 0x01A4
	LatinSmallLetterPWithHook                                                  rune = 0x01A5
	LatinLetterYr                                                              rune = 0x01A6
	LatinCapitalLetterToneTwo                                                  rune = 0x01A7
	LatinSmallLetterToneTwo                                                    rune = 0x01A8
	LatinCapitalLetterEsh                                                      rune = 0x01A9
	LatinLetterReversedEshLoop                                                 rune = 0x01AA
	LatinSmallLetterTWithPalatalHook                                           rune = 0x01AB
	LatinCapitalLetterTWithHook                                                rune = 0x01AC
	LatinSmallLetterTWithHook                                                  rune = 0x01AD
	LatinCapitalLetterTWithRetroflexHook                                       rune = 0x01AE
	LatinCapitalLetterUWithHorn                                                rune = 0x01AF
	LatinSmallLetterUWithHorn                                                  rune = 0x01B0
	LatinCapitalLetterUpsilon                                                  rune = 0x01B1
	LatinCapitalLetterVWithHook                                                rune = 0x01B2
	LatinCapitalLetterYWithHook                                                rune = 0x01B3
	LatinSmallLetterYWithHook                                                  rune = 0x01B4
	LatinCapitalLetterZWithStroke                                              rune = 0x01B5
	LatinSmallLetterZWithStroke                                                rune = 0x01B6
	LatinCapitalLetterEzh                                                      rune = 0x01B7
	LatinCapitalLetterEzhReversed                                              rune = 0x01B8
	LatinSmallLetterEzhReversed                                                rune = 0x01B9
	LatinSmallLetterEzhWithTail                                                rune = 0x01BA
	LatinLetterTwoWithStroke                                                   rune = 0x01BB
	LatinCapitalLetterToneFive                                                 rune = 0x01BC
	LatinSmallLetterToneFive                                                   rune = 0x01BD
	LatinLetterInvertedGlottalStopWithStroke                                   rune = 0x01BE
	LatinLetterWynn                                                            rune = 0x01BF
	LatinLetterDentalClick                                                     rune = 0x01C0
	LatinLetterLateralClick                                                    rune = 0x01C1
	LatinLetterAlveolarClick                                                   rune = 0x01C2
	LatinLetterRetroflexClick                                                  rune = 0x01C3
	LatinCapitalLetterDzWithCaron                                              rune = 0x01C4
	LatinCapitalLetterDWithSmallLetterZWithCaron                               rune = 0x01C5
	LatinSmallLetterDzWithCaron                                                rune = 0x01C6
	LatinCapitalLetterLj                                                       rune = 0x01C7
	LatinCapitalLetterLWithSmallLetterJ                                        rune = 0x01C8
	LatinSmallLetterLj                                                         rune = 0x01C9
	LatinCapitalLetterNj                                                       rune = 0x01CA
	LatinCapitalLetterNWithSmallLetterJ                                        rune = 0x01CB
	LatinSmallLetterNj                                                         rune = 0x01CC
	LatinCapitalLetterAWithCaron                                               rune = 0x01CD
	LatinSmallLetterAWithCaron                                                 rune = 0x01CE
	LatinCapitalLetterIWithCaron                                               rune = 0x01CF
	LatinSmallLetterIWithCaron                                                 rune = 0x01D0
	LatinCapitalLetterOWithCaron                                               rune = 0x01D1
	LatinSmallLetterOWithCaron                                                 rune = 0x01D2
	LatinCapitalLetterUWithCaron                                               rune = 0x01D3
	LatinSmallLetterUWithCaron                                                 rune = 0x01D4
	LatinCapitalLetterUWithDiaeresisAndMacron                                  rune = 0x01D5
	LatinSmallLetterUWithDiaeresisAndMacron                                    rune = 0x01D6
	LatinCapitalLetterUWithDiaeresisAndAcute                                   rune = 0x01D7
	LatinSmallLetterUWithDiaeresisAndAcute                                     rune = 0x01D8
	LatinCapitalLetterUWithDiaeresisAndCaron                                   rune = 0x01D9
	LatinSmallLetterUWithDiaeresisAndCaron                                     rune = 0x01DA
	LatinCapitalLetterUWithDiaeresisAndGrave                                   rune = 0x01DB
	LatinSmallLetterUWithDiaeresisAndGrave                                     rune = 0x01DC
	LatinSmallLetterTurnedE                                                    rune = 0x01DD
	LatinCapitalLetterAWithDiaeresisAndMacron                                  rune = 0x01DE
	LatinSmallLetterAWithDiaeresisAndMacron                                    rune = 0x01DF
	LatinCapitalLetterAWithDotAboveAndMacron                                   rune = 0x01E0
	LatinSmallLetterAWithDotAboveAndMacron                                     rune = 0x01E1
	LatinCapitalLetterAeWithMacron                                             rune = 0x01E2
	LatinSmallLetterAeWithMacron                                               rune = 0x01E3
	LatinCapitalLetterGWithStroke                                              rune = 0x01E4
	LatinSmallLetterGWithStroke                                                rune = 0x01E5
	LatinCapitalLetterGWithCaron                                               rune = 0x01E6
	LatinSmallLetterGWithCaron                                                 rune = 0x01E7
	LatinCapitalLetterKWithCaron                                               rune = 0x01E8
	LatinSmallLetterKWithCaron                                                 rune = 0x01E9
	LatinCapitalLetterOWithOgonek                                              rune = 0x01EA
	LatinSmallLetterOWithOgonek                                                rune = 0x01EB
	LatinCapitalLetterOWithOgonekAndMacron                                     rune = 0x01EC
	LatinSmallLetterOWithOgonekAndMacron                                       rune = 0x01ED
	LatinCapitalLetterEzhWithCaron                                             rune = 0x01EE
	LatinSmallLetterEzhWithCaron                                               rune = 0x01EF
	LatinSmallLetterJWithCaron                                                 rune = 0x01F0
	LatinCapitalLetterDz                                                       rune = 0x01F1
	LatinCapitalLetterDWithSmallLetterZ                                        rune = 0x01F2
	LatinSmallLetterDz                                                         rune = 0x01F3
	LatinCapitalLetterGWithAcute                                               rune = 0x01F4
	LatinSmallLetterGWithAcute                                                 rune = 0x01F5
	LatinCapitalLetterHwair                                                    rune = 0x01F6
	LatinCapitalLetterWynn                                                     rune = 0x01F7
	LatinCapitalLetterNWithGrave                                               rune = 0x01F8
	LatinSmallLetterNWithGrave                                                 rune = 0x01F9
	LatinCapitalLetterAWithRingAboveAndAcute                                   rune = 0x01FA
	LatinSmallLetterAWithRingAboveAndAcute                                     rune = 0x01FB
	LatinCapitalLetterAeWithAcute                                              rune = 0x01FC
	LatinSmallLetterAeWithAcute                                                rune = 0x01FD
	LatinCapitalLetterOWithStrokeAndAcute                                      rune = 0x01FE
	LatinSmallLetterOWithStrokeAndAcute                                        rune = 0x01FF
	LatinCapitalLetterAWithDoubleGrave                                         rune = 0x0200
	LatinSmallLetterAWithDoubleGrave                                           rune = 0x0201
	LatinCapitalLetterAWithInvertedBreve                                       rune = 0x0202
	LatinSmallLetterAWithInvertedBreve                                         rune = 0x0203
	LatinCapitalLetterEWithDoubleGrave                                         rune = 0x0204
	LatinSmallLetterEWithDoubleGrave                                           rune = 0x0205
	LatinCapitalLetterEWithInvertedBreve                                       rune = 0x0206
	LatinSmallLetterEWithInvertedBreve                                         rune = 0x0207
	LatinCapitalLetterIWithDoubleGrave                                         rune = 0x0208
	LatinSmallLetterIWithDoubleGrave                                           rune = 0x0209
	LatinCapitalLetterIWithInvertedBreve                                       rune = 0x020A
	LatinSmallLetterIWithInvertedBreve                                         rune = 0x020B
	LatinCapitalLetterOWithDoubleGrave                                         rune = 0x020C
	LatinSmallLetterOWithDoubleGrave                                           rune = 0x020D
	LatinCapitalLetterOWithInvertedBreve                                       rune = 0x020E
	LatinSmallLetterOWithInvertedBreve                                         rune = 0x020F
	LatinCapitalLetterRWithDoubleGrave                                         rune = 0x0210
	LatinSmallLetterRWithDoubleGrave                                           rune = 0x0211
	LatinCapitalLetterRWithInvertedBreve                                       rune = 0x0212
	LatinSmallLetterRWithInvertedBreve                                         rune = 0x0213
	LatinCapitalLetterUWithDoubleGrave                                         rune = 0x0214
	LatinSmallLetterUWithDoubleGrave                                           rune = 0x0215
	LatinCapitalLetterUWithInvertedBreve                                       rune = 0x0216
	LatinSmallLetterUWithInvertedBreve                                         rune = 0x0217
	LatinCapitalLetterSWithCommaBelow                                          rune = 0x0218
	LatinSmallLetterSWithCommaBelow                                            rune = 0x0219
	LatinCapitalLetterTWithCommaBelow                                          rune = 0x021A
	LatinSmallLetterTWithCommaBelow                                            rune = 0x021B
	LatinCapitalLetterYogh                                                     rune = 0x021C
	LatinSmallLetterYogh                                                       rune = 0x021D
	LatinCapitalLetterHWithCaron                                               rune = 0x021E
	LatinSmallLetterHWithCaron                                                 rune = 0x021F
	LatinCapitalLetterNWithLongRightLeg                                        rune = 0x0220
	LatinSmallLetterDWithCurl                                                  rune = 0x0221
	LatinCapitalLetterOu                                                       rune = 0x0222
	LatinSmallLetterOu                                                         rune = 0x0223
	LatinCapitalLetterZWithHook                                                rune = 0x0224
	LatinSmallLetterZWithHook                                                  rune = 0x0225
	LatinCapitalLetterAWithDotAbove                                            rune = 0x0226
	LatinSmallLetterAWithDotAbove                                              rune = 0x0227
	LatinCapitalLetterEWithCedilla                                             rune = 0x0228
	LatinSmallLetterEWithCedilla                                               rune = 0x0229
	LatinCapitalLetterOWithDiaeresisAndMacron                                  rune = 0x022A
	LatinSmallLetterOWithDiaeresisAndMacron                                    rune = 0x022B
	LatinCapitalLetterOWithTildeAndMacron                                      rune = 0x022C
	LatinSmallLetterOWithTildeAndMacron                                        rune = 0x022D
	LatinCapitalLetterOWithDotAbove                                            rune = 0x022E
	LatinSmallLetterOWithDotAbove                                              rune = 0x022F
	LatinCapitalLetterOWithDotAboveAndMacron                                   rune = 0x0230
	LatinSmallLetterOWithDotAboveAndMacron                                     rune = 0x0231
	LatinCapitalLetterYWithMacron                                              rune = 0x0232
	LatinSmallLetterYWithMacron                                                rune = 0x0233
	LatinSmallLetterLWithCurl                                                  rune = 0x0234
	LatinSmallLetterNWithCurl                                                  rune = 0x0235
	LatinSmallLetterTWithCurl                                                  rune = 0x0236
	LatinSmallLetterDotlessJ                                                   rune = 0x0237
	LatinSmallLetterDbDigraph                                                  rune = 0x0238
	LatinSmallLetterQpDigraph                                                  rune = 0x0239
	LatinCapitalLetterAWithStroke                                              rune = 0x023A
	LatinCapitalLetterCWithStroke                                              rune = 0x023B
	LatinSmallLetterCWithStroke                                                rune = 0x023C
	LatinCapitalLetterLWithBar                                                 rune = 0x023D
	LatinCapitalLetterTWithDiagonalStroke                                      rune = 0x023E
	LatinSmallLetterSWithSwashTail                                             rune = 0x023F
	LatinSmallLetterZWithSwashTail                                             rune = 0x0240
	LatinCapitalLetterGlottalStop                                              rune = 0x0241
	LatinSmallLetterGlottalStop                                                rune = 0x0242
	LatinCapitalLetterBWithStroke                                              rune = 0x0243
	LatinCapitalLetterUBar                                                     rune = 0x0244
	LatinCapitalLetterTurnedV                                                  rune = 0x0245
	LatinCapitalLetterEWithStroke                                              rune = 0x0246
	LatinSmallLetterEWithStroke                                                rune = 0x0247
	LatinCapitalLetterJWithStroke                                              rune = 0x0248
	LatinSmallLetterJWithStroke                                                rune = 0x0249
	LatinCapitalLetterSmallQWithHookTail                                       rune = 0x024A
	LatinSmallLetterQWithHookTail                                              rune = 0x024B
	LatinCapitalLetterRWithStroke                                              rune = 0x024C
	LatinSmallLetterRWithStroke                                                rune = 0x024D
	LatinCapitalLetterYWithStroke                                              rune = 0x024E
	LatinSmallLetterYWithStroke                                                rune = 0x024F
	LatinSmallLetterTurnedA                                                    rune = 0x0250
	LatinSmallLetterAlpha                                                      rune = 0x0251
	LatinSmallLetterTurnedAlpha                                                rune = 0x0252
	LatinSmallLetterBWithHook                                                  rune = 0x0253
	LatinSmallLetterOpenO                                                      rune = 0x0254
	LatinSmallLetterCWithCurl                                                  rune = 0x0255
	LatinSmallLetterDWithTail                                                  rune = 0x0256
	LatinSmallLetterDWithHook                                                  rune = 0x0257
	LatinSmallLetterReversedE                                                  rune = 0x0258
	LatinSmallLetterSchwa                                                      rune = 0x0259
	LatinSmallLetterSchwaWithHook                                              rune = 0x025A
	LatinSmallLetterOpenE                                                      rune = 0x025B
	LatinSmallLetterReversedOpenE                                              rune = 0x025C
	LatinSmallLetterReversedOpenEWithHook                                      rune = 0x025D
	LatinSmallLetterClosedReversedOpenE                                        rune = 0x025E
	LatinSmallLetterDotlessJWithStroke                                         rune = 0x025F
	LatinSmallLetterGWithHook                                                  rune = 0x0260
	LatinSmallLetterScriptG                                                    rune = 0x0261
	LatinLetterSmallCapitalG                                                   rune = 0x0262
	LatinSmallLetterGamma                                                      rune = 0x0263
	LatinSmallLetterRamsHorn                                                   rune = 0x0264
	LatinSmallLetterTurnedH                                                    rune = 0x0265
	LatinSmallLetterHWithHook                                                  rune = 0x0266
	LatinSmallLetterHengWithHook                                               rune = 0x0267
	LatinSmallLetterIWithStroke                                                rune = 0x0268
	LatinSmallLetterIota                                                       rune = 0x0269
	LatinLetterSmallCapitalI                                                   rune = 0x026A
	LatinSmallLetterLWithMiddleTilde                                           rune = 0x026B
	LatinSmallLetterLWithBelt                                                  rune = 0x026C
	LatinSmallLetterLWithRetroflexHook                                         rune = 0x026D
	LatinSmallLetterLezh                                                       rune = 0x026E
	LatinSmallLetterTurnedM                                                    rune = 0x026F
	LatinSmallLetterTurnedMWithLongLeg                                         rune = 0x0270
	LatinSmallLetterMWithHook                                                  rune = 0x0271
	LatinSmallLetterNWithLeftHook                                              rune = 0x0272
	LatinSmallLetterNWithRetroflexHook                                         rune = 0x0273
	LatinLetterSmallCapitalN                                                   rune = 0x0274
	LatinSmallLetterBarredO                                                    rune = 0x0275
	LatinLetterSmallCapitalOe                                                  rune = 0x0276
	LatinSmallLetterClosedOmega                                                rune = 0x0277
	LatinSmallLetterPhi                                                        rune = 0x0278
	LatinSmallLetterTurnedR                                                    rune = 0x0279
	LatinSmallLetterTurnedRWithLongLeg                                         rune = 0x027A
	LatinSmallLetterTurnedRWithHook                                            rune = 0x027B
	LatinSmallLetterRWithLongLeg                                               rune = 0x027C
	LatinSmallLetterRWithTail                                                  rune = 0x027D
	LatinSmallLetterRWithFishhook                                              rune = 0x027E
	LatinSmallLetterReversedRWithFishhook                                      rune = 0x027F
	LatinLetterSmallCapitalR                                                   rune = 0x0280
	LatinLetterSmallCapitalInvertedR                                           rune = 0x0281
	LatinSmallLetterSWithHook                                                  rune = 0x0282
	LatinSmallLetterEsh                                                        rune = 0x0283
	LatinSmallLetterDotlessJWithStrokeAndHook                                  rune = 0x0284
	LatinSmallLetterSquatReversedEsh                                           rune = 0x0285
	LatinSmallLetterEshWithCurl                                                rune = 0x0286
	LatinSmallLetterTurnedT                                                    rune = 0x0287
	LatinSmallLetterTWithRetroflexHook                                         rune = 0x0288
	LatinSmallLetterUBar                                                       rune = 0x0289
	LatinSmallLetterUpsilon                                                    rune = 0x028A
	LatinSmallLetterVWithHook                                                  rune = 0x028B
	LatinSmallLetterTurnedV                                                    rune = 0x028C
	LatinSmallLetterTurnedW                                                    rune = 0x028D
	LatinSmallLetterTurnedY                                                    rune = 0x028E
	LatinLetterSmallCapitalY                                                   rune = 0x028F
	LatinSmallLetterZWithRetroflexHook                                         rune = 0x0290
	LatinSmallLetterZWithCurl                                                  rune = 0x0291
	LatinSmallLetterEzh                                                        rune = 0x0292
	LatinSmallLetterEzhWithCurl                                                rune = 0x0293
	LatinLetterGlottalStop                                                     rune = 0x0294
	LatinLetterPharyngealVoicedFricative                                       rune = 0x0295
	LatinLetterInvertedGlottalStop                                             rune = 0x0296
	LatinLetterStretchedC                                                      rune = 0x0297
	LatinLetterBilabialClick                                                   rune = 0x0298
	LatinLetterSmallCapitalB                                                   rune = 0x0299
	LatinSmallLetterClosedOpenE                                                rune = 0x029A
	LatinLetterSmallCapitalGWithHook                                           rune = 0x029B
	LatinLetterSmallCapitalH                                                   rune = 0x029C
	LatinSmallLetterJWithCrossedTail                                           rune = 0x029D
	LatinSmallLetterTurnedK                                                    rune = 0x029E
	LatinLetterSmallCapitalL                                                   rune = 0x029F
	LatinSmallLetterQWithHook                                                  rune = 0x02A0
	LatinLetterGlottalStopWithStroke                                           rune = 0x02A1
	LatinLetterReversedGlottalStopWithStroke                                   rune = 0x02A2
	LatinSmallLetterDzDigraph                                                  rune = 0x02A3
	LatinSmallLetterDezhDigraph                                                rune = 0x02A4
	LatinSmallLetterDzDigraphWithCurl                                          rune = 0x02A5
	LatinSmallLetterTsDigraph                                                  rune = 0x02A6
	LatinSmallLetterTeshDigraph                                                rune = 0x02A7
	LatinSmallLetterTcDigraphWithCurl                                          rune = 0x02A8
	LatinSmallLetterFengDigraph                                                rune = 0x02A9
	LatinSmallLetterLsDigraph                                                  rune = 0x02AA
	LatinSmallLetterLzDigraph                                                  rune = 0x02AB
	LatinLetterBilabialPercussive                                              rune = 0x02AC
	LatinLetterBidentalPercussive                                              rune = 0x02AD
	LatinSmallLetterTurnedHWithFishhook                                        rune = 0x02AE
	LatinSmallLetterTurnedHWithFishhookAndTail                                 rune = 0x02AF
	ModifierLetterSmallH                                                       rune = 0x02B0
	ModifierLetterSmallHWithHook                                               rune = 0x02B1
	ModifierLetterSmallJ                                                       rune = 0x02B2
	ModifierLetterSmallR                                                       rune = 0x02B3
	ModifierLetterSmallTurnedR                                                 rune = 0x02B4
	ModifierLetterSmallTurnedRWithHook                                         rune = 0x02B5
	ModifierLetterSmallCapitalInvertedR                                        rune = 0x02B6
	ModifierLetterSmallW                                                       rune = 0x02B7
	ModifierLetterSmallY                                                       rune = 0x02B8
	ModifierLetterPrime                                                        rune = 0x02B9
	ModifierLetterDoublePrime                                                  rune = 0x02BA
	ModifierLetterTurnedComma                                                  rune = 0x02BB
	ModifierLetterApostrophe                                                   rune = 0x02BC
	ModifierLetterReversedComma                                                rune = 0x02BD
	ModifierLetterRightHalfRing                                                rune = 0x02BE
	ModifierLetterLeftHalfRing                                                 rune = 0x02BF
	ModifierLetterGlottalStop                                                  rune = 0x02C0
	ModifierLetterReversedGlottalStop                                          rune = 0x02C1
	ModifierLetterLeftArrowhead                                                rune = 0x02C2
	ModifierLetterRightArrowhead                                               rune = 0x02C3
	ModifierLetterUpArrowhead                                                  rune = 0x02C4
	ModifierLetterDownArrowhead                                                rune = 0x02C5
	ModifierLetterCircumflexAccent                                             rune = 0x02C6
	CARON                                                                      rune = 0x02C7
	ModifierLetterVerticalLine                                                 rune = 0x02C8
	ModifierLetterMacron                                                       rune = 0x02C9
	ModifierLetterAcuteAccent                                                  rune = 0x02CA
	ModifierLetterGraveAccent                                                  rune = 0x02CB
	ModifierLetterLowVerticalLine                                              rune = 0x02CC
	ModifierLetterLowMacron                                                    rune = 0x02CD
	ModifierLetterLowGraveAccent                                               rune = 0x02CE
	ModifierLetterLowAcuteAccent                                               rune = 0x02CF
	ModifierLetterTriangularColon                                              rune = 0x02D0
	ModifierLetterHalfTriangularColon                                          rune = 0x02D1
	ModifierLetterCentredRightHalfRing                                         rune = 0x02D2
	ModifierLetterCentredLeftHalfRing                                          rune = 0x02D3
	ModifierLetterUpTack                                                       rune = 0x02D4
	ModifierLetterDownTack                                                     rune = 0x02D5
	ModifierLetterPlusSign                                                     rune = 0x02D6
	ModifierLetterMinusSign                                                    rune = 0x02D7
	BREVE                                                                      rune = 0x02D8
	DotAbove                                                                   rune = 0x02D9
	RingAbove                                                                  rune = 0x02DA
	OGONEK                                                                     rune = 0x02DB
	SmallTilde                                                                 rune = 0x02DC
	DoubleAcuteAccent                                                          rune = 0x02DD
	ModifierLetterRhoticHook                                                   rune = 0x02DE
	ModifierLetterCrossAccent                                                  rune = 0x02DF
	ModifierLetterSmallGamma                                                   rune = 0x02E0
	ModifierLetterSmallL                                                       rune = 0x02E1
	ModifierLetterSmallS                                                       rune = 0x02E2
	ModifierLetterSmallX                                                       rune = 0x02E3
	ModifierLetterSmallReversedGlottalStop                                     rune = 0x02E4
	ModifierLetterExtraHighToneBar                                             rune = 0x02E5
	ModifierLetterHighToneBar                                                  rune = 0x02E6
	ModifierLetterMidToneBar                                                   rune = 0x02E7
	ModifierLetterLowToneBar                                                   rune = 0x02E8
	ModifierLetterExtraLowToneBar                                              rune = 0x02E9
	ModifierLetterYinDepartingToneMark                                         rune = 0x02EA
	ModifierLetterYangDepartingToneMark                                        rune = 0x02EB
	ModifierLetterVoicing                                                      rune = 0x02EC
	ModifierLetterUnaspirated                                                  rune = 0x02ED
	ModifierLetterDoubleApostrophe                                             rune = 0x02EE
	ModifierLetterLowDownArrowhead                                             rune = 0x02EF
	ModifierLetterLowUpArrowhead                                               rune = 0x02F0
	ModifierLetterLowLeftArrowhead                                             rune = 0x02F1
	ModifierLetterLowRightArrowhead                                            rune = 0x02F2
	ModifierLetterLowRing                                                      rune = 0x02F3
	ModifierLetterMiddleGraveAccent                                            rune = 0x02F4
	ModifierLetterMiddleDoubleGraveAccent                                      rune = 0x02F5
	ModifierLetterMiddleDoubleAcuteAccent                                      rune = 0x02F6
	ModifierLetterLowTilde                                                     rune = 0x02F7
	ModifierLetterRaisedColon                                                  rune = 0x02F8
	ModifierLetterBeginHighTone                                                rune = 0x02F9
	ModifierLetterEndHighTone                                                  rune = 0x02FA
	ModifierLetterBeginLowTone                                                 rune = 0x02FB
	ModifierLetterEndLowTone                                                   rune = 0x02FC
	ModifierLetterShelf                                                        rune = 0x02FD
	ModifierLetterOpenShelf                                                    rune = 0x02FE
	ModifierLetterLowLeftArrow                                                 rune = 0x02FF
	CombiningGraveAccent                                                       rune = 0x0300
	CombiningAcuteAccent                                                       rune = 0x0301
	CombiningCircumflexAccent                                                  rune = 0x0302
	CombiningTilde                                                             rune = 0x0303
	CombiningMacron                                                            rune = 0x0304
	CombiningOverline                                                          rune = 0x0305
	CombiningBreve                                                             rune = 0x0306
	CombiningDotAbove                                                          rune = 0x0307
	CombiningDiaeresis                                                         rune = 0x0308
	CombiningHookAbove                                                         rune = 0x0309
	CombiningRingAbove                                                         rune = 0x030A
	CombiningDoubleAcuteAccent                                                 rune = 0x030B
	CombiningCaron                                                             rune = 0x030C
	CombiningVerticalLineAbove                                                 rune = 0x030D
	CombiningDoubleVerticalLineAbove                                           rune = 0x030E
	CombiningDoubleGraveAccent                                                 rune = 0x030F
	CombiningCandrabindu                                                       rune = 0x0310
	CombiningInvertedBreve                                                     rune = 0x0311
	CombiningTurnedCommaAbove                                                  rune = 0x0312
	CombiningCommaAbove                                                        rune = 0x0313
	CombiningReversedCommaAbove                                                rune = 0x0314
	CombiningCommaAboveRight                                                   rune = 0x0315
	CombiningGraveAccentBelow                                                  rune = 0x0316
	CombiningAcuteAccentBelow                                                  rune = 0x0317
	CombiningLeftTackBelow                                                     rune = 0x0318
	CombiningRightTackBelow                                                    rune = 0x0319
	CombiningLeftAngleAbove                                                    rune = 0x031A
	CombiningHorn                                                              rune = 0x031B
	CombiningLeftHalfRingBelow                                                 rune = 0x031C
	CombiningUpTackBelow                                                       rune = 0x031D
	CombiningDownTackBelow                                                     rune = 0x031E
	CombiningPlusSignBelow                                                     rune = 0x031F
	CombiningMinusSignBelow                                                    rune = 0x0320
	CombiningPalatalizedHookBelow                                              rune = 0x0321
	CombiningRetroflexHookBelow                                                rune = 0x0322
	CombiningDotBelow                                                          rune = 0x0323
	CombiningDiaeresisBelow                                                    rune = 0x0324
	CombiningRingBelow                                                         rune = 0x0325
	CombiningCommaBelow                                                        rune = 0x0326
	CombiningCedilla                                                           rune = 0x0327
	CombiningOgonek                                                            rune = 0x0328
	CombiningVerticalLineBelow                                                 rune = 0x0329
	CombiningBridgeBelow                                                       rune = 0x032A
	CombiningInvertedDoubleArchBelow                                           rune = 0x032B
	CombiningCaronBelow                                                        rune = 0x032C
	CombiningCircumflexAccentBelow                                             rune = 0x032D
	CombiningBreveBelow                                                        rune = 0x032E
	CombiningInvertedBreveBelow                                                rune = 0x032F
	CombiningTildeBelow                                                        rune = 0x0330
	CombiningMacronBelow                                                       rune = 0x0331
	CombiningLowLine                                                           rune = 0x0332
	CombiningDoubleLowLine                                                     rune = 0x0333
	CombiningTildeOverlay                                                      rune = 0x0334
	CombiningShortStrokeOverlay                                                rune = 0x0335
	CombiningLongStrokeOverlay                                                 rune = 0x0336
	CombiningShortSolidusOverlay                                               rune = 0x0337
	CombiningLongSolidusOverlay                                                rune = 0x0338
	CombiningRightHalfRingBelow                                                rune = 0x0339
	CombiningInvertedBridgeBelow                                               rune = 0x033A
	CombiningSquareBelow                                                       rune = 0x033B
	CombiningSeagullBelow                                                      rune = 0x033C
	CombiningXAbove                                                            rune = 0x033D
	CombiningVerticalTilde                                                     rune = 0x033E
	CombiningDoubleOverline                                                    rune = 0x033F
	CombiningGraveToneMark                                                     rune = 0x0340
	CombiningAcuteToneMark                                                     rune = 0x0341
	CombiningGreekPerispomeni                                                  rune = 0x0342
	CombiningGreekKoronis                                                      rune = 0x0343
	CombiningGreekDialytikaTonos                                               rune = 0x0344
	CombiningGreekYpogegrammeni                                                rune = 0x0345
	CombiningBridgeAbove                                                       rune = 0x0346
	CombiningEqualsSignBelow                                                   rune = 0x0347
	CombiningDoubleVerticalLineBelow                                           rune = 0x0348
	CombiningLeftAngleBelow                                                    rune = 0x0349
	CombiningNotTildeAbove                                                     rune = 0x034A
	CombiningHomotheticAbove                                                   rune = 0x034B
	CombiningAlmostEqualToAbove                                                rune = 0x034C
	CombiningLeftRightArrowBelow                                               rune = 0x034D
	CombiningUpwardsArrowBelow                                                 rune = 0x034E
	CombiningGraphemeJoiner                                                    rune = 0x034F
	CGJ                                                                        rune = 0x034F
	CombiningRightArrowheadAbove                                               rune = 0x0350
	CombiningLeftHalfRingAbove                                                 rune = 0x0351
	CombiningFermata                                                           rune = 0x0352
	CombiningXBelow                                                            rune = 0x0353
	CombiningLeftArrowheadBelow                                                rune = 0x0354
	CombiningRightArrowheadBelow                                               rune = 0x0355
	CombiningRightArrowheadAndUpArrowheadBelow                                 rune = 0x0356
	CombiningRightHalfRingAbove                                                rune = 0x0357
	CombiningDotAboveRight                                                     rune = 0x0358
	CombiningAsteriskBelow                                                     rune = 0x0359
	CombiningDoubleRingBelow                                                   rune = 0x035A
	CombiningZigzagAbove                                                       rune = 0x035B
	CombiningDoubleBreveBelow                                                  rune = 0x035C
	CombiningDoubleBreve                                                       rune = 0x035D
	CombiningDoubleMacron                                                      rune = 0x035E
	CombiningDoubleMacronBelow                                                 rune = 0x035F
	CombiningDoubleTilde                                                       rune = 0x0360
	CombiningDoubleInvertedBreve                                               rune = 0x0361
	CombiningDoubleRightwardsArrowBelow                                        rune = 0x0362
	CombiningLatinSmallLetterA                                                 rune = 0x0363
	CombiningLatinSmallLetterE                                                 rune = 0x0364
	CombiningLatinSmallLetterI                                                 rune = 0x0365
	CombiningLatinSmallLetterO                                                 rune = 0x0366
	CombiningLatinSmallLetterU                                                 rune = 0x0367
	CombiningLatinSmallLetterC                                                 rune = 0x0368
	CombiningLatinSmallLetterD                                                 rune = 0x0369
	CombiningLatinSmallLetterH                                                 rune = 0x036A
	CombiningLatinSmallLetterM                                                 rune = 0x036B
	CombiningLatinSmallLetterR                                                 rune = 0x036C
	CombiningLatinSmallLetterT                                                 rune = 0x036D
	CombiningLatinSmallLetterV                                                 rune = 0x036E
	CombiningLatinSmallLetterX                                                 rune = 0x036F
	GreekCapitalLetterHeta                                                     rune = 0x0370
	GreekSmallLetterHeta                                                       rune = 0x0371
	GreekCapitalLetterArchaicSampi                                             rune = 0x0372
	GreekSmallLetterArchaicSampi                                               rune = 0x0373
	GreekNumeralSign                                                           rune = 0x0374
	GreekLowerNumeralSign                                                      rune = 0x0375
	GreekCapitalLetterPamphylianDigamma                                        rune = 0x0376
	GreekSmallLetterPamphylianDigamma                                          rune = 0x0377
	GreekYpogegrammeni                                                         rune = 0x037A
	GreekSmallReversedLunateSigmaSymbol                                        rune = 0x037B
	GreekSmallDottedLunateSigmaSymbol                                          rune = 0x037C
	GreekSmallReversedDottedLunateSigmaSymbol                                  rune = 0x037D
	GreekQuestionMark                                                          rune = 0x037E
	GreekCapitalLetterYot                                                      rune = 0x037F
	GreekTonos                                                                 rune = 0x0384
	GreekDialytikaTonos                                                        rune = 0x0385
	GreekCapitalLetterAlphaWithTonos                                           rune = 0x0386
	GreekAnoTeleia                                                             rune = 0x0387
	GreekCapitalLetterEpsilonWithTonos                                         rune = 0x0388
	GreekCapitalLetterEtaWithTonos                                             rune = 0x0389
	GreekCapitalLetterIotaWithTonos                                            rune = 0x038A
	GreekCapitalLetterOmicronWithTonos                                         rune = 0x038C
	GreekCapitalLetterUpsilonWithTonos                                         rune = 0x038E
	GreekCapitalLetterOmegaWithTonos                                           rune = 0x038F
	GreekSmallLetterIotaWithDialytikaAndTonos                                  rune = 0x0390
	GreekCapitalLetterAlpha                                                    rune = 0x0391
	GreekCapitalLetterBeta                                                     rune = 0x0392
	GreekCapitalLetterGamma                                                    rune = 0x0393
	GreekCapitalLetterDelta                                                    rune = 0x0394
	GreekCapitalLetterEpsilon                                                  rune = 0x0395
	GreekCapitalLetterZeta                                                     rune = 0x0396
	GreekCapitalLetterEta                                                      rune = 0x0397
	GreekCapitalLetterTheta                                                    rune = 0x0398
	GreekCapitalLetterIota                                                     rune = 0x0399
	GreekCapitalLetterKappa                                                    rune = 0x039A
	GreekCapitalLetterLamda                                                    rune = 0x039B
	GreekCapitalLetterMu                                                       rune = 0x039C
	GreekCapitalLetterNu                                                       rune = 0x039D
	GreekCapitalLetterXi                                                       rune = 0x039E
	GreekCapitalLetterOmicron                                                  rune = 0x039F
	GreekCapitalLetterPi                                                       rune = 0x03A0
	GreekCapitalLetterRho                                                      rune = 0x03A1
	GreekCapitalLetterSigma                                                    rune = 0x03A3
	GreekCapitalLetterTau                                                      rune = 0x03A4
	GreekCapitalLetterUpsilon                                                  rune = 0x03A5
	GreekCapitalLetterPhi                                                      rune = 0x03A6
	GreekCapitalLetterChi                                                      rune = 0x03A7
	GreekCapitalLetterPsi                                                      rune = 0x03A8
	GreekCapitalLetterOmega                                                    rune = 0x03A9
	GreekCapitalLetterIotaWithDialytika                                        rune = 0x03AA
	GreekCapitalLetterUpsilonWithDialytika                                     rune = 0x03AB
	GreekSmallLetterAlphaWithTonos                                             rune = 0x03AC
	GreekSmallLetterEpsilonWithTonos                                           rune = 0x03AD
	GreekSmallLetterEtaWithTonos                                               rune = 0x03AE
	GreekSmallLetterIotaWithTonos                                              rune = 0x03AF
	GreekSmallLetterUpsilonWithDialytikaAndTonos                               rune = 0x03B0
	GreekSmallLetterAlpha                                                      rune = 0x03B1
	GreekSmallLetterBeta                                                       rune = 0x03B2
	GreekSmallLetterGamma                                                      rune = 0x03B3
	GreekSmallLetterDelta                                                      rune = 0x03B4
	GreekSmallLetterEpsilon                                                    rune = 0x03B5
	GreekSmallLetterZeta                                                       rune = 0x03B6
	GreekSmallLetterEta                                                        rune = 0x03B7
	GreekSmallLetterTheta                                                      rune = 0x03B8
	GreekSmallLetterIota                                                       rune = 0x03B9
	GreekSmallLetterKappa                                                      rune = 0x03BA
	GreekSmallLetterLamda                                                      rune = 0x03BB
	GreekSmallLetterMu                                                         rune = 0x03BC
	GreekSmallLetterNu                                                         rune = 0x03BD
	GreekSmallLetterXi                                                         rune = 0x03BE
	GreekSmallLetterOmicron                                                    rune = 0x03BF
	GreekSmallLetterPi                                                         rune = 0x03C0
	GreekSmallLetterRho                                                        rune = 0x03C1
	GreekSmallLetterFinalSigma                                                 rune = 0x03C2
	GreekSmallLetterSigma                                                      rune = 0x03C3
	GreekSmallLetterTau                                                        rune = 0x03C4
	GreekSmallLetterUpsilon                                                    rune = 0x03C5
	GreekSmallLetterPhi                                                        rune = 0x03C6
	GreekSmallLetterChi                                                        rune = 0x03C7
	GreekSmallLetterPsi                                                        rune = 0x03C8
	GreekSmallLetterOmega                                                      rune = 0x03C9
	GreekSmallLetterIotaWithDialytika                                          rune = 0x03CA
	GreekSmallLetterUpsilonWithDialytika                                       rune = 0x03CB
	GreekSmallLetterOmicronWithTonos                                           rune = 0x03CC
	GreekSmallLetterUpsilonWithTonos                                           rune = 0x03CD
	GreekSmallLetterOmegaWithTonos                                             rune = 0x03CE
	GreekCapitalKaiSymbol                                                      rune = 0x03CF
	GreekBetaSymbol                                                            rune = 0x03D0
	GreekThetaSymbol                                                           rune = 0x03D1
	GreekUpsilonWithHookSymbol                                                 rune = 0x03D2
	GreekUpsilonWithAcuteAndHookSymbol                                         rune = 0x03D3
	GreekUpsilonWithDiaeresisAndHookSymbol                                     rune = 0x03D4
	GreekPhiSymbol                                                             rune = 0x03D5
	GreekPiSymbol                                                              rune = 0x03D6
	GreekKaiSymbol                                                             rune = 0x03D7
	GreekLetterArchaicKoppa                                                    rune = 0x03D8
	GreekSmallLetterArchaicKoppa                                               rune = 0x03D9
	GreekLetterStigma                                                          rune = 0x03DA
	GreekSmallLetterStigma                                                     rune = 0x03DB
	GreekLetterDigamma                                                         rune = 0x03DC
	GreekSmallLetterDigamma                                                    rune = 0x03DD
	GreekLetterKoppa                                                           rune = 0x03DE
	GreekSmallLetterKoppa                                                      rune = 0x03DF
	GreekLetterSampi                                                           rune = 0x03E0
	GreekSmallLetterSampi                                                      rune = 0x03E1
	CopticCapitalLetterShei                                                    rune = 0x03E2
	CopticSmallLetterShei                                                      rune = 0x03E3
	CopticCapitalLetterFei                                                     rune = 0x03E4
	CopticSmallLetterFei                                                       rune = 0x03E5
	CopticCapitalLetterKhei                                                    rune = 0x03E6
	CopticSmallLetterKhei                                                      rune = 0x03E7
	CopticCapitalLetterHori                                                    rune = 0x03E8
	CopticSmallLetterHori                                                      rune = 0x03E9
	CopticCapitalLetterGangia                                                  rune = 0x03EA
	CopticSmallLetterGangia                                                    rune = 0x03EB
	CopticCapitalLetterShima                                                   rune = 0x03EC
	CopticSmallLetterShima                                                     rune = 0x03ED
	CopticCapitalLetterDei                                                     rune = 0x03EE
	CopticSmallLetterDei                                                       rune = 0x03EF
	GreekKappaSymbol                                                           rune = 0x03F0
	GreekRhoSymbol                                                             rune = 0x03F1
	GreekLunateSigmaSymbol                                                     rune = 0x03F2
	GreekLetterYot                                                             rune = 0x03F3
	GreekCapitalThetaSymbol                                                    rune = 0x03F4
	GreekLunateEpsilonSymbol                                                   rune = 0x03F5
	GreekReversedLunateEpsilonSymbol                                           rune = 0x03F6
	GreekCapitalLetterSho                                                      rune = 0x03F7
	GreekSmallLetterSho                                                        rune = 0x03F8
	GreekCapitalLunateSigmaSymbol                                              rune = 0x03F9
	GreekCapitalLetterSan                                                      rune = 0x03FA
	GreekSmallLetterSan                                                        rune = 0x03FB
	GreekRhoWithStrokeSymbol                                                   rune = 0x03FC
	GreekCapitalReversedLunateSigmaSymbol                                      rune = 0x03FD
	GreekCapitalDottedLunateSigmaSymbol                                        rune = 0x03FE
	GreekCapitalReversedDottedLunateSigmaSymbol                                rune = 0x03FF
	CyrillicCapitalLetterIeWithGrave                                           rune = 0x0400
	CyrillicCapitalLetterIo                                                    rune = 0x0401
	CyrillicCapitalLetterDje                                                   rune = 0x0402
	CyrillicCapitalLetterGje                                                   rune = 0x0403
	CyrillicCapitalLetterUkrainianIe                                           rune = 0x0404
	CyrillicCapitalLetterDze                                                   rune = 0x0405
	CyrillicCapitalLetterByelorussianUkrainianI                                rune = 0x0406
	CyrillicCapitalLetterYi                                                    rune = 0x0407
	CyrillicCapitalLetterJe                                                    rune = 0x0408
	CyrillicCapitalLetterLje                                                   rune = 0x0409
	CyrillicCapitalLetterNje                                                   rune = 0x040A
	CyrillicCapitalLetterTshe                                                  rune = 0x040B
	CyrillicCapitalLetterKje                                                   rune = 0x040C
	CyrillicCapitalLetterIWithGrave                                            rune = 0x040D
	CyrillicCapitalLetterShortU                                                rune = 0x040E
	CyrillicCapitalLetterDzhe                                                  rune = 0x040F
	CyrillicCapitalLetterA                                                     rune = 0x0410
	CyrillicCapitalLetterBe                                                    rune = 0x0411
	CyrillicCapitalLetterVe                                                    rune = 0x0412
	CyrillicCapitalLetterGhe                                                   rune = 0x0413
	CyrillicCapitalLetterDe                                                    rune = 0x0414
	CyrillicCapitalLetterIe                                                    rune = 0x0415
	CyrillicCapitalLetterZhe                                                   rune = 0x0416
	CyrillicCapitalLetterZe                                                    rune = 0x0417
	CyrillicCapitalLetterI                                                     rune = 0x0418
	CyrillicCapitalLetterShortI                                                rune = 0x0419
	CyrillicCapitalLetterKa                                                    rune = 0x041A
	CyrillicCapitalLetterEl                                                    rune = 0x041B
	CyrillicCapitalLetterEm                                                    rune = 0x041C
	CyrillicCapitalLetterEn                                                    rune = 0x041D
	CyrillicCapitalLetterO                                                     rune = 0x041E
	CyrillicCapitalLetterPe                                                    rune = 0x041F
	CyrillicCapitalLetterEr                                                    rune = 0x0420
	CyrillicCapitalLetterEs                                                    rune = 0x0421
	CyrillicCapitalLetterTe                                                    rune = 0x0422
	CyrillicCapitalLetterU                                                     rune = 0x0423
	CyrillicCapitalLetterEf                                                    rune = 0x0424
	CyrillicCapitalLetterHa                                                    rune = 0x0425
	CyrillicCapitalLetterTse                                                   rune = 0x0426
	CyrillicCapitalLetterChe                                                   rune = 0x0427
	CyrillicCapitalLetterSha                                                   rune = 0x0428
	CyrillicCapitalLetterShcha                                                 rune = 0x0429
	CyrillicCapitalLetterHardSign                                              rune = 0x042A
	CyrillicCapitalLetterYeru                                                  rune = 0x042B
	CyrillicCapitalLetterSoftSign                                              rune = 0x042C
	CyrillicCapitalLetterE                                                     rune = 0x042D
	CyrillicCapitalLetterYu                                                    rune = 0x042E
	CyrillicCapitalLetterYa                                                    rune = 0x042F
	CyrillicSmallLetterA                                                       rune = 0x0430
	CyrillicSmallLetterBe                                                      rune = 0x0431
	CyrillicSmallLetterVe                                                      rune = 0x0432
	CyrillicSmallLetterGhe                                                     rune = 0x0433
	CyrillicSmallLetterDe                                                      rune = 0x0434
	CyrillicSmallLetterIe                                                      rune = 0x0435
	CyrillicSmallLetterZhe                                                     rune = 0x0436
	CyrillicSmallLetterZe                                                      rune = 0x0437
	CyrillicSmallLetterI                                                       rune = 0x0438
	CyrillicSmallLetterShortI                                                  rune = 0x0439
	CyrillicSmallLetterKa                                                      rune = 0x043A
	CyrillicSmallLetterEl                                                      rune = 0x043B
	CyrillicSmallLetterEm                                                      rune = 0x043C
	CyrillicSmallLetterEn                                                      rune = 0x043D
	CyrillicSmallLetterO                                                       rune = 0x043E
	CyrillicSmallLetterPe                                                      rune = 0x043F
	CyrillicSmallLetterEr                                                      rune = 0x0440
	CyrillicSmallLetterEs                                                      rune = 0x0441
	CyrillicSmallLetterTe                                                      rune = 0x0442
	CyrillicSmallLetterU                                                       rune = 0x0443
	CyrillicSmallLetterEf                                                      rune = 0x0444
	CyrillicSmallLetterHa                                                      rune = 0x0445
	CyrillicSmallLetterTse                                                     rune = 0x0446
	CyrillicSmallLetterChe                                                     rune = 0x0447
	CyrillicSmallLetterSha                                                     rune = 0x0448
	CyrillicSmallLetterShcha                                                   rune = 0x0449
	CyrillicSmallLetterHardSign                                                rune = 0x044A
	CyrillicSmallLetterYeru                                                    rune = 0x044B
	CyrillicSmallLetterSoftSign                                                rune = 0x044C
	CyrillicSmallLetterE                                                       rune = 0x044D
	CyrillicSmallLetterYu                                                      rune = 0x044E
	CyrillicSmallLetterYa                                                      rune = 0x044F
	CyrillicSmallLetterIeWithGrave                                             rune = 0x0450
	CyrillicSmallLetterIo                                                      rune = 0x0451
	CyrillicSmallLetterDje                                                     rune = 0x0452
	CyrillicSmallLetterGje                                                     rune = 0x0453
	CyrillicSmallLetterUkrainianIe                                             rune = 0x0454
	CyrillicSmallLetterDze                                                     rune = 0x0455
	CyrillicSmallLetterByelorussianUkrainianI                                  rune = 0x0456
	CyrillicSmallLetterYi                                                      rune = 0x0457
	CyrillicSmallLetterJe                                                      rune = 0x0458
	CyrillicSmallLetterLje                                                     rune = 0x0459
	CyrillicSmallLetterNje                                                     rune = 0x045A
	CyrillicSmallLetterTshe                                                    rune = 0x045B
	CyrillicSmallLetterKje                                                     rune = 0x045C
	CyrillicSmallLetterIWithGrave                                              rune = 0x045D
	CyrillicSmallLetterShortU                                                  rune = 0x045E
	CyrillicSmallLetterDzhe                                                    rune = 0x045F
	CyrillicCapitalLetterOmega                                                 rune = 0x0460
	CyrillicSmallLetterOmega                                                   rune = 0x0461
	CyrillicCapitalLetterYat                                                   rune = 0x0462
	CyrillicSmallLetterYat                                                     rune = 0x0463
	CyrillicCapitalLetterIotifiedE                                             rune = 0x0464
	CyrillicSmallLetterIotifiedE                                               rune = 0x0465
	CyrillicCapitalLetterLittleYus                                             rune = 0x0466
	CyrillicSmallLetterLittleYus                                               rune = 0x0467
	CyrillicCapitalLetterIotifiedLittleYus                                     rune = 0x0468
	CyrillicSmallLetterIotifiedLittleYus                                       rune = 0x0469
	CyrillicCapitalLetterBigYus                                                rune = 0x046A
	CyrillicSmallLetterBigYus                                                  rune = 0x046B
	CyrillicCapitalLetterIotifiedBigYus                                        rune = 0x046C
	CyrillicSmallLetterIotifiedBigYus                                          rune = 0x046D
	CyrillicCapitalLetterKsi                                                   rune = 0x046E
	CyrillicSmallLetterKsi                                                     rune = 0x046F
	CyrillicCapitalLetterPsi                                                   rune = 0x0470
	CyrillicSmallLetterPsi                                                     rune = 0x0471
	CyrillicCapitalLetterFita                                                  rune = 0x0472
	CyrillicSmallLetterFita                                                    rune = 0x0473
	CyrillicCapitalLetterIzhitsa                                               rune = 0x0474
	CyrillicSmallLetterIzhitsa                                                 rune = 0x0475
	CyrillicCapitalLetterIzhitsaWithDoubleGraveAccent                          rune = 0x0476
	CyrillicSmallLetterIzhitsaWithDoubleGraveAccent                            rune = 0x0477
	CyrillicCapitalLetterUk                                                    rune = 0x0478
	CyrillicSmallLetterUk                                                      rune = 0x0479
	CyrillicCapitalLetterRoundOmega                                            rune = 0x047A
	CyrillicSmallLetterRoundOmega                                              rune = 0x047B
	CyrillicCapitalLetterOmegaWithTitlo                                        rune = 0x047C
	CyrillicSmallLetterOmegaWithTitlo                                          rune = 0x047D
	CyrillicCapitalLetterOt                                                    rune = 0x047E
	CyrillicSmallLetterOt                                                      rune = 0x047F
	CyrillicCapitalLetterKoppa                                                 rune = 0x0480
	CyrillicSmallLetterKoppa                                                   rune = 0x0481
	CyrillicThousandsSign                                                      rune = 0x0482
	CombiningCyrillicTitlo                                                     rune = 0x0483
	CombiningCyrillicPalatalization                                            rune = 0x0484
	CombiningCyrillicDasiaPneumata                                             rune = 0x0485
	CombiningCyrillicPsiliPneumata                                             rune = 0x0486
	CombiningCyrillicPokrytie                                                  rune = 0x0487
	CombiningCyrillicHundredThousandsSign                                      rune = 0x0488
	CombiningCyrillicMillionsSign                                              rune = 0x0489
	CyrillicCapitalLetterShortIWithTail                                        rune = 0x048A
	CyrillicSmallLetterShortIWithTail                                          rune = 0x048B
	CyrillicCapitalLetterSemisoftSign                                          rune = 0x048C
	CyrillicSmallLetterSemisoftSign                                            rune = 0x048D
	CyrillicCapitalLetterErWithTick                                            rune = 0x048E
	CyrillicSmallLetterErWithTick                                              rune = 0x048F
	CyrillicCapitalLetterGheWithUpturn                                         rune = 0x0490
	CyrillicSmallLetterGheWithUpturn                                           rune = 0x0491
	CyrillicCapitalLetterGheWithStroke                                         rune = 0x0492
	CyrillicSmallLetterGheWithStroke                                           rune = 0x0493
	CyrillicCapitalLetterGheWithMiddleHook                                     rune = 0x0494
	CyrillicSmallLetterGheWithMiddleHook                                       rune = 0x0495
	CyrillicCapitalLetterZheWithDescender                                      rune = 0x0496
	CyrillicSmallLetterZheWithDescender                                        rune = 0x0497
	CyrillicCapitalLetterZeWithDescender                                       rune = 0x0498
	CyrillicSmallLetterZeWithDescender                                         rune = 0x0499
	CyrillicCapitalLetterKaWithDescender                                       rune = 0x049A
	CyrillicSmallLetterKaWithDescender                                         rune = 0x049B
	CyrillicCapitalLetterKaWithVerticalStroke                                  rune = 0x049C
	CyrillicSmallLetterKaWithVerticalStroke                                    rune = 0x049D
	CyrillicCapitalLetterKaWithStroke                                          rune = 0x049E
	CyrillicSmallLetterKaWithStroke                                            rune = 0x049F
	CyrillicCapitalLetterBashkirKa                                             rune = 0x04A0
	CyrillicSmallLetterBashkirKa                                               rune = 0x04A1
	CyrillicCapitalLetterEnWithDescender                                       rune = 0x04A2
	CyrillicSmallLetterEnWithDescender                                         rune = 0x04A3
	CyrillicCapitalLigatureEnGhe                                               rune = 0x04A4
	CyrillicSmallLigatureEnGhe                                                 rune = 0x04A5
	CyrillicCapitalLetterPeWithMiddleHook                                      rune = 0x04A6
	CyrillicSmallLetterPeWithMiddleHook                                        rune = 0x04A7
	CyrillicCapitalLetterAbkhasianHa                                           rune = 0x04A8
	CyrillicSmallLetterAbkhasianHa                                             rune = 0x04A9
	CyrillicCapitalLetterEsWithDescender                                       rune = 0x04AA
	CyrillicSmallLetterEsWithDescender                                         rune = 0x04AB
	CyrillicCapitalLetterTeWithDescender                                       rune = 0x04AC
	CyrillicSmallLetterTeWithDescender                                         rune = 0x04AD
	CyrillicCapitalLetterStraightU                                             rune = 0x04AE
	CyrillicSmallLetterStraightU                                               rune = 0x04AF
	CyrillicCapitalLetterStraightUWithStroke                                   rune = 0x04B0
	CyrillicSmallLetterStraightUWithStroke                                     rune = 0x04B1
	CyrillicCapitalLetterHaWithDescender                                       rune = 0x04B2
	CyrillicSmallLetterHaWithDescender                                         rune = 0x04B3
	CyrillicCapitalLigatureTeTse                                               rune = 0x04B4
	CyrillicSmallLigatureTeTse                                                 rune = 0x04B5
	CyrillicCapitalLetterCheWithDescender                                      rune = 0x04B6
	CyrillicSmallLetterCheWithDescender                                        rune = 0x04B7
	CyrillicCapitalLetterCheWithVerticalStroke                                 rune = 0x04B8
	CyrillicSmallLetterCheWithVerticalStroke                                   rune = 0x04B9
	CyrillicCapitalLetterShha                                                  rune = 0x04BA
	CyrillicSmallLetterShha                                                    rune = 0x04BB
	CyrillicCapitalLetterAbkhasianChe                                          rune = 0x04BC
	CyrillicSmallLetterAbkhasianChe                                            rune = 0x04BD
	CyrillicCapitalLetterAbkhasianCheWithDescender                             rune = 0x04BE
	CyrillicSmallLetterAbkhasianCheWithDescender                               rune = 0x04BF
	CyrillicLetterPalochka                                                     rune = 0x04C0
	CyrillicCapitalLetterZheWithBreve                                          rune = 0x04C1
	CyrillicSmallLetterZheWithBreve                                            rune = 0x04C2
	CyrillicCapitalLetterKaWithHook                                            rune = 0x04C3
	CyrillicSmallLetterKaWithHook                                              rune = 0x04C4
	CyrillicCapitalLetterElWithTail                                            rune = 0x04C5
	CyrillicSmallLetterElWithTail                                              rune = 0x04C6
	CyrillicCapitalLetterEnWithHook                                            rune = 0x04C7
	CyrillicSmallLetterEnWithHook                                              rune = 0x04C8
	CyrillicCapitalLetterEnWithTail                                            rune = 0x04C9
	CyrillicSmallLetterEnWithTail                                              rune = 0x04CA
	CyrillicCapitalLetterKhakassianChe                                         rune = 0x04CB
	CyrillicSmallLetterKhakassianChe                                           rune = 0x04CC
	CyrillicCapitalLetterEmWithTail                                            rune = 0x04CD
	CyrillicSmallLetterEmWithTail                                              rune = 0x04CE
	CyrillicSmallLetterPalochka                                                rune = 0x04CF
	CyrillicCapitalLetterAWithBreve                                            rune = 0x04D0
	CyrillicSmallLetterAWithBreve                                              rune = 0x04D1
	CyrillicCapitalLetterAWithDiaeresis                                        rune = 0x04D2
	CyrillicSmallLetterAWithDiaeresis                                          rune = 0x04D3
	CyrillicCapitalLigatureAIe                                                 rune = 0x04D4
	CyrillicSmallLigatureAIe                                                   rune = 0x04D5
	CyrillicCapitalLetterIeWithBreve                                           rune = 0x04D6
	CyrillicSmallLetterIeWithBreve                                             rune = 0x04D7
	CyrillicCapitalLetterSchwa                                                 rune = 0x04D8
	CyrillicSmallLetterSchwa                                                   rune = 0x04D9
	CyrillicCapitalLetterSchwaWithDiaeresis                                    rune = 0x04DA
	CyrillicSmallLetterSchwaWithDiaeresis                                      rune = 0x04DB
	CyrillicCapitalLetterZheWithDiaeresis                                      rune = 0x04DC
	CyrillicSmallLetterZheWithDiaeresis                                        rune = 0x04DD
	CyrillicCapitalLetterZeWithDiaeresis                                       rune = 0x04DE
	CyrillicSmallLetterZeWithDiaeresis                                         rune = 0x04DF
	CyrillicCapitalLetterAbkhasianDze                                          rune = 0x04E0
	CyrillicSmallLetterAbkhasianDze                                            rune = 0x04E1
	CyrillicCapitalLetterIWithMacron                                           rune = 0x04E2
	CyrillicSmallLetterIWithMacron                                             rune = 0x04E3
	CyrillicCapitalLetterIWithDiaeresis                                        rune = 0x04E4
	CyrillicSmallLetterIWithDiaeresis                                          rune = 0x04E5
	CyrillicCapitalLetterOWithDiaeresis                                        rune = 0x04E6
	CyrillicSmallLetterOWithDiaeresis                                          rune = 0x04E7
	CyrillicCapitalLetterBarredO                                               rune = 0x04E8
	CyrillicSmallLetterBarredO                                                 rune = 0x04E9
	CyrillicCapitalLetterBarredOWithDiaeresis                                  rune = 0x04EA
	CyrillicSmallLetterBarredOWithDiaeresis                                    rune = 0x04EB
	CyrillicCapitalLetterEWithDiaeresis                                        rune = 0x04EC
	CyrillicSmallLetterEWithDiaeresis                                          rune = 0x04ED
	CyrillicCapitalLetterUWithMacron                                           rune = 0x04EE
	CyrillicSmallLetterUWithMacron                                             rune = 0x04EF
	CyrillicCapitalLetterUWithDiaeresis                                        rune = 0x04F0
	CyrillicSmallLetterUWithDiaeresis                                          rune = 0x04F1
	CyrillicCapitalLetterUWithDoubleAcute                                      rune = 0x04F2
	CyrillicSmallLetterUWithDoubleAcute                                        rune = 0x04F3
	CyrillicCapitalLetterCheWithDiaeresis                                      rune = 0x04F4
	CyrillicSmallLetterCheWithDiaeresis                                        rune = 0x04F5
	CyrillicCapitalLetterGheWithDescender                                      rune = 0x04F6
	CyrillicSmallLetterGheWithDescender                                        rune = 0x04F7
	CyrillicCapitalLetterYeruWithDiaeresis                                     rune = 0x04F8
	CyrillicSmallLetterYeruWithDiaeresis                                       rune = 0x04F9
	CyrillicCapitalLetterGheWithStrokeAndHook                                  rune = 0x04FA
	CyrillicSmallLetterGheWithStrokeAndHook                                    rune = 0x04FB
	CyrillicCapitalLetterHaWithHook                                            rune = 0x04FC
	CyrillicSmallLetterHaWithHook                                              rune = 0x04FD
	CyrillicCapitalLetterHaWithStroke                                          rune = 0x04FE
	CyrillicSmallLetterHaWithStroke                                            rune = 0x04FF
	CyrillicCapitalLetterKomiDe                                                rune = 0x0500
	CyrillicSmallLetterKomiDe                                                  rune = 0x0501
	CyrillicCapitalLetterKomiDje                                               rune = 0x0502
	CyrillicSmallLetterKomiDje                                                 rune = 0x0503
	CyrillicCapitalLetterKomiZje                                               rune = 0x0504
	CyrillicSmallLetterKomiZje                                                 rune = 0x0505
	CyrillicCapitalLetterKomiDzje                                              rune = 0x0506
	CyrillicSmallLetterKomiDzje                                                rune = 0x0507
	CyrillicCapitalLetterKomiLje                                               rune = 0x0508
	CyrillicSmallLetterKomiLje                                                 rune = 0x0509
	CyrillicCapitalLetterKomiNje                                               rune = 0x050A
	CyrillicSmallLetterKomiNje                                                 rune = 0x050B
	CyrillicCapitalLetterKomiSje                                               rune = 0x050C
	CyrillicSmallLetterKomiSje                                                 rune = 0x050D
	CyrillicCapitalLetterKomiTje                                               rune = 0x050E
	CyrillicSmallLetterKomiTje                                                 rune = 0x050F
	CyrillicCapitalLetterReversedZe                                            rune = 0x0510
	CyrillicSmallLetterReversedZe                                              rune = 0x0511
	CyrillicCapitalLetterElWithHook                                            rune = 0x0512
	CyrillicSmallLetterElWithHook                                              rune = 0x0513
	CyrillicCapitalLetterLha                                                   rune = 0x0514
	CyrillicSmallLetterLha                                                     rune = 0x0515
	CyrillicCapitalLetterRha                                                   rune = 0x0516
	CyrillicSmallLetterRha                                                     rune = 0x0517
	CyrillicCapitalLetterYae                                                   rune = 0x0518
	CyrillicSmallLetterYae                                                     rune = 0x0519
	CyrillicCapitalLetterQa                                                    rune = 0x051A
	CyrillicSmallLetterQa                                                      rune = 0x051B
	CyrillicCapitalLetterWe                                                    rune = 0x051C
	CyrillicSmallLetterWe                                                      rune = 0x051D
	CyrillicCapitalLetterAleutKa                                               rune = 0x051E
	CyrillicSmallLetterAleutKa                                                 rune = 0x051F
	CyrillicCapitalLetterElWithMiddleHook                                      rune = 0x0520
	CyrillicSmallLetterElWithMiddleHook                                        rune = 0x0521
	CyrillicCapitalLetterEnWithMiddleHook                                      rune = 0x0522
	CyrillicSmallLetterEnWithMiddleHook                                        rune = 0x0523
	CyrillicCapitalLetterPeWithDescender                                       rune = 0x0524
	CyrillicSmallLetterPeWithDescender                                         rune = 0x0525
	CyrillicCapitalLetterShhaWithDescender                                     rune = 0x0526
	CyrillicSmallLetterShhaWithDescender                                       rune = 0x0527
	CyrillicCapitalLetterEnWithLeftHook                                        rune = 0x0528
	CyrillicSmallLetterEnWithLeftHook                                          rune = 0x0529
	CyrillicCapitalLetterDzzhe                                                 rune = 0x052A
	CyrillicSmallLetterDzzhe                                                   rune = 0x052B
	CyrillicCapitalLetterDche                                                  rune = 0x052C
	CyrillicSmallLetterDche                                                    rune = 0x052D
	CyrillicCapitalLetterElWithDescender                                       rune = 0x052E
	CyrillicSmallLetterElWithDescender                                         rune = 0x052F
	ArmenianCapitalLetterAyb                                                   rune = 0x0531
	ArmenianCapitalLetterBen                                                   rune = 0x0532
	ArmenianCapitalLetterGim                                                   rune = 0x0533
	ArmenianCapitalLetterDa                                                    rune = 0x0534
	ArmenianCapitalLetterEch                                                   rune = 0x0535
	ArmenianCapitalLetterZa                                                    rune = 0x0536
	ArmenianCapitalLetterEh                                                    rune = 0x0537
	ArmenianCapitalLetterEt                                                    rune = 0x0538
	ArmenianCapitalLetterTo                                                    rune = 0x0539
	ArmenianCapitalLetterZhe                                                   rune = 0x053A
	ArmenianCapitalLetterIni                                                   rune = 0x053B
	ArmenianCapitalLetterLiwn                                                  rune = 0x053C
	ArmenianCapitalLetterXeh                                                   rune = 0x053D
	ArmenianCapitalLetterCa                                                    rune = 0x053E
	ArmenianCapitalLetterKen                                                   rune = 0x053F
	ArmenianCapitalLetterHo                                                    rune = 0x0540
	ArmenianCapitalLetterJa                                                    rune = 0x0541
	ArmenianCapitalLetterGhad                                                  rune = 0x0542
	ArmenianCapitalLetterCheh                                                  rune = 0x0543
	ArmenianCapitalLetterMen                                                   rune = 0x0544
	ArmenianCapitalLetterYi                                                    rune = 0x0545
	ArmenianCapitalLetterNow                                                   rune = 0x0546
	ArmenianCapitalLetterSha                                                   rune = 0x0547
	ArmenianCapitalLetterVo                                                    rune = 0x0548
	ArmenianCapitalLetterCha                                                   rune = 0x0549
	ArmenianCapitalLetterPeh                                                   rune = 0x054A
	ArmenianCapitalLetterJheh                                                  rune = 0x054B
	ArmenianCapitalLetterRa                                                    rune = 0x054C
	ArmenianCapitalLetterSeh                                                   rune = 0x054D
	ArmenianCapitalLetterVew                                                   rune = 0x054E
	ArmenianCapitalLetterTiwn                                                  rune = 0x054F
	ArmenianCapitalLetterReh                                                   rune = 0x0550
	ArmenianCapitalLetterCo                                                    rune = 0x0551
	ArmenianCapitalLetterYiwn                                                  rune = 0x0552
	ArmenianCapitalLetterPiwr                                                  rune = 0x0553
	ArmenianCapitalLetterKeh                                                   rune = 0x0554
	ArmenianCapitalLetterOh                                                    rune = 0x0555
	ArmenianCapitalLetterFeh                                                   rune = 0x0556
	ArmenianModifierLetterLeftHalfRing                                         rune = 0x0559
	ArmenianApostrophe                                                         rune = 0x055A
	ArmenianEmphasisMark                                                       rune = 0x055B
	ArmenianExclamationMark                                                    rune = 0x055C
	ArmenianComma                                                              rune = 0x055D
	ArmenianQuestionMark                                                       rune = 0x055E
	ArmenianAbbreviationMark                                                   rune = 0x055F
	ArmenianSmallLetterTurnedAyb                                               rune = 0x0560
	ArmenianSmallLetterAyb                                                     rune = 0x0561
	ArmenianSmallLetterBen                                                     rune = 0x0562
	ArmenianSmallLetterGim                                                     rune = 0x0563
	ArmenianSmallLetterDa                                                      rune = 0x0564
	ArmenianSmallLetterEch                                                     rune = 0x0565
	ArmenianSmallLetterZa                                                      rune = 0x0566
	ArmenianSmallLetterEh                                                      rune = 0x0567
	ArmenianSmallLetterEt                                                      rune = 0x0568
	ArmenianSmallLetterTo                                                      rune = 0x0569
	ArmenianSmallLetterZhe                                                     rune = 0x056A
	ArmenianSmallLetterIni                                                     rune = 0x056B
	ArmenianSmallLetterLiwn                                                    rune = 0x056C
	ArmenianSmallLetterXeh                                                     rune = 0x056D
	ArmenianSmallLetterCa                                                      rune = 0x056E
	ArmenianSmallLetterKen                                                     rune = 0x056F
	ArmenianSmallLetterHo                                                      rune = 0x0570
	ArmenianSmallLetterJa                                                      rune = 0x0571
	ArmenianSmallLetterGhad                                                    rune = 0x0572
	ArmenianSmallLetterCheh                                                    rune = 0x0573
	ArmenianSmallLetterMen                                                     rune = 0x0574
	ArmenianSmallLetterYi                                                      rune = 0x0575
	ArmenianSmallLetterNow                                                     rune = 0x0576
	ArmenianSmallLetterSha                                                     rune = 0x0577
	ArmenianSmallLetterVo                                                      rune = 0x0578
	ArmenianSmallLetterCha                                                     rune = 0x0579
	ArmenianSmallLetterPeh                                                     rune = 0x057A
	ArmenianSmallLetterJheh                                                    rune = 0x057B
	ArmenianSmallLetterRa                                                      rune = 0x057C
	ArmenianSmallLetterSeh                                                     rune = 0x057D
	ArmenianSmallLetterVew                                                     rune = 0x057E
	ArmenianSmallLetterTiwn                                                    rune = 0x057F
	ArmenianSmallLetterReh                                                     rune = 0x0580
	ArmenianSmallLetterCo                                                      rune = 0x0581
	ArmenianSmallLetterYiwn                                                    rune = 0x0582
	ArmenianSmallLetterPiwr                                                    rune = 0x0583
	ArmenianSmallLetterKeh                                                     rune = 0x0584
	ArmenianSmallLetterOh                                                      rune = 0x0585
	ArmenianSmallLetterFeh                                                     rune = 0x0586
	ArmenianSmallLigatureEchYiwn                                               rune = 0x0587
	ArmenianSmallLetterYiWithStroke                                            rune = 0x0588
	ArmenianFullStop                                                           rune = 0x0589
	ArmenianHyphen                                                             rune = 0x058A
	RightFacingArmenianEternitySign                                            rune = 0x058D
	LeftFacingArmenianEternitySign                                             rune = 0x058E
	ArmenianDramSign                                                           rune = 0x058F
	HebrewAccentEtnahta                                                        rune = 0x0591
	HebrewAccentSegol                                                          rune = 0x0592
	HebrewAccentShalshelet                                                     rune = 0x0593
	HebrewAccentZaqefQatan                                                     rune = 0x0594
	HebrewAccentZaqefGadol                                                     rune = 0x0595
	HebrewAccentTipeha                                                         rune = 0x0596
	HebrewAccentRevia                                                          rune = 0x0597
	HebrewAccentZarqa                                                          rune = 0x0598
	HebrewAccentPashta                                                         rune = 0x0599
	HebrewAccentYetiv                                                          rune = 0x059A
	HebrewAccentTevir                                                          rune = 0x059B
	HebrewAccentGeresh                                                         rune = 0x059C
	HebrewAccentGereshMuqdam                                                   rune = 0x059D
	HebrewAccentGershayim                                                      rune = 0x059E
	HebrewAccentQarneyPara                                                     rune = 0x059F
	HebrewAccentTelishaGedola                                                  rune = 0x05A0
	HebrewAccentPazer                                                          rune = 0x05A1
	HebrewAccentAtnahHafukh                                                    rune = 0x05A2
	HebrewAccentMunah                                                          rune = 0x05A3
	HebrewAccentMahapakh                                                       rune = 0x05A4
	HebrewAccentMerkha                                                         rune = 0x05A5
	HebrewAccentMerkhaKefula                                                   rune = 0x05A6
	HebrewAccentDarga                                                          rune = 0x05A7
	HebrewAccentQadma                                                          rune = 0x05A8
	HebrewAccentTelishaQetana                                                  rune = 0x05A9
	HebrewAccentYerahBenYomo                                                   rune = 0x05AA
	HebrewAccentOle                                                            rune = 0x05AB
	HebrewAccentIluy                                                           rune = 0x05AC
	HebrewAccentDehi                                                           rune = 0x05AD
	HebrewAccentZinor                                                          rune = 0x05AE
	HebrewMarkMasoraCircle                                                     rune = 0x05AF
	HebrewPointSheva                                                           rune = 0x05B0
	HebrewPointHatafSegol                                                      rune = 0x05B1
	HebrewPointHatafPatah                                                      rune = 0x05B2
	HebrewPointHatafQamats                                                     rune = 0x05B3
	HebrewPointHiriq                                                           rune = 0x05B4
	HebrewPointTsere                                                           rune = 0x05B5
	HebrewPointSegol                                                           rune = 0x05B6
	HebrewPointPatah                                                           rune = 0x05B7
	HebrewPointQamats                                                          rune = 0x05B8
	HebrewPointHolam                                                           rune = 0x05B9
	HebrewPointHolamHaserForVav                                                rune = 0x05BA
	HebrewPointQubuts                                                          rune = 0x05BB
	HebrewPointDageshOrMapiq                                                   rune = 0x05BC
	HebrewPointMeteg                                                           rune = 0x05BD
	HebrewPunctuationMaqaf                                                     rune = 0x05BE
	HebrewPointRafe                                                            rune = 0x05BF
	HebrewPunctuationPaseq                                                     rune = 0x05C0
	HebrewPointShinDot                                                         rune = 0x05C1
	HebrewPointSinDot                                                          rune = 0x05C2
	HebrewPunctuationSofPasuq                                                  rune = 0x05C3
	HebrewMarkUpperDot                                                         rune = 0x05C4
	HebrewMarkLowerDot                                                         rune = 0x05C5
	HebrewPunctuationNunHafukha                                                rune = 0x05C6
	HebrewPointQamatsQatan                                                     rune = 0x05C7
	HebrewLetterAlef                                                           rune = 0x05D0
	HebrewLetterBet                                                            rune = 0x05D1
	HebrewLetterGimel                                                          rune = 0x05D2
	HebrewLetterDalet                                                          rune = 0x05D3
	HebrewLetterHe                                                             rune = 0x05D4
	HebrewLetterVav                                                            rune = 0x05D5
	HebrewLetterZayin                                                          rune = 0x05D6
	HebrewLetterHet                                                            rune = 0x05D7
	HebrewLetterTet                                                            rune = 0x05D8
	HebrewLetterYod                                                            rune = 0x05D9
	HebrewLetterFinalKaf                                                       rune = 0x05DA
	HebrewLetterKaf                                                            rune = 0x05DB
	HebrewLetterLamed                                                          rune = 0x05DC
	HebrewLetterFinalMem                                                       rune = 0x05DD
	HebrewLetterMem                                                            rune = 0x05DE
	HebrewLetterFinalNun                                                       rune = 0x05DF
	HebrewLetterNun                                                            rune = 0x05E0
	HebrewLetterSamekh                                                         rune = 0x05E1
	HebrewLetterAyin                                                           rune = 0x05E2
	HebrewLetterFinalPe                                                        rune = 0x05E3
	HebrewLetterPe                                                             rune = 0x05E4
	HebrewLetterFinalTsadi                                                     rune = 0x05E5
	HebrewLetterTsadi                                                          rune = 0x05E6
	HebrewLetterQof                                                            rune = 0x05E7
	HebrewLetterResh                                                           rune = 0x05E8
	HebrewLetterShin                                                           rune = 0x05E9
	HebrewLetterTav                                                            rune = 0x05EA
	HebrewYodTriangle                                                          rune = 0x05EF
	HebrewLigatureYiddishDoubleVav                                             rune = 0x05F0
	HebrewLigatureYiddishVavYod                                                rune = 0x05F1
	HebrewLigatureYiddishDoubleYod                                             rune = 0x05F2
	HebrewPunctuationGeresh                                                    rune = 0x05F3
	HebrewPunctuationGershayim                                                 rune = 0x05F4
	ArabicNumberSign                                                           rune = 0x0600
	ArabicSignSanah                                                            rune = 0x0601
	ArabicFootnoteMarker                                                       rune = 0x0602
	ArabicSignSafha                                                            rune = 0x0603
	ArabicSignSamvat                                                           rune = 0x0604
	ArabicNumberMarkAbove                                                      rune = 0x0605
	ArabicIndicCubeRoot                                                        rune = 0x0606
	ArabicIndicFourthRoot                                                      rune = 0x0607
	ArabicRay                                                                  rune = 0x0608
	ArabicIndicPerMilleSign                                                    rune = 0x0609
	ArabicIndicPerTenThousandSign                                              rune = 0x060A
	AfghaniSign                                                                rune = 0x060B
	ArabicComma                                                                rune = 0x060C
	ArabicDateSeparator                                                        rune = 0x060D
	ArabicPoeticVerseSign                                                      rune = 0x060E
	ArabicSignMisra                                                            rune = 0x060F
	ArabicSignSallallahouAlayheWassallam                                       rune = 0x0610
	ArabicSignAlayheAssallam                                                   rune = 0x0611
	ArabicSignRahmatullahAlayhe                                                rune = 0x0612
	ArabicSignRadiAllahouAnhu                                                  rune = 0x0613
	ArabicSignTakhallus                                                        rune = 0x0614
	ArabicSmallHighTah                                                         rune = 0x0615
	ArabicSmallHighLigatureAlefWithLamWithYeh                                  rune = 0x0616
	ArabicSmallHighZain                                                        rune = 0x0617
	ArabicSmallFatha                                                           rune = 0x0618
	ArabicSmallDamma                                                           rune = 0x0619
	ArabicSmallKasra                                                           rune = 0x061A
	ArabicSemicolon                                                            rune = 0x061B
	ArabicLetterMark                                                           rune = 0x061C
	ALM                                                                        rune = 0x061C
	ArabicTripleDotPunctuationMark                                             rune = 0x061E
	ArabicQuestionMark                                                         rune = 0x061F
	ArabicLetterKashmiriYeh                                                    rune = 0x0620
	ArabicLetterHamza                                                          rune = 0x0621
	ArabicLetterAlefWithMaddaAbove                                             rune = 0x0622
	ArabicLetterAlefWithHamzaAbove                                             rune = 0x0623
	ArabicLetterWawWithHamzaAbove                                              rune = 0x0624
	ArabicLetterAlefWithHamzaBelow                                             rune = 0x0625
	ArabicLetterYehWithHamzaAbove                                              rune = 0x0626
	ArabicLetterAlef                                                           rune = 0x0627
	ArabicLetterBeh                                                            rune = 0x0628
	ArabicLetterTehMarbuta                                                     rune = 0x0629
	ArabicLetterTeh                                                            rune = 0x062A
	ArabicLetterTheh                                                           rune = 0x062B
	ArabicLetterJeem                                                           rune = 0x062C
	ArabicLetterHah                                                            rune = 0x062D
	ArabicLetterKhah                                                           rune = 0x062E
	ArabicLetterDal                                                            rune = 0x062F
	ArabicLetterThal                                                           rune = 0x0630
	ArabicLetterReh                                                            rune = 0x0631
	ArabicLetterZain                                                           rune = 0x0632
	ArabicLetterSeen                                                           rune = 0x0633
	ArabicLetterSheen                                                          rune = 0x0634
	ArabicLetterSad                                                            rune = 0x0635
	ArabicLetterDad                                                            rune = 0x0636
	ArabicLetterTah                                                            rune = 0x0637
	ArabicLetterZah                                                            rune = 0x0638
	ArabicLetterAin                                                            rune = 0x0639
	ArabicLetterGhain                                                          rune = 0x063A
	ArabicLetterKehehWithTwoDotsAbove                                          rune = 0x063B
	ArabicLetterKehehWithThreeDotsBelow                                        rune = 0x063C
	ArabicLetterFarsiYehWithInvertedV                                          rune = 0x063D
	ArabicLetterFarsiYehWithTwoDotsAbove                                       rune = 0x063E
	ArabicLetterFarsiYehWithThreeDotsAbove                                     rune = 0x063F
	ArabicTatweel                                                              rune = 0x0640
	ArabicLetterFeh                                                            rune = 0x0641
	ArabicLetterQaf                                                            rune = 0x0642
	ArabicLetterKaf                                                            rune = 0x0643
	ArabicLetterLam                                                            rune = 0x0644
	ArabicLetterMeem                                                           rune = 0x0645
	ArabicLetterNoon                                                           rune = 0x0646
	ArabicLetterHeh                                                            rune = 0x0647
	ArabicLetterWaw                                                            rune = 0x0648
	ArabicLetterAlefMaksura                                                    rune = 0x0649
	ArabicLetterYeh                                                            rune = 0x064A
	ArabicFathatan                                                             rune = 0x064B
	ArabicDammatan                                                             rune = 0x064C
	ArabicKasratan                                                             rune = 0x064D
	ArabicFatha                                                                rune = 0x064E
	ArabicDamma                                                                rune = 0x064F
	ArabicKasra                                                                rune = 0x0650
	ArabicShadda                                                               rune = 0x0651
	ArabicSukun                                                                rune = 0x0652
	ArabicMaddahAbove                                                          rune = 0x0653
	ArabicHamzaAbove                                                           rune = 0x0654
	ArabicHamzaBelow                                                           rune = 0x0655
	ArabicSubscriptAlef                                                        rune = 0x0656
	ArabicInvertedDamma                                                        rune = 0x0657
	ArabicMarkNoonGhunna                                                       rune = 0x0658
	ArabicZwarakay                                                             rune = 0x0659
	ArabicVowelSignSmallVAbove                                                 rune = 0x065A
	ArabicVowelSignInvertedSmallVAbove                                         rune = 0x065B
	ArabicVowelSignDotBelow                                                    rune = 0x065C
	ArabicReversedDamma                                                        rune = 0x065D
	ArabicFathaWithTwoDots                                                     rune = 0x065E
	ArabicWavyHamzaBelow                                                       rune = 0x065F
	ArabicIndicDigitZero                                                       rune = 0x0660
	ArabicIndicDigitOne                                                        rune = 0x0661
	ArabicIndicDigitTwo                                                        rune = 0x0662
	ArabicIndicDigitThree                                                      rune = 0x0663
	ArabicIndicDigitFour                                                       rune = 0x0664
	ArabicIndicDigitFive                                                       rune = 0x0665
	ArabicIndicDigitSix                                                        rune = 0x0666
	ArabicIndicDigitSeven                                                      rune = 0x0667
	ArabicIndicDigitEight                                                      rune = 0x0668
	ArabicIndicDigitNine                                                       rune = 0x0669
	ArabicPercentSign                                                          rune = 0x066A
	ArabicDecimalSeparator                                                     rune = 0x066B
	ArabicThousandsSeparator                                                   rune = 0x066C
	ArabicFivePointedStar                                                      rune = 0x066D
	ArabicLetterDotlessBeh                                                     rune = 0x066E
	ArabicLetterDotlessQaf                                                     rune = 0x066F
	ArabicLetterSuperscriptAlef                                                rune = 0x0670
	ArabicLetterAlefWasla                                                      rune = 0x0671
	ArabicLetterAlefWithWavyHamzaAbove                                         rune = 0x0672
	ArabicLetterAlefWithWavyHamzaBelow                                         rune = 0x0673
	ArabicLetterHighHamza                                                      rune = 0x0674
	ArabicLetterHighHamzaAlef                                                  rune = 0x0675
	ArabicLetterHighHamzaWaw                                                   rune = 0x0676
	ArabicLetterUWithHamzaAbove                                                rune = 0x0677
	ArabicLetterHighHamzaYeh                                                   rune = 0x0678
	ArabicLetterTteh                                                           rune = 0x0679
	ArabicLetterTteheh                                                         rune = 0x067A
	ArabicLetterBeeh                                                           rune = 0x067B
	ArabicLetterTehWithRing                                                    rune = 0x067C
	ArabicLetterTehWithThreeDotsAboveDownwards                                 rune = 0x067D
	ArabicLetterPeh                                                            rune = 0x067E
	ArabicLetterTeheh                                                          rune = 0x067F
	ArabicLetterBeheh                                                          rune = 0x0680
	ArabicLetterHahWithHamzaAbove                                              rune = 0x0681
	ArabicLetterHahWithTwoDotsVerticalAbove                                    rune = 0x0682
	ArabicLetterNyeh                                                           rune = 0x0683
	ArabicLetterDyeh                                                           rune = 0x0684
	ArabicLetterHahWithThreeDotsAbove                                          rune = 0x0685
	ArabicLetterTcheh                                                          rune = 0x0686
	ArabicLetterTcheheh                                                        rune = 0x0687
	ArabicLetterDdal                                                           rune = 0x0688
	ArabicLetterDalWithRing                                                    rune = 0x0689
	ArabicLetterDalWithDotBelow                                                rune = 0x068A
	ArabicLetterDalWithDotBelowAndSmallTah                                     rune = 0x068B
	ArabicLetterDahal                                                          rune = 0x068C
	ArabicLetterDdahal                                                         rune = 0x068D
	ArabicLetterDul                                                            rune = 0x068E
	ArabicLetterDalWithThreeDotsAboveDownwards                                 rune = 0x068F
	ArabicLetterDalWithFourDotsAbove                                           rune = 0x0690
	ArabicLetterRreh                                                           rune = 0x0691
	ArabicLetterRehWithSmallV                                                  rune = 0x0692
	ArabicLetterRehWithRing                                                    rune = 0x0693
	ArabicLetterRehWithDotBelow                                                rune = 0x0694
	ArabicLetterRehWithSmallVBelow                                             rune = 0x0695
	ArabicLetterRehWithDotBelowAndDotAbove                                     rune = 0x0696
	ArabicLetterRehWithTwoDotsAbove                                            rune = 0x0697
	ArabicLetterJeh                                                            rune = 0x0698
	ArabicLetterRehWithFourDotsAbove                                           rune = 0x0699
	ArabicLetterSeenWithDotBelowAndDotAbove                                    rune = 0x069A
	ArabicLetterSeenWithThreeDotsBelow                                         rune = 0x069B
	ArabicLetterSeenWithThreeDotsBelowAndThreeDotsAbove                        rune = 0x069C
	ArabicLetterSadWithTwoDotsBelow                                            rune = 0x069D
	ArabicLetterSadWithThreeDotsAbove                                          rune = 0x069E
	ArabicLetterTahWithThreeDotsAbove                                          rune = 0x069F
	ArabicLetterAinWithThreeDotsAbove                                          rune = 0x06A0
	ArabicLetterDotlessFeh                                                     rune = 0x06A1
	ArabicLetterFehWithDotMovedBelow                                           rune = 0x06A2
	ArabicLetterFehWithDotBelow                                                rune = 0x06A3
	ArabicLetterVeh                                                            rune = 0x06A4
	ArabicLetterFehWithThreeDotsBelow                                          rune = 0x06A5
	ArabicLetterPeheh                                                          rune = 0x06A6
	ArabicLetterQafWithDotAbove                                                rune = 0x06A7
	ArabicLetterQafWithThreeDotsAbove                                          rune = 0x06A8
	ArabicLetterKeheh                                                          rune = 0x06A9
	ArabicLetterSwashKaf                                                       rune = 0x06AA
	ArabicLetterKafWithRing                                                    rune = 0x06AB
	ArabicLetterKafWithDotAbove                                                rune = 0x06AC
	ArabicLetterNg                                                             rune = 0x06AD
	ArabicLetterKafWithThreeDotsBelow                                          rune = 0x06AE
	ArabicLetterGaf                                                            rune = 0x06AF
	ArabicLetterGafWithRing                                                    rune = 0x06B0
	ArabicLetterNgoeh                                                          rune = 0x06B1
	ArabicLetterGafWithTwoDotsBelow                                            rune = 0x06B2
	ArabicLetterGueh                                                           rune = 0x06B3
	ArabicLetterGafWithThreeDotsAbove                                          rune = 0x06B4
	ArabicLetterLamWithSmallV                                                  rune = 0x06B5
	ArabicLetterLamWithDotAbove                                                rune = 0x06B6
	ArabicLetterLamWithThreeDotsAbove                                          rune = 0x06B7
	ArabicLetterLamWithThreeDotsBelow                                          rune = 0x06B8
	ArabicLetterNoonWithDotBelow                                               rune = 0x06B9
	ArabicLetterNoonGhunna                                                     rune = 0x06BA
	ArabicLetterRnoon                                                          rune = 0x06BB
	ArabicLetterNoonWithRing                                                   rune = 0x06BC
	ArabicLetterNoonWithThreeDotsAbove                                         rune = 0x06BD
	ArabicLetterHehDoachashmee                                                 rune = 0x06BE
	ArabicLetterTchehWithDotAbove                                              rune = 0x06BF
	ArabicLetterHehWithYehAbove                                                rune = 0x06C0
	ArabicLetterHehGoal                                                        rune = 0x06C1
	ArabicLetterHehGoalWithHamzaAbove                                          rune = 0x06C2
	ArabicLetterTehMarbutaGoal                                                 rune = 0x06C3
	ArabicLetterWawWithRing                                                    rune = 0x06C4
	ArabicLetterKirghizOe                                                      rune = 0x06C5
	ArabicLetterOe                                                             rune = 0x06C6
	ArabicLetterU                                                              rune = 0x06C7
	ArabicLetterYu                                                             rune = 0x06C8
	ArabicLetterKirghizYu                                                      rune = 0x06C9
	ArabicLetterWawWithTwoDotsAbove                                            rune = 0x06CA
	ArabicLetterVe                                                             rune = 0x06CB
	ArabicLetterFarsiYeh                                                       rune = 0x06CC
	ArabicLetterYehWithTail                                                    rune = 0x06CD
	ArabicLetterYehWithSmallV                                                  rune = 0x06CE
	ArabicLetterWawWithDotAbove                                                rune = 0x06CF
	ArabicLetterE                                                              rune = 0x06D0
	ArabicLetterYehWithThreeDotsBelow                                          rune = 0x06D1
	ArabicLetterYehBarree                                                      rune = 0x06D2
	ArabicLetterYehBarreeWithHamzaAbove                                        rune = 0x06D3
	ArabicFullStop                                                             rune = 0x06D4
	ArabicLetterAe                                                             rune = 0x06D5
	ArabicSmallHighLigatureSadWithLamWithAlefMaksura                           rune = 0x06D6
	ArabicSmallHighLigatureQafWithLamWithAlefMaksura                           rune = 0x06D7
	ArabicSmallHighMeemInitialForm                                             rune = 0x06D8
	ArabicSmallHighLamAlef                                                     rune = 0x06D9
	ArabicSmallHighJeem                                                        rune = 0x06DA
	ArabicSmallHighThreeDots                                                   rune = 0x06DB
	ArabicSmallHighSeen                                                        rune = 0x06DC
	ArabicEndOfAyah                                                            rune = 0x06DD
	ArabicStartOfRubElHizb                                                     rune = 0x06DE
	ArabicSmallHighRoundedZero                                                 rune = 0x06DF
	ArabicSmallHighUprightRectangularZero                                      rune = 0x06E0
	ArabicSmallHighDotlessHeadOfKhah                                           rune = 0x06E1
	ArabicSmallHighMeemIsolatedForm                                            rune = 0x06E2
	ArabicSmallLowSeen                                                         rune = 0x06E3
	ArabicSmallHighMadda                                                       rune = 0x06E4
	ArabicSmallWaw                                                             rune = 0x06E5
	ArabicSmallYeh                                                             rune = 0x06E6
	ArabicSmallHighYeh                                                         rune = 0x06E7
	ArabicSmallHighNoon                                                        rune = 0x06E8
	ArabicPlaceOfSajdah                                                        rune = 0x06E9
	ArabicEmptyCentreLowStop                                                   rune = 0x06EA
	ArabicEmptyCentreHighStop                                                  rune = 0x06EB
	ArabicRoundedHighStopWithFilledCentre                                      rune = 0x06EC
	ArabicSmallLowMeem                                                         rune = 0x06ED
	ArabicLetterDalWithInvertedV                                               rune = 0x06EE
	ArabicLetterRehWithInvertedV                                               rune = 0x06EF
	ExtendedArabicIndicDigitZero                                               rune = 0x06F0
	ExtendedArabicIndicDigitOne                                                rune = 0x06F1
	ExtendedArabicIndicDigitTwo                                                rune = 0x06F2
	ExtendedArabicIndicDigitThree                                              rune = 0x06F3
	ExtendedArabicIndicDigitFour                                               rune = 0x06F4
	ExtendedArabicIndicDigitFive                                               rune = 0x06F5
	ExtendedArabicIndicDigitSix                                                rune = 0x06F6
	ExtendedArabicIndicDigitSeven                                              rune = 0x06F7
	ExtendedArabicIndicDigitEight                                              rune = 0x06F8
	ExtendedArabicIndicDigitNine                                               rune = 0x06F9
	ArabicLetterSheenWithDotBelow                                              rune = 0x06FA
	ArabicLetterDadWithDotBelow                                                rune = 0x06FB
	ArabicLetterGhainWithDotBelow                                              rune = 0x06FC
	ArabicSignSindhiAmpersand                                                  rune = 0x06FD
	ArabicSignSindhiPostpositionMen                                            rune = 0x06FE
	ArabicLetterHehWithInvertedV                                               rune = 0x06FF
	SyriacEndOfParagraph                                                       rune = 0x0700
	SyriacSupralinearFullStop                                                  rune = 0x0701
	SyriacSublinearFullStop                                                    rune = 0x0702
	SyriacSupralinearColon                                                     rune = 0x0703
	SyriacSublinearColon                                                       rune = 0x0704
	SyriacHorizontalColon                                                      rune = 0x0705
	SyriacColonSkewedLeft                                                      rune = 0x0706
	SyriacColonSkewedRight                                                     rune = 0x0707
	SyriacSupralinearColonSkewedLeft                                           rune = 0x0708
	SyriacSublinearColonSkewedRight                                            rune = 0x0709
	SyriacSublinearColonSkewedLeft                                             rune = 0x0709
	SyriacContraction                                                          rune = 0x070A
	SyriacHarkleanObelus                                                       rune = 0x070B
	SyriacHarkleanMetobelus                                                    rune = 0x070C
	SyriacHarkleanAsteriscus                                                   rune = 0x070D
	SyriacAbbreviationMark                                                     rune = 0x070F
	SyriacLetterAlaph                                                          rune = 0x0710
	SyriacLetterSuperscriptAlaph                                               rune = 0x0711
	SyriacLetterBeth                                                           rune = 0x0712
	SyriacLetterGamal                                                          rune = 0x0713
	SyriacLetterGamalGarshuni                                                  rune = 0x0714
	SyriacLetterDalath                                                         rune = 0x0715
	SyriacLetterDotlessDalathRish                                              rune = 0x0716
	SyriacLetterHe                                                             rune = 0x0717
	SyriacLetterWaw                                                            rune = 0x0718
	SyriacLetterZain                                                           rune = 0x0719
	SyriacLetterHeth                                                           rune = 0x071A
	SyriacLetterTeth                                                           rune = 0x071B
	SyriacLetterTethGarshuni                                                   rune = 0x071C
	SyriacLetterYudh                                                           rune = 0x071D
	SyriacLetterYudhHe                                                         rune = 0x071E
	SyriacLetterKaph                                                           rune = 0x071F
	SyriacLetterLamadh                                                         rune = 0x0720
	SyriacLetterMim                                                            rune = 0x0721
	SyriacLetterNun                                                            rune = 0x0722
	SyriacLetterSemkath                                                        rune = 0x0723
	SyriacLetterFinalSemkath                                                   rune = 0x0724
	SyriacLetterE                                                              rune = 0x0725
	SyriacLetterPe                                                             rune = 0x0726
	SyriacLetterReversedPe                                                     rune = 0x0727
	SyriacLetterSadhe                                                          rune = 0x0728
	SyriacLetterQaph                                                           rune = 0x0729
	SyriacLetterRish                                                           rune = 0x072A
	SyriacLetterShin                                                           rune = 0x072B
	SyriacLetterTaw                                                            rune = 0x072C
	SyriacLetterPersianBheth                                                   rune = 0x072D
	SyriacLetterPersianGhamal                                                  rune = 0x072E
	SyriacLetterPersianDhalath                                                 rune = 0x072F
	SyriacPthahaAbove                                                          rune = 0x0730
	SyriacPthahaBelow                                                          rune = 0x0731
	SyriacPthahaDotted                                                         rune = 0x0732
	SyriacZqaphaAbove                                                          rune = 0x0733
	SyriacZqaphaBelow                                                          rune = 0x0734
	SyriacZqaphaDotted                                                         rune = 0x0735
	SyriacRbasaAbove                                                           rune = 0x0736
	SyriacRbasaBelow                                                           rune = 0x0737
	SyriacDottedZlamaHorizontal                                                rune = 0x0738
	SyriacDottedZlamaAngular                                                   rune = 0x0739
	SyriacHbasaAbove                                                           rune = 0x073A
	SyriacHbasaBelow                                                           rune = 0x073B
	SyriacHbasaEsasaDotted                                                     rune = 0x073C
	SyriacEsasaAbove                                                           rune = 0x073D
	SyriacEsasaBelow                                                           rune = 0x073E
	SyriacRwaha                                                                rune = 0x073F
	SyriacFeminineDot                                                          rune = 0x0740
	SyriacQushshaya                                                            rune = 0x0741
	SyriacRukkakha                                                             rune = 0x0742
	SyriacTwoVerticalDotsAbove                                                 rune = 0x0743
	SyriacTwoVerticalDotsBelow                                                 rune = 0x0744
	SyriacThreeDotsAbove                                                       rune = 0x0745
	SyriacThreeDotsBelow                                                       rune = 0x0746
	SyriacObliqueLineAbove                                                     rune = 0x0747
	SyriacObliqueLineBelow                                                     rune = 0x0748
	SyriacMusic                                                                rune = 0x0749
	SyriacBarrekh                                                              rune = 0x074A
	SyriacLetterSogdianZhain                                                   rune = 0x074D
	SyriacLetterSogdianKhaph                                                   rune = 0x074E
	SyriacLetterSogdianFe                                                      rune = 0x074F
	ArabicLetterBehWithThreeDotsHorizontallyBelow                              rune = 0x0750
	ArabicLetterBehWithDotBelowAndThreeDotsAbove                               rune = 0x0751
	ArabicLetterBehWithThreeDotsPointingUpwardsBelow                           rune = 0x0752
	ArabicLetterBehWithThreeDotsPointingUpwardsBelowAndTwoDotsAbove            rune = 0x0753
	ArabicLetterBehWithTwoDotsBelowAndDotAbove                                 rune = 0x0754
	ArabicLetterBehWithInvertedSmallVBelow                                     rune = 0x0755
	ArabicLetterBehWithSmallV                                                  rune = 0x0756
	ArabicLetterHahWithTwoDotsAbove                                            rune = 0x0757
	ArabicLetterHahWithThreeDotsPointingUpwardsBelow                           rune = 0x0758
	ArabicLetterDalWithTwoDotsVerticallyBelowAndSmallTah                       rune = 0x0759
	ArabicLetterDalWithInvertedSmallVBelow                                     rune = 0x075A
	ArabicLetterRehWithStroke                                                  rune = 0x075B
	ArabicLetterSeenWithFourDotsAbove                                          rune = 0x075C
	ArabicLetterAinWithTwoDotsAbove                                            rune = 0x075D
	ArabicLetterAinWithThreeDotsPointingDownwardsAbove                         rune = 0x075E
	ArabicLetterAinWithTwoDotsVerticallyAbove                                  rune = 0x075F
	ArabicLetterFehWithTwoDotsBelow                                            rune = 0x0760
	ArabicLetterFehWithThreeDotsPointingUpwardsBelow                           rune = 0x0761
	ArabicLetterKehehWithDotAbove                                              rune = 0x0762
	ArabicLetterKehehWithThreeDotsAbove                                        rune = 0x0763
	ArabicLetterKehehWithThreeDotsPointingUpwardsBelow                         rune = 0x0764
	ArabicLetterMeemWithDotAbove                                               rune = 0x0765
	ArabicLetterMeemWithDotBelow                                               rune = 0x0766
	ArabicLetterNoonWithTwoDotsBelow                                           rune = 0x0767
	ArabicLetterNoonWithSmallTah                                               rune = 0x0768
	ArabicLetterNoonWithSmallV                                                 rune = 0x0769
	ArabicLetterLamWithBar                                                     rune = 0x076A
	ArabicLetterRehWithTwoDotsVerticallyAbove                                  rune = 0x076B
	ArabicLetterRehWithHamzaAbove                                              rune = 0x076C
	ArabicLetterSeenWithTwoDotsVerticallyAbove                                 rune = 0x076D
	ArabicLetterHahWithSmallArabicLetterTahBelow                               rune = 0x076E
	ArabicLetterHahWithSmallArabicLetterTahAndTwoDots                          rune = 0x076F
	ArabicLetterSeenWithSmallArabicLetterTahAndTwoDots                         rune = 0x0770
	ArabicLetterRehWithSmallArabicLetterTahAndTwoDots                          rune = 0x0771
	ArabicLetterHahWithSmallArabicLetterTahAbove                               rune = 0x0772
	ArabicLetterAlefWithExtendedArabicIndicDigitTwoAbove                       rune = 0x0773
	ArabicLetterAlefWithExtendedArabicIndicDigitThreeAbove                     rune = 0x0774
	ArabicLetterFarsiYehWithExtendedArabicIndicDigitTwoAbove                   rune = 0x0775
	ArabicLetterFarsiYehWithExtendedArabicIndicDigitThreeAbove                 rune = 0x0776
	ArabicLetterFarsiYehWithExtendedArabicIndicDigitFourBelow                  rune = 0x0777
	ArabicLetterWawWithExtendedArabicIndicDigitTwoAbove                        rune = 0x0778
	ArabicLetterWawWithExtendedArabicIndicDigitThreeAbove                      rune = 0x0779
	ArabicLetterYehBarreeWithExtendedArabicIndicDigitTwoAbove                  rune = 0x077A
	ArabicLetterYehBarreeWithExtendedArabicIndicDigitThreeAbove                rune = 0x077B
	ArabicLetterHahWithExtendedArabicIndicDigitFourBelow                       rune = 0x077C
	ArabicLetterSeenWithExtendedArabicIndicDigitFourAbove                      rune = 0x077D
	ArabicLetterSeenWithInvertedV                                              rune = 0x077E
	ArabicLetterKafWithTwoDotsAbove                                            rune = 0x077F
	ThaanaLetterHaa                                                            rune = 0x0780
	ThaanaLetterShaviyani                                                      rune = 0x0781
	ThaanaLetterNoonu                                                          rune = 0x0782
	ThaanaLetterRaa                                                            rune = 0x0783
	ThaanaLetterBaa                                                            rune = 0x0784
	ThaanaLetterLhaviyani                                                      rune = 0x0785
	ThaanaLetterKaafu                                                          rune = 0x0786
	ThaanaLetterAlifu                                                          rune = 0x0787
	ThaanaLetterVaavu                                                          rune = 0x0788
	ThaanaLetterMeemu                                                          rune = 0x0789
	ThaanaLetterFaafu                                                          rune = 0x078A
	ThaanaLetterDhaalu                                                         rune = 0x078B
	ThaanaLetterThaa                                                           rune = 0x078C
	ThaanaLetterLaamu                                                          rune = 0x078D
	ThaanaLetterGaafu                                                          rune = 0x078E
	ThaanaLetterGnaviyani                                                      rune = 0x078F
	ThaanaLetterSeenu                                                          rune = 0x0790
	ThaanaLetterDaviyani                                                       rune = 0x0791
	ThaanaLetterZaviyani                                                       rune = 0x0792
	ThaanaLetterTaviyani                                                       rune = 0x0793
	ThaanaLetterYaa                                                            rune = 0x0794
	ThaanaLetterPaviyani                                                       rune = 0x0795
	ThaanaLetterJaviyani                                                       rune = 0x0796
	ThaanaLetterChaviyani                                                      rune = 0x0797
	ThaanaLetterTtaa                                                           rune = 0x0798
	ThaanaLetterHhaa                                                           rune = 0x0799
	ThaanaLetterKhaa                                                           rune = 0x079A
	ThaanaLetterThaalu                                                         rune = 0x079B
	ThaanaLetterZaa                                                            rune = 0x079C
	ThaanaLetterSheenu                                                         rune = 0x079D
	ThaanaLetterSaadhu                                                         rune = 0x079E
	ThaanaLetterDaadhu                                                         rune = 0x079F
	ThaanaLetterTo                                                             rune = 0x07A0
	ThaanaLetterZo                                                             rune = 0x07A1
	ThaanaLetterAinu                                                           rune = 0x07A2
	ThaanaLetterGhainu                                                         rune = 0x07A3
	ThaanaLetterQaafu                                                          rune = 0x07A4
	ThaanaLetterWaavu                                                          rune = 0x07A5
	ThaanaAbafili                                                              rune = 0x07A6
	ThaanaAabaafili                                                            rune = 0x07A7
	ThaanaIbifili                                                              rune = 0x07A8
	ThaanaEebeefili                                                            rune = 0x07A9
	ThaanaUbufili                                                              rune = 0x07AA
	ThaanaOoboofili                                                            rune = 0x07AB
	ThaanaEbefili                                                              rune = 0x07AC
	ThaanaEybeyfili                                                            rune = 0x07AD
	ThaanaObofili                                                              rune = 0x07AE
	ThaanaOaboafili                                                            rune = 0x07AF
	ThaanaSukun                                                                rune = 0x07B0
	ThaanaLetterNaa                                                            rune = 0x07B1
	NkoDigitZero                                                               rune = 0x07C0
	NkoDigitOne                                                                rune = 0x07C1
	NkoDigitTwo                                                                rune = 0x07C2
	NkoDigitThree                                                              rune = 0x07C3
	NkoDigitFour                                                               rune = 0x07C4
	NkoDigitFive                                                               rune = 0x07C5
	NkoDigitSix                                                                rune = 0x07C6
	NkoDigitSeven                                                              rune = 0x07C7
	NkoDigitEight                                                              rune = 0x07C8
	NkoDigitNine                                                               rune = 0x07C9
	NkoLetterA                                                                 rune = 0x07CA
	NkoLetterEe                                                                rune = 0x07CB
	NkoLetterI                                                                 rune = 0x07CC
	NkoLetterE                                                                 rune = 0x07CD
	NkoLetterU                                                                 rune = 0x07CE
	NkoLetterOo                                                                rune = 0x07CF
	NkoLetterO                                                                 rune = 0x07D0
	NkoLetterDagbasinna                                                        rune = 0x07D1
	NkoLetterN                                                                 rune = 0x07D2
	NkoLetterBa                                                                rune = 0x07D3
	NkoLetterPa                                                                rune = 0x07D4
	NkoLetterTa                                                                rune = 0x07D5
	NkoLetterJa                                                                rune = 0x07D6
	NkoLetterCha                                                               rune = 0x07D7
	NkoLetterDa                                                                rune = 0x07D8
	NkoLetterRa                                                                rune = 0x07D9
	NkoLetterRra                                                               rune = 0x07DA
	NkoLetterSa                                                                rune = 0x07DB
	NkoLetterGba                                                               rune = 0x07DC
	NkoLetterFa                                                                rune = 0x07DD
	NkoLetterKa                                                                rune = 0x07DE
	NkoLetterLa                                                                rune = 0x07DF
	NkoLetterNaWoloso                                                          rune = 0x07E0
	NkoLetterMa                                                                rune = 0x07E1
	NkoLetterNya                                                               rune = 0x07E2
	NkoLetterNa                                                                rune = 0x07E3
	NkoLetterHa                                                                rune = 0x07E4
	NkoLetterWa                                                                rune = 0x07E5
	NkoLetterYa                                                                rune = 0x07E6
	NkoLetterNyaWoloso                                                         rune = 0x07E7
	NkoLetterJonaJa                                                            rune = 0x07E8
	NkoLetterJonaCha                                                           rune = 0x07E9
	NkoLetterJonaRa                                                            rune = 0x07EA
	NkoCombiningShortHighTone                                                  rune = 0x07EB
	NkoCombiningShortLowTone                                                   rune = 0x07EC
	NkoCombiningShortRisingTone                                                rune = 0x07ED
	NkoCombiningLongDescendingTone                                             rune = 0x07EE
	NkoCombiningLongHighTone                                                   rune = 0x07EF
	NkoCombiningLongLowTone                                                    rune = 0x07F0
	NkoCombiningLongRisingTone                                                 rune = 0x07F1
	NkoCombiningNasalizationMark                                               rune = 0x07F2
	NkoCombiningDoubleDotAbove                                                 rune = 0x07F3
	NkoHighToneApostrophe                                                      rune = 0x07F4
	NkoLowToneApostrophe                                                       rune = 0x07F5
	NkoSymbolOoDennen                                                          rune = 0x07F6
	NkoSymbolGbakurunen                                                        rune = 0x07F7
	NkoComma                                                                   rune = 0x07F8
	NkoExclamationMark                                                         rune = 0x07F9
	NkoLajanyalan                                                              rune = 0x07FA
	NkoDantayalan                                                              rune = 0x07FD
	NkoDoromeSign                                                              rune = 0x07FE
	NkoTamanSign                                                               rune = 0x07FF
	SamaritanLetterAlaf                                                        rune = 0x0800
	SamaritanLetterBit                                                         rune = 0x0801
	SamaritanLetterGaman                                                       rune = 0x0802
	SamaritanLetterDalat                                                       rune = 0x0803
	SamaritanLetterIy                                                          rune = 0x0804
	SamaritanLetterBaa                                                         rune = 0x0805
	SamaritanLetterZen                                                         rune = 0x0806
	SamaritanLetterIt                                                          rune = 0x0807
	SamaritanLetterTit                                                         rune = 0x0808
	SamaritanLetterYut                                                         rune = 0x0809
	SamaritanLetterKaaf                                                        rune = 0x080A
	SamaritanLetterLabat                                                       rune = 0x080B
	SamaritanLetterMim                                                         rune = 0x080C
	SamaritanLetterNun                                                         rune = 0x080D
	SamaritanLetterSingaat                                                     rune = 0x080E
	SamaritanLetterIn                                                          rune = 0x080F
	SamaritanLetterFi                                                          rune = 0x0810
	SamaritanLetterTsaadiy                                                     rune = 0x0811
	SamaritanLetterQuf                                                         rune = 0x0812
	SamaritanLetterRish                                                        rune = 0x0813
	SamaritanLetterShan                                                        rune = 0x0814
	SamaritanLetterTaaf                                                        rune = 0x0815
	SamaritanMarkIn                                                            rune = 0x0816
	SamaritanMarkInAlaf                                                        rune = 0x0817
	SamaritanMarkOcclusion                                                     rune = 0x0818
	SamaritanMarkDagesh                                                        rune = 0x0819
	SamaritanModifierLetterEpentheticYut                                       rune = 0x081A
	SamaritanMarkEpentheticYut                                                 rune = 0x081B
	SamaritanVowelSignLongE                                                    rune = 0x081C
	SamaritanVowelSignE                                                        rune = 0x081D
	SamaritanVowelSignOverlongAa                                               rune = 0x081E
	SamaritanVowelSignLongAa                                                   rune = 0x081F
	SamaritanVowelSignAa                                                       rune = 0x0820
	SamaritanVowelSignOverlongA                                                rune = 0x0821
	SamaritanVowelSignLongA                                                    rune = 0x0822
	SamaritanVowelSignA                                                        rune = 0x0823
	SamaritanModifierLetterShortA                                              rune = 0x0824
	SamaritanVowelSignShortA                                                   rune = 0x0825
	SamaritanVowelSignLongU                                                    rune = 0x0826
	SamaritanVowelSignU                                                        rune = 0x0827
	SamaritanModifierLetterI                                                   rune = 0x0828
	SamaritanVowelSignLongI                                                    rune = 0x0829
	SamaritanVowelSignI                                                        rune = 0x082A
	SamaritanVowelSignO                                                        rune = 0x082B
	SamaritanVowelSignSukun                                                    rune = 0x082C
	SamaritanMarkNequdaa                                                       rune = 0x082D
	SamaritanPunctuationNequdaa                                                rune = 0x0830
	SamaritanPunctuationAfsaaq                                                 rune = 0x0831
	SamaritanPunctuationAnged                                                  rune = 0x0832
	SamaritanPunctuationBau                                                    rune = 0x0833
	SamaritanPunctuationAtmaau                                                 rune = 0x0834
	SamaritanPunctuationShiyyaalaa                                             rune = 0x0835
	SamaritanAbbreviationMark                                                  rune = 0x0836
	SamaritanPunctuationMelodicQitsa                                           rune = 0x0837
	SamaritanPunctuationZiqaa                                                  rune = 0x0838
	SamaritanPunctuationQitsa                                                  rune = 0x0839
	SamaritanPunctuationZaef                                                   rune = 0x083A
	SamaritanPunctuationTuru                                                   rune = 0x083B
	SamaritanPunctuationArkaanu                                                rune = 0x083C
	SamaritanPunctuationSofMashfaat                                            rune = 0x083D
	SamaritanPunctuationAnnaau                                                 rune = 0x083E
	MandaicLetterHalqa                                                         rune = 0x0840
	MandaicLetterAb                                                            rune = 0x0841
	MandaicLetterAg                                                            rune = 0x0842
	MandaicLetterAd                                                            rune = 0x0843
	MandaicLetterAh                                                            rune = 0x0844
	MandaicLetterUshenna                                                       rune = 0x0845
	MandaicLetterAz                                                            rune = 0x0846
	MandaicLetterIt                                                            rune = 0x0847
	MandaicLetterAtt                                                           rune = 0x0848
	MandaicLetterAksa                                                          rune = 0x0849
	MandaicLetterAk                                                            rune = 0x084A
	MandaicLetterAl                                                            rune = 0x084B
	MandaicLetterAm                                                            rune = 0x084C
	MandaicLetterAn                                                            rune = 0x084D
	MandaicLetterAs                                                            rune = 0x084E
	MandaicLetterIn                                                            rune = 0x084F
	MandaicLetterAp                                                            rune = 0x0850
	MandaicLetterAsz                                                           rune = 0x0851
	MandaicLetterAq                                                            rune = 0x0852
	MandaicLetterAr                                                            rune = 0x0853
	MandaicLetterAsh                                                           rune = 0x0854
	MandaicLetterAt                                                            rune = 0x0855
	MandaicLetterDushenna                                                      rune = 0x0856
	MandaicLetterKad                                                           rune = 0x0857
	MandaicLetterAin                                                           rune = 0x0858
	MandaicAffricationMark                                                     rune = 0x0859
	MandaicVocalizationMark                                                    rune = 0x085A
	MandaicGeminationMark                                                      rune = 0x085B
	MandaicPunctuation                                                         rune = 0x085E
	SyriacLetterMalayalamNga                                                   rune = 0x0860
	SyriacLetterMalayalamJa                                                    rune = 0x0861
	SyriacLetterMalayalamNya                                                   rune = 0x0862
	SyriacLetterMalayalamTta                                                   rune = 0x0863
	SyriacLetterMalayalamNna                                                   rune = 0x0864
	SyriacLetterMalayalamNnna                                                  rune = 0x0865
	SyriacLetterMalayalamBha                                                   rune = 0x0866
	SyriacLetterMalayalamRa                                                    rune = 0x0867
	SyriacLetterMalayalamLla                                                   rune = 0x0868
	SyriacLetterMalayalamLlla                                                  rune = 0x0869
	SyriacLetterMalayalamSsa                                                   rune = 0x086A
	ArabicLetterBehWithSmallVBelow                                             rune = 0x08A0
	ArabicLetterBehWithHamzaAbove                                              rune = 0x08A1
	ArabicLetterJeemWithTwoDotsAbove                                           rune = 0x08A2
	ArabicLetterTahWithTwoDotsAbove                                            rune = 0x08A3
	ArabicLetterFehWithDotBelowAndThreeDotsAbove                               rune = 0x08A4
	ArabicLetterQafWithDotBelow                                                rune = 0x08A5
	ArabicLetterLamWithDoubleBar                                               rune = 0x08A6
	ArabicLetterMeemWithThreeDotsAbove                                         rune = 0x08A7
	ArabicLetterYehWithTwoDotsBelowAndHamzaAbove                               rune = 0x08A8
	ArabicLetterYehWithTwoDotsBelowAndDotAbove                                 rune = 0x08A9
	ArabicLetterRehWithLoop                                                    rune = 0x08AA
	ArabicLetterWawWithDotWithin                                               rune = 0x08AB
	ArabicLetterRohingyaYeh                                                    rune = 0x08AC
	ArabicLetterLowAlef                                                        rune = 0x08AD
	ArabicLetterDalWithThreeDotsBelow                                          rune = 0x08AE
	ArabicLetterSadWithThreeDotsBelow                                          rune = 0x08AF
	ArabicLetterGafWithInvertedStroke                                          rune = 0x08B0
	ArabicLetterStraightWaw                                                    rune = 0x08B1
	ArabicLetterZainWithInvertedVAbove                                         rune = 0x08B2
	ArabicLetterAinWithThreeDotsBelow                                          rune = 0x08B3
	ArabicLetterKafWithDotBelow                                                rune = 0x08B4
	ArabicLetterBehWithSmallMeemAbove                                          rune = 0x08B6
	ArabicLetterPehWithSmallMeemAbove                                          rune = 0x08B7
	ArabicLetterTehWithSmallTehAbove                                           rune = 0x08B8
	ArabicLetterRehWithSmallNoonAbove                                          rune = 0x08B9
	ArabicLetterYehWithTwoDotsBelowAndSmallNoonAbove                           rune = 0x08BA
	ArabicLetterAfricanFeh                                                     rune = 0x08BB
	ArabicLetterAfricanQaf                                                     rune = 0x08BC
	ArabicLetterAfricanNoon                                                    rune = 0x08BD
	ArabicLetterPehWithSmallV                                                  rune = 0x08BE
	ArabicLetterTehWithSmallV                                                  rune = 0x08BF
	ArabicLetterTtehWithSmallV                                                 rune = 0x08C0
	ArabicLetterTchehWithSmallV                                                rune = 0x08C1
	ArabicLetterKehehWithSmallV                                                rune = 0x08C2
	ArabicLetterGhainWithThreeDotsAbove                                        rune = 0x08C3
	ArabicLetterAfricanQafWithThreeDotsAbove                                   rune = 0x08C4
	ArabicLetterJeemWithThreeDotsAbove                                         rune = 0x08C5
	ArabicLetterJeemWithThreeDotsBelow                                         rune = 0x08C6
	ArabicLetterLamWithSmallArabicLetterTahAbove                               rune = 0x08C7
	ArabicSmallLowWaw                                                          rune = 0x08D3
	ArabicSmallHighWordArRub                                                   rune = 0x08D4
	ArabicSmallHighSad                                                         rune = 0x08D5
	ArabicSmallHighAin                                                         rune = 0x08D6
	ArabicSmallHighQaf                                                         rune = 0x08D7
	ArabicSmallHighNoonWithKasra                                               rune = 0x08D8
	ArabicSmallLowNoonWithKasra                                                rune = 0x08D9
	ArabicSmallHighWordAthThalatha                                             rune = 0x08DA
	ArabicSmallHighWordAsSajda                                                 rune = 0x08DB
	ArabicSmallHighWordAnNisf                                                  rune = 0x08DC
	ArabicSmallHighWordSakta                                                   rune = 0x08DD
	ArabicSmallHighWordQif                                                     rune = 0x08DE
	ArabicSmallHighWordWaqfa                                                   rune = 0x08DF
	ArabicSmallHighFootnoteMarker                                              rune = 0x08E0
	ArabicSmallHighSignSafha                                                   rune = 0x08E1
	ArabicDisputedEndOfAyah                                                    rune = 0x08E2
	ArabicTurnedDammaBelow                                                     rune = 0x08E3
	ArabicCurlyFatha                                                           rune = 0x08E4
	ArabicCurlyDamma                                                           rune = 0x08E5
	ArabicCurlyKasra                                                           rune = 0x08E6
	ArabicCurlyFathatan                                                        rune = 0x08E7
	ArabicCurlyDammatan                                                        rune = 0x08E8
	ArabicCurlyKasratan                                                        rune = 0x08E9
	ArabicToneOneDotAbove                                                      rune = 0x08EA
	ArabicToneTwoDotsAbove                                                     rune = 0x08EB
	ArabicToneLoopAbove                                                        rune = 0x08EC
	ArabicToneOneDotBelow                                                      rune = 0x08ED
	ArabicToneTwoDotsBelow                                                     rune = 0x08EE
	ArabicToneLoopBelow                                                        rune = 0x08EF
	ArabicOpenFathatan                                                         rune = 0x08F0
	ArabicOpenDammatan                                                         rune = 0x08F1
	ArabicOpenKasratan                                                         rune = 0x08F2
	ArabicSmallHighWaw                                                         rune = 0x08F3
	ArabicFathaWithRing                                                        rune = 0x08F4
	ArabicFathaWithDotAbove                                                    rune = 0x08F5
	ArabicKasraWithDotBelow                                                    rune = 0x08F6
	ArabicLeftArrowheadAbove                                                   rune = 0x08F7
	ArabicRightArrowheadAbove                                                  rune = 0x08F8
	ArabicLeftArrowheadBelow                                                   rune = 0x08F9
	ArabicRightArrowheadBelow                                                  rune = 0x08FA
	ArabicDoubleRightArrowheadAbove                                            rune = 0x08FB
	ArabicDoubleRightArrowheadAboveWithDot                                     rune = 0x08FC
	ArabicRightArrowheadAboveWithDot                                           rune = 0x08FD
	ArabicDammaWithDot                                                         rune = 0x08FE
	ArabicMarkSidewaysNoonGhunna                                               rune = 0x08FF
	DevanagariSignInvertedCandrabindu                                          rune = 0x0900
	DevanagariSignCandrabindu                                                  rune = 0x0901
	DevanagariSignAnusvara                                                     rune = 0x0902
	DevanagariSignVisarga                                                      rune = 0x0903
	DevanagariLetterShortA                                                     rune = 0x0904
	DevanagariLetterA                                                          rune = 0x0905
	DevanagariLetterAa                                                         rune = 0x0906
	DevanagariLetterI                                                          rune = 0x0907
	DevanagariLetterIi                                                         rune = 0x0908
	DevanagariLetterU                                                          rune = 0x0909
	DevanagariLetterUu                                                         rune = 0x090A
	DevanagariLetterVocalicR                                                   rune = 0x090B
	DevanagariLetterVocalicL                                                   rune = 0x090C
	DevanagariLetterCandraE                                                    rune = 0x090D
	DevanagariLetterShortE                                                     rune = 0x090E
	DevanagariLetterE                                                          rune = 0x090F
	DevanagariLetterAi                                                         rune = 0x0910
	DevanagariLetterCandraO                                                    rune = 0x0911
	DevanagariLetterShortO                                                     rune = 0x0912
	DevanagariLetterO                                                          rune = 0x0913
	DevanagariLetterAu                                                         rune = 0x0914
	DevanagariLetterKa                                                         rune = 0x0915
	DevanagariLetterKha                                                        rune = 0x0916
	DevanagariLetterGa                                                         rune = 0x0917
	DevanagariLetterGha                                                        rune = 0x0918
	DevanagariLetterNga                                                        rune = 0x0919
	DevanagariLetterCa                                                         rune = 0x091A
	DevanagariLetterCha                                                        rune = 0x091B
	DevanagariLetterJa                                                         rune = 0x091C
	DevanagariLetterJha                                                        rune = 0x091D
	DevanagariLetterNya                                                        rune = 0x091E
	DevanagariLetterTta                                                        rune = 0x091F
	DevanagariLetterTtha                                                       rune = 0x0920
	DevanagariLetterDda                                                        rune = 0x0921
	DevanagariLetterDdha                                                       rune = 0x0922
	DevanagariLetterNna                                                        rune = 0x0923
	DevanagariLetterTa                                                         rune = 0x0924
	DevanagariLetterTha                                                        rune = 0x0925
	DevanagariLetterDa                                                         rune = 0x0926
	DevanagariLetterDha                                                        rune = 0x0927
	DevanagariLetterNa                                                         rune = 0x0928
	DevanagariLetterNnna                                                       rune = 0x0929
	DevanagariLetterPa                                                         rune = 0x092A
	DevanagariLetterPha                                                        rune = 0x092B
	DevanagariLetterBa                                                         rune = 0x092C
	DevanagariLetterBha                                                        rune = 0x092D
	DevanagariLetterMa                                                         rune = 0x092E
	DevanagariLetterYa                                                         rune = 0x092F
	DevanagariLetterRa                                                         rune = 0x0930
	DevanagariLetterRra                                                        rune = 0x0931
	DevanagariLetterLa                                                         rune = 0x0932
	DevanagariLetterLla                                                        rune = 0x0933
	DevanagariLetterLlla                                                       rune = 0x0934
	DevanagariLetterVa                                                         rune = 0x0935
	DevanagariLetterSha                                                        rune = 0x0936
	DevanagariLetterSsa                                                        rune = 0x0937
	DevanagariLetterSa                                                         rune = 0x0938
	DevanagariLetterHa                                                         rune = 0x0939
	DevanagariVowelSignOe                                                      rune = 0x093A
	DevanagariVowelSignOoe                                                     rune = 0x093B
	DevanagariSignNukta                                                        rune = 0x093C
	DevanagariSignAvagraha                                                     rune = 0x093D
	DevanagariVowelSignAa                                                      rune = 0x093E
	DevanagariVowelSignI                                                       rune = 0x093F
	DevanagariVowelSignIi                                                      rune = 0x0940
	DevanagariVowelSignU                                                       rune = 0x0941
	DevanagariVowelSignUu                                                      rune = 0x0942
	DevanagariVowelSignVocalicR                                                rune = 0x0943
	DevanagariVowelSignVocalicRr                                               rune = 0x0944
	DevanagariVowelSignCandraE                                                 rune = 0x0945
	DevanagariVowelSignShortE                                                  rune = 0x0946
	DevanagariVowelSignE                                                       rune = 0x0947
	DevanagariVowelSignAi                                                      rune = 0x0948
	DevanagariVowelSignCandraO                                                 rune = 0x0949
	DevanagariVowelSignShortO                                                  rune = 0x094A
	DevanagariVowelSignO                                                       rune = 0x094B
	DevanagariVowelSignAu                                                      rune = 0x094C
	DevanagariSignVirama                                                       rune = 0x094D
	DevanagariVowelSignPrishthamatraE                                          rune = 0x094E
	DevanagariVowelSignAw                                                      rune = 0x094F
	DevanagariOm                                                               rune = 0x0950
	DevanagariStressSignUdatta                                                 rune = 0x0951
	DevanagariStressSignAnudatta                                               rune = 0x0952
	DevanagariGraveAccent                                                      rune = 0x0953
	DevanagariAcuteAccent                                                      rune = 0x0954
	DevanagariVowelSignCandraLongE                                             rune = 0x0955
	DevanagariVowelSignUe                                                      rune = 0x0956
	DevanagariVowelSignUue                                                     rune = 0x0957
	DevanagariLetterQa                                                         rune = 0x0958
	DevanagariLetterKhha                                                       rune = 0x0959
	DevanagariLetterGhha                                                       rune = 0x095A
	DevanagariLetterZa                                                         rune = 0x095B
	DevanagariLetterDddha                                                      rune = 0x095C
	DevanagariLetterRha                                                        rune = 0x095D
	DevanagariLetterFa                                                         rune = 0x095E
	DevanagariLetterYya                                                        rune = 0x095F
	DevanagariLetterVocalicRr                                                  rune = 0x0960
	DevanagariLetterVocalicLl                                                  rune = 0x0961
	DevanagariVowelSignVocalicL                                                rune = 0x0962
	DevanagariVowelSignVocalicLl                                               rune = 0x0963
	DevanagariDanda                                                            rune = 0x0964
	DevanagariDoubleDanda                                                      rune = 0x0965
	DevanagariDigitZero                                                        rune = 0x0966
	DevanagariDigitOne                                                         rune = 0x0967
	DevanagariDigitTwo                                                         rune = 0x0968
	DevanagariDigitThree                                                       rune = 0x0969
	DevanagariDigitFour                                                        rune = 0x096A
	DevanagariDigitFive                                                        rune = 0x096B
	DevanagariDigitSix                                                         rune = 0x096C
	DevanagariDigitSeven                                                       rune = 0x096D
	DevanagariDigitEight                                                       rune = 0x096E
	DevanagariDigitNine                                                        rune = 0x096F
	DevanagariAbbreviationSign                                                 rune = 0x0970
	DevanagariSignHighSpacingDot                                               rune = 0x0971
	DevanagariLetterCandraA                                                    rune = 0x0972
	DevanagariLetterOe                                                         rune = 0x0973
	DevanagariLetterOoe                                                        rune = 0x0974
	DevanagariLetterAw                                                         rune = 0x0975
	DevanagariLetterUe                                                         rune = 0x0976
	DevanagariLetterUue                                                        rune = 0x0977
	DevanagariLetterMarwariDda                                                 rune = 0x0978
	DevanagariLetterZha                                                        rune = 0x0979
	DevanagariLetterHeavyYa                                                    rune = 0x097A
	DevanagariLetterGga                                                        rune = 0x097B
	DevanagariLetterJja                                                        rune = 0x097C
	DevanagariLetterGlottalStop                                                rune = 0x097D
	DevanagariLetterDdda                                                       rune = 0x097E
	DevanagariLetterBba                                                        rune = 0x097F
	BengaliAnji                                                                rune = 0x0980
	BengaliSignCandrabindu                                                     rune = 0x0981
	BengaliSignAnusvara                                                        rune = 0x0982
	BengaliSignVisarga                                                         rune = 0x0983
	BengaliLetterA                                                             rune = 0x0985
	BengaliLetterAa                                                            rune = 0x0986
	BengaliLetterI                                                             rune = 0x0987
	BengaliLetterIi                                                            rune = 0x0988
	BengaliLetterU                                                             rune = 0x0989
	BengaliLetterUu                                                            rune = 0x098A
	BengaliLetterVocalicR                                                      rune = 0x098B
	BengaliLetterVocalicL                                                      rune = 0x098C
	BengaliLetterE                                                             rune = 0x098F
	BengaliLetterAi                                                            rune = 0x0990
	BengaliLetterO                                                             rune = 0x0993
	BengaliLetterAu                                                            rune = 0x0994
	BengaliLetterKa                                                            rune = 0x0995
	BengaliLetterKha                                                           rune = 0x0996
	BengaliLetterGa                                                            rune = 0x0997
	BengaliLetterGha                                                           rune = 0x0998
	BengaliLetterNga                                                           rune = 0x0999
	BengaliLetterCa                                                            rune = 0x099A
	BengaliLetterCha                                                           rune = 0x099B
	BengaliLetterJa                                                            rune = 0x099C
	BengaliLetterJha                                                           rune = 0x099D
	BengaliLetterNya                                                           rune = 0x099E
	BengaliLetterTta                                                           rune = 0x099F
	BengaliLetterTtha                                                          rune = 0x09A0
	BengaliLetterDda                                                           rune = 0x09A1
	BengaliLetterDdha                                                          rune = 0x09A2
	BengaliLetterNna                                                           rune = 0x09A3
	BengaliLetterTa                                                            rune = 0x09A4
	BengaliLetterTha                                                           rune = 0x09A5
	BengaliLetterDa                                                            rune = 0x09A6
	BengaliLetterDha                                                           rune = 0x09A7
	BengaliLetterNa                                                            rune = 0x09A8
	BengaliLetterPa                                                            rune = 0x09AA
	BengaliLetterPha                                                           rune = 0x09AB
	BengaliLetterBa                                                            rune = 0x09AC
	BengaliLetterBha                                                           rune = 0x09AD
	BengaliLetterMa                                                            rune = 0x09AE
	BengaliLetterYa                                                            rune = 0x09AF
	BengaliLetterRa                                                            rune = 0x09B0
	BengaliLetterLa                                                            rune = 0x09B2
	BengaliLetterSha                                                           rune = 0x09B6
	BengaliLetterSsa                                                           rune = 0x09B7
	BengaliLetterSa                                                            rune = 0x09B8
	BengaliLetterHa                                                            rune = 0x09B9
	BengaliSignNukta                                                           rune = 0x09BC
	BengaliSignAvagraha                                                        rune = 0x09BD
	BengaliVowelSignAa                                                         rune = 0x09BE
	BengaliVowelSignI                                                          rune = 0x09BF
	BengaliVowelSignIi                                                         rune = 0x09C0
	BengaliVowelSignU                                                          rune = 0x09C1
	BengaliVowelSignUu                                                         rune = 0x09C2
	BengaliVowelSignVocalicR                                                   rune = 0x09C3
	BengaliVowelSignVocalicRr                                                  rune = 0x09C4
	BengaliVowelSignE                                                          rune = 0x09C7
	BengaliVowelSignAi                                                         rune = 0x09C8
	BengaliVowelSignO                                                          rune = 0x09CB
	BengaliVowelSignAu                                                         rune = 0x09CC
	BengaliSignVirama                                                          rune = 0x09CD
	BengaliLetterKhandaTa                                                      rune = 0x09CE
	BengaliAuLengthMark                                                        rune = 0x09D7
	BengaliLetterRra                                                           rune = 0x09DC
	BengaliLetterRha                                                           rune = 0x09DD
	BengaliLetterYya                                                           rune = 0x09DF
	BengaliLetterVocalicRr                                                     rune = 0x09E0
	BengaliLetterVocalicLl                                                     rune = 0x09E1
	BengaliVowelSignVocalicL                                                   rune = 0x09E2
	BengaliVowelSignVocalicLl                                                  rune = 0x09E3
	BengaliDigitZero                                                           rune = 0x09E6
	BengaliDigitOne                                                            rune = 0x09E7
	BengaliDigitTwo                                                            rune = 0x09E8
	BengaliDigitThree                                                          rune = 0x09E9
	BengaliDigitFour                                                           rune = 0x09EA
	BengaliDigitFive                                                           rune = 0x09EB
	BengaliDigitSix                                                            rune = 0x09EC
	BengaliDigitSeven                                                          rune = 0x09ED
	BengaliDigitEight                                                          rune = 0x09EE
	BengaliDigitNine                                                           rune = 0x09EF
	BengaliLetterRaWithMiddleDiagonal                                          rune = 0x09F0
	BengaliLetterRaWithLowerDiagonal                                           rune = 0x09F1
	BengaliRupeeMark                                                           rune = 0x09F2
	BengaliRupeeSign                                                           rune = 0x09F3
	BengaliCurrencyNumeratorOne                                                rune = 0x09F4
	BengaliCurrencyNumeratorTwo                                                rune = 0x09F5
	BengaliCurrencyNumeratorThree                                              rune = 0x09F6
	BengaliCurrencyNumeratorFour                                               rune = 0x09F7
	BengaliCurrencyNumeratorOneLessThanTheDenominator                          rune = 0x09F8
	BengaliCurrencyDenominatorSixteen                                          rune = 0x09F9
	BengaliIsshar                                                              rune = 0x09FA
	BengaliGandaMark                                                           rune = 0x09FB
	BengaliLetterVedicAnusvara                                                 rune = 0x09FC
	BengaliAbbreviationSign                                                    rune = 0x09FD
	BengaliSandhiMark                                                          rune = 0x09FE
	GurmukhiSignAdakBindi                                                      rune = 0x0A01
	GurmukhiSignBindi                                                          rune = 0x0A02
	GurmukhiSignVisarga                                                        rune = 0x0A03
	GurmukhiLetterA                                                            rune = 0x0A05
	GurmukhiLetterAa                                                           rune = 0x0A06
	GurmukhiLetterI                                                            rune = 0x0A07
	GurmukhiLetterIi                                                           rune = 0x0A08
	GurmukhiLetterU                                                            rune = 0x0A09
	GurmukhiLetterUu                                                           rune = 0x0A0A
	GurmukhiLetterEe                                                           rune = 0x0A0F
	GurmukhiLetterAi                                                           rune = 0x0A10
	GurmukhiLetterOo                                                           rune = 0x0A13
	GurmukhiLetterAu                                                           rune = 0x0A14
	GurmukhiLetterKa                                                           rune = 0x0A15
	GurmukhiLetterKha                                                          rune = 0x0A16
	GurmukhiLetterGa                                                           rune = 0x0A17
	GurmukhiLetterGha                                                          rune = 0x0A18
	GurmukhiLetterNga                                                          rune = 0x0A19
	GurmukhiLetterCa                                                           rune = 0x0A1A
	GurmukhiLetterCha                                                          rune = 0x0A1B
	GurmukhiLetterJa                                                           rune = 0x0A1C
	GurmukhiLetterJha                                                          rune = 0x0A1D
	GurmukhiLetterNya                                                          rune = 0x0A1E
	GurmukhiLetterTta                                                          rune = 0x0A1F
	GurmukhiLetterTtha                                                         rune = 0x0A20
	GurmukhiLetterDda                                                          rune = 0x0A21
	GurmukhiLetterDdha                                                         rune = 0x0A22
	GurmukhiLetterNna                                                          rune = 0x0A23
	GurmukhiLetterTa                                                           rune = 0x0A24
	GurmukhiLetterTha                                                          rune = 0x0A25
	GurmukhiLetterDa                                                           rune = 0x0A26
	GurmukhiLetterDha                                                          rune = 0x0A27
	GurmukhiLetterNa                                                           rune = 0x0A28
	GurmukhiLetterPa                                                           rune = 0x0A2A
	GurmukhiLetterPha                                                          rune = 0x0A2B
	GurmukhiLetterBa                                                           rune = 0x0A2C
	GurmukhiLetterBha                                                          rune = 0x0A2D
	GurmukhiLetterMa                                                           rune = 0x0A2E
	GurmukhiLetterYa                                                           rune = 0x0A2F
	GurmukhiLetterRa                                                           rune = 0x0A30
	GurmukhiLetterLa                                                           rune = 0x0A32
	GurmukhiLetterLla                                                          rune = 0x0A33
	GurmukhiLetterVa                                                           rune = 0x0A35
	GurmukhiLetterSha                                                          rune = 0x0A36
	GurmukhiLetterSa                                                           rune = 0x0A38
	GurmukhiLetterHa                                                           rune = 0x0A39
	GurmukhiSignNukta                                                          rune = 0x0A3C
	GurmukhiVowelSignAa                                                        rune = 0x0A3E
	GurmukhiVowelSignI                                                         rune = 0x0A3F
	GurmukhiVowelSignIi                                                        rune = 0x0A40
	GurmukhiVowelSignU                                                         rune = 0x0A41
	GurmukhiVowelSignUu                                                        rune = 0x0A42
	GurmukhiVowelSignEe                                                        rune = 0x0A47
	GurmukhiVowelSignAi                                                        rune = 0x0A48
	GurmukhiVowelSignOo                                                        rune = 0x0A4B
	GurmukhiVowelSignAu                                                        rune = 0x0A4C
	GurmukhiSignVirama                                                         rune = 0x0A4D
	GurmukhiSignUdaat                                                          rune = 0x0A51
	GurmukhiLetterKhha                                                         rune = 0x0A59
	GurmukhiLetterGhha                                                         rune = 0x0A5A
	GurmukhiLetterZa                                                           rune = 0x0A5B
	GurmukhiLetterRra                                                          rune = 0x0A5C
	GurmukhiLetterFa                                                           rune = 0x0A5E
	GurmukhiDigitZero                                                          rune = 0x0A66
	GurmukhiDigitOne                                                           rune = 0x0A67
	GurmukhiDigitTwo                                                           rune = 0x0A68
	GurmukhiDigitThree                                                         rune = 0x0A69
	GurmukhiDigitFour                                                          rune = 0x0A6A
	GurmukhiDigitFive                                                          rune = 0x0A6B
	GurmukhiDigitSix                                                           rune = 0x0A6C
	GurmukhiDigitSeven                                                         rune = 0x0A6D
	GurmukhiDigitEight                                                         rune = 0x0A6E
	GurmukhiDigitNine                                                          rune = 0x0A6F
	GurmukhiTippi                                                              rune = 0x0A70
	GurmukhiAddak                                                              rune = 0x0A71
	GurmukhiIri                                                                rune = 0x0A72
	GurmukhiUra                                                                rune = 0x0A73
	GurmukhiEkOnkar                                                            rune = 0x0A74
	GurmukhiSignYakash                                                         rune = 0x0A75
	GurmukhiAbbreviationSign                                                   rune = 0x0A76
	GujaratiSignCandrabindu                                                    rune = 0x0A81
	GujaratiSignAnusvara                                                       rune = 0x0A82
	GujaratiSignVisarga                                                        rune = 0x0A83
	GujaratiLetterA                                                            rune = 0x0A85
	GujaratiLetterAa                                                           rune = 0x0A86
	GujaratiLetterI                                                            rune = 0x0A87
	GujaratiLetterIi                                                           rune = 0x0A88
	GujaratiLetterU                                                            rune = 0x0A89
	GujaratiLetterUu                                                           rune = 0x0A8A
	GujaratiLetterVocalicR                                                     rune = 0x0A8B
	GujaratiLetterVocalicL                                                     rune = 0x0A8C
	GujaratiVowelCandraE                                                       rune = 0x0A8D
	GujaratiLetterE                                                            rune = 0x0A8F
	GujaratiLetterAi                                                           rune = 0x0A90
	GujaratiVowelCandraO                                                       rune = 0x0A91
	GujaratiLetterO                                                            rune = 0x0A93
	GujaratiLetterAu                                                           rune = 0x0A94
	GujaratiLetterKa                                                           rune = 0x0A95
	GujaratiLetterKha                                                          rune = 0x0A96
	GujaratiLetterGa                                                           rune = 0x0A97
	GujaratiLetterGha                                                          rune = 0x0A98
	GujaratiLetterNga                                                          rune = 0x0A99
	GujaratiLetterCa                                                           rune = 0x0A9A
	GujaratiLetterCha                                                          rune = 0x0A9B
	GujaratiLetterJa                                                           rune = 0x0A9C
	GujaratiLetterJha                                                          rune = 0x0A9D
	GujaratiLetterNya                                                          rune = 0x0A9E
	GujaratiLetterTta                                                          rune = 0x0A9F
	GujaratiLetterTtha                                                         rune = 0x0AA0
	GujaratiLetterDda                                                          rune = 0x0AA1
	GujaratiLetterDdha                                                         rune = 0x0AA2
	GujaratiLetterNna                                                          rune = 0x0AA3
	GujaratiLetterTa                                                           rune = 0x0AA4
	GujaratiLetterTha                                                          rune = 0x0AA5
	GujaratiLetterDa                                                           rune = 0x0AA6
	GujaratiLetterDha                                                          rune = 0x0AA7
	GujaratiLetterNa                                                           rune = 0x0AA8
	GujaratiLetterPa                                                           rune = 0x0AAA
	GujaratiLetterPha                                                          rune = 0x0AAB
	GujaratiLetterBa                                                           rune = 0x0AAC
	GujaratiLetterBha                                                          rune = 0x0AAD
	GujaratiLetterMa                                                           rune = 0x0AAE
	GujaratiLetterYa                                                           rune = 0x0AAF
	GujaratiLetterRa                                                           rune = 0x0AB0
	GujaratiLetterLa                                                           rune = 0x0AB2
	GujaratiLetterLla                                                          rune = 0x0AB3
	GujaratiLetterVa                                                           rune = 0x0AB5
	GujaratiLetterSha                                                          rune = 0x0AB6
	GujaratiLetterSsa                                                          rune = 0x0AB7
	GujaratiLetterSa                                                           rune = 0x0AB8
	GujaratiLetterHa                                                           rune = 0x0AB9
	GujaratiSignNukta                                                          rune = 0x0ABC
	GujaratiSignAvagraha                                                       rune = 0x0ABD
	GujaratiVowelSignAa                                                        rune = 0x0ABE
	GujaratiVowelSignI                                                         rune = 0x0ABF
	GujaratiVowelSignIi                                                        rune = 0x0AC0
	GujaratiVowelSignU                                                         rune = 0x0AC1
	GujaratiVowelSignUu                                                        rune = 0x0AC2
	GujaratiVowelSignVocalicR                                                  rune = 0x0AC3
	GujaratiVowelSignVocalicRr                                                 rune = 0x0AC4
	GujaratiVowelSignCandraE                                                   rune = 0x0AC5
	GujaratiVowelSignE                                                         rune = 0x0AC7
	GujaratiVowelSignAi                                                        rune = 0x0AC8
	GujaratiVowelSignCandraO                                                   rune = 0x0AC9
	GujaratiVowelSignO                                                         rune = 0x0ACB
	GujaratiVowelSignAu                                                        rune = 0x0ACC
	GujaratiSignVirama                                                         rune = 0x0ACD
	GujaratiOm                                                                 rune = 0x0AD0
	GujaratiLetterVocalicRr                                                    rune = 0x0AE0
	GujaratiLetterVocalicLl                                                    rune = 0x0AE1
	GujaratiVowelSignVocalicL                                                  rune = 0x0AE2
	GujaratiVowelSignVocalicLl                                                 rune = 0x0AE3
	GujaratiDigitZero                                                          rune = 0x0AE6
	GujaratiDigitOne                                                           rune = 0x0AE7
	GujaratiDigitTwo                                                           rune = 0x0AE8
	GujaratiDigitThree                                                         rune = 0x0AE9
	GujaratiDigitFour                                                          rune = 0x0AEA
	GujaratiDigitFive                                                          rune = 0x0AEB
	GujaratiDigitSix                                                           rune = 0x0AEC
	GujaratiDigitSeven                                                         rune = 0x0AED
	GujaratiDigitEight                                                         rune = 0x0AEE
	GujaratiDigitNine                                                          rune = 0x0AEF
	GujaratiAbbreviationSign                                                   rune = 0x0AF0
	GujaratiRupeeSign                                                          rune = 0x0AF1
	GujaratiLetterZha                                                          rune = 0x0AF9
	GujaratiSignSukun                                                          rune = 0x0AFA
	GujaratiSignShadda                                                         rune = 0x0AFB
	GujaratiSignMaddah                                                         rune = 0x0AFC
	GujaratiSignThreeDotNuktaAbove                                             rune = 0x0AFD
	GujaratiSignCircleNuktaAbove                                               rune = 0x0AFE
	GujaratiSignTwoCircleNuktaAbove                                            rune = 0x0AFF
	OriyaSignCandrabindu                                                       rune = 0x0B01
	OriyaSignAnusvara                                                          rune = 0x0B02
	OriyaSignVisarga                                                           rune = 0x0B03
	OriyaLetterA                                                               rune = 0x0B05
	OriyaLetterAa                                                              rune = 0x0B06
	OriyaLetterI                                                               rune = 0x0B07
	OriyaLetterIi                                                              rune = 0x0B08
	OriyaLetterU                                                               rune = 0x0B09
	OriyaLetterUu                                                              rune = 0x0B0A
	OriyaLetterVocalicR                                                        rune = 0x0B0B
	OriyaLetterVocalicL                                                        rune = 0x0B0C
	OriyaLetterE                                                               rune = 0x0B0F
	OriyaLetterAi                                                              rune = 0x0B10
	OriyaLetterO                                                               rune = 0x0B13
	OriyaLetterAu                                                              rune = 0x0B14
	OriyaLetterKa                                                              rune = 0x0B15
	OriyaLetterKha                                                             rune = 0x0B16
	OriyaLetterGa                                                              rune = 0x0B17
	OriyaLetterGha                                                             rune = 0x0B18
	OriyaLetterNga                                                             rune = 0x0B19
	OriyaLetterCa                                                              rune = 0x0B1A
	OriyaLetterCha                                                             rune = 0x0B1B
	OriyaLetterJa                                                              rune = 0x0B1C
	OriyaLetterJha                                                             rune = 0x0B1D
	OriyaLetterNya                                                             rune = 0x0B1E
	OriyaLetterTta                                                             rune = 0x0B1F
	OriyaLetterTtha                                                            rune = 0x0B20
	OriyaLetterDda                                                             rune = 0x0B21
	OriyaLetterDdha                                                            rune = 0x0B22
	OriyaLetterNna                                                             rune = 0x0B23
	OriyaLetterTa                                                              rune = 0x0B24
	OriyaLetterTha                                                             rune = 0x0B25
	OriyaLetterDa                                                              rune = 0x0B26
	OriyaLetterDha                                                             rune = 0x0B27
	OriyaLetterNa                                                              rune = 0x0B28
	OriyaLetterPa                                                              rune = 0x0B2A
	OriyaLetterPha                                                             rune = 0x0B2B
	OriyaLetterBa                                                              rune = 0x0B2C
	OriyaLetterBha                                                             rune = 0x0B2D
	OriyaLetterMa                                                              rune = 0x0B2E
	OriyaLetterYa                                                              rune = 0x0B2F
	OriyaLetterRa                                                              rune = 0x0B30
	OriyaLetterLa                                                              rune = 0x0B32
	OriyaLetterLla                                                             rune = 0x0B33
	OriyaLetterVa                                                              rune = 0x0B35
	OriyaLetterSha                                                             rune = 0x0B36
	OriyaLetterSsa                                                             rune = 0x0B37
	OriyaLetterSa                                                              rune = 0x0B38
	OriyaLetterHa                                                              rune = 0x0B39
	OriyaSignNukta                                                             rune = 0x0B3C
	OriyaSignAvagraha                                                          rune = 0x0B3D
	OriyaVowelSignAa                                                           rune = 0x0B3E
	OriyaVowelSignI                                                            rune = 0x0B3F
	OriyaVowelSignIi                                                           rune = 0x0B40
	OriyaVowelSignU                                                            rune = 0x0B41
	OriyaVowelSignUu                                                           rune = 0x0B42
	OriyaVowelSignVocalicR                                                     rune = 0x0B43
	OriyaVowelSignVocalicRr                                                    rune = 0x0B44
	OriyaVowelSignE                                                            rune = 0x0B47
	OriyaVowelSignAi                                                           rune = 0x0B48
	OriyaVowelSignO                                                            rune = 0x0B4B
	OriyaVowelSignAu                                                           rune = 0x0B4C
	OriyaSignVirama                                                            rune = 0x0B4D
	OriyaSignOverline                                                          rune = 0x0B55
	OriyaAiLengthMark                                                          rune = 0x0B56
	OriyaAuLengthMark                                                          rune = 0x0B57
	OriyaLetterRra                                                             rune = 0x0B5C
	OriyaLetterRha                                                             rune = 0x0B5D
	OriyaLetterYya                                                             rune = 0x0B5F
	OriyaLetterVocalicRr                                                       rune = 0x0B60
	OriyaLetterVocalicLl                                                       rune = 0x0B61
	OriyaVowelSignVocalicL                                                     rune = 0x0B62
	OriyaVowelSignVocalicLl                                                    rune = 0x0B63
	OriyaDigitZero                                                             rune = 0x0B66
	OriyaDigitOne                                                              rune = 0x0B67
	OriyaDigitTwo                                                              rune = 0x0B68
	OriyaDigitThree                                                            rune = 0x0B69
	OriyaDigitFour                                                             rune = 0x0B6A
	OriyaDigitFive                                                             rune = 0x0B6B
	OriyaDigitSix                                                              rune = 0x0B6C
	OriyaDigitSeven                                                            rune = 0x0B6D
	OriyaDigitEight                                                            rune = 0x0B6E
	OriyaDigitNine                                                             rune = 0x0B6F
	OriyaIsshar                                                                rune = 0x0B70
	OriyaLetterWa                                                              rune = 0x0B71
	OriyaFractionOneQuarter                                                    rune = 0x0B72
	OriyaFractionOneHalf                                                       rune = 0x0B73
	OriyaFractionThreeQuarters                                                 rune = 0x0B74
	OriyaFractionOneSixteenth                                                  rune = 0x0B75
	OriyaFractionOneEighth                                                     rune = 0x0B76
	OriyaFractionThreeSixteenths                                               rune = 0x0B77
	TamilSignAnusvara                                                          rune = 0x0B82
	TamilSignVisarga                                                           rune = 0x0B83
	TamilLetterA                                                               rune = 0x0B85
	TamilLetterAa                                                              rune = 0x0B86
	TamilLetterI                                                               rune = 0x0B87
	TamilLetterIi                                                              rune = 0x0B88
	TamilLetterU                                                               rune = 0x0B89
	TamilLetterUu                                                              rune = 0x0B8A
	TamilLetterE                                                               rune = 0x0B8E
	TamilLetterEe                                                              rune = 0x0B8F
	TamilLetterAi                                                              rune = 0x0B90
	TamilLetterO                                                               rune = 0x0B92
	TamilLetterOo                                                              rune = 0x0B93
	TamilLetterAu                                                              rune = 0x0B94
	TamilLetterKa                                                              rune = 0x0B95
	TamilLetterNga                                                             rune = 0x0B99
	TamilLetterCa                                                              rune = 0x0B9A
	TamilLetterJa                                                              rune = 0x0B9C
	TamilLetterNya                                                             rune = 0x0B9E
	TamilLetterTta                                                             rune = 0x0B9F
	TamilLetterNna                                                             rune = 0x0BA3
	TamilLetterTa                                                              rune = 0x0BA4
	TamilLetterNa                                                              rune = 0x0BA8
	TamilLetterNnna                                                            rune = 0x0BA9
	TamilLetterPa                                                              rune = 0x0BAA
	TamilLetterMa                                                              rune = 0x0BAE
	TamilLetterYa                                                              rune = 0x0BAF
	TamilLetterRa                                                              rune = 0x0BB0
	TamilLetterRra                                                             rune = 0x0BB1
	TamilLetterLa                                                              rune = 0x0BB2
	TamilLetterLla                                                             rune = 0x0BB3
	TamilLetterLlla                                                            rune = 0x0BB4
	TamilLetterVa                                                              rune = 0x0BB5
	TamilLetterSha                                                             rune = 0x0BB6
	TamilLetterSsa                                                             rune = 0x0BB7
	TamilLetterSa                                                              rune = 0x0BB8
	TamilLetterHa                                                              rune = 0x0BB9
	TamilVowelSignAa                                                           rune = 0x0BBE
	TamilVowelSignI                                                            rune = 0x0BBF
	TamilVowelSignIi                                                           rune = 0x0BC0
	TamilVowelSignU                                                            rune = 0x0BC1
	TamilVowelSignUu                                                           rune = 0x0BC2
	TamilVowelSignE                                                            rune = 0x0BC6
	TamilVowelSignEe                                                           rune = 0x0BC7
	TamilVowelSignAi                                                           rune = 0x0BC8
	TamilVowelSignO                                                            rune = 0x0BCA
	TamilVowelSignOo                                                           rune = 0x0BCB
	TamilVowelSignAu                                                           rune = 0x0BCC
	TamilSignVirama                                                            rune = 0x0BCD
	TamilOm                                                                    rune = 0x0BD0
	TamilAuLengthMark                                                          rune = 0x0BD7
	TamilDigitZero                                                             rune = 0x0BE6
	TamilDigitOne                                                              rune = 0x0BE7
	TamilDigitTwo                                                              rune = 0x0BE8
	TamilDigitThree                                                            rune = 0x0BE9
	TamilDigitFour                                                             rune = 0x0BEA
	TamilDigitFive                                                             rune = 0x0BEB
	TamilDigitSix                                                              rune = 0x0BEC
	TamilDigitSeven                                                            rune = 0x0BED
	TamilDigitEight                                                            rune = 0x0BEE
	TamilDigitNine                                                             rune = 0x0BEF
	TamilNumberTen                                                             rune = 0x0BF0
	TamilNumberOneHundred                                                      rune = 0x0BF1
	TamilNumberOneThousand                                                     rune = 0x0BF2
	TamilDaySign                                                               rune = 0x0BF3
	TamilMonthSign                                                             rune = 0x0BF4
	TamilYearSign                                                              rune = 0x0BF5
	TamilDebitSign                                                             rune = 0x0BF6
	TamilCreditSign                                                            rune = 0x0BF7
	TamilAsAboveSign                                                           rune = 0x0BF8
	TamilRupeeSign                                                             rune = 0x0BF9
	TamilNumberSign                                                            rune = 0x0BFA
	TeluguSignCombiningCandrabinduAbove                                        rune = 0x0C00
	TeluguSignCandrabindu                                                      rune = 0x0C01
	TeluguSignAnusvara                                                         rune = 0x0C02
	TeluguSignVisarga                                                          rune = 0x0C03
	TeluguSignCombiningAnusvaraAbove                                           rune = 0x0C04
	TeluguLetterA                                                              rune = 0x0C05
	TeluguLetterAa                                                             rune = 0x0C06
	TeluguLetterI                                                              rune = 0x0C07
	TeluguLetterIi                                                             rune = 0x0C08
	TeluguLetterU                                                              rune = 0x0C09
	TeluguLetterUu                                                             rune = 0x0C0A
	TeluguLetterVocalicR                                                       rune = 0x0C0B
	TeluguLetterVocalicL                                                       rune = 0x0C0C
	TeluguLetterE                                                              rune = 0x0C0E
	TeluguLetterEe                                                             rune = 0x0C0F
	TeluguLetterAi                                                             rune = 0x0C10
	TeluguLetterO                                                              rune = 0x0C12
	TeluguLetterOo                                                             rune = 0x0C13
	TeluguLetterAu                                                             rune = 0x0C14
	TeluguLetterKa                                                             rune = 0x0C15
	TeluguLetterKha                                                            rune = 0x0C16
	TeluguLetterGa                                                             rune = 0x0C17
	TeluguLetterGha                                                            rune = 0x0C18
	TeluguLetterNga                                                            rune = 0x0C19
	TeluguLetterCa                                                             rune = 0x0C1A
	TeluguLetterCha                                                            rune = 0x0C1B
	TeluguLetterJa                                                             rune = 0x0C1C
	TeluguLetterJha                                                            rune = 0x0C1D
	TeluguLetterNya                                                            rune = 0x0C1E
	TeluguLetterTta                                                            rune = 0x0C1F
	TeluguLetterTtha                                                           rune = 0x0C20
	TeluguLetterDda                                                            rune = 0x0C21
	TeluguLetterDdha                                                           rune = 0x0C22
	TeluguLetterNna                                                            rune = 0x0C23
	TeluguLetterTa                                                             rune = 0x0C24
	TeluguLetterTha                                                            rune = 0x0C25
	TeluguLetterDa                                                             rune = 0x0C26
	TeluguLetterDha                                                            rune = 0x0C27
	TeluguLetterNa                                                             rune = 0x0C28
	TeluguLetterPa                                                             rune = 0x0C2A
	TeluguLetterPha                                                            rune = 0x0C2B
	TeluguLetterBa                                                             rune = 0x0C2C
	TeluguLetterBha                                                            rune = 0x0C2D
	TeluguLetterMa                                                             rune = 0x0C2E
	TeluguLetterYa                                                             rune = 0x0C2F
	TeluguLetterRa                                                             rune = 0x0C30
	TeluguLetterRra                                                            rune = 0x0C31
	TeluguLetterLa                                                             rune = 0x0C32
	TeluguLetterLla                                                            rune = 0x0C33
	TeluguLetterLlla                                                           rune = 0x0C34
	TeluguLetterVa                                                             rune = 0x0C35
	TeluguLetterSha                                                            rune = 0x0C36
	TeluguLetterSsa                                                            rune = 0x0C37
	TeluguLetterSa                                                             rune = 0x0C38
	TeluguLetterHa                                                             rune = 0x0C39
	TeluguSignAvagraha                                                         rune = 0x0C3D
	TeluguVowelSignAa                                                          rune = 0x0C3E
	TeluguVowelSignI                                                           rune = 0x0C3F
	TeluguVowelSignIi                                                          rune = 0x0C40
	TeluguVowelSignU                                                           rune = 0x0C41
	TeluguVowelSignUu                                                          rune = 0x0C42
	TeluguVowelSignVocalicR                                                    rune = 0x0C43
	TeluguVowelSignVocalicRr                                                   rune = 0x0C44
	TeluguVowelSignE                                                           rune = 0x0C46
	TeluguVowelSignEe                                                          rune = 0x0C47
	TeluguVowelSignAi                                                          rune = 0x0C48
	TeluguVowelSignO                                                           rune = 0x0C4A
	TeluguVowelSignOo                                                          rune = 0x0C4B
	TeluguVowelSignAu                                                          rune = 0x0C4C
	TeluguSignVirama                                                           rune = 0x0C4D
	TeluguLengthMark                                                           rune = 0x0C55
	TeluguAiLengthMark                                                         rune = 0x0C56
	TeluguLetterTsa                                                            rune = 0x0C58
	TeluguLetterDza                                                            rune = 0x0C59
	TeluguLetterRrra                                                           rune = 0x0C5A
	TeluguLetterVocalicRr                                                      rune = 0x0C60
	TeluguLetterVocalicLl                                                      rune = 0x0C61
	TeluguVowelSignVocalicL                                                    rune = 0x0C62
	TeluguVowelSignVocalicLl                                                   rune = 0x0C63
	TeluguDigitZero                                                            rune = 0x0C66
	TeluguDigitOne                                                             rune = 0x0C67
	TeluguDigitTwo                                                             rune = 0x0C68
	TeluguDigitThree                                                           rune = 0x0C69
	TeluguDigitFour                                                            rune = 0x0C6A
	TeluguDigitFive                                                            rune = 0x0C6B
	TeluguDigitSix                                                             rune = 0x0C6C
	TeluguDigitSeven                                                           rune = 0x0C6D
	TeluguDigitEight                                                           rune = 0x0C6E
	TeluguDigitNine                                                            rune = 0x0C6F
	TeluguSignSiddham                                                          rune = 0x0C77
	TeluguFractionDigitZeroForOddPowersOfFour                                  rune = 0x0C78
	TeluguFractionDigitOneForOddPowersOfFour                                   rune = 0x0C79
	TeluguFractionDigitTwoForOddPowersOfFour                                   rune = 0x0C7A
	TeluguFractionDigitThreeForOddPowersOfFour                                 rune = 0x0C7B
	TeluguFractionDigitOneForEvenPowersOfFour                                  rune = 0x0C7C
	TeluguFractionDigitTwoForEvenPowersOfFour                                  rune = 0x0C7D
	TeluguFractionDigitThreeForEvenPowersOfFour                                rune = 0x0C7E
	TeluguSignTuumu                                                            rune = 0x0C7F
	KannadaSignSpacingCandrabindu                                              rune = 0x0C80
	KannadaSignCandrabindu                                                     rune = 0x0C81
	KannadaSignAnusvara                                                        rune = 0x0C82
	KannadaSignVisarga                                                         rune = 0x0C83
	KannadaSignSiddham                                                         rune = 0x0C84
	KannadaLetterA                                                             rune = 0x0C85
	KannadaLetterAa                                                            rune = 0x0C86
	KannadaLetterI                                                             rune = 0x0C87
	KannadaLetterIi                                                            rune = 0x0C88
	KannadaLetterU                                                             rune = 0x0C89
	KannadaLetterUu                                                            rune = 0x0C8A
	KannadaLetterVocalicR                                                      rune = 0x0C8B
	KannadaLetterVocalicL                                                      rune = 0x0C8C
	KannadaLetterE                                                             rune = 0x0C8E
	KannadaLetterEe                                                            rune = 0x0C8F
	KannadaLetterAi                                                            rune = 0x0C90
	KannadaLetterO                                                             rune = 0x0C92
	KannadaLetterOo                                                            rune = 0x0C93
	KannadaLetterAu                                                            rune = 0x0C94
	KannadaLetterKa                                                            rune = 0x0C95
	KannadaLetterKha                                                           rune = 0x0C96
	KannadaLetterGa                                                            rune = 0x0C97
	KannadaLetterGha                                                           rune = 0x0C98
	KannadaLetterNga                                                           rune = 0x0C99
	KannadaLetterCa                                                            rune = 0x0C9A
	KannadaLetterCha                                                           rune = 0x0C9B
	KannadaLetterJa                                                            rune = 0x0C9C
	KannadaLetterJha                                                           rune = 0x0C9D
	KannadaLetterNya                                                           rune = 0x0C9E
	KannadaLetterTta                                                           rune = 0x0C9F
	KannadaLetterTtha                                                          rune = 0x0CA0
	KannadaLetterDda                                                           rune = 0x0CA1
	KannadaLetterDdha                                                          rune = 0x0CA2
	KannadaLetterNna                                                           rune = 0x0CA3
	KannadaLetterTa                                                            rune = 0x0CA4
	KannadaLetterTha                                                           rune = 0x0CA5
	KannadaLetterDa                                                            rune = 0x0CA6
	KannadaLetterDha                                                           rune = 0x0CA7
	KannadaLetterNa                                                            rune = 0x0CA8
	KannadaLetterPa                                                            rune = 0x0CAA
	KannadaLetterPha                                                           rune = 0x0CAB
	KannadaLetterBa                                                            rune = 0x0CAC
	KannadaLetterBha                                                           rune = 0x0CAD
	KannadaLetterMa                                                            rune = 0x0CAE
	KannadaLetterYa                                                            rune = 0x0CAF
	KannadaLetterRa                                                            rune = 0x0CB0
	KannadaLetterRra                                                           rune = 0x0CB1
	KannadaLetterLa                                                            rune = 0x0CB2
	KannadaLetterLla                                                           rune = 0x0CB3
	KannadaLetterVa                                                            rune = 0x0CB5
	KannadaLetterSha                                                           rune = 0x0CB6
	KannadaLetterSsa                                                           rune = 0x0CB7
	KannadaLetterSa                                                            rune = 0x0CB8
	KannadaLetterHa                                                            rune = 0x0CB9
	KannadaSignNukta                                                           rune = 0x0CBC
	KannadaSignAvagraha                                                        rune = 0x0CBD
	KannadaVowelSignAa                                                         rune = 0x0CBE
	KannadaVowelSignI                                                          rune = 0x0CBF
	KannadaVowelSignIi                                                         rune = 0x0CC0
	KannadaVowelSignU                                                          rune = 0x0CC1
	KannadaVowelSignUu                                                         rune = 0x0CC2
	KannadaVowelSignVocalicR                                                   rune = 0x0CC3
	KannadaVowelSignVocalicRr                                                  rune = 0x0CC4
	KannadaVowelSignE                                                          rune = 0x0CC6
	KannadaVowelSignEe                                                         rune = 0x0CC7
	KannadaVowelSignAi                                                         rune = 0x0CC8
	KannadaVowelSignO                                                          rune = 0x0CCA
	KannadaVowelSignOo                                                         rune = 0x0CCB
	KannadaVowelSignAu                                                         rune = 0x0CCC
	KannadaSignVirama                                                          rune = 0x0CCD
	KannadaLengthMark                                                          rune = 0x0CD5
	KannadaAiLengthMark                                                        rune = 0x0CD6
	KannadaLetterFa                                                            rune = 0x0CDE
	KannadaLetterLlla                                                          rune = 0x0CDE
	KannadaLetterVocalicRr                                                     rune = 0x0CE0
	KannadaLetterVocalicLl                                                     rune = 0x0CE1
	KannadaVowelSignVocalicL                                                   rune = 0x0CE2
	KannadaVowelSignVocalicLl                                                  rune = 0x0CE3
	KannadaDigitZero                                                           rune = 0x0CE6
	KannadaDigitOne                                                            rune = 0x0CE7
	KannadaDigitTwo                                                            rune = 0x0CE8
	KannadaDigitThree                                                          rune = 0x0CE9
	KannadaDigitFour                                                           rune = 0x0CEA
	KannadaDigitFive                                                           rune = 0x0CEB
	KannadaDigitSix                                                            rune = 0x0CEC
	KannadaDigitSeven                                                          rune = 0x0CED
	KannadaDigitEight                                                          rune = 0x0CEE
	KannadaDigitNine                                                           rune = 0x0CEF
	KannadaSignJihvamuliya                                                     rune = 0x0CF1
	KannadaSignUpadhmaniya                                                     rune = 0x0CF2
	MalayalamSignCombiningAnusvaraAbove                                        rune = 0x0D00
	MalayalamSignCandrabindu                                                   rune = 0x0D01
	MalayalamSignAnusvara                                                      rune = 0x0D02
	MalayalamSignVisarga                                                       rune = 0x0D03
	MalayalamLetterVedicAnusvara                                               rune = 0x0D04
	MalayalamLetterA                                                           rune = 0x0D05
	MalayalamLetterAa                                                          rune = 0x0D06
	MalayalamLetterI                                                           rune = 0x0D07
	MalayalamLetterIi                                                          rune = 0x0D08
	MalayalamLetterU                                                           rune = 0x0D09
	MalayalamLetterUu                                                          rune = 0x0D0A
	MalayalamLetterVocalicR                                                    rune = 0x0D0B
	MalayalamLetterVocalicL                                                    rune = 0x0D0C
	MalayalamLetterE                                                           rune = 0x0D0E
	MalayalamLetterEe                                                          rune = 0x0D0F
	MalayalamLetterAi                                                          rune = 0x0D10
	MalayalamLetterO                                                           rune = 0x0D12
	MalayalamLetterOo                                                          rune = 0x0D13
	MalayalamLetterAu                                                          rune = 0x0D14
	MalayalamLetterKa                                                          rune = 0x0D15
	MalayalamLetterKha                                                         rune = 0x0D16
	MalayalamLetterGa                                                          rune = 0x0D17
	MalayalamLetterGha                                                         rune = 0x0D18
	MalayalamLetterNga                                                         rune = 0x0D19
	MalayalamLetterCa                                                          rune = 0x0D1A
	MalayalamLetterCha                                                         rune = 0x0D1B
	MalayalamLetterJa                                                          rune = 0x0D1C
	MalayalamLetterJha                                                         rune = 0x0D1D
	MalayalamLetterNya                                                         rune = 0x0D1E
	MalayalamLetterTta                                                         rune = 0x0D1F
	MalayalamLetterTtha                                                        rune = 0x0D20
	MalayalamLetterDda                                                         rune = 0x0D21
	MalayalamLetterDdha                                                        rune = 0x0D22
	MalayalamLetterNna                                                         rune = 0x0D23
	MalayalamLetterTa                                                          rune = 0x0D24
	MalayalamLetterTha                                                         rune = 0x0D25
	MalayalamLetterDa                                                          rune = 0x0D26
	MalayalamLetterDha                                                         rune = 0x0D27
	MalayalamLetterNa                                                          rune = 0x0D28
	MalayalamLetterNnna                                                        rune = 0x0D29
	MalayalamLetterPa                                                          rune = 0x0D2A
	MalayalamLetterPha                                                         rune = 0x0D2B
	MalayalamLetterBa                                                          rune = 0x0D2C
	MalayalamLetterBha                                                         rune = 0x0D2D
	MalayalamLetterMa                                                          rune = 0x0D2E
	MalayalamLetterYa                                                          rune = 0x0D2F
	MalayalamLetterRa                                                          rune = 0x0D30
	MalayalamLetterRra                                                         rune = 0x0D31
	MalayalamLetterLa                                                          rune = 0x0D32
	MalayalamLetterLla                                                         rune = 0x0D33
	MalayalamLetterLlla                                                        rune = 0x0D34
	MalayalamLetterVa                                                          rune = 0x0D35
	MalayalamLetterSha                                                         rune = 0x0D36
	MalayalamLetterSsa                                                         rune = 0x0D37
	MalayalamLetterSa                                                          rune = 0x0D38
	MalayalamLetterHa                                                          rune = 0x0D39
	MalayalamLetterTtta                                                        rune = 0x0D3A
	MalayalamSignVerticalBarVirama                                             rune = 0x0D3B
	MalayalamSignCircularVirama                                                rune = 0x0D3C
	MalayalamSignAvagraha                                                      rune = 0x0D3D
	MalayalamVowelSignAa                                                       rune = 0x0D3E
	MalayalamVowelSignI                                                        rune = 0x0D3F
	MalayalamVowelSignIi                                                       rune = 0x0D40
	MalayalamVowelSignU                                                        rune = 0x0D41
	MalayalamVowelSignUu                                                       rune = 0x0D42
	MalayalamVowelSignVocalicR                                                 rune = 0x0D43
	MalayalamVowelSignVocalicRr                                                rune = 0x0D44
	MalayalamVowelSignE                                                        rune = 0x0D46
	MalayalamVowelSignEe                                                       rune = 0x0D47
	MalayalamVowelSignAi                                                       rune = 0x0D48
	MalayalamVowelSignO                                                        rune = 0x0D4A
	MalayalamVowelSignOo                                                       rune = 0x0D4B
	MalayalamVowelSignAu                                                       rune = 0x0D4C
	MalayalamSignVirama                                                        rune = 0x0D4D
	MalayalamLetterDotReph                                                     rune = 0x0D4E
	MalayalamSignPara                                                          rune = 0x0D4F
	MalayalamLetterChilluM                                                     rune = 0x0D54
	MalayalamLetterChilluY                                                     rune = 0x0D55
	MalayalamLetterChilluLll                                                   rune = 0x0D56
	MalayalamAuLengthMark                                                      rune = 0x0D57
	MalayalamFractionOneOneHundredAndSixtieth                                  rune = 0x0D58
	MalayalamFractionOneFortieth                                               rune = 0x0D59
	MalayalamFractionThreeEightieths                                           rune = 0x0D5A
	MalayalamFractionOneTwentieth                                              rune = 0x0D5B
	MalayalamFractionOneTenth                                                  rune = 0x0D5C
	MalayalamFractionThreeTwentieths                                           rune = 0x0D5D
	MalayalamFractionOneFifth                                                  rune = 0x0D5E
	MalayalamLetterArchaicIi                                                   rune = 0x0D5F
	MalayalamLetterVocalicRr                                                   rune = 0x0D60
	MalayalamLetterVocalicLl                                                   rune = 0x0D61
	MalayalamVowelSignVocalicL                                                 rune = 0x0D62
	MalayalamVowelSignVocalicLl                                                rune = 0x0D63
	MalayalamDigitZero                                                         rune = 0x0D66
	MalayalamDigitOne                                                          rune = 0x0D67
	MalayalamDigitTwo                                                          rune = 0x0D68
	MalayalamDigitThree                                                        rune = 0x0D69
	MalayalamDigitFour                                                         rune = 0x0D6A
	MalayalamDigitFive                                                         rune = 0x0D6B
	MalayalamDigitSix                                                          rune = 0x0D6C
	MalayalamDigitSeven                                                        rune = 0x0D6D
	MalayalamDigitEight                                                        rune = 0x0D6E
	MalayalamDigitNine                                                         rune = 0x0D6F
	MalayalamNumberTen                                                         rune = 0x0D70
	MalayalamNumberOneHundred                                                  rune = 0x0D71
	MalayalamNumberOneThousand                                                 rune = 0x0D72
	MalayalamFractionOneQuarter                                                rune = 0x0D73
	MalayalamFractionOneHalf                                                   rune = 0x0D74
	MalayalamFractionThreeQuarters                                             rune = 0x0D75
	MalayalamFractionOneSixteenth                                              rune = 0x0D76
	MalayalamFractionOneEighth                                                 rune = 0x0D77
	MalayalamFractionThreeSixteenths                                           rune = 0x0D78
	MalayalamDateMark                                                          rune = 0x0D79
	MalayalamLetterChilluNn                                                    rune = 0x0D7A
	MalayalamLetterChilluN                                                     rune = 0x0D7B
	MalayalamLetterChilluRr                                                    rune = 0x0D7C
	MalayalamLetterChilluL                                                     rune = 0x0D7D
	MalayalamLetterChilluLl                                                    rune = 0x0D7E
	MalayalamLetterChilluK                                                     rune = 0x0D7F
	SinhalaSignCandrabindu                                                     rune = 0x0D81
	SinhalaSignAnusvaraya                                                      rune = 0x0D82
	SinhalaSignVisargaya                                                       rune = 0x0D83
	SinhalaLetterAyanna                                                        rune = 0x0D85
	SinhalaLetterAayanna                                                       rune = 0x0D86
	SinhalaLetterAeyanna                                                       rune = 0x0D87
	SinhalaLetterAeeyanna                                                      rune = 0x0D88
	SinhalaLetterIyanna                                                        rune = 0x0D89
	SinhalaLetterIiyanna                                                       rune = 0x0D8A
	SinhalaLetterUyanna                                                        rune = 0x0D8B
	SinhalaLetterUuyanna                                                       rune = 0x0D8C
	SinhalaLetterIruyanna                                                      rune = 0x0D8D
	SinhalaLetterIruuyanna                                                     rune = 0x0D8E
	SinhalaLetterIluyanna                                                      rune = 0x0D8F
	SinhalaLetterIluuyanna                                                     rune = 0x0D90
	SinhalaLetterEyanna                                                        rune = 0x0D91
	SinhalaLetterEeyanna                                                       rune = 0x0D92
	SinhalaLetterAiyanna                                                       rune = 0x0D93
	SinhalaLetterOyanna                                                        rune = 0x0D94
	SinhalaLetterOoyanna                                                       rune = 0x0D95
	SinhalaLetterAuyanna                                                       rune = 0x0D96
	SinhalaLetterAlpapraanaKayanna                                             rune = 0x0D9A
	SinhalaLetterMahaapraanaKayanna                                            rune = 0x0D9B
	SinhalaLetterAlpapraanaGayanna                                             rune = 0x0D9C
	SinhalaLetterMahaapraanaGayanna                                            rune = 0x0D9D
	SinhalaLetterKantajaNaasikyaya                                             rune = 0x0D9E
	SinhalaLetterSanyakaGayanna                                                rune = 0x0D9F
	SinhalaLetterAlpapraanaCayanna                                             rune = 0x0DA0
	SinhalaLetterMahaapraanaCayanna                                            rune = 0x0DA1
	SinhalaLetterAlpapraanaJayanna                                             rune = 0x0DA2
	SinhalaLetterMahaapraanaJayanna                                            rune = 0x0DA3
	SinhalaLetterTaalujaNaasikyaya                                             rune = 0x0DA4
	SinhalaLetterTaalujaSanyoogaNaaksikyaya                                    rune = 0x0DA5
	SinhalaLetterSanyakaJayanna                                                rune = 0x0DA6
	SinhalaLetterAlpapraanaTtayanna                                            rune = 0x0DA7
	SinhalaLetterMahaapraanaTtayanna                                           rune = 0x0DA8
	SinhalaLetterAlpapraanaDdayanna                                            rune = 0x0DA9
	SinhalaLetterMahaapraanaDdayanna                                           rune = 0x0DAA
	SinhalaLetterMuurdhajaNayanna                                              rune = 0x0DAB
	SinhalaLetterSanyakaDdayanna                                               rune = 0x0DAC
	SinhalaLetterAlpapraanaTayanna                                             rune = 0x0DAD
	SinhalaLetterMahaapraanaTayanna                                            rune = 0x0DAE
	SinhalaLetterAlpapraanaDayanna                                             rune = 0x0DAF
	SinhalaLetterMahaapraanaDayanna                                            rune = 0x0DB0
	SinhalaLetterDantajaNayanna                                                rune = 0x0DB1
	SinhalaLetterSanyakaDayanna                                                rune = 0x0DB3
	SinhalaLetterAlpapraanaPayanna                                             rune = 0x0DB4
	SinhalaLetterMahaapraanaPayanna                                            rune = 0x0DB5
	SinhalaLetterAlpapraanaBayanna                                             rune = 0x0DB6
	SinhalaLetterMahaapraanaBayanna                                            rune = 0x0DB7
	SinhalaLetterMayanna                                                       rune = 0x0DB8
	SinhalaLetterAmbaBayanna                                                   rune = 0x0DB9
	SinhalaLetterYayanna                                                       rune = 0x0DBA
	SinhalaLetterRayanna                                                       rune = 0x0DBB
	SinhalaLetterDantajaLayanna                                                rune = 0x0DBD
	SinhalaLetterVayanna                                                       rune = 0x0DC0
	SinhalaLetterTaalujaSayanna                                                rune = 0x0DC1
	SinhalaLetterMuurdhajaSayanna                                              rune = 0x0DC2
	SinhalaLetterDantajaSayanna                                                rune = 0x0DC3
	SinhalaLetterHayanna                                                       rune = 0x0DC4
	SinhalaLetterMuurdhajaLayanna                                              rune = 0x0DC5
	SinhalaLetterFayanna                                                       rune = 0x0DC6
	SinhalaSignAlLakuna                                                        rune = 0x0DCA
	SinhalaVowelSignAelaPilla                                                  rune = 0x0DCF
	SinhalaVowelSignKettiAedaPilla                                             rune = 0x0DD0
	SinhalaVowelSignDigaAedaPilla                                              rune = 0x0DD1
	SinhalaVowelSignKettiIsPilla                                               rune = 0x0DD2
	SinhalaVowelSignDigaIsPilla                                                rune = 0x0DD3
	SinhalaVowelSignKettiPaaPilla                                              rune = 0x0DD4
	SinhalaVowelSignDigaPaaPilla                                               rune = 0x0DD6
	SinhalaVowelSignGaettaPilla                                                rune = 0x0DD8
	SinhalaVowelSignKombuva                                                    rune = 0x0DD9
	SinhalaVowelSignDigaKombuva                                                rune = 0x0DDA
	SinhalaVowelSignKombuDeka                                                  rune = 0x0DDB
	SinhalaVowelSignKombuvaHaaAelaPilla                                        rune = 0x0DDC
	SinhalaVowelSignKombuvaHaaDigaAelaPilla                                    rune = 0x0DDD
	SinhalaVowelSignKombuvaHaaGayanukitta                                      rune = 0x0DDE
	SinhalaVowelSignGayanukitta                                                rune = 0x0DDF
	SinhalaLithDigitZero                                                       rune = 0x0DE6
	SinhalaLithDigitOne                                                        rune = 0x0DE7
	SinhalaLithDigitTwo                                                        rune = 0x0DE8
	SinhalaLithDigitThree                                                      rune = 0x0DE9
	SinhalaLithDigitFour                                                       rune = 0x0DEA
	SinhalaLithDigitFive                                                       rune = 0x0DEB
	SinhalaLithDigitSix                                                        rune = 0x0DEC
	SinhalaLithDigitSeven                                                      rune = 0x0DED
	SinhalaLithDigitEight                                                      rune = 0x0DEE
	SinhalaLithDigitNine                                                       rune = 0x0DEF
	SinhalaVowelSignDigaGaettaPilla                                            rune = 0x0DF2
	SinhalaVowelSignDigaGayanukitta                                            rune = 0x0DF3
	SinhalaPunctuationKunddaliya                                               rune = 0x0DF4
	ThaiCharacterKoKai                                                         rune = 0x0E01
	ThaiCharacterKhoKhai                                                       rune = 0x0E02
	ThaiCharacterKhoKhuat                                                      rune = 0x0E03
	ThaiCharacterKhoKhwai                                                      rune = 0x0E04
	ThaiCharacterKhoKhon                                                       rune = 0x0E05
	ThaiCharacterKhoRakhang                                                    rune = 0x0E06
	ThaiCharacterNgoNgu                                                        rune = 0x0E07
	ThaiCharacterChoChan                                                       rune = 0x0E08
	ThaiCharacterChoChing                                                      rune = 0x0E09
	ThaiCharacterChoChang                                                      rune = 0x0E0A
	ThaiCharacterSoSo                                                          rune = 0x0E0B
	ThaiCharacterChoChoe                                                       rune = 0x0E0C
	ThaiCharacterYoYing                                                        rune = 0x0E0D
	ThaiCharacterDoChada                                                       rune = 0x0E0E
	ThaiCharacterToPatak                                                       rune = 0x0E0F
	ThaiCharacterThoThan                                                       rune = 0x0E10
	ThaiCharacterThoNangmontho                                                 rune = 0x0E11
	ThaiCharacterThoPhuthao                                                    rune = 0x0E12
	ThaiCharacterNoNen                                                         rune = 0x0E13
	ThaiCharacterDoDek                                                         rune = 0x0E14
	ThaiCharacterToTao                                                         rune = 0x0E15
	ThaiCharacterThoThung                                                      rune = 0x0E16
	ThaiCharacterThoThahan                                                     rune = 0x0E17
	ThaiCharacterThoThong                                                      rune = 0x0E18
	ThaiCharacterNoNu                                                          rune = 0x0E19
	ThaiCharacterBoBaimai                                                      rune = 0x0E1A
	ThaiCharacterPoPla                                                         rune = 0x0E1B
	ThaiCharacterPhoPhung                                                      rune = 0x0E1C
	ThaiCharacterFoFa                                                          rune = 0x0E1D
	ThaiCharacterPhoPhan                                                       rune = 0x0E1E
	ThaiCharacterFoFan                                                         rune = 0x0E1F
	ThaiCharacterPhoSamphao                                                    rune = 0x0E20
	ThaiCharacterMoMa                                                          rune = 0x0E21
	ThaiCharacterYoYak                                                         rune = 0x0E22
	ThaiCharacterRoRua                                                         rune = 0x0E23
	ThaiCharacterRu                                                            rune = 0x0E24
	ThaiCharacterLoLing                                                        rune = 0x0E25
	ThaiCharacterLu                                                            rune = 0x0E26
	ThaiCharacterWoWaen                                                        rune = 0x0E27
	ThaiCharacterSoSala                                                        rune = 0x0E28
	ThaiCharacterSoRusi                                                        rune = 0x0E29
	ThaiCharacterSoSua                                                         rune = 0x0E2A
	ThaiCharacterHoHip                                                         rune = 0x0E2B
	ThaiCharacterLoChula                                                       rune = 0x0E2C
	ThaiCharacterOAng                                                          rune = 0x0E2D
	ThaiCharacterHoNokhuk                                                      rune = 0x0E2E
	ThaiCharacterPaiyannoi                                                     rune = 0x0E2F
	ThaiCharacterSaraA                                                         rune = 0x0E30
	ThaiCharacterMaiHanAkat                                                    rune = 0x0E31
	ThaiCharacterSaraAa                                                        rune = 0x0E32
	ThaiCharacterSaraAm                                                        rune = 0x0E33
	ThaiCharacterSaraI                                                         rune = 0x0E34
	ThaiCharacterSaraIi                                                        rune = 0x0E35
	ThaiCharacterSaraUe                                                        rune = 0x0E36
	ThaiCharacterSaraUee                                                       rune = 0x0E37
	ThaiCharacterSaraU                                                         rune = 0x0E38
	ThaiCharacterSaraUu                                                        rune = 0x0E39
	ThaiCharacterPhinthu                                                       rune = 0x0E3A
	ThaiCurrencySymbolBaht                                                     rune = 0x0E3F
	ThaiCharacterSaraE                                                         rune = 0x0E40
	ThaiCharacterSaraAe                                                        rune = 0x0E41
	ThaiCharacterSaraO                                                         rune = 0x0E42
	ThaiCharacterSaraAiMaimuan                                                 rune = 0x0E43
	ThaiCharacterSaraAiMaimalai                                                rune = 0x0E44
	ThaiCharacterLakkhangyao                                                   rune = 0x0E45
	ThaiCharacterMaiyamok                                                      rune = 0x0E46
	ThaiCharacterMaitaikhu                                                     rune = 0x0E47
	ThaiCharacterMaiEk                                                         rune = 0x0E48
	ThaiCharacterMaiTho                                                        rune = 0x0E49
	ThaiCharacterMaiTri                                                        rune = 0x0E4A
	ThaiCharacterMaiChattawa                                                   rune = 0x0E4B
	ThaiCharacterThanthakhat                                                   rune = 0x0E4C
	ThaiCharacterNikhahit                                                      rune = 0x0E4D
	ThaiCharacterYamakkan                                                      rune = 0x0E4E
	ThaiCharacterFongman                                                       rune = 0x0E4F
	ThaiDigitZero                                                              rune = 0x0E50
	ThaiDigitOne                                                               rune = 0x0E51
	ThaiDigitTwo                                                               rune = 0x0E52
	ThaiDigitThree                                                             rune = 0x0E53
	ThaiDigitFour                                                              rune = 0x0E54
	ThaiDigitFive                                                              rune = 0x0E55
	ThaiDigitSix                                                               rune = 0x0E56
	ThaiDigitSeven                                                             rune = 0x0E57
	ThaiDigitEight                                                             rune = 0x0E58
	ThaiDigitNine                                                              rune = 0x0E59
	ThaiCharacterAngkhankhu                                                    rune = 0x0E5A
	ThaiCharacterKhomut                                                        rune = 0x0E5B
	LaoLetterKo                                                                rune = 0x0E81
	LaoLetterKhoSung                                                           rune = 0x0E82
	LaoLetterKhoTam                                                            rune = 0x0E84
	LaoLetterPaliGha                                                           rune = 0x0E86
	LaoLetterNgo                                                               rune = 0x0E87
	LaoLetterCo                                                                rune = 0x0E88
	LaoLetterPaliCha                                                           rune = 0x0E89
	LaoLetterSoTam                                                             rune = 0x0E8A
	LaoLetterPaliJha                                                           rune = 0x0E8C
	LaoLetterNyo                                                               rune = 0x0E8D
	LaoLetterPaliNya                                                           rune = 0x0E8E
	LaoLetterPaliTta                                                           rune = 0x0E8F
	LaoLetterPaliTtha                                                          rune = 0x0E90
	LaoLetterPaliDda                                                           rune = 0x0E91
	LaoLetterPaliDdha                                                          rune = 0x0E92
	LaoLetterPaliNna                                                           rune = 0x0E93
	LaoLetterDo                                                                rune = 0x0E94
	LaoLetterTo                                                                rune = 0x0E95
	LaoLetterThoSung                                                           rune = 0x0E96
	LaoLetterThoTam                                                            rune = 0x0E97
	LaoLetterPaliDha                                                           rune = 0x0E98
	LaoLetterNo                                                                rune = 0x0E99
	LaoLetterBo                                                                rune = 0x0E9A
	LaoLetterPo                                                                rune = 0x0E9B
	LaoLetterPhoSung                                                           rune = 0x0E9C
	LaoLetterFoTam                                                             rune = 0x0E9D
	LaoLetterFoFon                                                             rune = 0x0E9D
	LaoLetterPhoTam                                                            rune = 0x0E9E
	LaoLetterFoSung                                                            rune = 0x0E9F
	LaoLetterFoFay                                                             rune = 0x0E9F
	LaoLetterPaliBha                                                           rune = 0x0EA0
	LaoLetterMo                                                                rune = 0x0EA1
	LaoLetterYo                                                                rune = 0x0EA2
	LaoLetterLoLing                                                            rune = 0x0EA3
	LaoLetterRo                                                                rune = 0x0EA3
	LaoLetterLoLoot                                                            rune = 0x0EA5
	LaoLetterLo                                                                rune = 0x0EA5
	LaoLetterWo                                                                rune = 0x0EA7
	LaoLetterSanskritSha                                                       rune = 0x0EA8
	LaoLetterSanskritSsa                                                       rune = 0x0EA9
	LaoLetterSoSung                                                            rune = 0x0EAA
	LaoLetterHoSung                                                            rune = 0x0EAB
	LaoLetterPaliLla                                                           rune = 0x0EAC
	LaoLetterO                                                                 rune = 0x0EAD
	LaoLetterHoTam                                                             rune = 0x0EAE
	LaoEllipsis                                                                rune = 0x0EAF
	LaoVowelSignA                                                              rune = 0x0EB0
	LaoVowelSignMaiKan                                                         rune = 0x0EB1
	LaoVowelSignAa                                                             rune = 0x0EB2
	LaoVowelSignAm                                                             rune = 0x0EB3
	LaoVowelSignI                                                              rune = 0x0EB4
	LaoVowelSignIi                                                             rune = 0x0EB5
	LaoVowelSignY                                                              rune = 0x0EB6
	LaoVowelSignYy                                                             rune = 0x0EB7
	LaoVowelSignU                                                              rune = 0x0EB8
	LaoVowelSignUu                                                             rune = 0x0EB9
	LaoSignPaliVirama                                                          rune = 0x0EBA
	LaoVowelSignMaiKon                                                         rune = 0x0EBB
	LaoSemivowelSignLo                                                         rune = 0x0EBC
	LaoSemivowelSignNyo                                                        rune = 0x0EBD
	LaoVowelSignE                                                              rune = 0x0EC0
	LaoVowelSignEi                                                             rune = 0x0EC1
	LaoVowelSignO                                                              rune = 0x0EC2
	LaoVowelSignAy                                                             rune = 0x0EC3
	LaoVowelSignAi                                                             rune = 0x0EC4
	LaoKoLa                                                                    rune = 0x0EC6
	LaoToneMaiEk                                                               rune = 0x0EC8
	LaoToneMaiTho                                                              rune = 0x0EC9
	LaoToneMaiTi                                                               rune = 0x0ECA
	LaoToneMaiCatawa                                                           rune = 0x0ECB
	LaoCancellationMark                                                        rune = 0x0ECC
	LaoNiggahita                                                               rune = 0x0ECD
	LaoDigitZero                                                               rune = 0x0ED0
	LaoDigitOne                                                                rune = 0x0ED1
	LaoDigitTwo                                                                rune = 0x0ED2
	LaoDigitThree                                                              rune = 0x0ED3
	LaoDigitFour                                                               rune = 0x0ED4
	LaoDigitFive                                                               rune = 0x0ED5
	LaoDigitSix                                                                rune = 0x0ED6
	LaoDigitSeven                                                              rune = 0x0ED7
	LaoDigitEight                                                              rune = 0x0ED8
	LaoDigitNine                                                               rune = 0x0ED9
	LaoHoNo                                                                    rune = 0x0EDC
	LaoHoMo                                                                    rune = 0x0EDD
	LaoLetterKhmuGo                                                            rune = 0x0EDE
	LaoLetterKhmuNyo                                                           rune = 0x0EDF
	TibetanSyllableOm                                                          rune = 0x0F00
	TibetanMarkGterYigMgoTruncatedA                                            rune = 0x0F01
	TibetanMarkGterYigMgoUmRnamBcadMa                                          rune = 0x0F02
	TibetanMarkGterYigMgoUmGterTshegMa                                         rune = 0x0F03
	TibetanMarkInitialYigMgoMdunMa                                             rune = 0x0F04
	TibetanMarkClosingYigMgoSgabMa                                             rune = 0x0F05
	TibetanMarkCaretYigMgoPhurShadMa                                           rune = 0x0F06
	TibetanMarkYigMgoTshegShadMa                                               rune = 0x0F07
	TibetanMarkSbrulShad                                                       rune = 0x0F08
	TibetanMarkBskurYigMgo                                                     rune = 0x0F09
	TibetanMarkBkaShogYigMgo                                                   rune = 0x0F0A
	TibetanMarkIntersyllabicTsheg                                              rune = 0x0F0B
	TibetanMarkDelimiterTshegBstar                                             rune = 0x0F0C
	TibetanMarkShad                                                            rune = 0x0F0D
	TibetanMarkNyisShad                                                        rune = 0x0F0E
	TibetanMarkTshegShad                                                       rune = 0x0F0F
	TibetanMarkNyisTshegShad                                                   rune = 0x0F10
	TibetanMarkRinChenSpungsShad                                               rune = 0x0F11
	TibetanMarkRgyaGramShad                                                    rune = 0x0F12
	TibetanMarkCaretDzudRtagsMeLongCan                                         rune = 0x0F13
	TibetanMarkGterTsheg                                                       rune = 0x0F14
	TibetanLogotypeSignChadRtags                                               rune = 0x0F15
	TibetanLogotypeSignLhagRtags                                               rune = 0x0F16
	TibetanAstrologicalSignSgraGcanCharRtags                                   rune = 0x0F17
	TibetanAstrologicalSignKhyudPa                                             rune = 0x0F18
	TibetanAstrologicalSignSdongTshugs                                         rune = 0x0F19
	TibetanSignRdelDkarGcig                                                    rune = 0x0F1A
	TibetanSignRdelDkarGnyis                                                   rune = 0x0F1B
	TibetanSignRdelDkarGsum                                                    rune = 0x0F1C
	TibetanSignRdelNagGcig                                                     rune = 0x0F1D
	TibetanSignRdelNagGnyis                                                    rune = 0x0F1E
	TibetanSignRdelDkarRdelNag                                                 rune = 0x0F1F
	TibetanDigitZero                                                           rune = 0x0F20
	TibetanDigitOne                                                            rune = 0x0F21
	TibetanDigitTwo                                                            rune = 0x0F22
	TibetanDigitThree                                                          rune = 0x0F23
	TibetanDigitFour                                                           rune = 0x0F24
	TibetanDigitFive                                                           rune = 0x0F25
	TibetanDigitSix                                                            rune = 0x0F26
	TibetanDigitSeven                                                          rune = 0x0F27
	TibetanDigitEight                                                          rune = 0x0F28
	TibetanDigitNine                                                           rune = 0x0F29
	TibetanDigitHalfOne                                                        rune = 0x0F2A
	TibetanDigitHalfTwo                                                        rune = 0x0F2B
	TibetanDigitHalfThree                                                      rune = 0x0F2C
	TibetanDigitHalfFour                                                       rune = 0x0F2D
	TibetanDigitHalfFive                                                       rune = 0x0F2E
	TibetanDigitHalfSix                                                        rune = 0x0F2F
	TibetanDigitHalfSeven                                                      rune = 0x0F30
	TibetanDigitHalfEight                                                      rune = 0x0F31
	TibetanDigitHalfNine                                                       rune = 0x0F32
	TibetanDigitHalfZero                                                       rune = 0x0F33
	TibetanMarkBsdusRtags                                                      rune = 0x0F34
	TibetanMarkNgasBzungNyiZla                                                 rune = 0x0F35
	TibetanMarkCaretDzudRtagsBzhiMigCan                                        rune = 0x0F36
	TibetanMarkNgasBzungSgorRtags                                              rune = 0x0F37
	TibetanMarkCheMgo                                                          rune = 0x0F38
	TibetanMarkTsaPhru                                                         rune = 0x0F39
	TibetanMarkGugRtagsGyon                                                    rune = 0x0F3A
	TibetanMarkGugRtagsGyas                                                    rune = 0x0F3B
	TibetanMarkAngKhangGyon                                                    rune = 0x0F3C
	TibetanMarkAngKhangGyas                                                    rune = 0x0F3D
	TibetanSignYarTshes                                                        rune = 0x0F3E
	TibetanSignMarTshes                                                        rune = 0x0F3F
	TibetanLetterKa                                                            rune = 0x0F40
	TibetanLetterKha                                                           rune = 0x0F41
	TibetanLetterGa                                                            rune = 0x0F42
	TibetanLetterGha                                                           rune = 0x0F43
	TibetanLetterNga                                                           rune = 0x0F44
	TibetanLetterCa                                                            rune = 0x0F45
	TibetanLetterCha                                                           rune = 0x0F46
	TibetanLetterJa                                                            rune = 0x0F47
	TibetanLetterNya                                                           rune = 0x0F49
	TibetanLetterTta                                                           rune = 0x0F4A
	TibetanLetterTtha                                                          rune = 0x0F4B
	TibetanLetterDda                                                           rune = 0x0F4C
	TibetanLetterDdha                                                          rune = 0x0F4D
	TibetanLetterNna                                                           rune = 0x0F4E
	TibetanLetterTa                                                            rune = 0x0F4F
	TibetanLetterTha                                                           rune = 0x0F50
	TibetanLetterDa                                                            rune = 0x0F51
	TibetanLetterDha                                                           rune = 0x0F52
	TibetanLetterNa                                                            rune = 0x0F53
	TibetanLetterPa                                                            rune = 0x0F54
	TibetanLetterPha                                                           rune = 0x0F55
	TibetanLetterBa                                                            rune = 0x0F56
	TibetanLetterBha                                                           rune = 0x0F57
	TibetanLetterMa                                                            rune = 0x0F58
	TibetanLetterTsa                                                           rune = 0x0F59
	TibetanLetterTsha                                                          rune = 0x0F5A
	TibetanLetterDza                                                           rune = 0x0F5B
	TibetanLetterDzha                                                          rune = 0x0F5C
	TibetanLetterWa                                                            rune = 0x0F5D
	TibetanLetterZha                                                           rune = 0x0F5E
	TibetanLetterZa                                                            rune = 0x0F5F
	TibetanLetterA                                                             rune = 0x0F60
	TibetanLetterYa                                                            rune = 0x0F61
	TibetanLetterRa                                                            rune = 0x0F62
	TibetanLetterLa                                                            rune = 0x0F63
	TibetanLetterSha                                                           rune = 0x0F64
	TibetanLetterSsa                                                           rune = 0x0F65
	TibetanLetterSa                                                            rune = 0x0F66
	TibetanLetterHa                                                            rune = 0x0F67
	TibetanLetterKssa                                                          rune = 0x0F69
	TibetanLetterFixedFormRa                                                   rune = 0x0F6A
	TibetanLetterKka                                                           rune = 0x0F6B
	TibetanLetterRra                                                           rune = 0x0F6C
	TibetanVowelSignAa                                                         rune = 0x0F71
	TibetanVowelSignI                                                          rune = 0x0F72
	TibetanVowelSignIi                                                         rune = 0x0F73
	TibetanVowelSignU                                                          rune = 0x0F74
	TibetanVowelSignUu                                                         rune = 0x0F75
	TibetanVowelSignVocalicR                                                   rune = 0x0F76
	TibetanVowelSignVocalicRr                                                  rune = 0x0F77
	TibetanVowelSignVocalicL                                                   rune = 0x0F78
	TibetanVowelSignVocalicLl                                                  rune = 0x0F79
	TibetanVowelSignE                                                          rune = 0x0F7A
	TibetanVowelSignEe                                                         rune = 0x0F7B
	TibetanVowelSignO                                                          rune = 0x0F7C
	TibetanVowelSignOo                                                         rune = 0x0F7D
	TibetanSignRjesSuNgaRo                                                     rune = 0x0F7E
	TibetanSignRnamBcad                                                        rune = 0x0F7F
	TibetanVowelSignReversedI                                                  rune = 0x0F80
	TibetanVowelSignReversedIi                                                 rune = 0x0F81
	TibetanSignNyiZlaNaaDa                                                     rune = 0x0F82
	TibetanSignSnaLdan                                                         rune = 0x0F83
	TibetanMarkHalanta                                                         rune = 0x0F84
	TibetanMarkPaluta                                                          rune = 0x0F85
	TibetanSignLciRtags                                                        rune = 0x0F86
	TibetanSignYangRtags                                                       rune = 0x0F87
	TibetanSignLceTsaCan                                                       rune = 0x0F88
	TibetanSignMchuCan                                                         rune = 0x0F89
	TibetanSignGruCanRgyings                                                   rune = 0x0F8A
	TibetanSignGruMedRgyings                                                   rune = 0x0F8B
	TibetanSignInvertedMchuCan                                                 rune = 0x0F8C
	TibetanSubjoinedSignLceTsaCan                                              rune = 0x0F8D
	TibetanSubjoinedSignMchuCan                                                rune = 0x0F8E
	TibetanSubjoinedSignInvertedMchuCan                                        rune = 0x0F8F
	TibetanSubjoinedLetterKa                                                   rune = 0x0F90
	TibetanSubjoinedLetterKha                                                  rune = 0x0F91
	TibetanSubjoinedLetterGa                                                   rune = 0x0F92
	TibetanSubjoinedLetterGha                                                  rune = 0x0F93
	TibetanSubjoinedLetterNga                                                  rune = 0x0F94
	TibetanSubjoinedLetterCa                                                   rune = 0x0F95
	TibetanSubjoinedLetterCha                                                  rune = 0x0F96
	TibetanSubjoinedLetterJa                                                   rune = 0x0F97
	TibetanSubjoinedLetterNya                                                  rune = 0x0F99
	TibetanSubjoinedLetterTta                                                  rune = 0x0F9A
	TibetanSubjoinedLetterTtha                                                 rune = 0x0F9B
	TibetanSubjoinedLetterDda                                                  rune = 0x0F9C
	TibetanSubjoinedLetterDdha                                                 rune = 0x0F9D
	TibetanSubjoinedLetterNna                                                  rune = 0x0F9E
	TibetanSubjoinedLetterTa                                                   rune = 0x0F9F
	TibetanSubjoinedLetterTha                                                  rune = 0x0FA0
	TibetanSubjoinedLetterDa                                                   rune = 0x0FA1
	TibetanSubjoinedLetterDha                                                  rune = 0x0FA2
	TibetanSubjoinedLetterNa                                                   rune = 0x0FA3
	TibetanSubjoinedLetterPa                                                   rune = 0x0FA4
	TibetanSubjoinedLetterPha                                                  rune = 0x0FA5
	TibetanSubjoinedLetterBa                                                   rune = 0x0FA6
	TibetanSubjoinedLetterBha                                                  rune = 0x0FA7
	TibetanSubjoinedLetterMa                                                   rune = 0x0FA8
	TibetanSubjoinedLetterTsa                                                  rune = 0x0FA9
	TibetanSubjoinedLetterTsha                                                 rune = 0x0FAA
	TibetanSubjoinedLetterDza                                                  rune = 0x0FAB
	TibetanSubjoinedLetterDzha                                                 rune = 0x0FAC
	TibetanSubjoinedLetterWa                                                   rune = 0x0FAD
	TibetanSubjoinedLetterZha                                                  rune = 0x0FAE
	TibetanSubjoinedLetterZa                                                   rune = 0x0FAF
	TibetanSubjoinedLetterA                                                    rune = 0x0FB0
	TibetanSubjoinedLetterYa                                                   rune = 0x0FB1
	TibetanSubjoinedLetterRa                                                   rune = 0x0FB2
	TibetanSubjoinedLetterLa                                                   rune = 0x0FB3
	TibetanSubjoinedLetterSha                                                  rune = 0x0FB4
	TibetanSubjoinedLetterSsa                                                  rune = 0x0FB5
	TibetanSubjoinedLetterSa                                                   rune = 0x0FB6
	TibetanSubjoinedLetterHa                                                   rune = 0x0FB7
	TibetanSubjoinedLetterKssa                                                 rune = 0x0FB9
	TibetanSubjoinedLetterFixedFormWa                                          rune = 0x0FBA
	TibetanSubjoinedLetterFixedFormYa                                          rune = 0x0FBB
	TibetanSubjoinedLetterFixedFormRa                                          rune = 0x0FBC
	TibetanKuRuKha                                                             rune = 0x0FBE
	TibetanKuRuKhaBzhiMigCan                                                   rune = 0x0FBF
	TibetanCantillationSignHeavyBeat                                           rune = 0x0FC0
	TibetanCantillationSignLightBeat                                           rune = 0x0FC1
	TibetanCantillationSignCangTeU                                             rune = 0x0FC2
	TibetanCantillationSignSbubChal                                            rune = 0x0FC3
	TibetanSymbolDrilBu                                                        rune = 0x0FC4
	TibetanSymbolRdoRje                                                        rune = 0x0FC5
	TibetanSymbolPadmaGdan                                                     rune = 0x0FC6
	TibetanSymbolRdoRjeRgyaGram                                                rune = 0x0FC7
	TibetanSymbolPhurPa                                                        rune = 0x0FC8
	TibetanSymbolNorBu                                                         rune = 0x0FC9
	TibetanSymbolNorBuNyisKhyil                                                rune = 0x0FCA
	TibetanSymbolNorBuGsumKhyil                                                rune = 0x0FCB
	TibetanSymbolNorBuBzhiKhyil                                                rune = 0x0FCC
	TibetanSignRdelNagRdelDkar                                                 rune = 0x0FCE
	TibetanSignRdelNagGsum                                                     rune = 0x0FCF
	TibetanMarkBskaShogGiMgoRgyan                                              rune = 0x0FD0
	TibetanMarkBkaShogGiMgoRgyan                                               rune = 0x0FD0
	TibetanMarkMnyamYigGiMgoRgyan                                              rune = 0x0FD1
	TibetanMarkNyisTsheg                                                       rune = 0x0FD2
	TibetanMarkInitialBrdaRnyingYigMgoMdunMa                                   rune = 0x0FD3
	TibetanMarkClosingBrdaRnyingYigMgoSgabMa                                   rune = 0x0FD4
	RightFacingSvastiSign                                                      rune = 0x0FD5
	LeftFacingSvastiSign                                                       rune = 0x0FD6
	RightFacingSvastiSignWithDots                                              rune = 0x0FD7
	LeftFacingSvastiSignWithDots                                               rune = 0x0FD8
	TibetanMarkLeadingMchanRtags                                               rune = 0x0FD9
	TibetanMarkTrailingMchanRtags                                              rune = 0x0FDA
	MyanmarLetterKa                                                            rune = 0x1000
	MyanmarLetterKha                                                           rune = 0x1001
	MyanmarLetterGa                                                            rune = 0x1002
	MyanmarLetterGha                                                           rune = 0x1003
	MyanmarLetterNga                                                           rune = 0x1004
	MyanmarLetterCa                                                            rune = 0x1005
	MyanmarLetterCha                                                           rune = 0x1006
	MyanmarLetterJa                                                            rune = 0x1007
	MyanmarLetterJha                                                           rune = 0x1008
	MyanmarLetterNya                                                           rune = 0x1009
	MyanmarLetterNnya                                                          rune = 0x100A
	MyanmarLetterTta                                                           rune = 0x100B
	MyanmarLetterTtha                                                          rune = 0x100C
	MyanmarLetterDda                                                           rune = 0x100D
	MyanmarLetterDdha                                                          rune = 0x100E
	MyanmarLetterNna                                                           rune = 0x100F
	MyanmarLetterTa                                                            rune = 0x1010
	MyanmarLetterTha                                                           rune = 0x1011
	MyanmarLetterDa                                                            rune = 0x1012
	MyanmarLetterDha                                                           rune = 0x1013
	MyanmarLetterNa                                                            rune = 0x1014
	MyanmarLetterPa                                                            rune = 0x1015
	MyanmarLetterPha                                                           rune = 0x1016
	MyanmarLetterBa                                                            rune = 0x1017
	MyanmarLetterBha                                                           rune = 0x1018
	MyanmarLetterMa                                                            rune = 0x1019
	MyanmarLetterYa                                                            rune = 0x101A
	MyanmarLetterRa                                                            rune = 0x101B
	MyanmarLetterLa                                                            rune = 0x101C
	MyanmarLetterWa                                                            rune = 0x101D
	MyanmarLetterSa                                                            rune = 0x101E
	MyanmarLetterHa                                                            rune = 0x101F
	MyanmarLetterLla                                                           rune = 0x1020
	MyanmarLetterA                                                             rune = 0x1021
	MyanmarLetterShanA                                                         rune = 0x1022
	MyanmarLetterI                                                             rune = 0x1023
	MyanmarLetterIi                                                            rune = 0x1024
	MyanmarLetterU                                                             rune = 0x1025
	MyanmarLetterUu                                                            rune = 0x1026
	MyanmarLetterE                                                             rune = 0x1027
	MyanmarLetterMonE                                                          rune = 0x1028
	MyanmarLetterO                                                             rune = 0x1029
	MyanmarLetterAu                                                            rune = 0x102A
	MyanmarVowelSignTallAa                                                     rune = 0x102B
	MyanmarVowelSignAa                                                         rune = 0x102C
	MyanmarVowelSignI                                                          rune = 0x102D
	MyanmarVowelSignIi                                                         rune = 0x102E
	MyanmarVowelSignU                                                          rune = 0x102F
	MyanmarVowelSignUu                                                         rune = 0x1030
	MyanmarVowelSignE                                                          rune = 0x1031
	MyanmarVowelSignAi                                                         rune = 0x1032
	MyanmarVowelSignMonIi                                                      rune = 0x1033
	MyanmarVowelSignMonO                                                       rune = 0x1034
	MyanmarVowelSignEAbove                                                     rune = 0x1035
	MyanmarSignAnusvara                                                        rune = 0x1036
	MyanmarSignDotBelow                                                        rune = 0x1037
	MyanmarSignVisarga                                                         rune = 0x1038
	MyanmarSignVirama                                                          rune = 0x1039
	MyanmarSignAsat                                                            rune = 0x103A
	MyanmarConsonantSignMedialYa                                               rune = 0x103B
	MyanmarConsonantSignMedialRa                                               rune = 0x103C
	MyanmarConsonantSignMedialWa                                               rune = 0x103D
	MyanmarConsonantSignMedialHa                                               rune = 0x103E
	MyanmarLetterGreatSa                                                       rune = 0x103F
	MyanmarDigitZero                                                           rune = 0x1040
	MyanmarDigitOne                                                            rune = 0x1041
	MyanmarDigitTwo                                                            rune = 0x1042
	MyanmarDigitThree                                                          rune = 0x1043
	MyanmarDigitFour                                                           rune = 0x1044
	MyanmarDigitFive                                                           rune = 0x1045
	MyanmarDigitSix                                                            rune = 0x1046
	MyanmarDigitSeven                                                          rune = 0x1047
	MyanmarDigitEight                                                          rune = 0x1048
	MyanmarDigitNine                                                           rune = 0x1049
	MyanmarSignLittleSection                                                   rune = 0x104A
	MyanmarSignSection                                                         rune = 0x104B
	MyanmarSymbolLocative                                                      rune = 0x104C
	MyanmarSymbolCompleted                                                     rune = 0x104D
	MyanmarSymbolAforementioned                                                rune = 0x104E
	MyanmarSymbolGenitive                                                      rune = 0x104F
	MyanmarLetterSha                                                           rune = 0x1050
	MyanmarLetterSsa                                                           rune = 0x1051
	MyanmarLetterVocalicR                                                      rune = 0x1052
	MyanmarLetterVocalicRr                                                     rune = 0x1053
	MyanmarLetterVocalicL                                                      rune = 0x1054
	MyanmarLetterVocalicLl                                                     rune = 0x1055
	MyanmarVowelSignVocalicR                                                   rune = 0x1056
	MyanmarVowelSignVocalicRr                                                  rune = 0x1057
	MyanmarVowelSignVocalicL                                                   rune = 0x1058
	MyanmarVowelSignVocalicLl                                                  rune = 0x1059
	MyanmarLetterMonNga                                                        rune = 0x105A
	MyanmarLetterMonJha                                                        rune = 0x105B
	MyanmarLetterMonBba                                                        rune = 0x105C
	MyanmarLetterMonBbe                                                        rune = 0x105D
	MyanmarConsonantSignMonMedialNa                                            rune = 0x105E
	MyanmarConsonantSignMonMedialMa                                            rune = 0x105F
	MyanmarConsonantSignMonMedialLa                                            rune = 0x1060
	MyanmarLetterSgawKarenSha                                                  rune = 0x1061
	MyanmarVowelSignSgawKarenEu                                                rune = 0x1062
	MyanmarToneMarkSgawKarenHathi                                              rune = 0x1063
	MyanmarToneMarkSgawKarenKePho                                              rune = 0x1064
	MyanmarLetterWesternPwoKarenTha                                            rune = 0x1065
	MyanmarLetterWesternPwoKarenPwa                                            rune = 0x1066
	MyanmarVowelSignWesternPwoKarenEu                                          rune = 0x1067
	MyanmarVowelSignWesternPwoKarenUe                                          rune = 0x1068
	MyanmarSignWesternPwoKarenTone1                                            rune = 0x1069
	MyanmarSignWesternPwoKarenTone2                                            rune = 0x106A
	MyanmarSignWesternPwoKarenTone3                                            rune = 0x106B
	MyanmarSignWesternPwoKarenTone4                                            rune = 0x106C
	MyanmarSignWesternPwoKarenTone5                                            rune = 0x106D
	MyanmarLetterEasternPwoKarenNna                                            rune = 0x106E
	MyanmarLetterEasternPwoKarenYwa                                            rune = 0x106F
	MyanmarLetterEasternPwoKarenGhwa                                           rune = 0x1070
	MyanmarVowelSignGebaKarenI                                                 rune = 0x1071
	MyanmarVowelSignKayahOe                                                    rune = 0x1072
	MyanmarVowelSignKayahU                                                     rune = 0x1073
	MyanmarVowelSignKayahEe                                                    rune = 0x1074
	MyanmarLetterShanKa                                                        rune = 0x1075
	MyanmarLetterShanKha                                                       rune = 0x1076
	MyanmarLetterShanGa                                                        rune = 0x1077
	MyanmarLetterShanCa                                                        rune = 0x1078
	MyanmarLetterShanZa                                                        rune = 0x1079
	MyanmarLetterShanNya                                                       rune = 0x107A
	MyanmarLetterShanDa                                                        rune = 0x107B
	MyanmarLetterShanNa                                                        rune = 0x107C
	MyanmarLetterShanPha                                                       rune = 0x107D
	MyanmarLetterShanFa                                                        rune = 0x107E
	MyanmarLetterShanBa                                                        rune = 0x107F
	MyanmarLetterShanTha                                                       rune = 0x1080
	MyanmarLetterShanHa                                                        rune = 0x1081
	MyanmarConsonantSignShanMedialWa                                           rune = 0x1082
	MyanmarVowelSignShanAa                                                     rune = 0x1083
	MyanmarVowelSignShanE                                                      rune = 0x1084
	MyanmarVowelSignShanEAbove                                                 rune = 0x1085
	MyanmarVowelSignShanFinalY                                                 rune = 0x1086
	MyanmarSignShanTone2                                                       rune = 0x1087
	MyanmarSignShanTone3                                                       rune = 0x1088
	MyanmarSignShanTone5                                                       rune = 0x1089
	MyanmarSignShanTone6                                                       rune = 0x108A
	MyanmarSignShanCouncilTone2                                                rune = 0x108B
	MyanmarSignShanCouncilTone3                                                rune = 0x108C
	MyanmarSignShanCouncilEmphaticTone                                         rune = 0x108D
	MyanmarLetterRumaiPalaungFa                                                rune = 0x108E
	MyanmarSignRumaiPalaungTone5                                               rune = 0x108F
	MyanmarShanDigitZero                                                       rune = 0x1090
	MyanmarShanDigitOne                                                        rune = 0x1091
	MyanmarShanDigitTwo                                                        rune = 0x1092
	MyanmarShanDigitThree                                                      rune = 0x1093
	MyanmarShanDigitFour                                                       rune = 0x1094
	MyanmarShanDigitFive                                                       rune = 0x1095
	MyanmarShanDigitSix                                                        rune = 0x1096
	MyanmarShanDigitSeven                                                      rune = 0x1097
	MyanmarShanDigitEight                                                      rune = 0x1098
	MyanmarShanDigitNine                                                       rune = 0x1099
	MyanmarSignKhamtiTone1                                                     rune = 0x109A
	MyanmarSignKhamtiTone3                                                     rune = 0x109B
	MyanmarVowelSignAitonA                                                     rune = 0x109C
	MyanmarVowelSignAitonAi                                                    rune = 0x109D
	MyanmarSymbolShanOne                                                       rune = 0x109E
	MyanmarSymbolShanExclamation                                               rune = 0x109F
	GeorgianCapitalLetterAn                                                    rune = 0x10A0
	GeorgianCapitalLetterBan                                                   rune = 0x10A1
	GeorgianCapitalLetterGan                                                   rune = 0x10A2
	GeorgianCapitalLetterDon                                                   rune = 0x10A3
	GeorgianCapitalLetterEn                                                    rune = 0x10A4
	GeorgianCapitalLetterVin                                                   rune = 0x10A5
	GeorgianCapitalLetterZen                                                   rune = 0x10A6
	GeorgianCapitalLetterTan                                                   rune = 0x10A7
	GeorgianCapitalLetterIn                                                    rune = 0x10A8
	GeorgianCapitalLetterKan                                                   rune = 0x10A9
	GeorgianCapitalLetterLas                                                   rune = 0x10AA
	GeorgianCapitalLetterMan                                                   rune = 0x10AB
	GeorgianCapitalLetterNar                                                   rune = 0x10AC
	GeorgianCapitalLetterOn                                                    rune = 0x10AD
	GeorgianCapitalLetterPar                                                   rune = 0x10AE
	GeorgianCapitalLetterZhar                                                  rune = 0x10AF
	GeorgianCapitalLetterRae                                                   rune = 0x10B0
	GeorgianCapitalLetterSan                                                   rune = 0x10B1
	GeorgianCapitalLetterTar                                                   rune = 0x10B2
	GeorgianCapitalLetterUn                                                    rune = 0x10B3
	GeorgianCapitalLetterPhar                                                  rune = 0x10B4
	GeorgianCapitalLetterKhar                                                  rune = 0x10B5
	GeorgianCapitalLetterGhan                                                  rune = 0x10B6
	GeorgianCapitalLetterQar                                                   rune = 0x10B7
	GeorgianCapitalLetterShin                                                  rune = 0x10B8
	GeorgianCapitalLetterChin                                                  rune = 0x10B9
	GeorgianCapitalLetterCan                                                   rune = 0x10BA
	GeorgianCapitalLetterJil                                                   rune = 0x10BB
	GeorgianCapitalLetterCil                                                   rune = 0x10BC
	GeorgianCapitalLetterChar                                                  rune = 0x10BD
	GeorgianCapitalLetterXan                                                   rune = 0x10BE
	GeorgianCapitalLetterJhan                                                  rune = 0x10BF
	GeorgianCapitalLetterHae                                                   rune = 0x10C0
	GeorgianCapitalLetterHe                                                    rune = 0x10C1
	GeorgianCapitalLetterHie                                                   rune = 0x10C2
	GeorgianCapitalLetterWe                                                    rune = 0x10C3
	GeorgianCapitalLetterHar                                                   rune = 0x10C4
	GeorgianCapitalLetterHoe                                                   rune = 0x10C5
	GeorgianCapitalLetterYn                                                    rune = 0x10C7
	GeorgianCapitalLetterAen                                                   rune = 0x10CD
	GeorgianLetterAn                                                           rune = 0x10D0
	GeorgianLetterBan                                                          rune = 0x10D1
	GeorgianLetterGan                                                          rune = 0x10D2
	GeorgianLetterDon                                                          rune = 0x10D3
	GeorgianLetterEn                                                           rune = 0x10D4
	GeorgianLetterVin                                                          rune = 0x10D5
	GeorgianLetterZen                                                          rune = 0x10D6
	GeorgianLetterTan                                                          rune = 0x10D7
	GeorgianLetterIn                                                           rune = 0x10D8
	GeorgianLetterKan                                                          rune = 0x10D9
	GeorgianLetterLas                                                          rune = 0x10DA
	GeorgianLetterMan                                                          rune = 0x10DB
	GeorgianLetterNar                                                          rune = 0x10DC
	GeorgianLetterOn                                                           rune = 0x10DD
	GeorgianLetterPar                                                          rune = 0x10DE
	GeorgianLetterZhar                                                         rune = 0x10DF
	GeorgianLetterRae                                                          rune = 0x10E0
	GeorgianLetterSan                                                          rune = 0x10E1
	GeorgianLetterTar                                                          rune = 0x10E2
	GeorgianLetterUn                                                           rune = 0x10E3
	GeorgianLetterPhar                                                         rune = 0x10E4
	GeorgianLetterKhar                                                         rune = 0x10E5
	GeorgianLetterGhan                                                         rune = 0x10E6
	GeorgianLetterQar                                                          rune = 0x10E7
	GeorgianLetterShin                                                         rune = 0x10E8
	GeorgianLetterChin                                                         rune = 0x10E9
	GeorgianLetterCan                                                          rune = 0x10EA
	GeorgianLetterJil                                                          rune = 0x10EB
	GeorgianLetterCil                                                          rune = 0x10EC
	GeorgianLetterChar                                                         rune = 0x10ED
	GeorgianLetterXan                                                          rune = 0x10EE
	GeorgianLetterJhan                                                         rune = 0x10EF
	GeorgianLetterHae                                                          rune = 0x10F0
	GeorgianLetterHe                                                           rune = 0x10F1
	GeorgianLetterHie                                                          rune = 0x10F2
	GeorgianLetterWe                                                           rune = 0x10F3
	GeorgianLetterHar                                                          rune = 0x10F4
	GeorgianLetterHoe                                                          rune = 0x10F5
	GeorgianLetterFi                                                           rune = 0x10F6
	GeorgianLetterYn                                                           rune = 0x10F7
	GeorgianLetterElifi                                                        rune = 0x10F8
	GeorgianLetterTurnedGan                                                    rune = 0x10F9
	GeorgianLetterAin                                                          rune = 0x10FA
	GeorgianParagraphSeparator                                                 rune = 0x10FB
	ModifierLetterGeorgianNar                                                  rune = 0x10FC
	GeorgianLetterAen                                                          rune = 0x10FD
	GeorgianLetterHardSign                                                     rune = 0x10FE
	GeorgianLetterLabialSign                                                   rune = 0x10FF
	HangulChoseongKiyeok                                                       rune = 0x1100
	HangulChoseongSsangkiyeok                                                  rune = 0x1101
	HangulChoseongNieun                                                        rune = 0x1102
	HangulChoseongTikeut                                                       rune = 0x1103
	HangulChoseongSsangtikeut                                                  rune = 0x1104
	HangulChoseongRieul                                                        rune = 0x1105
	HangulChoseongMieum                                                        rune = 0x1106
	HangulChoseongPieup                                                        rune = 0x1107
	HangulChoseongSsangpieup                                                   rune = 0x1108
	HangulChoseongSios                                                         rune = 0x1109
	HangulChoseongSsangsios                                                    rune = 0x110A
	HangulChoseongIeung                                                        rune = 0x110B
	HangulChoseongCieuc                                                        rune = 0x110C
	HangulChoseongSsangcieuc                                                   rune = 0x110D
	HangulChoseongChieuch                                                      rune = 0x110E
	HangulChoseongKhieukh                                                      rune = 0x110F
	HangulChoseongThieuth                                                      rune = 0x1110
	HangulChoseongPhieuph                                                      rune = 0x1111
	HangulChoseongHieuh                                                        rune = 0x1112
	HangulChoseongNieunKiyeok                                                  rune = 0x1113
	HangulChoseongSsangnieun                                                   rune = 0x1114
	HangulChoseongNieunTikeut                                                  rune = 0x1115
	HangulChoseongNieunPieup                                                   rune = 0x1116
	HangulChoseongTikeutKiyeok                                                 rune = 0x1117
	HangulChoseongRieulNieun                                                   rune = 0x1118
	HangulChoseongSsangrieul                                                   rune = 0x1119
	HangulChoseongRieulHieuh                                                   rune = 0x111A
	HangulChoseongKapyeounrieul                                                rune = 0x111B
	HangulChoseongMieumPieup                                                   rune = 0x111C
	HangulChoseongKapyeounmieum                                                rune = 0x111D
	HangulChoseongPieupKiyeok                                                  rune = 0x111E
	HangulChoseongPieupNieun                                                   rune = 0x111F
	HangulChoseongPieupTikeut                                                  rune = 0x1120
	HangulChoseongPieupSios                                                    rune = 0x1121
	HangulChoseongPieupSiosKiyeok                                              rune = 0x1122
	HangulChoseongPieupSiosTikeut                                              rune = 0x1123
	HangulChoseongPieupSiosPieup                                               rune = 0x1124
	HangulChoseongPieupSsangsios                                               rune = 0x1125
	HangulChoseongPieupSiosCieuc                                               rune = 0x1126
	HangulChoseongPieupCieuc                                                   rune = 0x1127
	HangulChoseongPieupChieuch                                                 rune = 0x1128
	HangulChoseongPieupThieuth                                                 rune = 0x1129
	HangulChoseongPieupPhieuph                                                 rune = 0x112A
	HangulChoseongKapyeounpieup                                                rune = 0x112B
	HangulChoseongKapyeounssangpieup                                           rune = 0x112C
	HangulChoseongSiosKiyeok                                                   rune = 0x112D
	HangulChoseongSiosNieun                                                    rune = 0x112E
	HangulChoseongSiosTikeut                                                   rune = 0x112F
	HangulChoseongSiosRieul                                                    rune = 0x1130
	HangulChoseongSiosMieum                                                    rune = 0x1131
	HangulChoseongSiosPieup                                                    rune = 0x1132
	HangulChoseongSiosPieupKiyeok                                              rune = 0x1133
	HangulChoseongSiosSsangsios                                                rune = 0x1134
	HangulChoseongSiosIeung                                                    rune = 0x1135
	HangulChoseongSiosCieuc                                                    rune = 0x1136
	HangulChoseongSiosChieuch                                                  rune = 0x1137
	HangulChoseongSiosKhieukh                                                  rune = 0x1138
	HangulChoseongSiosThieuth                                                  rune = 0x1139
	HangulChoseongSiosPhieuph                                                  rune = 0x113A
	HangulChoseongSiosHieuh                                                    rune = 0x113B
	HangulChoseongChitueumsios                                                 rune = 0x113C
	HangulChoseongChitueumssangsios                                            rune = 0x113D
	HangulChoseongCeongchieumsios                                              rune = 0x113E
	HangulChoseongCeongchieumssangsios                                         rune = 0x113F
	HangulChoseongPansios                                                      rune = 0x1140
	HangulChoseongIeungKiyeok                                                  rune = 0x1141
	HangulChoseongIeungTikeut                                                  rune = 0x1142
	HangulChoseongIeungMieum                                                   rune = 0x1143
	HangulChoseongIeungPieup                                                   rune = 0x1144
	HangulChoseongIeungSios                                                    rune = 0x1145
	HangulChoseongIeungPansios                                                 rune = 0x1146
	HangulChoseongSsangieung                                                   rune = 0x1147
	HangulChoseongIeungCieuc                                                   rune = 0x1148
	HangulChoseongIeungChieuch                                                 rune = 0x1149
	HangulChoseongIeungThieuth                                                 rune = 0x114A
	HangulChoseongIeungPhieuph                                                 rune = 0x114B
	HangulChoseongYesieung                                                     rune = 0x114C
	HangulChoseongCieucIeung                                                   rune = 0x114D
	HangulChoseongChitueumcieuc                                                rune = 0x114E
	HangulChoseongChitueumssangcieuc                                           rune = 0x114F
	HangulChoseongCeongchieumcieuc                                             rune = 0x1150
	HangulChoseongCeongchieumssangcieuc                                        rune = 0x1151
	HangulChoseongChieuchKhieukh                                               rune = 0x1152
	HangulChoseongChieuchHieuh                                                 rune = 0x1153
	HangulChoseongChitueumchieuch                                              rune = 0x1154
	HangulChoseongCeongchieumchieuch                                           rune = 0x1155
	HangulChoseongPhieuphPieup                                                 rune = 0x1156
	HangulChoseongKapyeounphieuph                                              rune = 0x1157
	HangulChoseongSsanghieuh                                                   rune = 0x1158
	HangulChoseongYeorinhieuh                                                  rune = 0x1159
	HangulChoseongKiyeokTikeut                                                 rune = 0x115A
	HangulChoseongNieunSios                                                    rune = 0x115B
	HangulChoseongNieunCieuc                                                   rune = 0x115C
	HangulChoseongNieunHieuh                                                   rune = 0x115D
	HangulChoseongTikeutRieul                                                  rune = 0x115E
	HangulChoseongFiller                                                       rune = 0x115F
	HangulJungseongFiller                                                      rune = 0x1160
	HangulJungseongA                                                           rune = 0x1161
	HangulJungseongAe                                                          rune = 0x1162
	HangulJungseongYa                                                          rune = 0x1163
	HangulJungseongYae                                                         rune = 0x1164
	HangulJungseongEo                                                          rune = 0x1165
	HangulJungseongE                                                           rune = 0x1166
	HangulJungseongYeo                                                         rune = 0x1167
	HangulJungseongYe                                                          rune = 0x1168
	HangulJungseongO                                                           rune = 0x1169
	HangulJungseongWa                                                          rune = 0x116A
	HangulJungseongWae                                                         rune = 0x116B
	HangulJungseongOe                                                          rune = 0x116C
	HangulJungseongYo                                                          rune = 0x116D
	HangulJungseongU                                                           rune = 0x116E
	HangulJungseongWeo                                                         rune = 0x116F
	HangulJungseongWe                                                          rune = 0x1170
	HangulJungseongWi                                                          rune = 0x1171
	HangulJungseongYu                                                          rune = 0x1172
	HangulJungseongEu                                                          rune = 0x1173
	HangulJungseongYi                                                          rune = 0x1174
	HangulJungseongI                                                           rune = 0x1175
	HangulJungseongAO                                                          rune = 0x1176
	HangulJungseongAU                                                          rune = 0x1177
	HangulJungseongYaO                                                         rune = 0x1178
	HangulJungseongYaYo                                                        rune = 0x1179
	HangulJungseongEoO                                                         rune = 0x117A
	HangulJungseongEoU                                                         rune = 0x117B
	HangulJungseongEoEu                                                        rune = 0x117C
	HangulJungseongYeoO                                                        rune = 0x117D
	HangulJungseongYeoU                                                        rune = 0x117E
	HangulJungseongOEo                                                         rune = 0x117F
	HangulJungseongOE                                                          rune = 0x1180
	HangulJungseongOYe                                                         rune = 0x1181
	HangulJungseongOO                                                          rune = 0x1182
	HangulJungseongOU                                                          rune = 0x1183
	HangulJungseongYoYa                                                        rune = 0x1184
	HangulJungseongYoYae                                                       rune = 0x1185
	HangulJungseongYoYeo                                                       rune = 0x1186
	HangulJungseongYoO                                                         rune = 0x1187
	HangulJungseongYoI                                                         rune = 0x1188
	HangulJungseongUA                                                          rune = 0x1189
	HangulJungseongUAe                                                         rune = 0x118A
	HangulJungseongUEoEu                                                       rune = 0x118B
	HangulJungseongUYe                                                         rune = 0x118C
	HangulJungseongUU                                                          rune = 0x118D
	HangulJungseongYuA                                                         rune = 0x118E
	HangulJungseongYuEo                                                        rune = 0x118F
	HangulJungseongYuE                                                         rune = 0x1190
	HangulJungseongYuYeo                                                       rune = 0x1191
	HangulJungseongYuYe                                                        rune = 0x1192
	HangulJungseongYuU                                                         rune = 0x1193
	HangulJungseongYuI                                                         rune = 0x1194
	HangulJungseongEuU                                                         rune = 0x1195
	HangulJungseongEuEu                                                        rune = 0x1196
	HangulJungseongYiU                                                         rune = 0x1197
	HangulJungseongIA                                                          rune = 0x1198
	HangulJungseongIYa                                                         rune = 0x1199
	HangulJungseongIO                                                          rune = 0x119A
	HangulJungseongIU                                                          rune = 0x119B
	HangulJungseongIEu                                                         rune = 0x119C
	HangulJungseongIAraea                                                      rune = 0x119D
	HangulJungseongAraea                                                       rune = 0x119E
	HangulJungseongAraeaEo                                                     rune = 0x119F
	HangulJungseongAraeaU                                                      rune = 0x11A0
	HangulJungseongAraeaI                                                      rune = 0x11A1
	HangulJungseongSsangaraea                                                  rune = 0x11A2
	HangulJungseongAEu                                                         rune = 0x11A3
	HangulJungseongYaU                                                         rune = 0x11A4
	HangulJungseongYeoYa                                                       rune = 0x11A5
	HangulJungseongOYa                                                         rune = 0x11A6
	HangulJungseongOYae                                                        rune = 0x11A7
	HangulJongseongKiyeok                                                      rune = 0x11A8
	HangulJongseongSsangkiyeok                                                 rune = 0x11A9
	HangulJongseongKiyeokSios                                                  rune = 0x11AA
	HangulJongseongNieun                                                       rune = 0x11AB
	HangulJongseongNieunCieuc                                                  rune = 0x11AC
	HangulJongseongNieunHieuh                                                  rune = 0x11AD
	HangulJongseongTikeut                                                      rune = 0x11AE
	HangulJongseongRieul                                                       rune = 0x11AF
	HangulJongseongRieulKiyeok                                                 rune = 0x11B0
	HangulJongseongRieulMieum                                                  rune = 0x11B1
	HangulJongseongRieulPieup                                                  rune = 0x11B2
	HangulJongseongRieulSios                                                   rune = 0x11B3
	HangulJongseongRieulThieuth                                                rune = 0x11B4
	HangulJongseongRieulPhieuph                                                rune = 0x11B5
	HangulJongseongRieulHieuh                                                  rune = 0x11B6
	HangulJongseongMieum                                                       rune = 0x11B7
	HangulJongseongPieup                                                       rune = 0x11B8
	HangulJongseongPieupSios                                                   rune = 0x11B9
	HangulJongseongSios                                                        rune = 0x11BA
	HangulJongseongSsangsios                                                   rune = 0x11BB
	HangulJongseongIeung                                                       rune = 0x11BC
	HangulJongseongCieuc                                                       rune = 0x11BD
	HangulJongseongChieuch                                                     rune = 0x11BE
	HangulJongseongKhieukh                                                     rune = 0x11BF
	HangulJongseongThieuth                                                     rune = 0x11C0
	HangulJongseongPhieuph                                                     rune = 0x11C1
	HangulJongseongHieuh                                                       rune = 0x11C2
	HangulJongseongKiyeokRieul                                                 rune = 0x11C3
	HangulJongseongKiyeokSiosKiyeok                                            rune = 0x11C4
	HangulJongseongNieunKiyeok                                                 rune = 0x11C5
	HangulJongseongNieunTikeut                                                 rune = 0x11C6
	HangulJongseongNieunSios                                                   rune = 0x11C7
	HangulJongseongNieunPansios                                                rune = 0x11C8
	HangulJongseongNieunThieuth                                                rune = 0x11C9
	HangulJongseongTikeutKiyeok                                                rune = 0x11CA
	HangulJongseongTikeutRieul                                                 rune = 0x11CB
	HangulJongseongRieulKiyeokSios                                             rune = 0x11CC
	HangulJongseongRieulNieun                                                  rune = 0x11CD
	HangulJongseongRieulTikeut                                                 rune = 0x11CE
	HangulJongseongRieulTikeutHieuh                                            rune = 0x11CF
	HangulJongseongSsangrieul                                                  rune = 0x11D0
	HangulJongseongRieulMieumKiyeok                                            rune = 0x11D1
	HangulJongseongRieulMieumSios                                              rune = 0x11D2
	HangulJongseongRieulPieupSios                                              rune = 0x11D3
	HangulJongseongRieulPieupHieuh                                             rune = 0x11D4
	HangulJongseongRieulKapyeounpieup                                          rune = 0x11D5
	HangulJongseongRieulSsangsios                                              rune = 0x11D6
	HangulJongseongRieulPansios                                                rune = 0x11D7
	HangulJongseongRieulKhieukh                                                rune = 0x11D8
	HangulJongseongRieulYeorinhieuh                                            rune = 0x11D9
	HangulJongseongMieumKiyeok                                                 rune = 0x11DA
	HangulJongseongMieumRieul                                                  rune = 0x11DB
	HangulJongseongMieumPieup                                                  rune = 0x11DC
	HangulJongseongMieumSios                                                   rune = 0x11DD
	HangulJongseongMieumSsangsios                                              rune = 0x11DE
	HangulJongseongMieumPansios                                                rune = 0x11DF
	HangulJongseongMieumChieuch                                                rune = 0x11E0
	HangulJongseongMieumHieuh                                                  rune = 0x11E1
	HangulJongseongKapyeounmieum                                               rune = 0x11E2
	HangulJongseongPieupRieul                                                  rune = 0x11E3
	HangulJongseongPieupPhieuph                                                rune = 0x11E4
	HangulJongseongPieupHieuh                                                  rune = 0x11E5
	HangulJongseongKapyeounpieup                                               rune = 0x11E6
	HangulJongseongSiosKiyeok                                                  rune = 0x11E7
	HangulJongseongSiosTikeut                                                  rune = 0x11E8
	HangulJongseongSiosRieul                                                   rune = 0x11E9
	HangulJongseongSiosPieup                                                   rune = 0x11EA
	HangulJongseongPansios                                                     rune = 0x11EB
	HangulJongseongIeungKiyeok                                                 rune = 0x11EC
	HangulJongseongYesieungKiyeok                                              rune = 0x11EC
	HangulJongseongIeungSsangkiyeok                                            rune = 0x11ED
	HangulJongseongYesieungSsangkiyeok                                         rune = 0x11ED
	HangulJongseongSsangieung                                                  rune = 0x11EE
	HangulJongseongSsangyesieung                                               rune = 0x11EE
	HangulJongseongIeungKhieukh                                                rune = 0x11EF
	HangulJongseongYesieungKhieukh                                             rune = 0x11EF
	HangulJongseongYesieung                                                    rune = 0x11F0
	HangulJongseongYesieungSios                                                rune = 0x11F1
	HangulJongseongYesieungPansios                                             rune = 0x11F2
	HangulJongseongPhieuphPieup                                                rune = 0x11F3
	HangulJongseongKapyeounphieuph                                             rune = 0x11F4
	HangulJongseongHieuhNieun                                                  rune = 0x11F5
	HangulJongseongHieuhRieul                                                  rune = 0x11F6
	HangulJongseongHieuhMieum                                                  rune = 0x11F7
	HangulJongseongHieuhPieup                                                  rune = 0x11F8
	HangulJongseongYeorinhieuh                                                 rune = 0x11F9
	HangulJongseongKiyeokNieun                                                 rune = 0x11FA
	HangulJongseongKiyeokPieup                                                 rune = 0x11FB
	HangulJongseongKiyeokChieuch                                               rune = 0x11FC
	HangulJongseongKiyeokKhieukh                                               rune = 0x11FD
	HangulJongseongKiyeokHieuh                                                 rune = 0x11FE
	HangulJongseongSsangnieun                                                  rune = 0x11FF
	EthiopicSyllableHa                                                         rune = 0x1200
	EthiopicSyllableHu                                                         rune = 0x1201
	EthiopicSyllableHi                                                         rune = 0x1202
	EthiopicSyllableHaa                                                        rune = 0x1203
	EthiopicSyllableHee                                                        rune = 0x1204
	EthiopicSyllableHe                                                         rune = 0x1205
	EthiopicSyllableHo                                                         rune = 0x1206
	EthiopicSyllableHoa                                                        rune = 0x1207
	EthiopicSyllableLa                                                         rune = 0x1208
	EthiopicSyllableLu                                                         rune = 0x1209
	EthiopicSyllableLi                                                         rune = 0x120A
	EthiopicSyllableLaa                                                        rune = 0x120B
	EthiopicSyllableLee                                                        rune = 0x120C
	EthiopicSyllableLe                                                         rune = 0x120D
	EthiopicSyllableLo                                                         rune = 0x120E
	EthiopicSyllableLwa                                                        rune = 0x120F
	EthiopicSyllableHha                                                        rune = 0x1210
	EthiopicSyllableHhu                                                        rune = 0x1211
	EthiopicSyllableHhi                                                        rune = 0x1212
	EthiopicSyllableHhaa                                                       rune = 0x1213
	EthiopicSyllableHhee                                                       rune = 0x1214
	EthiopicSyllableHhe                                                        rune = 0x1215
	EthiopicSyllableHho                                                        rune = 0x1216
	EthiopicSyllableHhwa                                                       rune = 0x1217
	EthiopicSyllableMa                                                         rune = 0x1218
	EthiopicSyllableMu                                                         rune = 0x1219
	EthiopicSyllableMi                                                         rune = 0x121A
	EthiopicSyllableMaa                                                        rune = 0x121B
	EthiopicSyllableMee                                                        rune = 0x121C
	EthiopicSyllableMe                                                         rune = 0x121D
	EthiopicSyllableMo                                                         rune = 0x121E
	EthiopicSyllableMwa                                                        rune = 0x121F
	EthiopicSyllableSza                                                        rune = 0x1220
	EthiopicSyllableSzu                                                        rune = 0x1221
	EthiopicSyllableSzi                                                        rune = 0x1222
	EthiopicSyllableSzaa                                                       rune = 0x1223
	EthiopicSyllableSzee                                                       rune = 0x1224
	EthiopicSyllableSze                                                        rune = 0x1225
	EthiopicSyllableSzo                                                        rune = 0x1226
	EthiopicSyllableSzwa                                                       rune = 0x1227
	EthiopicSyllableRa                                                         rune = 0x1228
	EthiopicSyllableRu                                                         rune = 0x1229
	EthiopicSyllableRi                                                         rune = 0x122A
	EthiopicSyllableRaa                                                        rune = 0x122B
	EthiopicSyllableRee                                                        rune = 0x122C
	EthiopicSyllableRe                                                         rune = 0x122D
	EthiopicSyllableRo                                                         rune = 0x122E
	EthiopicSyllableRwa                                                        rune = 0x122F
	EthiopicSyllableSa                                                         rune = 0x1230
	EthiopicSyllableSu                                                         rune = 0x1231
	EthiopicSyllableSi                                                         rune = 0x1232
	EthiopicSyllableSaa                                                        rune = 0x1233
	EthiopicSyllableSee                                                        rune = 0x1234
	EthiopicSyllableSe                                                         rune = 0x1235
	EthiopicSyllableSo                                                         rune = 0x1236
	EthiopicSyllableSwa                                                        rune = 0x1237
	EthiopicSyllableSha                                                        rune = 0x1238
	EthiopicSyllableShu                                                        rune = 0x1239
	EthiopicSyllableShi                                                        rune = 0x123A
	EthiopicSyllableShaa                                                       rune = 0x123B
	EthiopicSyllableShee                                                       rune = 0x123C
	EthiopicSyllableShe                                                        rune = 0x123D
	EthiopicSyllableSho                                                        rune = 0x123E
	EthiopicSyllableShwa                                                       rune = 0x123F
	EthiopicSyllableQa                                                         rune = 0x1240
	EthiopicSyllableQu                                                         rune = 0x1241
	EthiopicSyllableQi                                                         rune = 0x1242
	EthiopicSyllableQaa                                                        rune = 0x1243
	EthiopicSyllableQee                                                        rune = 0x1244
	EthiopicSyllableQe                                                         rune = 0x1245
	EthiopicSyllableQo                                                         rune = 0x1246
	EthiopicSyllableQoa                                                        rune = 0x1247
	EthiopicSyllableQwa                                                        rune = 0x1248
	EthiopicSyllableQwi                                                        rune = 0x124A
	EthiopicSyllableQwaa                                                       rune = 0x124B
	EthiopicSyllableQwee                                                       rune = 0x124C
	EthiopicSyllableQwe                                                        rune = 0x124D
	EthiopicSyllableQha                                                        rune = 0x1250
	EthiopicSyllableQhu                                                        rune = 0x1251
	EthiopicSyllableQhi                                                        rune = 0x1252
	EthiopicSyllableQhaa                                                       rune = 0x1253
	EthiopicSyllableQhee                                                       rune = 0x1254
	EthiopicSyllableQhe                                                        rune = 0x1255
	EthiopicSyllableQho                                                        rune = 0x1256
	EthiopicSyllableQhwa                                                       rune = 0x1258
	EthiopicSyllableQhwi                                                       rune = 0x125A
	EthiopicSyllableQhwaa                                                      rune = 0x125B
	EthiopicSyllableQhwee                                                      rune = 0x125C
	EthiopicSyllableQhwe                                                       rune = 0x125D
	EthiopicSyllableBa                                                         rune = 0x1260
	EthiopicSyllableBu                                                         rune = 0x1261
	EthiopicSyllableBi                                                         rune = 0x1262
	EthiopicSyllableBaa                                                        rune = 0x1263
	EthiopicSyllableBee                                                        rune = 0x1264
	EthiopicSyllableBe                                                         rune = 0x1265
	EthiopicSyllableBo                                                         rune = 0x1266
	EthiopicSyllableBwa                                                        rune = 0x1267
	EthiopicSyllableVa                                                         rune = 0x1268
	EthiopicSyllableVu                                                         rune = 0x1269
	EthiopicSyllableVi                                                         rune = 0x126A
	EthiopicSyllableVaa                                                        rune = 0x126B
	EthiopicSyllableVee                                                        rune = 0x126C
	EthiopicSyllableVe                                                         rune = 0x126D
	EthiopicSyllableVo                                                         rune = 0x126E
	EthiopicSyllableVwa                                                        rune = 0x126F
	EthiopicSyllableTa                                                         rune = 0x1270
	EthiopicSyllableTu                                                         rune = 0x1271
	EthiopicSyllableTi                                                         rune = 0x1272
	EthiopicSyllableTaa                                                        rune = 0x1273
	EthiopicSyllableTee                                                        rune = 0x1274
	EthiopicSyllableTe                                                         rune = 0x1275
	EthiopicSyllableTo                                                         rune = 0x1276
	EthiopicSyllableTwa                                                        rune = 0x1277
	EthiopicSyllableCa                                                         rune = 0x1278
	EthiopicSyllableCu                                                         rune = 0x1279
	EthiopicSyllableCi                                                         rune = 0x127A
	EthiopicSyllableCaa                                                        rune = 0x127B
	EthiopicSyllableCee                                                        rune = 0x127C
	EthiopicSyllableCe                                                         rune = 0x127D
	EthiopicSyllableCo                                                         rune = 0x127E
	EthiopicSyllableCwa                                                        rune = 0x127F
	EthiopicSyllableXa                                                         rune = 0x1280
	EthiopicSyllableXu                                                         rune = 0x1281
	EthiopicSyllableXi                                                         rune = 0x1282
	EthiopicSyllableXaa                                                        rune = 0x1283
	EthiopicSyllableXee                                                        rune = 0x1284
	EthiopicSyllableXe                                                         rune = 0x1285
	EthiopicSyllableXo                                                         rune = 0x1286
	EthiopicSyllableXoa                                                        rune = 0x1287
	EthiopicSyllableXwa                                                        rune = 0x1288
	EthiopicSyllableXwi                                                        rune = 0x128A
	EthiopicSyllableXwaa                                                       rune = 0x128B
	EthiopicSyllableXwee                                                       rune = 0x128C
	EthiopicSyllableXwe                                                        rune = 0x128D
	EthiopicSyllableNa                                                         rune = 0x1290
	EthiopicSyllableNu                                                         rune = 0x1291
	EthiopicSyllableNi                                                         rune = 0x1292
	EthiopicSyllableNaa                                                        rune = 0x1293
	EthiopicSyllableNee                                                        rune = 0x1294
	EthiopicSyllableNe                                                         rune = 0x1295
	EthiopicSyllableNo                                                         rune = 0x1296
	EthiopicSyllableNwa                                                        rune = 0x1297
	EthiopicSyllableNya                                                        rune = 0x1298
	EthiopicSyllableNyu                                                        rune = 0x1299
	EthiopicSyllableNyi                                                        rune = 0x129A
	EthiopicSyllableNyaa                                                       rune = 0x129B
	EthiopicSyllableNyee                                                       rune = 0x129C
	EthiopicSyllableNye                                                        rune = 0x129D
	EthiopicSyllableNyo                                                        rune = 0x129E
	EthiopicSyllableNywa                                                       rune = 0x129F
	EthiopicSyllableGlottalA                                                   rune = 0x12A0
	EthiopicSyllableGlottalU                                                   rune = 0x12A1
	EthiopicSyllableGlottalI                                                   rune = 0x12A2
	EthiopicSyllableGlottalAa                                                  rune = 0x12A3
	EthiopicSyllableGlottalEe                                                  rune = 0x12A4
	EthiopicSyllableGlottalE                                                   rune = 0x12A5
	EthiopicSyllableGlottalO                                                   rune = 0x12A6
	EthiopicSyllableGlottalWa                                                  rune = 0x12A7
	EthiopicSyllableKa                                                         rune = 0x12A8
	EthiopicSyllableKu                                                         rune = 0x12A9
	EthiopicSyllableKi                                                         rune = 0x12AA
	EthiopicSyllableKaa                                                        rune = 0x12AB
	EthiopicSyllableKee                                                        rune = 0x12AC
	EthiopicSyllableKe                                                         rune = 0x12AD
	EthiopicSyllableKo                                                         rune = 0x12AE
	EthiopicSyllableKoa                                                        rune = 0x12AF
	EthiopicSyllableKwa                                                        rune = 0x12B0
	EthiopicSyllableKwi                                                        rune = 0x12B2
	EthiopicSyllableKwaa                                                       rune = 0x12B3
	EthiopicSyllableKwee                                                       rune = 0x12B4
	EthiopicSyllableKwe                                                        rune = 0x12B5
	EthiopicSyllableKxa                                                        rune = 0x12B8
	EthiopicSyllableKxu                                                        rune = 0x12B9
	EthiopicSyllableKxi                                                        rune = 0x12BA
	EthiopicSyllableKxaa                                                       rune = 0x12BB
	EthiopicSyllableKxee                                                       rune = 0x12BC
	EthiopicSyllableKxe                                                        rune = 0x12BD
	EthiopicSyllableKxo                                                        rune = 0x12BE
	EthiopicSyllableKxwa                                                       rune = 0x12C0
	EthiopicSyllableKxwi                                                       rune = 0x12C2
	EthiopicSyllableKxwaa                                                      rune = 0x12C3
	EthiopicSyllableKxwee                                                      rune = 0x12C4
	EthiopicSyllableKxwe                                                       rune = 0x12C5
	EthiopicSyllableWa                                                         rune = 0x12C8
	EthiopicSyllableWu                                                         rune = 0x12C9
	EthiopicSyllableWi                                                         rune = 0x12CA
	EthiopicSyllableWaa                                                        rune = 0x12CB
	EthiopicSyllableWee                                                        rune = 0x12CC
	EthiopicSyllableWe                                                         rune = 0x12CD
	EthiopicSyllableWo                                                         rune = 0x12CE
	EthiopicSyllableWoa                                                        rune = 0x12CF
	EthiopicSyllablePharyngealA                                                rune = 0x12D0
	EthiopicSyllablePharyngealU                                                rune = 0x12D1
	EthiopicSyllablePharyngealI                                                rune = 0x12D2
	EthiopicSyllablePharyngealAa                                               rune = 0x12D3
	EthiopicSyllablePharyngealEe                                               rune = 0x12D4
	EthiopicSyllablePharyngealE                                                rune = 0x12D5
	EthiopicSyllablePharyngealO                                                rune = 0x12D6
	EthiopicSyllableZa                                                         rune = 0x12D8
	EthiopicSyllableZu                                                         rune = 0x12D9
	EthiopicSyllableZi                                                         rune = 0x12DA
	EthiopicSyllableZaa                                                        rune = 0x12DB
	EthiopicSyllableZee                                                        rune = 0x12DC
	EthiopicSyllableZe                                                         rune = 0x12DD
	EthiopicSyllableZo                                                         rune = 0x12DE
	EthiopicSyllableZwa                                                        rune = 0x12DF
	EthiopicSyllableZha                                                        rune = 0x12E0
	EthiopicSyllableZhu                                                        rune = 0x12E1
	EthiopicSyllableZhi                                                        rune = 0x12E2
	EthiopicSyllableZhaa                                                       rune = 0x12E3
	EthiopicSyllableZhee                                                       rune = 0x12E4
	EthiopicSyllableZhe                                                        rune = 0x12E5
	EthiopicSyllableZho                                                        rune = 0x12E6
	EthiopicSyllableZhwa                                                       rune = 0x12E7
	EthiopicSyllableYa                                                         rune = 0x12E8
	EthiopicSyllableYu                                                         rune = 0x12E9
	EthiopicSyllableYi                                                         rune = 0x12EA
	EthiopicSyllableYaa                                                        rune = 0x12EB
	EthiopicSyllableYee                                                        rune = 0x12EC
	EthiopicSyllableYe                                                         rune = 0x12ED
	EthiopicSyllableYo                                                         rune = 0x12EE
	EthiopicSyllableYoa                                                        rune = 0x12EF
	EthiopicSyllableDa                                                         rune = 0x12F0
	EthiopicSyllableDu                                                         rune = 0x12F1
	EthiopicSyllableDi                                                         rune = 0x12F2
	EthiopicSyllableDaa                                                        rune = 0x12F3
	EthiopicSyllableDee                                                        rune = 0x12F4
	EthiopicSyllableDe                                                         rune = 0x12F5
	EthiopicSyllableDo                                                         rune = 0x12F6
	EthiopicSyllableDwa                                                        rune = 0x12F7
	EthiopicSyllableDda                                                        rune = 0x12F8
	EthiopicSyllableDdu                                                        rune = 0x12F9
	EthiopicSyllableDdi                                                        rune = 0x12FA
	EthiopicSyllableDdaa                                                       rune = 0x12FB
	EthiopicSyllableDdee                                                       rune = 0x12FC
	EthiopicSyllableDde                                                        rune = 0x12FD
	EthiopicSyllableDdo                                                        rune = 0x12FE
	EthiopicSyllableDdwa                                                       rune = 0x12FF
	EthiopicSyllableJa                                                         rune = 0x1300
	EthiopicSyllableJu                                                         rune = 0x1301
	EthiopicSyllableJi                                                         rune = 0x1302
	EthiopicSyllableJaa                                                        rune = 0x1303
	EthiopicSyllableJee                                                        rune = 0x1304
	EthiopicSyllableJe                                                         rune = 0x1305
	EthiopicSyllableJo                                                         rune = 0x1306
	EthiopicSyllableJwa                                                        rune = 0x1307
	EthiopicSyllableGa                                                         rune = 0x1308
	EthiopicSyllableGu                                                         rune = 0x1309
	EthiopicSyllableGi                                                         rune = 0x130A
	EthiopicSyllableGaa                                                        rune = 0x130B
	EthiopicSyllableGee                                                        rune = 0x130C
	EthiopicSyllableGe                                                         rune = 0x130D
	EthiopicSyllableGo                                                         rune = 0x130E
	EthiopicSyllableGoa                                                        rune = 0x130F
	EthiopicSyllableGwa                                                        rune = 0x1310
	EthiopicSyllableGwi                                                        rune = 0x1312
	EthiopicSyllableGwaa                                                       rune = 0x1313
	EthiopicSyllableGwee                                                       rune = 0x1314
	EthiopicSyllableGwe                                                        rune = 0x1315
	EthiopicSyllableGga                                                        rune = 0x1318
	EthiopicSyllableGgu                                                        rune = 0x1319
	EthiopicSyllableGgi                                                        rune = 0x131A
	EthiopicSyllableGgaa                                                       rune = 0x131B
	EthiopicSyllableGgee                                                       rune = 0x131C
	EthiopicSyllableGge                                                        rune = 0x131D
	EthiopicSyllableGgo                                                        rune = 0x131E
	EthiopicSyllableGgwaa                                                      rune = 0x131F
	EthiopicSyllableTha                                                        rune = 0x1320
	EthiopicSyllableThu                                                        rune = 0x1321
	EthiopicSyllableThi                                                        rune = 0x1322
	EthiopicSyllableThaa                                                       rune = 0x1323
	EthiopicSyllableThee                                                       rune = 0x1324
	EthiopicSyllableThe                                                        rune = 0x1325
	EthiopicSyllableTho                                                        rune = 0x1326
	EthiopicSyllableThwa                                                       rune = 0x1327
	EthiopicSyllableCha                                                        rune = 0x1328
	EthiopicSyllableChu                                                        rune = 0x1329
	EthiopicSyllableChi                                                        rune = 0x132A
	EthiopicSyllableChaa                                                       rune = 0x132B
	EthiopicSyllableChee                                                       rune = 0x132C
	EthiopicSyllableChe                                                        rune = 0x132D
	EthiopicSyllableCho                                                        rune = 0x132E
	EthiopicSyllableChwa                                                       rune = 0x132F
	EthiopicSyllablePha                                                        rune = 0x1330
	EthiopicSyllablePhu                                                        rune = 0x1331
	EthiopicSyllablePhi                                                        rune = 0x1332
	EthiopicSyllablePhaa                                                       rune = 0x1333
	EthiopicSyllablePhee                                                       rune = 0x1334
	EthiopicSyllablePhe                                                        rune = 0x1335
	EthiopicSyllablePho                                                        rune = 0x1336
	EthiopicSyllablePhwa                                                       rune = 0x1337
	EthiopicSyllableTsa                                                        rune = 0x1338
	EthiopicSyllableTsu                                                        rune = 0x1339
	EthiopicSyllableTsi                                                        rune = 0x133A
	EthiopicSyllableTsaa                                                       rune = 0x133B
	EthiopicSyllableTsee                                                       rune = 0x133C
	EthiopicSyllableTse                                                        rune = 0x133D
	EthiopicSyllableTso                                                        rune = 0x133E
	EthiopicSyllableTswa                                                       rune = 0x133F
	EthiopicSyllableTza                                                        rune = 0x1340
	EthiopicSyllableTzu                                                        rune = 0x1341
	EthiopicSyllableTzi                                                        rune = 0x1342
	EthiopicSyllableTzaa                                                       rune = 0x1343
	EthiopicSyllableTzee                                                       rune = 0x1344
	EthiopicSyllableTze                                                        rune = 0x1345
	EthiopicSyllableTzo                                                        rune = 0x1346
	EthiopicSyllableTzoa                                                       rune = 0x1347
	EthiopicSyllableFa                                                         rune = 0x1348
	EthiopicSyllableFu                                                         rune = 0x1349
	EthiopicSyllableFi                                                         rune = 0x134A
	EthiopicSyllableFaa                                                        rune = 0x134B
	EthiopicSyllableFee                                                        rune = 0x134C
	EthiopicSyllableFe                                                         rune = 0x134D
	EthiopicSyllableFo                                                         rune = 0x134E
	EthiopicSyllableFwa                                                        rune = 0x134F
	EthiopicSyllablePa                                                         rune = 0x1350
	EthiopicSyllablePu                                                         rune = 0x1351
	EthiopicSyllablePi                                                         rune = 0x1352
	EthiopicSyllablePaa                                                        rune = 0x1353
	EthiopicSyllablePee                                                        rune = 0x1354
	EthiopicSyllablePe                                                         rune = 0x1355
	EthiopicSyllablePo                                                         rune = 0x1356
	EthiopicSyllablePwa                                                        rune = 0x1357
	EthiopicSyllableRya                                                        rune = 0x1358
	EthiopicSyllableMya                                                        rune = 0x1359
	EthiopicSyllableFya                                                        rune = 0x135A
	EthiopicCombiningGeminationAndVowelLengthMark                              rune = 0x135D
	EthiopicCombiningVowelLengthMark                                           rune = 0x135E
	EthiopicCombiningGeminationMark                                            rune = 0x135F
	EthiopicSectionMark                                                        rune = 0x1360
	EthiopicWordspace                                                          rune = 0x1361
	EthiopicFullStop                                                           rune = 0x1362
	EthiopicComma                                                              rune = 0x1363
	EthiopicSemicolon                                                          rune = 0x1364
	EthiopicColon                                                              rune = 0x1365
	EthiopicPrefaceColon                                                       rune = 0x1366
	EthiopicQuestionMark                                                       rune = 0x1367
	EthiopicParagraphSeparator                                                 rune = 0x1368
	EthiopicDigitOne                                                           rune = 0x1369
	EthiopicDigitTwo                                                           rune = 0x136A
	EthiopicDigitThree                                                         rune = 0x136B
	EthiopicDigitFour                                                          rune = 0x136C
	EthiopicDigitFive                                                          rune = 0x136D
	EthiopicDigitSix                                                           rune = 0x136E
	EthiopicDigitSeven                                                         rune = 0x136F
	EthiopicDigitEight                                                         rune = 0x1370
	EthiopicDigitNine                                                          rune = 0x1371
	EthiopicNumberTen                                                          rune = 0x1372
	EthiopicNumberTwenty                                                       rune = 0x1373
	EthiopicNumberThirty                                                       rune = 0x1374
	EthiopicNumberForty                                                        rune = 0x1375
	EthiopicNumberFifty                                                        rune = 0x1376
	EthiopicNumberSixty                                                        rune = 0x1377
	EthiopicNumberSeventy                                                      rune = 0x1378
	EthiopicNumberEighty                                                       rune = 0x1379
	EthiopicNumberNinety                                                       rune = 0x137A
	EthiopicNumberHundred                                                      rune = 0x137B
	EthiopicNumberTenThousand                                                  rune = 0x137C
	EthiopicSyllableSebatbeitMwa                                               rune = 0x1380
	EthiopicSyllableMwi                                                        rune = 0x1381
	EthiopicSyllableMwee                                                       rune = 0x1382
	EthiopicSyllableMwe                                                        rune = 0x1383
	EthiopicSyllableSebatbeitBwa                                               rune = 0x1384
	EthiopicSyllableBwi                                                        rune = 0x1385
	EthiopicSyllableBwee                                                       rune = 0x1386
	EthiopicSyllableBwe                                                        rune = 0x1387
	EthiopicSyllableSebatbeitFwa                                               rune = 0x1388
	EthiopicSyllableFwi                                                        rune = 0x1389
	EthiopicSyllableFwee                                                       rune = 0x138A
	EthiopicSyllableFwe                                                        rune = 0x138B
	EthiopicSyllableSebatbeitPwa                                               rune = 0x138C
	EthiopicSyllablePwi                                                        rune = 0x138D
	EthiopicSyllablePwee                                                       rune = 0x138E
	EthiopicSyllablePwe                                                        rune = 0x138F
	EthiopicTonalMarkYizet                                                     rune = 0x1390
	EthiopicTonalMarkDeret                                                     rune = 0x1391
	EthiopicTonalMarkRikrik                                                    rune = 0x1392
	EthiopicTonalMarkShortRikrik                                               rune = 0x1393
	EthiopicTonalMarkDifat                                                     rune = 0x1394
	EthiopicTonalMarkKenat                                                     rune = 0x1395
	EthiopicTonalMarkChiret                                                    rune = 0x1396
	EthiopicTonalMarkHidet                                                     rune = 0x1397
	EthiopicTonalMarkDeretHidet                                                rune = 0x1398
	EthiopicTonalMarkKurt                                                      rune = 0x1399
	CherokeeLetterA                                                            rune = 0x13A0
	CherokeeLetterE                                                            rune = 0x13A1
	CherokeeLetterI                                                            rune = 0x13A2
	CherokeeLetterO                                                            rune = 0x13A3
	CherokeeLetterU                                                            rune = 0x13A4
	CherokeeLetterV                                                            rune = 0x13A5
	CherokeeLetterGa                                                           rune = 0x13A6
	CherokeeLetterKa                                                           rune = 0x13A7
	CherokeeLetterGe                                                           rune = 0x13A8
	CherokeeLetterGi                                                           rune = 0x13A9
	CherokeeLetterGo                                                           rune = 0x13AA
	CherokeeLetterGu                                                           rune = 0x13AB
	CherokeeLetterGv                                                           rune = 0x13AC
	CherokeeLetterHa                                                           rune = 0x13AD
	CherokeeLetterHe                                                           rune = 0x13AE
	CherokeeLetterHi                                                           rune = 0x13AF
	CherokeeLetterHo                                                           rune = 0x13B0
	CherokeeLetterHu                                                           rune = 0x13B1
	CherokeeLetterHv                                                           rune = 0x13B2
	CherokeeLetterLa                                                           rune = 0x13B3
	CherokeeLetterLe                                                           rune = 0x13B4
	CherokeeLetterLi                                                           rune = 0x13B5
	CherokeeLetterLo                                                           rune = 0x13B6
	CherokeeLetterLu                                                           rune = 0x13B7
	CherokeeLetterLv                                                           rune = 0x13B8
	CherokeeLetterMa                                                           rune = 0x13B9
	CherokeeLetterMe                                                           rune = 0x13BA
	CherokeeLetterMi                                                           rune = 0x13BB
	CherokeeLetterMo                                                           rune = 0x13BC
	CherokeeLetterMu                                                           rune = 0x13BD
	CherokeeLetterNa                                                           rune = 0x13BE
	CherokeeLetterHna                                                          rune = 0x13BF
	CherokeeLetterNah                                                          rune = 0x13C0
	CherokeeLetterNe                                                           rune = 0x13C1
	CherokeeLetterNi                                                           rune = 0x13C2
	CherokeeLetterNo                                                           rune = 0x13C3
	CherokeeLetterNu                                                           rune = 0x13C4
	CherokeeLetterNv                                                           rune = 0x13C5
	CherokeeLetterQua                                                          rune = 0x13C6
	CherokeeLetterQue                                                          rune = 0x13C7
	CherokeeLetterQui                                                          rune = 0x13C8
	CherokeeLetterQuo                                                          rune = 0x13C9
	CherokeeLetterQuu                                                          rune = 0x13CA
	CherokeeLetterQuv                                                          rune = 0x13CB
	CherokeeLetterSa                                                           rune = 0x13CC
	CherokeeLetterS                                                            rune = 0x13CD
	CherokeeLetterSe                                                           rune = 0x13CE
	CherokeeLetterSi                                                           rune = 0x13CF
	CherokeeLetterSo                                                           rune = 0x13D0
	CherokeeLetterSu                                                           rune = 0x13D1
	CherokeeLetterSv                                                           rune = 0x13D2
	CherokeeLetterDa                                                           rune = 0x13D3
	CherokeeLetterTa                                                           rune = 0x13D4
	CherokeeLetterDe                                                           rune = 0x13D5
	CherokeeLetterTe                                                           rune = 0x13D6
	CherokeeLetterDi                                                           rune = 0x13D7
	CherokeeLetterTi                                                           rune = 0x13D8
	CherokeeLetterDo                                                           rune = 0x13D9
	CherokeeLetterDu                                                           rune = 0x13DA
	CherokeeLetterDv                                                           rune = 0x13DB
	CherokeeLetterDla                                                          rune = 0x13DC
	CherokeeLetterTla                                                          rune = 0x13DD
	CherokeeLetterTle                                                          rune = 0x13DE
	CherokeeLetterTli                                                          rune = 0x13DF
	CherokeeLetterTlo                                                          rune = 0x13E0
	CherokeeLetterTlu                                                          rune = 0x13E1
	CherokeeLetterTlv                                                          rune = 0x13E2
	CherokeeLetterTsa                                                          rune = 0x13E3
	CherokeeLetterTse                                                          rune = 0x13E4
	CherokeeLetterTsi                                                          rune = 0x13E5
	CherokeeLetterTso                                                          rune = 0x13E6
	CherokeeLetterTsu                                                          rune = 0x13E7
	CherokeeLetterTsv                                                          rune = 0x13E8
	CherokeeLetterWa                                                           rune = 0x13E9
	CherokeeLetterWe                                                           rune = 0x13EA
	CherokeeLetterWi                                                           rune = 0x13EB
	CherokeeLetterWo                                                           rune = 0x13EC
	CherokeeLetterWu                                                           rune = 0x13ED
	CherokeeLetterWv                                                           rune = 0x13EE
	CherokeeLetterYa                                                           rune = 0x13EF
	CherokeeLetterYe                                                           rune = 0x13F0
	CherokeeLetterYi                                                           rune = 0x13F1
	CherokeeLetterYo                                                           rune = 0x13F2
	CherokeeLetterYu                                                           rune = 0x13F3
	CherokeeLetterYv                                                           rune = 0x13F4
	CherokeeLetterMv                                                           rune = 0x13F5
	CherokeeSmallLetterYe                                                      rune = 0x13F8
	CherokeeSmallLetterYi                                                      rune = 0x13F9
	CherokeeSmallLetterYo                                                      rune = 0x13FA
	CherokeeSmallLetterYu                                                      rune = 0x13FB
	CherokeeSmallLetterYv                                                      rune = 0x13FC
	CherokeeSmallLetterMv                                                      rune = 0x13FD
	CanadianSyllabicsHyphen                                                    rune = 0x1400
	CanadianSyllabicsE                                                         rune = 0x1401
	CanadianSyllabicsAai                                                       rune = 0x1402
	CanadianSyllabicsI                                                         rune = 0x1403
	CanadianSyllabicsIi                                                        rune = 0x1404
	CanadianSyllabicsO                                                         rune = 0x1405
	CanadianSyllabicsOo                                                        rune = 0x1406
	CanadianSyllabicsYCreeOo                                                   rune = 0x1407
	CanadianSyllabicsCarrierEe                                                 rune = 0x1408
	CanadianSyllabicsCarrierI                                                  rune = 0x1409
	CanadianSyllabicsA                                                         rune = 0x140A
	CanadianSyllabicsAa                                                        rune = 0x140B
	CanadianSyllabicsWe                                                        rune = 0x140C
	CanadianSyllabicsWestCreeWe                                                rune = 0x140D
	CanadianSyllabicsWi                                                        rune = 0x140E
	CanadianSyllabicsWestCreeWi                                                rune = 0x140F
	CanadianSyllabicsWii                                                       rune = 0x1410
	CanadianSyllabicsWestCreeWii                                               rune = 0x1411
	CanadianSyllabicsWo                                                        rune = 0x1412
	CanadianSyllabicsWestCreeWo                                                rune = 0x1413
	CanadianSyllabicsWoo                                                       rune = 0x1414
	CanadianSyllabicsWestCreeWoo                                               rune = 0x1415
	CanadianSyllabicsNaskapiWoo                                                rune = 0x1416
	CanadianSyllabicsWa                                                        rune = 0x1417
	CanadianSyllabicsWestCreeWa                                                rune = 0x1418
	CanadianSyllabicsWaa                                                       rune = 0x1419
	CanadianSyllabicsWestCreeWaa                                               rune = 0x141A
	CanadianSyllabicsNaskapiWaa                                                rune = 0x141B
	CanadianSyllabicsAi                                                        rune = 0x141C
	CanadianSyllabicsYCreeW                                                    rune = 0x141D
	CanadianSyllabicsGlottalStop                                               rune = 0x141E
	CanadianSyllabicsFinalAcute                                                rune = 0x141F
	CanadianSyllabicsFinalGrave                                                rune = 0x1420
	CanadianSyllabicsFinalBottomHalfRing                                       rune = 0x1421
	CanadianSyllabicsFinalTopHalfRing                                          rune = 0x1422
	CanadianSyllabicsFinalRightHalfRing                                        rune = 0x1423
	CanadianSyllabicsFinalRing                                                 rune = 0x1424
	CanadianSyllabicsFinalDoubleAcute                                          rune = 0x1425
	CanadianSyllabicsFinalDoubleShortVerticalStrokes                           rune = 0x1426
	CanadianSyllabicsFinalMiddleDot                                            rune = 0x1427
	CanadianSyllabicsFinalShortHorizontalStroke                                rune = 0x1428
	CanadianSyllabicsFinalPlus                                                 rune = 0x1429
	CanadianSyllabicsFinalDownTack                                             rune = 0x142A
	CanadianSyllabicsEn                                                        rune = 0x142B
	CanadianSyllabicsIn                                                        rune = 0x142C
	CanadianSyllabicsOn                                                        rune = 0x142D
	CanadianSyllabicsAn                                                        rune = 0x142E
	CanadianSyllabicsPe                                                        rune = 0x142F
	CanadianSyllabicsPaai                                                      rune = 0x1430
	CanadianSyllabicsPi                                                        rune = 0x1431
	CanadianSyllabicsPii                                                       rune = 0x1432
	CanadianSyllabicsPo                                                        rune = 0x1433
	CanadianSyllabicsPoo                                                       rune = 0x1434
	CanadianSyllabicsYCreePoo                                                  rune = 0x1435
	CanadianSyllabicsCarrierHee                                                rune = 0x1436
	CanadianSyllabicsCarrierHi                                                 rune = 0x1437
	CanadianSyllabicsPa                                                        rune = 0x1438
	CanadianSyllabicsPaa                                                       rune = 0x1439
	CanadianSyllabicsPwe                                                       rune = 0x143A
	CanadianSyllabicsWestCreePwe                                               rune = 0x143B
	CanadianSyllabicsPwi                                                       rune = 0x143C
	CanadianSyllabicsWestCreePwi                                               rune = 0x143D
	CanadianSyllabicsPwii                                                      rune = 0x143E
	CanadianSyllabicsWestCreePwii                                              rune = 0x143F
	CanadianSyllabicsPwo                                                       rune = 0x1440
	CanadianSyllabicsWestCreePwo                                               rune = 0x1441
	CanadianSyllabicsPwoo                                                      rune = 0x1442
	CanadianSyllabicsWestCreePwoo                                              rune = 0x1443
	CanadianSyllabicsPwa                                                       rune = 0x1444
	CanadianSyllabicsWestCreePwa                                               rune = 0x1445
	CanadianSyllabicsPwaa                                                      rune = 0x1446
	CanadianSyllabicsWestCreePwaa                                              rune = 0x1447
	CanadianSyllabicsYCreePwaa                                                 rune = 0x1448
	CanadianSyllabicsP                                                         rune = 0x1449
	CanadianSyllabicsWestCreeP                                                 rune = 0x144A
	CanadianSyllabicsCarrierH                                                  rune = 0x144B
	CanadianSyllabicsTe                                                        rune = 0x144C
	CanadianSyllabicsTaai                                                      rune = 0x144D
	CanadianSyllabicsTi                                                        rune = 0x144E
	CanadianSyllabicsTii                                                       rune = 0x144F
	CanadianSyllabicsTo                                                        rune = 0x1450
	CanadianSyllabicsToo                                                       rune = 0x1451
	CanadianSyllabicsYCreeToo                                                  rune = 0x1452
	CanadianSyllabicsCarrierDee                                                rune = 0x1453
	CanadianSyllabicsCarrierDi                                                 rune = 0x1454
	CanadianSyllabicsTa                                                        rune = 0x1455
	CanadianSyllabicsTaa                                                       rune = 0x1456
	CanadianSyllabicsTwe                                                       rune = 0x1457
	CanadianSyllabicsWestCreeTwe                                               rune = 0x1458
	CanadianSyllabicsTwi                                                       rune = 0x1459
	CanadianSyllabicsWestCreeTwi                                               rune = 0x145A
	CanadianSyllabicsTwii                                                      rune = 0x145B
	CanadianSyllabicsWestCreeTwii                                              rune = 0x145C
	CanadianSyllabicsTwo                                                       rune = 0x145D
	CanadianSyllabicsWestCreeTwo                                               rune = 0x145E
	CanadianSyllabicsTwoo                                                      rune = 0x145F
	CanadianSyllabicsWestCreeTwoo                                              rune = 0x1460
	CanadianSyllabicsTwa                                                       rune = 0x1461
	CanadianSyllabicsWestCreeTwa                                               rune = 0x1462
	CanadianSyllabicsTwaa                                                      rune = 0x1463
	CanadianSyllabicsWestCreeTwaa                                              rune = 0x1464
	CanadianSyllabicsNaskapiTwaa                                               rune = 0x1465
	CanadianSyllabicsT                                                         rune = 0x1466
	CanadianSyllabicsTte                                                       rune = 0x1467
	CanadianSyllabicsTti                                                       rune = 0x1468
	CanadianSyllabicsTto                                                       rune = 0x1469
	CanadianSyllabicsTta                                                       rune = 0x146A
	CanadianSyllabicsKe                                                        rune = 0x146B
	CanadianSyllabicsKaai                                                      rune = 0x146C
	CanadianSyllabicsKi                                                        rune = 0x146D
	CanadianSyllabicsKii                                                       rune = 0x146E
	CanadianSyllabicsKo                                                        rune = 0x146F
	CanadianSyllabicsKoo                                                       rune = 0x1470
	CanadianSyllabicsYCreeKoo                                                  rune = 0x1471
	CanadianSyllabicsKa                                                        rune = 0x1472
	CanadianSyllabicsKaa                                                       rune = 0x1473
	CanadianSyllabicsKwe                                                       rune = 0x1474
	CanadianSyllabicsWestCreeKwe                                               rune = 0x1475
	CanadianSyllabicsKwi                                                       rune = 0x1476
	CanadianSyllabicsWestCreeKwi                                               rune = 0x1477
	CanadianSyllabicsKwii                                                      rune = 0x1478
	CanadianSyllabicsWestCreeKwii                                              rune = 0x1479
	CanadianSyllabicsKwo                                                       rune = 0x147A
	CanadianSyllabicsWestCreeKwo                                               rune = 0x147B
	CanadianSyllabicsKwoo                                                      rune = 0x147C
	CanadianSyllabicsWestCreeKwoo                                              rune = 0x147D
	CanadianSyllabicsKwa                                                       rune = 0x147E
	CanadianSyllabicsWestCreeKwa                                               rune = 0x147F
	CanadianSyllabicsKwaa                                                      rune = 0x1480
	CanadianSyllabicsWestCreeKwaa                                              rune = 0x1481
	CanadianSyllabicsNaskapiKwaa                                               rune = 0x1482
	CanadianSyllabicsK                                                         rune = 0x1483
	CanadianSyllabicsKw                                                        rune = 0x1484
	CanadianSyllabicsSouthSlaveyKeh                                            rune = 0x1485
	CanadianSyllabicsSouthSlaveyKih                                            rune = 0x1486
	CanadianSyllabicsSouthSlaveyKoh                                            rune = 0x1487
	CanadianSyllabicsSouthSlaveyKah                                            rune = 0x1488
	CanadianSyllabicsCe                                                        rune = 0x1489
	CanadianSyllabicsCaai                                                      rune = 0x148A
	CanadianSyllabicsCi                                                        rune = 0x148B
	CanadianSyllabicsCii                                                       rune = 0x148C
	CanadianSyllabicsCo                                                        rune = 0x148D
	CanadianSyllabicsCoo                                                       rune = 0x148E
	CanadianSyllabicsYCreeCoo                                                  rune = 0x148F
	CanadianSyllabicsCa                                                        rune = 0x1490
	CanadianSyllabicsCaa                                                       rune = 0x1491
	CanadianSyllabicsCwe                                                       rune = 0x1492
	CanadianSyllabicsWestCreeCwe                                               rune = 0x1493
	CanadianSyllabicsCwi                                                       rune = 0x1494
	CanadianSyllabicsWestCreeCwi                                               rune = 0x1495
	CanadianSyllabicsCwii                                                      rune = 0x1496
	CanadianSyllabicsWestCreeCwii                                              rune = 0x1497
	CanadianSyllabicsCwo                                                       rune = 0x1498
	CanadianSyllabicsWestCreeCwo                                               rune = 0x1499
	CanadianSyllabicsCwoo                                                      rune = 0x149A
	CanadianSyllabicsWestCreeCwoo                                              rune = 0x149B
	CanadianSyllabicsCwa                                                       rune = 0x149C
	CanadianSyllabicsWestCreeCwa                                               rune = 0x149D
	CanadianSyllabicsCwaa                                                      rune = 0x149E
	CanadianSyllabicsWestCreeCwaa                                              rune = 0x149F
	CanadianSyllabicsNaskapiCwaa                                               rune = 0x14A0
	CanadianSyllabicsC                                                         rune = 0x14A1
	CanadianSyllabicsSayisiTh                                                  rune = 0x14A2
	CanadianSyllabicsMe                                                        rune = 0x14A3
	CanadianSyllabicsMaai                                                      rune = 0x14A4
	CanadianSyllabicsMi                                                        rune = 0x14A5
	CanadianSyllabicsMii                                                       rune = 0x14A6
	CanadianSyllabicsMo                                                        rune = 0x14A7
	CanadianSyllabicsMoo                                                       rune = 0x14A8
	CanadianSyllabicsYCreeMoo                                                  rune = 0x14A9
	CanadianSyllabicsMa                                                        rune = 0x14AA
	CanadianSyllabicsMaa                                                       rune = 0x14AB
	CanadianSyllabicsMwe                                                       rune = 0x14AC
	CanadianSyllabicsWestCreeMwe                                               rune = 0x14AD
	CanadianSyllabicsMwi                                                       rune = 0x14AE
	CanadianSyllabicsWestCreeMwi                                               rune = 0x14AF
	CanadianSyllabicsMwii                                                      rune = 0x14B0
	CanadianSyllabicsWestCreeMwii                                              rune = 0x14B1
	CanadianSyllabicsMwo                                                       rune = 0x14B2
	CanadianSyllabicsWestCreeMwo                                               rune = 0x14B3
	CanadianSyllabicsMwoo                                                      rune = 0x14B4
	CanadianSyllabicsWestCreeMwoo                                              rune = 0x14B5
	CanadianSyllabicsMwa                                                       rune = 0x14B6
	CanadianSyllabicsWestCreeMwa                                               rune = 0x14B7
	CanadianSyllabicsMwaa                                                      rune = 0x14B8
	CanadianSyllabicsWestCreeMwaa                                              rune = 0x14B9
	CanadianSyllabicsNaskapiMwaa                                               rune = 0x14BA
	CanadianSyllabicsM                                                         rune = 0x14BB
	CanadianSyllabicsWestCreeM                                                 rune = 0x14BC
	CanadianSyllabicsMh                                                        rune = 0x14BD
	CanadianSyllabicsAthapascanM                                               rune = 0x14BE
	CanadianSyllabicsSayisiM                                                   rune = 0x14BF
	CanadianSyllabicsNe                                                        rune = 0x14C0
	CanadianSyllabicsNaai                                                      rune = 0x14C1
	CanadianSyllabicsNi                                                        rune = 0x14C2
	CanadianSyllabicsNii                                                       rune = 0x14C3
	CanadianSyllabicsNo                                                        rune = 0x14C4
	CanadianSyllabicsNoo                                                       rune = 0x14C5
	CanadianSyllabicsYCreeNoo                                                  rune = 0x14C6
	CanadianSyllabicsNa                                                        rune = 0x14C7
	CanadianSyllabicsNaa                                                       rune = 0x14C8
	CanadianSyllabicsNwe                                                       rune = 0x14C9
	CanadianSyllabicsWestCreeNwe                                               rune = 0x14CA
	CanadianSyllabicsNwa                                                       rune = 0x14CB
	CanadianSyllabicsWestCreeNwa                                               rune = 0x14CC
	CanadianSyllabicsNwaa                                                      rune = 0x14CD
	CanadianSyllabicsWestCreeNwaa                                              rune = 0x14CE
	CanadianSyllabicsNaskapiNwaa                                               rune = 0x14CF
	CanadianSyllabicsN                                                         rune = 0x14D0
	CanadianSyllabicsCarrierNg                                                 rune = 0x14D1
	CanadianSyllabicsNh                                                        rune = 0x14D2
	CanadianSyllabicsLe                                                        rune = 0x14D3
	CanadianSyllabicsLaai                                                      rune = 0x14D4
	CanadianSyllabicsLi                                                        rune = 0x14D5
	CanadianSyllabicsLii                                                       rune = 0x14D6
	CanadianSyllabicsLo                                                        rune = 0x14D7
	CanadianSyllabicsLoo                                                       rune = 0x14D8
	CanadianSyllabicsYCreeLoo                                                  rune = 0x14D9
	CanadianSyllabicsLa                                                        rune = 0x14DA
	CanadianSyllabicsLaa                                                       rune = 0x14DB
	CanadianSyllabicsLwe                                                       rune = 0x14DC
	CanadianSyllabicsWestCreeLwe                                               rune = 0x14DD
	CanadianSyllabicsLwi                                                       rune = 0x14DE
	CanadianSyllabicsWestCreeLwi                                               rune = 0x14DF
	CanadianSyllabicsLwii                                                      rune = 0x14E0
	CanadianSyllabicsWestCreeLwii                                              rune = 0x14E1
	CanadianSyllabicsLwo                                                       rune = 0x14E2
	CanadianSyllabicsWestCreeLwo                                               rune = 0x14E3
	CanadianSyllabicsLwoo                                                      rune = 0x14E4
	CanadianSyllabicsWestCreeLwoo                                              rune = 0x14E5
	CanadianSyllabicsLwa                                                       rune = 0x14E6
	CanadianSyllabicsWestCreeLwa                                               rune = 0x14E7
	CanadianSyllabicsLwaa                                                      rune = 0x14E8
	CanadianSyllabicsWestCreeLwaa                                              rune = 0x14E9
	CanadianSyllabicsL                                                         rune = 0x14EA
	CanadianSyllabicsWestCreeL                                                 rune = 0x14EB
	CanadianSyllabicsMedialL                                                   rune = 0x14EC
	CanadianSyllabicsSe                                                        rune = 0x14ED
	CanadianSyllabicsSaai                                                      rune = 0x14EE
	CanadianSyllabicsSi                                                        rune = 0x14EF
	CanadianSyllabicsSii                                                       rune = 0x14F0
	CanadianSyllabicsSo                                                        rune = 0x14F1
	CanadianSyllabicsSoo                                                       rune = 0x14F2
	CanadianSyllabicsYCreeSoo                                                  rune = 0x14F3
	CanadianSyllabicsSa                                                        rune = 0x14F4
	CanadianSyllabicsSaa                                                       rune = 0x14F5
	CanadianSyllabicsSwe                                                       rune = 0x14F6
	CanadianSyllabicsWestCreeSwe                                               rune = 0x14F7
	CanadianSyllabicsSwi                                                       rune = 0x14F8
	CanadianSyllabicsWestCreeSwi                                               rune = 0x14F9
	CanadianSyllabicsSwii                                                      rune = 0x14FA
	CanadianSyllabicsWestCreeSwii                                              rune = 0x14FB
	CanadianSyllabicsSwo                                                       rune = 0x14FC
	CanadianSyllabicsWestCreeSwo                                               rune = 0x14FD
	CanadianSyllabicsSwoo                                                      rune = 0x14FE
	CanadianSyllabicsWestCreeSwoo                                              rune = 0x14FF
	CanadianSyllabicsSwa                                                       rune = 0x1500
	CanadianSyllabicsWestCreeSwa                                               rune = 0x1501
	CanadianSyllabicsSwaa                                                      rune = 0x1502
	CanadianSyllabicsWestCreeSwaa                                              rune = 0x1503
	CanadianSyllabicsNaskapiSwaa                                               rune = 0x1504
	CanadianSyllabicsS                                                         rune = 0x1505
	CanadianSyllabicsAthapascanS                                               rune = 0x1506
	CanadianSyllabicsSw                                                        rune = 0x1507
	CanadianSyllabicsBlackfootS                                                rune = 0x1508
	CanadianSyllabicsMooseCreeSk                                               rune = 0x1509
	CanadianSyllabicsNaskapiSkw                                                rune = 0x150A
	CanadianSyllabicsNaskapiSW                                                 rune = 0x150B
	CanadianSyllabicsNaskapiSpwa                                               rune = 0x150C
	CanadianSyllabicsNaskapiStwa                                               rune = 0x150D
	CanadianSyllabicsNaskapiSkwa                                               rune = 0x150E
	CanadianSyllabicsNaskapiScwa                                               rune = 0x150F
	CanadianSyllabicsShe                                                       rune = 0x1510
	CanadianSyllabicsShi                                                       rune = 0x1511
	CanadianSyllabicsShii                                                      rune = 0x1512
	CanadianSyllabicsSho                                                       rune = 0x1513
	CanadianSyllabicsShoo                                                      rune = 0x1514
	CanadianSyllabicsSha                                                       rune = 0x1515
	CanadianSyllabicsShaa                                                      rune = 0x1516
	CanadianSyllabicsShwe                                                      rune = 0x1517
	CanadianSyllabicsWestCreeShwe                                              rune = 0x1518
	CanadianSyllabicsShwi                                                      rune = 0x1519
	CanadianSyllabicsWestCreeShwi                                              rune = 0x151A
	CanadianSyllabicsShwii                                                     rune = 0x151B
	CanadianSyllabicsWestCreeShwii                                             rune = 0x151C
	CanadianSyllabicsShwo                                                      rune = 0x151D
	CanadianSyllabicsWestCreeShwo                                              rune = 0x151E
	CanadianSyllabicsShwoo                                                     rune = 0x151F
	CanadianSyllabicsWestCreeShwoo                                             rune = 0x1520
	CanadianSyllabicsShwa                                                      rune = 0x1521
	CanadianSyllabicsWestCreeShwa                                              rune = 0x1522
	CanadianSyllabicsShwaa                                                     rune = 0x1523
	CanadianSyllabicsWestCreeShwaa                                             rune = 0x1524
	CanadianSyllabicsSh                                                        rune = 0x1525
	CanadianSyllabicsYe                                                        rune = 0x1526
	CanadianSyllabicsYaai                                                      rune = 0x1527
	CanadianSyllabicsYi                                                        rune = 0x1528
	CanadianSyllabicsYii                                                       rune = 0x1529
	CanadianSyllabicsYo                                                        rune = 0x152A
	CanadianSyllabicsYoo                                                       rune = 0x152B
	CanadianSyllabicsYCreeYoo                                                  rune = 0x152C
	CanadianSyllabicsYa                                                        rune = 0x152D
	CanadianSyllabicsYaa                                                       rune = 0x152E
	CanadianSyllabicsYwe                                                       rune = 0x152F
	CanadianSyllabicsWestCreeYwe                                               rune = 0x1530
	CanadianSyllabicsYwi                                                       rune = 0x1531
	CanadianSyllabicsWestCreeYwi                                               rune = 0x1532
	CanadianSyllabicsYwii                                                      rune = 0x1533
	CanadianSyllabicsWestCreeYwii                                              rune = 0x1534
	CanadianSyllabicsYwo                                                       rune = 0x1535
	CanadianSyllabicsWestCreeYwo                                               rune = 0x1536
	CanadianSyllabicsYwoo                                                      rune = 0x1537
	CanadianSyllabicsWestCreeYwoo                                              rune = 0x1538
	CanadianSyllabicsYwa                                                       rune = 0x1539
	CanadianSyllabicsWestCreeYwa                                               rune = 0x153A
	CanadianSyllabicsYwaa                                                      rune = 0x153B
	CanadianSyllabicsWestCreeYwaa                                              rune = 0x153C
	CanadianSyllabicsNaskapiYwaa                                               rune = 0x153D
	CanadianSyllabicsY                                                         rune = 0x153E
	CanadianSyllabicsBibleCreeY                                                rune = 0x153F
	CanadianSyllabicsWestCreeY                                                 rune = 0x1540
	CanadianSyllabicsSayisiYi                                                  rune = 0x1541
	CanadianSyllabicsRe                                                        rune = 0x1542
	CanadianSyllabicsRCreeRe                                                   rune = 0x1543
	CanadianSyllabicsWestCreeLe                                                rune = 0x1544
	CanadianSyllabicsRaai                                                      rune = 0x1545
	CanadianSyllabicsRi                                                        rune = 0x1546
	CanadianSyllabicsRii                                                       rune = 0x1547
	CanadianSyllabicsRo                                                        rune = 0x1548
	CanadianSyllabicsRoo                                                       rune = 0x1549
	CanadianSyllabicsWestCreeLo                                                rune = 0x154A
	CanadianSyllabicsRa                                                        rune = 0x154B
	CanadianSyllabicsRaa                                                       rune = 0x154C
	CanadianSyllabicsWestCreeLa                                                rune = 0x154D
	CanadianSyllabicsRwaa                                                      rune = 0x154E
	CanadianSyllabicsWestCreeRwaa                                              rune = 0x154F
	CanadianSyllabicsR                                                         rune = 0x1550
	CanadianSyllabicsWestCreeR                                                 rune = 0x1551
	CanadianSyllabicsMedialR                                                   rune = 0x1552
	CanadianSyllabicsFe                                                        rune = 0x1553
	CanadianSyllabicsFaai                                                      rune = 0x1554
	CanadianSyllabicsFi                                                        rune = 0x1555
	CanadianSyllabicsFii                                                       rune = 0x1556
	CanadianSyllabicsFo                                                        rune = 0x1557
	CanadianSyllabicsFoo                                                       rune = 0x1558
	CanadianSyllabicsFa                                                        rune = 0x1559
	CanadianSyllabicsFaa                                                       rune = 0x155A
	CanadianSyllabicsFwaa                                                      rune = 0x155B
	CanadianSyllabicsWestCreeFwaa                                              rune = 0x155C
	CanadianSyllabicsF                                                         rune = 0x155D
	CanadianSyllabicsThe                                                       rune = 0x155E
	CanadianSyllabicsNCreeThe                                                  rune = 0x155F
	CanadianSyllabicsThi                                                       rune = 0x1560
	CanadianSyllabicsNCreeThi                                                  rune = 0x1561
	CanadianSyllabicsThii                                                      rune = 0x1562
	CanadianSyllabicsNCreeThii                                                 rune = 0x1563
	CanadianSyllabicsTho                                                       rune = 0x1564
	CanadianSyllabicsThoo                                                      rune = 0x1565
	CanadianSyllabicsTha                                                       rune = 0x1566
	CanadianSyllabicsThaa                                                      rune = 0x1567
	CanadianSyllabicsThwaa                                                     rune = 0x1568
	CanadianSyllabicsWestCreeThwaa                                             rune = 0x1569
	CanadianSyllabicsTh                                                        rune = 0x156A
	CanadianSyllabicsTthe                                                      rune = 0x156B
	CanadianSyllabicsTthi                                                      rune = 0x156C
	CanadianSyllabicsTtho                                                      rune = 0x156D
	CanadianSyllabicsTtha                                                      rune = 0x156E
	CanadianSyllabicsTth                                                       rune = 0x156F
	CanadianSyllabicsTye                                                       rune = 0x1570
	CanadianSyllabicsTyi                                                       rune = 0x1571
	CanadianSyllabicsTyo                                                       rune = 0x1572
	CanadianSyllabicsTya                                                       rune = 0x1573
	CanadianSyllabicsNunavikHe                                                 rune = 0x1574
	CanadianSyllabicsNunavikHi                                                 rune = 0x1575
	CanadianSyllabicsNunavikHii                                                rune = 0x1576
	CanadianSyllabicsNunavikHo                                                 rune = 0x1577
	CanadianSyllabicsNunavikHoo                                                rune = 0x1578
	CanadianSyllabicsNunavikHa                                                 rune = 0x1579
	CanadianSyllabicsNunavikHaa                                                rune = 0x157A
	CanadianSyllabicsNunavikH                                                  rune = 0x157B
	CanadianSyllabicsNunavutH                                                  rune = 0x157C
	CanadianSyllabicsHk                                                        rune = 0x157D
	CanadianSyllabicsQaai                                                      rune = 0x157E
	CanadianSyllabicsQi                                                        rune = 0x157F
	CanadianSyllabicsQii                                                       rune = 0x1580
	CanadianSyllabicsQo                                                        rune = 0x1581
	CanadianSyllabicsQoo                                                       rune = 0x1582
	CanadianSyllabicsQa                                                        rune = 0x1583
	CanadianSyllabicsQaa                                                       rune = 0x1584
	CanadianSyllabicsQ                                                         rune = 0x1585
	CanadianSyllabicsTlhe                                                      rune = 0x1586
	CanadianSyllabicsTlhi                                                      rune = 0x1587
	CanadianSyllabicsTlho                                                      rune = 0x1588
	CanadianSyllabicsTlha                                                      rune = 0x1589
	CanadianSyllabicsWestCreeRe                                                rune = 0x158A
	CanadianSyllabicsWestCreeRi                                                rune = 0x158B
	CanadianSyllabicsWestCreeRo                                                rune = 0x158C
	CanadianSyllabicsWestCreeRa                                                rune = 0x158D
	CanadianSyllabicsNgaai                                                     rune = 0x158E
	CanadianSyllabicsNgi                                                       rune = 0x158F
	CanadianSyllabicsNgii                                                      rune = 0x1590
	CanadianSyllabicsNgo                                                       rune = 0x1591
	CanadianSyllabicsNgoo                                                      rune = 0x1592
	CanadianSyllabicsNga                                                       rune = 0x1593
	CanadianSyllabicsNgaa                                                      rune = 0x1594
	CanadianSyllabicsNg                                                        rune = 0x1595
	CanadianSyllabicsNng                                                       rune = 0x1596
	CanadianSyllabicsSayisiShe                                                 rune = 0x1597
	CanadianSyllabicsSayisiShi                                                 rune = 0x1598
	CanadianSyllabicsSayisiSho                                                 rune = 0x1599
	CanadianSyllabicsSayisiSha                                                 rune = 0x159A
	CanadianSyllabicsWoodsCreeThe                                              rune = 0x159B
	CanadianSyllabicsWoodsCreeThi                                              rune = 0x159C
	CanadianSyllabicsWoodsCreeTho                                              rune = 0x159D
	CanadianSyllabicsWoodsCreeTha                                              rune = 0x159E
	CanadianSyllabicsWoodsCreeTh                                               rune = 0x159F
	CanadianSyllabicsLhi                                                       rune = 0x15A0
	CanadianSyllabicsLhii                                                      rune = 0x15A1
	CanadianSyllabicsLho                                                       rune = 0x15A2
	CanadianSyllabicsLhoo                                                      rune = 0x15A3
	CanadianSyllabicsLha                                                       rune = 0x15A4
	CanadianSyllabicsLhaa                                                      rune = 0x15A5
	CanadianSyllabicsLh                                                        rune = 0x15A6
	CanadianSyllabicsThCreeThe                                                 rune = 0x15A7
	CanadianSyllabicsThCreeThi                                                 rune = 0x15A8
	CanadianSyllabicsThCreeThii                                                rune = 0x15A9
	CanadianSyllabicsThCreeTho                                                 rune = 0x15AA
	CanadianSyllabicsThCreeThoo                                                rune = 0x15AB
	CanadianSyllabicsThCreeTha                                                 rune = 0x15AC
	CanadianSyllabicsThCreeThaa                                                rune = 0x15AD
	CanadianSyllabicsThCreeTh                                                  rune = 0x15AE
	CanadianSyllabicsAivilikB                                                  rune = 0x15AF
	CanadianSyllabicsBlackfootE                                                rune = 0x15B0
	CanadianSyllabicsBlackfootI                                                rune = 0x15B1
	CanadianSyllabicsBlackfootO                                                rune = 0x15B2
	CanadianSyllabicsBlackfootA                                                rune = 0x15B3
	CanadianSyllabicsBlackfootWe                                               rune = 0x15B4
	CanadianSyllabicsBlackfootWi                                               rune = 0x15B5
	CanadianSyllabicsBlackfootWo                                               rune = 0x15B6
	CanadianSyllabicsBlackfootWa                                               rune = 0x15B7
	CanadianSyllabicsBlackfootNe                                               rune = 0x15B8
	CanadianSyllabicsBlackfootNi                                               rune = 0x15B9
	CanadianSyllabicsBlackfootNo                                               rune = 0x15BA
	CanadianSyllabicsBlackfootNa                                               rune = 0x15BB
	CanadianSyllabicsBlackfootKe                                               rune = 0x15BC
	CanadianSyllabicsBlackfootKi                                               rune = 0x15BD
	CanadianSyllabicsBlackfootKo                                               rune = 0x15BE
	CanadianSyllabicsBlackfootKa                                               rune = 0x15BF
	CanadianSyllabicsSayisiHe                                                  rune = 0x15C0
	CanadianSyllabicsSayisiHi                                                  rune = 0x15C1
	CanadianSyllabicsSayisiHo                                                  rune = 0x15C2
	CanadianSyllabicsSayisiHa                                                  rune = 0x15C3
	CanadianSyllabicsCarrierGhu                                                rune = 0x15C4
	CanadianSyllabicsCarrierGho                                                rune = 0x15C5
	CanadianSyllabicsCarrierGhe                                                rune = 0x15C6
	CanadianSyllabicsCarrierGhee                                               rune = 0x15C7
	CanadianSyllabicsCarrierGhi                                                rune = 0x15C8
	CanadianSyllabicsCarrierGha                                                rune = 0x15C9
	CanadianSyllabicsCarrierRu                                                 rune = 0x15CA
	CanadianSyllabicsCarrierRo                                                 rune = 0x15CB
	CanadianSyllabicsCarrierRe                                                 rune = 0x15CC
	CanadianSyllabicsCarrierRee                                                rune = 0x15CD
	CanadianSyllabicsCarrierRi                                                 rune = 0x15CE
	CanadianSyllabicsCarrierRa                                                 rune = 0x15CF
	CanadianSyllabicsCarrierWu                                                 rune = 0x15D0
	CanadianSyllabicsCarrierWo                                                 rune = 0x15D1
	CanadianSyllabicsCarrierWe                                                 rune = 0x15D2
	CanadianSyllabicsCarrierWee                                                rune = 0x15D3
	CanadianSyllabicsCarrierWi                                                 rune = 0x15D4
	CanadianSyllabicsCarrierWa                                                 rune = 0x15D5
	CanadianSyllabicsCarrierHwu                                                rune = 0x15D6
	CanadianSyllabicsCarrierHwo                                                rune = 0x15D7
	CanadianSyllabicsCarrierHwe                                                rune = 0x15D8
	CanadianSyllabicsCarrierHwee                                               rune = 0x15D9
	CanadianSyllabicsCarrierHwi                                                rune = 0x15DA
	CanadianSyllabicsCarrierHwa                                                rune = 0x15DB
	CanadianSyllabicsCarrierThu                                                rune = 0x15DC
	CanadianSyllabicsCarrierTho                                                rune = 0x15DD
	CanadianSyllabicsCarrierThe                                                rune = 0x15DE
	CanadianSyllabicsCarrierThee                                               rune = 0x15DF
	CanadianSyllabicsCarrierThi                                                rune = 0x15E0
	CanadianSyllabicsCarrierTha                                                rune = 0x15E1
	CanadianSyllabicsCarrierTtu                                                rune = 0x15E2
	CanadianSyllabicsCarrierTto                                                rune = 0x15E3
	CanadianSyllabicsCarrierTte                                                rune = 0x15E4
	CanadianSyllabicsCarrierTtee                                               rune = 0x15E5
	CanadianSyllabicsCarrierTti                                                rune = 0x15E6
	CanadianSyllabicsCarrierTta                                                rune = 0x15E7
	CanadianSyllabicsCarrierPu                                                 rune = 0x15E8
	CanadianSyllabicsCarrierPo                                                 rune = 0x15E9
	CanadianSyllabicsCarrierPe                                                 rune = 0x15EA
	CanadianSyllabicsCarrierPee                                                rune = 0x15EB
	CanadianSyllabicsCarrierPi                                                 rune = 0x15EC
	CanadianSyllabicsCarrierPa                                                 rune = 0x15ED
	CanadianSyllabicsCarrierP                                                  rune = 0x15EE
	CanadianSyllabicsCarrierGu                                                 rune = 0x15EF
	CanadianSyllabicsCarrierGo                                                 rune = 0x15F0
	CanadianSyllabicsCarrierGe                                                 rune = 0x15F1
	CanadianSyllabicsCarrierGee                                                rune = 0x15F2
	CanadianSyllabicsCarrierGi                                                 rune = 0x15F3
	CanadianSyllabicsCarrierGa                                                 rune = 0x15F4
	CanadianSyllabicsCarrierKhu                                                rune = 0x15F5
	CanadianSyllabicsCarrierKho                                                rune = 0x15F6
	CanadianSyllabicsCarrierKhe                                                rune = 0x15F7
	CanadianSyllabicsCarrierKhee                                               rune = 0x15F8
	CanadianSyllabicsCarrierKhi                                                rune = 0x15F9
	CanadianSyllabicsCarrierKha                                                rune = 0x15FA
	CanadianSyllabicsCarrierKku                                                rune = 0x15FB
	CanadianSyllabicsCarrierKko                                                rune = 0x15FC
	CanadianSyllabicsCarrierKke                                                rune = 0x15FD
	CanadianSyllabicsCarrierKkee                                               rune = 0x15FE
	CanadianSyllabicsCarrierKki                                                rune = 0x15FF
	CanadianSyllabicsCarrierKka                                                rune = 0x1600
	CanadianSyllabicsCarrierKk                                                 rune = 0x1601
	CanadianSyllabicsCarrierNu                                                 rune = 0x1602
	CanadianSyllabicsCarrierNo                                                 rune = 0x1603
	CanadianSyllabicsCarrierNe                                                 rune = 0x1604
	CanadianSyllabicsCarrierNee                                                rune = 0x1605
	CanadianSyllabicsCarrierNi                                                 rune = 0x1606
	CanadianSyllabicsCarrierNa                                                 rune = 0x1607
	CanadianSyllabicsCarrierMu                                                 rune = 0x1608
	CanadianSyllabicsCarrierMo                                                 rune = 0x1609
	CanadianSyllabicsCarrierMe                                                 rune = 0x160A
	CanadianSyllabicsCarrierMee                                                rune = 0x160B
	CanadianSyllabicsCarrierMi                                                 rune = 0x160C
	CanadianSyllabicsCarrierMa                                                 rune = 0x160D
	CanadianSyllabicsCarrierYu                                                 rune = 0x160E
	CanadianSyllabicsCarrierYo                                                 rune = 0x160F
	CanadianSyllabicsCarrierYe                                                 rune = 0x1610
	CanadianSyllabicsCarrierYee                                                rune = 0x1611
	CanadianSyllabicsCarrierYi                                                 rune = 0x1612
	CanadianSyllabicsCarrierYa                                                 rune = 0x1613
	CanadianSyllabicsCarrierJu                                                 rune = 0x1614
	CanadianSyllabicsSayisiJu                                                  rune = 0x1615
	CanadianSyllabicsCarrierJo                                                 rune = 0x1616
	CanadianSyllabicsCarrierJe                                                 rune = 0x1617
	CanadianSyllabicsCarrierJee                                                rune = 0x1618
	CanadianSyllabicsCarrierJi                                                 rune = 0x1619
	CanadianSyllabicsSayisiJi                                                  rune = 0x161A
	CanadianSyllabicsCarrierJa                                                 rune = 0x161B
	CanadianSyllabicsCarrierJju                                                rune = 0x161C
	CanadianSyllabicsCarrierJjo                                                rune = 0x161D
	CanadianSyllabicsCarrierJje                                                rune = 0x161E
	CanadianSyllabicsCarrierJjee                                               rune = 0x161F
	CanadianSyllabicsCarrierJji                                                rune = 0x1620
	CanadianSyllabicsCarrierJja                                                rune = 0x1621
	CanadianSyllabicsCarrierLu                                                 rune = 0x1622
	CanadianSyllabicsCarrierLo                                                 rune = 0x1623
	CanadianSyllabicsCarrierLe                                                 rune = 0x1624
	CanadianSyllabicsCarrierLee                                                rune = 0x1625
	CanadianSyllabicsCarrierLi                                                 rune = 0x1626
	CanadianSyllabicsCarrierLa                                                 rune = 0x1627
	CanadianSyllabicsCarrierDlu                                                rune = 0x1628
	CanadianSyllabicsCarrierDlo                                                rune = 0x1629
	CanadianSyllabicsCarrierDle                                                rune = 0x162A
	CanadianSyllabicsCarrierDlee                                               rune = 0x162B
	CanadianSyllabicsCarrierDli                                                rune = 0x162C
	CanadianSyllabicsCarrierDla                                                rune = 0x162D
	CanadianSyllabicsCarrierLhu                                                rune = 0x162E
	CanadianSyllabicsCarrierLho                                                rune = 0x162F
	CanadianSyllabicsCarrierLhe                                                rune = 0x1630
	CanadianSyllabicsCarrierLhee                                               rune = 0x1631
	CanadianSyllabicsCarrierLhi                                                rune = 0x1632
	CanadianSyllabicsCarrierLha                                                rune = 0x1633
	CanadianSyllabicsCarrierTlhu                                               rune = 0x1634
	CanadianSyllabicsCarrierTlho                                               rune = 0x1635
	CanadianSyllabicsCarrierTlhe                                               rune = 0x1636
	CanadianSyllabicsCarrierTlhee                                              rune = 0x1637
	CanadianSyllabicsCarrierTlhi                                               rune = 0x1638
	CanadianSyllabicsCarrierTlha                                               rune = 0x1639
	CanadianSyllabicsCarrierTlu                                                rune = 0x163A
	CanadianSyllabicsCarrierTlo                                                rune = 0x163B
	CanadianSyllabicsCarrierTle                                                rune = 0x163C
	CanadianSyllabicsCarrierTlee                                               rune = 0x163D
	CanadianSyllabicsCarrierTli                                                rune = 0x163E
	CanadianSyllabicsCarrierTla                                                rune = 0x163F
	CanadianSyllabicsCarrierZu                                                 rune = 0x1640
	CanadianSyllabicsCarrierZo                                                 rune = 0x1641
	CanadianSyllabicsCarrierZe                                                 rune = 0x1642
	CanadianSyllabicsCarrierZee                                                rune = 0x1643
	CanadianSyllabicsCarrierZi                                                 rune = 0x1644
	CanadianSyllabicsCarrierZa                                                 rune = 0x1645
	CanadianSyllabicsCarrierZ                                                  rune = 0x1646
	CanadianSyllabicsCarrierInitialZ                                           rune = 0x1647
	CanadianSyllabicsCarrierDzu                                                rune = 0x1648
	CanadianSyllabicsCarrierDzo                                                rune = 0x1649
	CanadianSyllabicsCarrierDze                                                rune = 0x164A
	CanadianSyllabicsCarrierDzee                                               rune = 0x164B
	CanadianSyllabicsCarrierDzi                                                rune = 0x164C
	CanadianSyllabicsCarrierDza                                                rune = 0x164D
	CanadianSyllabicsCarrierSu                                                 rune = 0x164E
	CanadianSyllabicsCarrierSo                                                 rune = 0x164F
	CanadianSyllabicsCarrierSe                                                 rune = 0x1650
	CanadianSyllabicsCarrierSee                                                rune = 0x1651
	CanadianSyllabicsCarrierSi                                                 rune = 0x1652
	CanadianSyllabicsCarrierSa                                                 rune = 0x1653
	CanadianSyllabicsCarrierShu                                                rune = 0x1654
	CanadianSyllabicsCarrierSho                                                rune = 0x1655
	CanadianSyllabicsCarrierShe                                                rune = 0x1656
	CanadianSyllabicsCarrierShee                                               rune = 0x1657
	CanadianSyllabicsCarrierShi                                                rune = 0x1658
	CanadianSyllabicsCarrierSha                                                rune = 0x1659
	CanadianSyllabicsCarrierSh                                                 rune = 0x165A
	CanadianSyllabicsCarrierTsu                                                rune = 0x165B
	CanadianSyllabicsCarrierTso                                                rune = 0x165C
	CanadianSyllabicsCarrierTse                                                rune = 0x165D
	CanadianSyllabicsCarrierTsee                                               rune = 0x165E
	CanadianSyllabicsCarrierTsi                                                rune = 0x165F
	CanadianSyllabicsCarrierTsa                                                rune = 0x1660
	CanadianSyllabicsCarrierChu                                                rune = 0x1661
	CanadianSyllabicsCarrierCho                                                rune = 0x1662
	CanadianSyllabicsCarrierChe                                                rune = 0x1663
	CanadianSyllabicsCarrierChee                                               rune = 0x1664
	CanadianSyllabicsCarrierChi                                                rune = 0x1665
	CanadianSyllabicsCarrierCha                                                rune = 0x1666
	CanadianSyllabicsCarrierTtsu                                               rune = 0x1667
	CanadianSyllabicsCarrierTtso                                               rune = 0x1668
	CanadianSyllabicsCarrierTtse                                               rune = 0x1669
	CanadianSyllabicsCarrierTtsee                                              rune = 0x166A
	CanadianSyllabicsCarrierTtsi                                               rune = 0x166B
	CanadianSyllabicsCarrierTtsa                                               rune = 0x166C
	CanadianSyllabicsChiSign                                                   rune = 0x166D
	CanadianSyllabicsFullStop                                                  rune = 0x166E
	CanadianSyllabicsQai                                                       rune = 0x166F
	CanadianSyllabicsNgai                                                      rune = 0x1670
	CanadianSyllabicsNngi                                                      rune = 0x1671
	CanadianSyllabicsNngii                                                     rune = 0x1672
	CanadianSyllabicsNngo                                                      rune = 0x1673
	CanadianSyllabicsNngoo                                                     rune = 0x1674
	CanadianSyllabicsNnga                                                      rune = 0x1675
	CanadianSyllabicsNngaa                                                     rune = 0x1676
	CanadianSyllabicsWoodsCreeThwee                                            rune = 0x1677
	CanadianSyllabicsWoodsCreeThwi                                             rune = 0x1678
	CanadianSyllabicsWoodsCreeThwii                                            rune = 0x1679
	CanadianSyllabicsWoodsCreeThwo                                             rune = 0x167A
	CanadianSyllabicsWoodsCreeThwoo                                            rune = 0x167B
	CanadianSyllabicsWoodsCreeThwa                                             rune = 0x167C
	CanadianSyllabicsWoodsCreeThwaa                                            rune = 0x167D
	CanadianSyllabicsWoodsCreeFinalTh                                          rune = 0x167E
	CanadianSyllabicsBlackfootW                                                rune = 0x167F
	OghamSpaceMark                                                             rune = 0x1680
	OghamLetterBeith                                                           rune = 0x1681
	OghamLetterLuis                                                            rune = 0x1682
	OghamLetterFearn                                                           rune = 0x1683
	OghamLetterSail                                                            rune = 0x1684
	OghamLetterNion                                                            rune = 0x1685
	OghamLetterUath                                                            rune = 0x1686
	OghamLetterDair                                                            rune = 0x1687
	OghamLetterTinne                                                           rune = 0x1688
	OghamLetterColl                                                            rune = 0x1689
	OghamLetterCeirt                                                           rune = 0x168A
	OghamLetterMuin                                                            rune = 0x168B
	OghamLetterGort                                                            rune = 0x168C
	OghamLetterNgeadal                                                         rune = 0x168D
	OghamLetterStraif                                                          rune = 0x168E
	OghamLetterRuis                                                            rune = 0x168F
	OghamLetterAilm                                                            rune = 0x1690
	OghamLetterOnn                                                             rune = 0x1691
	OghamLetterUr                                                              rune = 0x1692
	OghamLetterEadhadh                                                         rune = 0x1693
	OghamLetterIodhadh                                                         rune = 0x1694
	OghamLetterEabhadh                                                         rune = 0x1695
	OghamLetterOr                                                              rune = 0x1696
	OghamLetterUilleann                                                        rune = 0x1697
	OghamLetterIfin                                                            rune = 0x1698
	OghamLetterEamhancholl                                                     rune = 0x1699
	OghamLetterPeith                                                           rune = 0x169A
	OghamFeatherMark                                                           rune = 0x169B
	OghamReversedFeatherMark                                                   rune = 0x169C
	RunicLetterFehuFeohFeF                                                     rune = 0x16A0
	RunicLetterV                                                               rune = 0x16A1
	RunicLetterUruzUrU                                                         rune = 0x16A2
	RunicLetterYr                                                              rune = 0x16A3
	RunicLetterY                                                               rune = 0x16A4
	RunicLetterW                                                               rune = 0x16A5
	RunicLetterThurisazThursThorn                                              rune = 0x16A6
	RunicLetterEth                                                             rune = 0x16A7
	RunicLetterAnsuzA                                                          rune = 0x16A8
	RunicLetterOsO                                                             rune = 0x16A9
	RunicLetterAcA                                                             rune = 0x16AA
	RunicLetterAesc                                                            rune = 0x16AB
	RunicLetterLongBranchOssO                                                  rune = 0x16AC
	RunicLetterShortTwigOssO                                                   rune = 0x16AD
	RunicLetterO                                                               rune = 0x16AE
	RunicLetterOe                                                              rune = 0x16AF
	RunicLetterOn                                                              rune = 0x16B0
	RunicLetterRaidoRadReidR                                                   rune = 0x16B1
	RunicLetterKauna                                                           rune = 0x16B2
	RunicLetterCen                                                             rune = 0x16B3
	RunicLetterKaunK                                                           rune = 0x16B4
	RunicLetterG                                                               rune = 0x16B5
	RunicLetterEng                                                             rune = 0x16B6
	RunicLetterGeboGyfuG                                                       rune = 0x16B7
	RunicLetterGar                                                             rune = 0x16B8
	RunicLetterWunjoWynnW                                                      rune = 0x16B9
	RunicLetterHaglazH                                                         rune = 0x16BA
	RunicLetterHaeglH                                                          rune = 0x16BB
	RunicLetterLongBranchHagallH                                               rune = 0x16BC
	RunicLetterShortTwigHagallH                                                rune = 0x16BD
	RunicLetterNaudizNydNaudN                                                  rune = 0x16BE
	RunicLetterShortTwigNaudN                                                  rune = 0x16BF
	RunicLetterDottedN                                                         rune = 0x16C0
	RunicLetterIsazIsIssI                                                      rune = 0x16C1
	RunicLetterE                                                               rune = 0x16C2
	RunicLetterJeranJ                                                          rune = 0x16C3
	RunicLetterGer                                                             rune = 0x16C4
	RunicLetterLongBranchArAe                                                  rune = 0x16C5
	RunicLetterShortTwigArA                                                    rune = 0x16C6
	RunicLetterIwazEoh                                                         rune = 0x16C7
	RunicLetterPerthoPeorthP                                                   rune = 0x16C8
	RunicLetterAlgizEolhx                                                      rune = 0x16C9
	RunicLetterSowiloS                                                         rune = 0x16CA
	RunicLetterSigelLongBranchSolS                                             rune = 0x16CB
	RunicLetterShortTwigSolS                                                   rune = 0x16CC
	RunicLetterC                                                               rune = 0x16CD
	RunicLetterZ                                                               rune = 0x16CE
	RunicLetterTiwazTirTyrT                                                    rune = 0x16CF
	RunicLetterShortTwigTyrT                                                   rune = 0x16D0
	RunicLetterD                                                               rune = 0x16D1
	RunicLetterBerkananBeorcBjarkanB                                           rune = 0x16D2
	RunicLetterShortTwigBjarkanB                                               rune = 0x16D3
	RunicLetterDottedP                                                         rune = 0x16D4
	RunicLetterOpenP                                                           rune = 0x16D5
	RunicLetterEhwazEhE                                                        rune = 0x16D6
	RunicLetterMannazManM                                                      rune = 0x16D7
	RunicLetterLongBranchMadrM                                                 rune = 0x16D8
	RunicLetterShortTwigMadrM                                                  rune = 0x16D9
	RunicLetterLaukazLaguLogrL                                                 rune = 0x16DA
	RunicLetterDottedL                                                         rune = 0x16DB
	RunicLetterIngwaz                                                          rune = 0x16DC
	RunicLetterIng                                                             rune = 0x16DD
	RunicLetterDagazDaegD                                                      rune = 0x16DE
	RunicLetterOthalanEthelO                                                   rune = 0x16DF
	RunicLetterEar                                                             rune = 0x16E0
	RunicLetterIor                                                             rune = 0x16E1
	RunicLetterCweorth                                                         rune = 0x16E2
	RunicLetterCalc                                                            rune = 0x16E3
	RunicLetterCealc                                                           rune = 0x16E4
	RunicLetterStan                                                            rune = 0x16E5
	RunicLetterLongBranchYr                                                    rune = 0x16E6
	RunicLetterShortTwigYr                                                     rune = 0x16E7
	RunicLetterIcelandicYr                                                     rune = 0x16E8
	RunicLetterQ                                                               rune = 0x16E9
	RunicLetterX                                                               rune = 0x16EA
	RunicSinglePunctuation                                                     rune = 0x16EB
	RunicMultiplePunctuation                                                   rune = 0x16EC
	RunicCrossPunctuation                                                      rune = 0x16ED
	RunicArlaugSymbol                                                          rune = 0x16EE
	RunicTvimadurSymbol                                                        rune = 0x16EF
	RunicBelgthorSymbol                                                        rune = 0x16F0
	RunicLetterK                                                               rune = 0x16F1
	RunicLetterSh                                                              rune = 0x16F2
	RunicLetterOo                                                              rune = 0x16F3
	RunicLetterFranksCasketOs                                                  rune = 0x16F4
	RunicLetterFranksCasketIs                                                  rune = 0x16F5
	RunicLetterFranksCasketEh                                                  rune = 0x16F6
	RunicLetterFranksCasketAc                                                  rune = 0x16F7
	RunicLetterFranksCasketAesc                                                rune = 0x16F8
	TagalogLetterA                                                             rune = 0x1700
	TagalogLetterI                                                             rune = 0x1701
	TagalogLetterU                                                             rune = 0x1702
	TagalogLetterKa                                                            rune = 0x1703
	TagalogLetterGa                                                            rune = 0x1704
	TagalogLetterNga                                                           rune = 0x1705
	TagalogLetterTa                                                            rune = 0x1706
	TagalogLetterDa                                                            rune = 0x1707
	TagalogLetterNa                                                            rune = 0x1708
	TagalogLetterPa                                                            rune = 0x1709
	TagalogLetterBa                                                            rune = 0x170A
	TagalogLetterMa                                                            rune = 0x170B
	TagalogLetterYa                                                            rune = 0x170C
	TagalogLetterLa                                                            rune = 0x170E
	TagalogLetterWa                                                            rune = 0x170F
	TagalogLetterSa                                                            rune = 0x1710
	TagalogLetterHa                                                            rune = 0x1711
	TagalogVowelSignI                                                          rune = 0x1712
	TagalogVowelSignU                                                          rune = 0x1713
	TagalogSignVirama                                                          rune = 0x1714
	HanunooLetterA                                                             rune = 0x1720
	HanunooLetterI                                                             rune = 0x1721
	HanunooLetterU                                                             rune = 0x1722
	HanunooLetterKa                                                            rune = 0x1723
	HanunooLetterGa                                                            rune = 0x1724
	HanunooLetterNga                                                           rune = 0x1725
	HanunooLetterTa                                                            rune = 0x1726
	HanunooLetterDa                                                            rune = 0x1727
	HanunooLetterNa                                                            rune = 0x1728
	HanunooLetterPa                                                            rune = 0x1729
	HanunooLetterBa                                                            rune = 0x172A
	HanunooLetterMa                                                            rune = 0x172B
	HanunooLetterYa                                                            rune = 0x172C
	HanunooLetterRa                                                            rune = 0x172D
	HanunooLetterLa                                                            rune = 0x172E
	HanunooLetterWa                                                            rune = 0x172F
	HanunooLetterSa                                                            rune = 0x1730
	HanunooLetterHa                                                            rune = 0x1731
	HanunooVowelSignI                                                          rune = 0x1732
	HanunooVowelSignU                                                          rune = 0x1733
	HanunooSignPamudpod                                                        rune = 0x1734
	PhilippineSinglePunctuation                                                rune = 0x1735
	PhilippineDoublePunctuation                                                rune = 0x1736
	BuhidLetterA                                                               rune = 0x1740
	BuhidLetterI                                                               rune = 0x1741
	BuhidLetterU                                                               rune = 0x1742
	BuhidLetterKa                                                              rune = 0x1743
	BuhidLetterGa                                                              rune = 0x1744
	BuhidLetterNga                                                             rune = 0x1745
	BuhidLetterTa                                                              rune = 0x1746
	BuhidLetterDa                                                              rune = 0x1747
	BuhidLetterNa                                                              rune = 0x1748
	BuhidLetterPa                                                              rune = 0x1749
	BuhidLetterBa                                                              rune = 0x174A
	BuhidLetterMa                                                              rune = 0x174B
	BuhidLetterYa                                                              rune = 0x174C
	BuhidLetterRa                                                              rune = 0x174D
	BuhidLetterLa                                                              rune = 0x174E
	BuhidLetterWa                                                              rune = 0x174F
	BuhidLetterSa                                                              rune = 0x1750
	BuhidLetterHa                                                              rune = 0x1751
	BuhidVowelSignI                                                            rune = 0x1752
	BuhidVowelSignU                                                            rune = 0x1753
	TagbanwaLetterA                                                            rune = 0x1760
	TagbanwaLetterI                                                            rune = 0x1761
	TagbanwaLetterU                                                            rune = 0x1762
	TagbanwaLetterKa                                                           rune = 0x1763
	TagbanwaLetterGa                                                           rune = 0x1764
	TagbanwaLetterNga                                                          rune = 0x1765
	TagbanwaLetterTa                                                           rune = 0x1766
	TagbanwaLetterDa                                                           rune = 0x1767
	TagbanwaLetterNa                                                           rune = 0x1768
	TagbanwaLetterPa                                                           rune = 0x1769
	TagbanwaLetterBa                                                           rune = 0x176A
	TagbanwaLetterMa                                                           rune = 0x176B
	TagbanwaLetterYa                                                           rune = 0x176C
	TagbanwaLetterLa                                                           rune = 0x176E
	TagbanwaLetterWa                                                           rune = 0x176F
	TagbanwaLetterSa                                                           rune = 0x1770
	TagbanwaVowelSignI                                                         rune = 0x1772
	TagbanwaVowelSignU                                                         rune = 0x1773
	KhmerLetterKa                                                              rune = 0x1780
	KhmerLetterKha                                                             rune = 0x1781
	KhmerLetterKo                                                              rune = 0x1782
	KhmerLetterKho                                                             rune = 0x1783
	KhmerLetterNgo                                                             rune = 0x1784
	KhmerLetterCa                                                              rune = 0x1785
	KhmerLetterCha                                                             rune = 0x1786
	KhmerLetterCo                                                              rune = 0x1787
	KhmerLetterCho                                                             rune = 0x1788
	KhmerLetterNyo                                                             rune = 0x1789
	KhmerLetterDa                                                              rune = 0x178A
	KhmerLetterTtha                                                            rune = 0x178B
	KhmerLetterDo                                                              rune = 0x178C
	KhmerLetterTtho                                                            rune = 0x178D
	KhmerLetterNno                                                             rune = 0x178E
	KhmerLetterTa                                                              rune = 0x178F
	KhmerLetterTha                                                             rune = 0x1790
	KhmerLetterTo                                                              rune = 0x1791
	KhmerLetterTho                                                             rune = 0x1792
	KhmerLetterNo                                                              rune = 0x1793
	KhmerLetterBa                                                              rune = 0x1794
	KhmerLetterPha                                                             rune = 0x1795
	KhmerLetterPo                                                              rune = 0x1796
	KhmerLetterPho                                                             rune = 0x1797
	KhmerLetterMo                                                              rune = 0x1798
	KhmerLetterYo                                                              rune = 0x1799
	KhmerLetterRo                                                              rune = 0x179A
	KhmerLetterLo                                                              rune = 0x179B
	KhmerLetterVo                                                              rune = 0x179C
	KhmerLetterSha                                                             rune = 0x179D
	KhmerLetterSso                                                             rune = 0x179E
	KhmerLetterSa                                                              rune = 0x179F
	KhmerLetterHa                                                              rune = 0x17A0
	KhmerLetterLa                                                              rune = 0x17A1
	KhmerLetterQa                                                              rune = 0x17A2
	KhmerIndependentVowelQaq                                                   rune = 0x17A3
	KhmerIndependentVowelQaa                                                   rune = 0x17A4
	KhmerIndependentVowelQi                                                    rune = 0x17A5
	KhmerIndependentVowelQii                                                   rune = 0x17A6
	KhmerIndependentVowelQu                                                    rune = 0x17A7
	KhmerIndependentVowelQuk                                                   rune = 0x17A8
	KhmerIndependentVowelQuu                                                   rune = 0x17A9
	KhmerIndependentVowelQuuv                                                  rune = 0x17AA
	KhmerIndependentVowelRy                                                    rune = 0x17AB
	KhmerIndependentVowelRyy                                                   rune = 0x17AC
	KhmerIndependentVowelLy                                                    rune = 0x17AD
	KhmerIndependentVowelLyy                                                   rune = 0x17AE
	KhmerIndependentVowelQe                                                    rune = 0x17AF
	KhmerIndependentVowelQai                                                   rune = 0x17B0
	KhmerIndependentVowelQooTypeOne                                            rune = 0x17B1
	KhmerIndependentVowelQooTypeTwo                                            rune = 0x17B2
	KhmerIndependentVowelQau                                                   rune = 0x17B3
	KhmerVowelInherentAq                                                       rune = 0x17B4
	KhmerVowelInherentAa                                                       rune = 0x17B5
	KhmerVowelSignAa                                                           rune = 0x17B6
	KhmerVowelSignI                                                            rune = 0x17B7
	KhmerVowelSignIi                                                           rune = 0x17B8
	KhmerVowelSignY                                                            rune = 0x17B9
	KhmerVowelSignYy                                                           rune = 0x17BA
	KhmerVowelSignU                                                            rune = 0x17BB
	KhmerVowelSignUu                                                           rune = 0x17BC
	KhmerVowelSignUa                                                           rune = 0x17BD
	KhmerVowelSignOe                                                           rune = 0x17BE
	KhmerVowelSignYa                                                           rune = 0x17BF
	KhmerVowelSignIe                                                           rune = 0x17C0
	KhmerVowelSignE                                                            rune = 0x17C1
	KhmerVowelSignAe                                                           rune = 0x17C2
	KhmerVowelSignAi                                                           rune = 0x17C3
	KhmerVowelSignOo                                                           rune = 0x17C4
	KhmerVowelSignAu                                                           rune = 0x17C5
	KhmerSignNikahit                                                           rune = 0x17C6
	KhmerSignReahmuk                                                           rune = 0x17C7
	KhmerSignYuukaleapintu                                                     rune = 0x17C8
	KhmerSignMuusikatoan                                                       rune = 0x17C9
	KhmerSignTriisap                                                           rune = 0x17CA
	KhmerSignBantoc                                                            rune = 0x17CB
	KhmerSignRobat                                                             rune = 0x17CC
	KhmerSignToandakhiat                                                       rune = 0x17CD
	KhmerSignKakabat                                                           rune = 0x17CE
	KhmerSignAhsda                                                             rune = 0x17CF
	KhmerSignSamyokSannya                                                      rune = 0x17D0
	KhmerSignViriam                                                            rune = 0x17D1
	KhmerSignCoeng                                                             rune = 0x17D2
	KhmerSignBathamasat                                                        rune = 0x17D3
	KhmerSignKhan                                                              rune = 0x17D4
	KhmerSignBariyoosan                                                        rune = 0x17D5
	KhmerSignCamnucPiiKuuh                                                     rune = 0x17D6
	KhmerSignLekToo                                                            rune = 0x17D7
	KhmerSignBeyyal                                                            rune = 0x17D8
	KhmerSignPhnaekMuan                                                        rune = 0x17D9
	KhmerSignKoomuut                                                           rune = 0x17DA
	KhmerCurrencySymbolRiel                                                    rune = 0x17DB
	KhmerSignAvakrahasanya                                                     rune = 0x17DC
	KhmerSignAtthacan                                                          rune = 0x17DD
	KhmerDigitZero                                                             rune = 0x17E0
	KhmerDigitOne                                                              rune = 0x17E1
	KhmerDigitTwo                                                              rune = 0x17E2
	KhmerDigitThree                                                            rune = 0x17E3
	KhmerDigitFour                                                             rune = 0x17E4
	KhmerDigitFive                                                             rune = 0x17E5
	KhmerDigitSix                                                              rune = 0x17E6
	KhmerDigitSeven                                                            rune = 0x17E7
	KhmerDigitEight                                                            rune = 0x17E8
	KhmerDigitNine                                                             rune = 0x17E9
	KhmerSymbolLekAttakSon                                                     rune = 0x17F0
	KhmerSymbolLekAttakMuoy                                                    rune = 0x17F1
	KhmerSymbolLekAttakPii                                                     rune = 0x17F2
	KhmerSymbolLekAttakBei                                                     rune = 0x17F3
	KhmerSymbolLekAttakBuon                                                    rune = 0x17F4
	KhmerSymbolLekAttakPram                                                    rune = 0x17F5
	KhmerSymbolLekAttakPramMuoy                                                rune = 0x17F6
	KhmerSymbolLekAttakPramPii                                                 rune = 0x17F7
	KhmerSymbolLekAttakPramBei                                                 rune = 0x17F8
	KhmerSymbolLekAttakPramBuon                                                rune = 0x17F9
	MongolianBirga                                                             rune = 0x1800
	MongolianEllipsis                                                          rune = 0x1801
	MongolianComma                                                             rune = 0x1802
	MongolianFullStop                                                          rune = 0x1803
	MongolianColon                                                             rune = 0x1804
	MongolianFourDots                                                          rune = 0x1805
	MongolianTodoSoftHyphen                                                    rune = 0x1806
	MongolianSibeSyllableBoundaryMarker                                        rune = 0x1807
	MongolianManchuComma                                                       rune = 0x1808
	MongolianManchuFullStop                                                    rune = 0x1809
	MongolianNirugu                                                            rune = 0x180A
	MongolianFreeVariationSelectorOne                                          rune = 0x180B
	FVS1                                                                       rune = 0x180B
	MongolianFreeVariationSelectorTwo                                          rune = 0x180C
	FVS2                                                                       rune = 0x180C
	MongolianFreeVariationSelectorThree                                        rune = 0x180D
	FVS3                                                                       rune = 0x180D
	MongolianVowelSeparator                                                    rune = 0x180E
	MVS                                                                        rune = 0x180E
	MongolianDigitZero                                                         rune = 0x1810
	MongolianDigitOne                                                          rune = 0x1811
	MongolianDigitTwo                                                          rune = 0x1812
	MongolianDigitThree                                                        rune = 0x1813
	MongolianDigitFour                                                         rune = 0x1814
	MongolianDigitFive                                                         rune = 0x1815
	MongolianDigitSix                                                          rune = 0x1816
	MongolianDigitSeven                                                        rune = 0x1817
	MongolianDigitEight                                                        rune = 0x1818
	MongolianDigitNine                                                         rune = 0x1819
	MongolianLetterA                                                           rune = 0x1820
	MongolianLetterE                                                           rune = 0x1821
	MongolianLetterI                                                           rune = 0x1822
	MongolianLetterO                                                           rune = 0x1823
	MongolianLetterU                                                           rune = 0x1824
	MongolianLetterOe                                                          rune = 0x1825
	MongolianLetterUe                                                          rune = 0x1826
	MongolianLetterEe                                                          rune = 0x1827
	MongolianLetterNa                                                          rune = 0x1828
	MongolianLetterAng                                                         rune = 0x1829
	MongolianLetterBa                                                          rune = 0x182A
	MongolianLetterPa                                                          rune = 0x182B
	MongolianLetterQa                                                          rune = 0x182C
	MongolianLetterGa                                                          rune = 0x182D
	MongolianLetterMa                                                          rune = 0x182E
	MongolianLetterLa                                                          rune = 0x182F
	MongolianLetterSa                                                          rune = 0x1830
	MongolianLetterSha                                                         rune = 0x1831
	MongolianLetterTa                                                          rune = 0x1832
	MongolianLetterDa                                                          rune = 0x1833
	MongolianLetterCha                                                         rune = 0x1834
	MongolianLetterJa                                                          rune = 0x1835
	MongolianLetterYa                                                          rune = 0x1836
	MongolianLetterRa                                                          rune = 0x1837
	MongolianLetterWa                                                          rune = 0x1838
	MongolianLetterFa                                                          rune = 0x1839
	MongolianLetterKa                                                          rune = 0x183A
	MongolianLetterKha                                                         rune = 0x183B
	MongolianLetterTsa                                                         rune = 0x183C
	MongolianLetterZa                                                          rune = 0x183D
	MongolianLetterHaa                                                         rune = 0x183E
	MongolianLetterZra                                                         rune = 0x183F
	MongolianLetterLha                                                         rune = 0x1840
	MongolianLetterZhi                                                         rune = 0x1841
	MongolianLetterChi                                                         rune = 0x1842
	MongolianLetterTodoLongVowelSign                                           rune = 0x1843
	MongolianLetterTodoE                                                       rune = 0x1844
	MongolianLetterTodoI                                                       rune = 0x1845
	MongolianLetterTodoO                                                       rune = 0x1846
	MongolianLetterTodoU                                                       rune = 0x1847
	MongolianLetterTodoOe                                                      rune = 0x1848
	MongolianLetterTodoUe                                                      rune = 0x1849
	MongolianLetterTodoAng                                                     rune = 0x184A
	MongolianLetterTodoBa                                                      rune = 0x184B
	MongolianLetterTodoPa                                                      rune = 0x184C
	MongolianLetterTodoQa                                                      rune = 0x184D
	MongolianLetterTodoGa                                                      rune = 0x184E
	MongolianLetterTodoMa                                                      rune = 0x184F
	MongolianLetterTodoTa                                                      rune = 0x1850
	MongolianLetterTodoDa                                                      rune = 0x1851
	MongolianLetterTodoCha                                                     rune = 0x1852
	MongolianLetterTodoJa                                                      rune = 0x1853
	MongolianLetterTodoTsa                                                     rune = 0x1854
	MongolianLetterTodoYa                                                      rune = 0x1855
	MongolianLetterTodoWa                                                      rune = 0x1856
	MongolianLetterTodoKa                                                      rune = 0x1857
	MongolianLetterTodoGaa                                                     rune = 0x1858
	MongolianLetterTodoHaa                                                     rune = 0x1859
	MongolianLetterTodoJia                                                     rune = 0x185A
	MongolianLetterTodoNia                                                     rune = 0x185B
	MongolianLetterTodoDza                                                     rune = 0x185C
	MongolianLetterSibeE                                                       rune = 0x185D
	MongolianLetterSibeI                                                       rune = 0x185E
	MongolianLetterSibeIy                                                      rune = 0x185F
	MongolianLetterSibeUe                                                      rune = 0x1860
	MongolianLetterSibeU                                                       rune = 0x1861
	MongolianLetterSibeAng                                                     rune = 0x1862
	MongolianLetterSibeKa                                                      rune = 0x1863
	MongolianLetterSibeGa                                                      rune = 0x1864
	MongolianLetterSibeHa                                                      rune = 0x1865
	MongolianLetterSibePa                                                      rune = 0x1866
	MongolianLetterSibeSha                                                     rune = 0x1867
	MongolianLetterSibeTa                                                      rune = 0x1868
	MongolianLetterSibeDa                                                      rune = 0x1869
	MongolianLetterSibeJa                                                      rune = 0x186A
	MongolianLetterSibeFa                                                      rune = 0x186B
	MongolianLetterSibeGaa                                                     rune = 0x186C
	MongolianLetterSibeHaa                                                     rune = 0x186D
	MongolianLetterSibeTsa                                                     rune = 0x186E
	MongolianLetterSibeZa                                                      rune = 0x186F
	MongolianLetterSibeRaa                                                     rune = 0x1870
	MongolianLetterSibeCha                                                     rune = 0x1871
	MongolianLetterSibeZha                                                     rune = 0x1872
	MongolianLetterManchuI                                                     rune = 0x1873
	MongolianLetterManchuKa                                                    rune = 0x1874
	MongolianLetterManchuRa                                                    rune = 0x1875
	MongolianLetterManchuFa                                                    rune = 0x1876
	MongolianLetterManchuZha                                                   rune = 0x1877
	MongolianLetterChaWithTwoDots                                              rune = 0x1878
	MongolianLetterAliGaliAnusvaraOne                                          rune = 0x1880
	MongolianLetterAliGaliVisargaOne                                           rune = 0x1881
	MongolianLetterAliGaliDamaru                                               rune = 0x1882
	MongolianLetterAliGaliUbadama                                              rune = 0x1883
	MongolianLetterAliGaliInvertedUbadama                                      rune = 0x1884
	MongolianLetterAliGaliBaluda                                               rune = 0x1885
	MongolianLetterAliGaliThreeBaluda                                          rune = 0x1886
	MongolianLetterAliGaliA                                                    rune = 0x1887
	MongolianLetterAliGaliI                                                    rune = 0x1888
	MongolianLetterAliGaliKa                                                   rune = 0x1889
	MongolianLetterAliGaliNga                                                  rune = 0x188A
	MongolianLetterAliGaliCa                                                   rune = 0x188B
	MongolianLetterAliGaliTta                                                  rune = 0x188C
	MongolianLetterAliGaliTtha                                                 rune = 0x188D
	MongolianLetterAliGaliDda                                                  rune = 0x188E
	MongolianLetterAliGaliNna                                                  rune = 0x188F
	MongolianLetterAliGaliTa                                                   rune = 0x1890
	MongolianLetterAliGaliDa                                                   rune = 0x1891
	MongolianLetterAliGaliPa                                                   rune = 0x1892
	MongolianLetterAliGaliPha                                                  rune = 0x1893
	MongolianLetterAliGaliSsa                                                  rune = 0x1894
	MongolianLetterAliGaliZha                                                  rune = 0x1895
	MongolianLetterAliGaliZa                                                   rune = 0x1896
	MongolianLetterAliGaliAh                                                   rune = 0x1897
	MongolianLetterTodoAliGaliTa                                               rune = 0x1898
	MongolianLetterTodoAliGaliZha                                              rune = 0x1899
	MongolianLetterManchuAliGaliGha                                            rune = 0x189A
	MongolianLetterManchuAliGaliNga                                            rune = 0x189B
	MongolianLetterManchuAliGaliCa                                             rune = 0x189C
	MongolianLetterManchuAliGaliJha                                            rune = 0x189D
	MongolianLetterManchuAliGaliTta                                            rune = 0x189E
	MongolianLetterManchuAliGaliDdha                                           rune = 0x189F
	MongolianLetterManchuAliGaliTa                                             rune = 0x18A0
	MongolianLetterManchuAliGaliDha                                            rune = 0x18A1
	MongolianLetterManchuAliGaliSsa                                            rune = 0x18A2
	MongolianLetterManchuAliGaliCya                                            rune = 0x18A3
	MongolianLetterManchuAliGaliZha                                            rune = 0x18A4
	MongolianLetterManchuAliGaliZa                                             rune = 0x18A5
	MongolianLetterAliGaliHalfU                                                rune = 0x18A6
	MongolianLetterAliGaliHalfYa                                               rune = 0x18A7
	MongolianLetterManchuAliGaliBha                                            rune = 0x18A8
	MongolianLetterAliGaliDagalga                                              rune = 0x18A9
	MongolianLetterManchuAliGaliLha                                            rune = 0x18AA
	CanadianSyllabicsOy                                                        rune = 0x18B0
	CanadianSyllabicsAy                                                        rune = 0x18B1
	CanadianSyllabicsAay                                                       rune = 0x18B2
	CanadianSyllabicsWay                                                       rune = 0x18B3
	CanadianSyllabicsPoy                                                       rune = 0x18B4
	CanadianSyllabicsPay                                                       rune = 0x18B5
	CanadianSyllabicsPwoy                                                      rune = 0x18B6
	CanadianSyllabicsTay                                                       rune = 0x18B7
	CanadianSyllabicsKay                                                       rune = 0x18B8
	CanadianSyllabicsKway                                                      rune = 0x18B9
	CanadianSyllabicsMay                                                       rune = 0x18BA
	CanadianSyllabicsNoy                                                       rune = 0x18BB
	CanadianSyllabicsNay                                                       rune = 0x18BC
	CanadianSyllabicsLay                                                       rune = 0x18BD
	CanadianSyllabicsSoy                                                       rune = 0x18BE
	CanadianSyllabicsSay                                                       rune = 0x18BF
	CanadianSyllabicsShoy                                                      rune = 0x18C0
	CanadianSyllabicsShay                                                      rune = 0x18C1
	CanadianSyllabicsShwoy                                                     rune = 0x18C2
	CanadianSyllabicsYoy                                                       rune = 0x18C3
	CanadianSyllabicsYay                                                       rune = 0x18C4
	CanadianSyllabicsRay                                                       rune = 0x18C5
	CanadianSyllabicsNwi                                                       rune = 0x18C6
	CanadianSyllabicsOjibwayNwi                                                rune = 0x18C7
	CanadianSyllabicsNwii                                                      rune = 0x18C8
	CanadianSyllabicsOjibwayNwii                                               rune = 0x18C9
	CanadianSyllabicsNwo                                                       rune = 0x18CA
	CanadianSyllabicsOjibwayNwo                                                rune = 0x18CB
	CanadianSyllabicsNwoo                                                      rune = 0x18CC
	CanadianSyllabicsOjibwayNwoo                                               rune = 0x18CD
	CanadianSyllabicsRwee                                                      rune = 0x18CE
	CanadianSyllabicsRwi                                                       rune = 0x18CF
	CanadianSyllabicsRwii                                                      rune = 0x18D0
	CanadianSyllabicsRwo                                                       rune = 0x18D1
	CanadianSyllabicsRwoo                                                      rune = 0x18D2
	CanadianSyllabicsRwa                                                       rune = 0x18D3
	CanadianSyllabicsOjibwayP                                                  rune = 0x18D4
	CanadianSyllabicsOjibwayT                                                  rune = 0x18D5
	CanadianSyllabicsOjibwayK                                                  rune = 0x18D6
	CanadianSyllabicsOjibwayC                                                  rune = 0x18D7
	CanadianSyllabicsOjibwayM                                                  rune = 0x18D8
	CanadianSyllabicsOjibwayN                                                  rune = 0x18D9
	CanadianSyllabicsOjibwayS                                                  rune = 0x18DA
	CanadianSyllabicsOjibwaySh                                                 rune = 0x18DB
	CanadianSyllabicsEasternW                                                  rune = 0x18DC
	CanadianSyllabicsWesternW                                                  rune = 0x18DD
	CanadianSyllabicsFinalSmallRing                                            rune = 0x18DE
	CanadianSyllabicsFinalRaisedDot                                            rune = 0x18DF
	CanadianSyllabicsRCreeRwe                                                  rune = 0x18E0
	CanadianSyllabicsWestCreeLoo                                               rune = 0x18E1
	CanadianSyllabicsWestCreeLaa                                               rune = 0x18E2
	CanadianSyllabicsThwe                                                      rune = 0x18E3
	CanadianSyllabicsThwa                                                      rune = 0x18E4
	CanadianSyllabicsTthwe                                                     rune = 0x18E5
	CanadianSyllabicsTthoo                                                     rune = 0x18E6
	CanadianSyllabicsTthaa                                                     rune = 0x18E7
	CanadianSyllabicsTlhwe                                                     rune = 0x18E8
	CanadianSyllabicsTlhoo                                                     rune = 0x18E9
	CanadianSyllabicsSayisiShwe                                                rune = 0x18EA
	CanadianSyllabicsSayisiShoo                                                rune = 0x18EB
	CanadianSyllabicsSayisiHoo                                                 rune = 0x18EC
	CanadianSyllabicsCarrierGwu                                                rune = 0x18ED
	CanadianSyllabicsCarrierDeneGee                                            rune = 0x18EE
	CanadianSyllabicsCarrierGaa                                                rune = 0x18EF
	CanadianSyllabicsCarrierGwa                                                rune = 0x18F0
	CanadianSyllabicsSayisiJuu                                                 rune = 0x18F1
	CanadianSyllabicsCarrierJwa                                                rune = 0x18F2
	CanadianSyllabicsBeaverDeneL                                               rune = 0x18F3
	CanadianSyllabicsBeaverDeneR                                               rune = 0x18F4
	CanadianSyllabicsCarrierDentalS                                            rune = 0x18F5
	LimbuVowelCarrierLetter                                                    rune = 0x1900
	LimbuLetterKa                                                              rune = 0x1901
	LimbuLetterKha                                                             rune = 0x1902
	LimbuLetterGa                                                              rune = 0x1903
	LimbuLetterGha                                                             rune = 0x1904
	LimbuLetterNga                                                             rune = 0x1905
	LimbuLetterCa                                                              rune = 0x1906
	LimbuLetterCha                                                             rune = 0x1907
	LimbuLetterJa                                                              rune = 0x1908
	LimbuLetterJha                                                             rune = 0x1909
	LimbuLetterYan                                                             rune = 0x190A
	LimbuLetterTa                                                              rune = 0x190B
	LimbuLetterTha                                                             rune = 0x190C
	LimbuLetterDa                                                              rune = 0x190D
	LimbuLetterDha                                                             rune = 0x190E
	LimbuLetterNa                                                              rune = 0x190F
	LimbuLetterPa                                                              rune = 0x1910
	LimbuLetterPha                                                             rune = 0x1911
	LimbuLetterBa                                                              rune = 0x1912
	LimbuLetterBha                                                             rune = 0x1913
	LimbuLetterMa                                                              rune = 0x1914
	LimbuLetterYa                                                              rune = 0x1915
	LimbuLetterRa                                                              rune = 0x1916
	LimbuLetterLa                                                              rune = 0x1917
	LimbuLetterWa                                                              rune = 0x1918
	LimbuLetterSha                                                             rune = 0x1919
	LimbuLetterSsa                                                             rune = 0x191A
	LimbuLetterSa                                                              rune = 0x191B
	LimbuLetterHa                                                              rune = 0x191C
	LimbuLetterGyan                                                            rune = 0x191D
	LimbuLetterTra                                                             rune = 0x191E
	LimbuVowelSignA                                                            rune = 0x1920
	LimbuVowelSignI                                                            rune = 0x1921
	LimbuVowelSignU                                                            rune = 0x1922
	LimbuVowelSignEe                                                           rune = 0x1923
	LimbuVowelSignAi                                                           rune = 0x1924
	LimbuVowelSignOo                                                           rune = 0x1925
	LimbuVowelSignAu                                                           rune = 0x1926
	LimbuVowelSignE                                                            rune = 0x1927
	LimbuVowelSignO                                                            rune = 0x1928
	LimbuSubjoinedLetterYa                                                     rune = 0x1929
	LimbuSubjoinedLetterRa                                                     rune = 0x192A
	LimbuSubjoinedLetterWa                                                     rune = 0x192B
	LimbuSmallLetterKa                                                         rune = 0x1930
	LimbuSmallLetterNga                                                        rune = 0x1931
	LimbuSmallLetterAnusvara                                                   rune = 0x1932
	LimbuSmallLetterTa                                                         rune = 0x1933
	LimbuSmallLetterNa                                                         rune = 0x1934
	LimbuSmallLetterPa                                                         rune = 0x1935
	LimbuSmallLetterMa                                                         rune = 0x1936
	LimbuSmallLetterRa                                                         rune = 0x1937
	LimbuSmallLetterLa                                                         rune = 0x1938
	LimbuSignMukphreng                                                         rune = 0x1939
	LimbuSignKemphreng                                                         rune = 0x193A
	LimbuSignSaI                                                               rune = 0x193B
	LimbuSignLoo                                                               rune = 0x1940
	LimbuExclamationMark                                                       rune = 0x1944
	LimbuQuestionMark                                                          rune = 0x1945
	LimbuDigitZero                                                             rune = 0x1946
	LimbuDigitOne                                                              rune = 0x1947
	LimbuDigitTwo                                                              rune = 0x1948
	LimbuDigitThree                                                            rune = 0x1949
	LimbuDigitFour                                                             rune = 0x194A
	LimbuDigitFive                                                             rune = 0x194B
	LimbuDigitSix                                                              rune = 0x194C
	LimbuDigitSeven                                                            rune = 0x194D
	LimbuDigitEight                                                            rune = 0x194E
	LimbuDigitNine                                                             rune = 0x194F
	TaiLeLetterKa                                                              rune = 0x1950
	TaiLeLetterXa                                                              rune = 0x1951
	TaiLeLetterNga                                                             rune = 0x1952
	TaiLeLetterTsa                                                             rune = 0x1953
	TaiLeLetterSa                                                              rune = 0x1954
	TaiLeLetterYa                                                              rune = 0x1955
	TaiLeLetterTa                                                              rune = 0x1956
	TaiLeLetterTha                                                             rune = 0x1957
	TaiLeLetterLa                                                              rune = 0x1958
	TaiLeLetterPa                                                              rune = 0x1959
	TaiLeLetterPha                                                             rune = 0x195A
	TaiLeLetterMa                                                              rune = 0x195B
	TaiLeLetterFa                                                              rune = 0x195C
	TaiLeLetterVa                                                              rune = 0x195D
	TaiLeLetterHa                                                              rune = 0x195E
	TaiLeLetterQa                                                              rune = 0x195F
	TaiLeLetterKha                                                             rune = 0x1960
	TaiLeLetterTsha                                                            rune = 0x1961
	TaiLeLetterNa                                                              rune = 0x1962
	TaiLeLetterA                                                               rune = 0x1963
	TaiLeLetterI                                                               rune = 0x1964
	TaiLeLetterEe                                                              rune = 0x1965
	TaiLeLetterEh                                                              rune = 0x1966
	TaiLeLetterU                                                               rune = 0x1967
	TaiLeLetterOo                                                              rune = 0x1968
	TaiLeLetterO                                                               rune = 0x1969
	TaiLeLetterUe                                                              rune = 0x196A
	TaiLeLetterE                                                               rune = 0x196B
	TaiLeLetterAue                                                             rune = 0x196C
	TaiLeLetterAi                                                              rune = 0x196D
	TaiLeLetterTone2                                                           rune = 0x1970
	TaiLeLetterTone3                                                           rune = 0x1971
	TaiLeLetterTone4                                                           rune = 0x1972
	TaiLeLetterTone5                                                           rune = 0x1973
	TaiLeLetterTone6                                                           rune = 0x1974
	NewTaiLueLetterHighQa                                                      rune = 0x1980
	NewTaiLueLetterLowQa                                                       rune = 0x1981
	NewTaiLueLetterHighKa                                                      rune = 0x1982
	NewTaiLueLetterHighXa                                                      rune = 0x1983
	NewTaiLueLetterHighNga                                                     rune = 0x1984
	NewTaiLueLetterLowKa                                                       rune = 0x1985
	NewTaiLueLetterLowXa                                                       rune = 0x1986
	NewTaiLueLetterLowNga                                                      rune = 0x1987
	NewTaiLueLetterHighTsa                                                     rune = 0x1988
	NewTaiLueLetterHighSa                                                      rune = 0x1989
	NewTaiLueLetterHighYa                                                      rune = 0x198A
	NewTaiLueLetterLowTsa                                                      rune = 0x198B
	NewTaiLueLetterLowSa                                                       rune = 0x198C
	NewTaiLueLetterLowYa                                                       rune = 0x198D
	NewTaiLueLetterHighTa                                                      rune = 0x198E
	NewTaiLueLetterHighTha                                                     rune = 0x198F
	NewTaiLueLetterHighNa                                                      rune = 0x1990
	NewTaiLueLetterLowTa                                                       rune = 0x1991
	NewTaiLueLetterLowTha                                                      rune = 0x1992
	NewTaiLueLetterLowNa                                                       rune = 0x1993
	NewTaiLueLetterHighPa                                                      rune = 0x1994
	NewTaiLueLetterHighPha                                                     rune = 0x1995
	NewTaiLueLetterHighMa                                                      rune = 0x1996
	NewTaiLueLetterLowPa                                                       rune = 0x1997
	NewTaiLueLetterLowPha                                                      rune = 0x1998
	NewTaiLueLetterLowMa                                                       rune = 0x1999
	NewTaiLueLetterHighFa                                                      rune = 0x199A
	NewTaiLueLetterHighVa                                                      rune = 0x199B
	NewTaiLueLetterHighLa                                                      rune = 0x199C
	NewTaiLueLetterLowFa                                                       rune = 0x199D
	NewTaiLueLetterLowVa                                                       rune = 0x199E
	NewTaiLueLetterLowLa                                                       rune = 0x199F
	NewTaiLueLetterHighHa                                                      rune = 0x19A0
	NewTaiLueLetterHighDa                                                      rune = 0x19A1
	NewTaiLueLetterHighBa                                                      rune = 0x19A2
	NewTaiLueLetterLowHa                                                       rune = 0x19A3
	NewTaiLueLetterLowDa                                                       rune = 0x19A4
	NewTaiLueLetterLowBa                                                       rune = 0x19A5
	NewTaiLueLetterHighKva                                                     rune = 0x19A6
	NewTaiLueLetterHighXva                                                     rune = 0x19A7
	NewTaiLueLetterLowKva                                                      rune = 0x19A8
	NewTaiLueLetterLowXva                                                      rune = 0x19A9
	NewTaiLueLetterHighSua                                                     rune = 0x19AA
	NewTaiLueLetterLowSua                                                      rune = 0x19AB
	NewTaiLueVowelSignVowelShortener                                           rune = 0x19B0
	NewTaiLueVowelSignAa                                                       rune = 0x19B1
	NewTaiLueVowelSignIi                                                       rune = 0x19B2
	NewTaiLueVowelSignU                                                        rune = 0x19B3
	NewTaiLueVowelSignUu                                                       rune = 0x19B4
	NewTaiLueVowelSignE                                                        rune = 0x19B5
	NewTaiLueVowelSignAe                                                       rune = 0x19B6
	NewTaiLueVowelSignO                                                        rune = 0x19B7
	NewTaiLueVowelSignOa                                                       rune = 0x19B8
	NewTaiLueVowelSignUe                                                       rune = 0x19B9
	NewTaiLueVowelSignAy                                                       rune = 0x19BA
	NewTaiLueVowelSignAay                                                      rune = 0x19BB
	NewTaiLueVowelSignUy                                                       rune = 0x19BC
	NewTaiLueVowelSignOy                                                       rune = 0x19BD
	NewTaiLueVowelSignOay                                                      rune = 0x19BE
	NewTaiLueVowelSignUey                                                      rune = 0x19BF
	NewTaiLueVowelSignIy                                                       rune = 0x19C0
	NewTaiLueLetterFinalV                                                      rune = 0x19C1
	NewTaiLueLetterFinalNg                                                     rune = 0x19C2
	NewTaiLueLetterFinalN                                                      rune = 0x19C3
	NewTaiLueLetterFinalM                                                      rune = 0x19C4
	NewTaiLueLetterFinalK                                                      rune = 0x19C5
	NewTaiLueLetterFinalD                                                      rune = 0x19C6
	NewTaiLueLetterFinalB                                                      rune = 0x19C7
	NewTaiLueToneMark1                                                         rune = 0x19C8
	NewTaiLueToneMark2                                                         rune = 0x19C9
	NewTaiLueDigitZero                                                         rune = 0x19D0
	NewTaiLueDigitOne                                                          rune = 0x19D1
	NewTaiLueDigitTwo                                                          rune = 0x19D2
	NewTaiLueDigitThree                                                        rune = 0x19D3
	NewTaiLueDigitFour                                                         rune = 0x19D4
	NewTaiLueDigitFive                                                         rune = 0x19D5
	NewTaiLueDigitSix                                                          rune = 0x19D6
	NewTaiLueDigitSeven                                                        rune = 0x19D7
	NewTaiLueDigitEight                                                        rune = 0x19D8
	NewTaiLueDigitNine                                                         rune = 0x19D9
	NewTaiLueThamDigitOne                                                      rune = 0x19DA
	NewTaiLueSignLae                                                           rune = 0x19DE
	NewTaiLueSignLaev                                                          rune = 0x19DF
	KhmerSymbolPathamasat                                                      rune = 0x19E0
	KhmerSymbolMuoyKoet                                                        rune = 0x19E1
	KhmerSymbolPiiKoet                                                         rune = 0x19E2
	KhmerSymbolBeiKoet                                                         rune = 0x19E3
	KhmerSymbolBuonKoet                                                        rune = 0x19E4
	KhmerSymbolPramKoet                                                        rune = 0x19E5
	KhmerSymbolPramMuoyKoet                                                    rune = 0x19E6
	KhmerSymbolPramPiiKoet                                                     rune = 0x19E7
	KhmerSymbolPramBeiKoet                                                     rune = 0x19E8
	KhmerSymbolPramBuonKoet                                                    rune = 0x19E9
	KhmerSymbolDapKoet                                                         rune = 0x19EA
	KhmerSymbolDapMuoyKoet                                                     rune = 0x19EB
	KhmerSymbolDapPiiKoet                                                      rune = 0x19EC
	KhmerSymbolDapBeiKoet                                                      rune = 0x19ED
	KhmerSymbolDapBuonKoet                                                     rune = 0x19EE
	KhmerSymbolDapPramKoet                                                     rune = 0x19EF
	KhmerSymbolTuteyasat                                                       rune = 0x19F0
	KhmerSymbolMuoyRoc                                                         rune = 0x19F1
	KhmerSymbolPiiRoc                                                          rune = 0x19F2
	KhmerSymbolBeiRoc                                                          rune = 0x19F3
	KhmerSymbolBuonRoc                                                         rune = 0x19F4
	KhmerSymbolPramRoc                                                         rune = 0x19F5
	KhmerSymbolPramMuoyRoc                                                     rune = 0x19F6
	KhmerSymbolPramPiiRoc                                                      rune = 0x19F7
	KhmerSymbolPramBeiRoc                                                      rune = 0x19F8
	KhmerSymbolPramBuonRoc                                                     rune = 0x19F9
	KhmerSymbolDapRoc                                                          rune = 0x19FA
	KhmerSymbolDapMuoyRoc                                                      rune = 0x19FB
	KhmerSymbolDapPiiRoc                                                       rune = 0x19FC
	KhmerSymbolDapBeiRoc                                                       rune = 0x19FD
	KhmerSymbolDapBuonRoc                                                      rune = 0x19FE
	KhmerSymbolDapPramRoc                                                      rune = 0x19FF
	BugineseLetterKa                                                           rune = 0x1A00
	BugineseLetterGa                                                           rune = 0x1A01
	BugineseLetterNga                                                          rune = 0x1A02
	BugineseLetterNgka                                                         rune = 0x1A03
	BugineseLetterPa                                                           rune = 0x1A04
	BugineseLetterBa                                                           rune = 0x1A05
	BugineseLetterMa                                                           rune = 0x1A06
	BugineseLetterMpa                                                          rune = 0x1A07
	BugineseLetterTa                                                           rune = 0x1A08
	BugineseLetterDa                                                           rune = 0x1A09
	BugineseLetterNa                                                           rune = 0x1A0A
	BugineseLetterNra                                                          rune = 0x1A0B
	BugineseLetterCa                                                           rune = 0x1A0C
	BugineseLetterJa                                                           rune = 0x1A0D
	BugineseLetterNya                                                          rune = 0x1A0E
	BugineseLetterNyca                                                         rune = 0x1A0F
	BugineseLetterYa                                                           rune = 0x1A10
	BugineseLetterRa                                                           rune = 0x1A11
	BugineseLetterLa                                                           rune = 0x1A12
	BugineseLetterVa                                                           rune = 0x1A13
	BugineseLetterSa                                                           rune = 0x1A14
	BugineseLetterA                                                            rune = 0x1A15
	BugineseLetterHa                                                           rune = 0x1A16
	BugineseVowelSignI                                                         rune = 0x1A17
	BugineseVowelSignU                                                         rune = 0x1A18
	BugineseVowelSignE                                                         rune = 0x1A19
	BugineseVowelSignO                                                         rune = 0x1A1A
	BugineseVowelSignAe                                                        rune = 0x1A1B
	BuginesePallawa                                                            rune = 0x1A1E
	BugineseEndOfSection                                                       rune = 0x1A1F
	TaiThamLetterHighKa                                                        rune = 0x1A20
	TaiThamLetterHighKha                                                       rune = 0x1A21
	TaiThamLetterHighKxa                                                       rune = 0x1A22
	TaiThamLetterLowKa                                                         rune = 0x1A23
	TaiThamLetterLowKxa                                                        rune = 0x1A24
	TaiThamLetterLowKha                                                        rune = 0x1A25
	TaiThamLetterNga                                                           rune = 0x1A26
	TaiThamLetterHighCa                                                        rune = 0x1A27
	TaiThamLetterHighCha                                                       rune = 0x1A28
	TaiThamLetterLowCa                                                         rune = 0x1A29
	TaiThamLetterLowSa                                                         rune = 0x1A2A
	TaiThamLetterLowCha                                                        rune = 0x1A2B
	TaiThamLetterNya                                                           rune = 0x1A2C
	TaiThamLetterRata                                                          rune = 0x1A2D
	TaiThamLetterHighRatha                                                     rune = 0x1A2E
	TaiThamLetterDa                                                            rune = 0x1A2F
	TaiThamLetterLowRatha                                                      rune = 0x1A30
	TaiThamLetterRana                                                          rune = 0x1A31
	TaiThamLetterHighTa                                                        rune = 0x1A32
	TaiThamLetterHighTha                                                       rune = 0x1A33
	TaiThamLetterLowTa                                                         rune = 0x1A34
	TaiThamLetterLowTha                                                        rune = 0x1A35
	TaiThamLetterNa                                                            rune = 0x1A36
	TaiThamLetterBa                                                            rune = 0x1A37
	TaiThamLetterHighPa                                                        rune = 0x1A38
	TaiThamLetterHighPha                                                       rune = 0x1A39
	TaiThamLetterHighFa                                                        rune = 0x1A3A
	TaiThamLetterLowPa                                                         rune = 0x1A3B
	TaiThamLetterLowFa                                                         rune = 0x1A3C
	TaiThamLetterLowPha                                                        rune = 0x1A3D
	TaiThamLetterMa                                                            rune = 0x1A3E
	TaiThamLetterLowYa                                                         rune = 0x1A3F
	TaiThamLetterHighYa                                                        rune = 0x1A40
	TaiThamLetterRa                                                            rune = 0x1A41
	TaiThamLetterRue                                                           rune = 0x1A42
	TaiThamLetterLa                                                            rune = 0x1A43
	TaiThamLetterLue                                                           rune = 0x1A44
	TaiThamLetterWa                                                            rune = 0x1A45
	TaiThamLetterHighSha                                                       rune = 0x1A46
	TaiThamLetterHighSsa                                                       rune = 0x1A47
	TaiThamLetterHighSa                                                        rune = 0x1A48
	TaiThamLetterHighHa                                                        rune = 0x1A49
	TaiThamLetterLla                                                           rune = 0x1A4A
	TaiThamLetterA                                                             rune = 0x1A4B
	TaiThamLetterLowHa                                                         rune = 0x1A4C
	TaiThamLetterI                                                             rune = 0x1A4D
	TaiThamLetterIi                                                            rune = 0x1A4E
	TaiThamLetterU                                                             rune = 0x1A4F
	TaiThamLetterUu                                                            rune = 0x1A50
	TaiThamLetterEe                                                            rune = 0x1A51
	TaiThamLetterOo                                                            rune = 0x1A52
	TaiThamLetterLae                                                           rune = 0x1A53
	TaiThamLetterGreatSa                                                       rune = 0x1A54
	TaiThamConsonantSignMedialRa                                               rune = 0x1A55
	TaiThamConsonantSignMedialLa                                               rune = 0x1A56
	TaiThamConsonantSignLaTangLai                                              rune = 0x1A57
	TaiThamSignMaiKangLai                                                      rune = 0x1A58
	TaiThamConsonantSignFinalNga                                               rune = 0x1A59
	TaiThamConsonantSignLowPa                                                  rune = 0x1A5A
	TaiThamConsonantSignHighRathaOrLowPa                                       rune = 0x1A5B
	TaiThamConsonantSignMa                                                     rune = 0x1A5C
	TaiThamConsonantSignBa                                                     rune = 0x1A5D
	TaiThamConsonantSignSa                                                     rune = 0x1A5E
	TaiThamSignSakot                                                           rune = 0x1A60
	TaiThamVowelSignA                                                          rune = 0x1A61
	TaiThamVowelSignMaiSat                                                     rune = 0x1A62
	TaiThamVowelSignAa                                                         rune = 0x1A63
	TaiThamVowelSignTallAa                                                     rune = 0x1A64
	TaiThamVowelSignI                                                          rune = 0x1A65
	TaiThamVowelSignIi                                                         rune = 0x1A66
	TaiThamVowelSignUe                                                         rune = 0x1A67
	TaiThamVowelSignUue                                                        rune = 0x1A68
	TaiThamVowelSignU                                                          rune = 0x1A69
	TaiThamVowelSignUu                                                         rune = 0x1A6A
	TaiThamVowelSignO                                                          rune = 0x1A6B
	TaiThamVowelSignOaBelow                                                    rune = 0x1A6C
	TaiThamVowelSignOy                                                         rune = 0x1A6D
	TaiThamVowelSignE                                                          rune = 0x1A6E
	TaiThamVowelSignAe                                                         rune = 0x1A6F
	TaiThamVowelSignOo                                                         rune = 0x1A70
	TaiThamVowelSignAi                                                         rune = 0x1A71
	TaiThamVowelSignThamAi                                                     rune = 0x1A72
	TaiThamVowelSignOaAbove                                                    rune = 0x1A73
	TaiThamSignMaiKang                                                         rune = 0x1A74
	TaiThamSignTone1                                                           rune = 0x1A75
	TaiThamSignTone2                                                           rune = 0x1A76
	TaiThamSignKhuenTone3                                                      rune = 0x1A77
	TaiThamSignKhuenTone4                                                      rune = 0x1A78
	TaiThamSignKhuenTone5                                                      rune = 0x1A79
	TaiThamSignRaHaam                                                          rune = 0x1A7A
	TaiThamSignMaiSam                                                          rune = 0x1A7B
	TaiThamSignKhuenLueKaran                                                   rune = 0x1A7C
	TaiThamCombiningCryptogrammicDot                                           rune = 0x1A7F
	TaiThamHoraDigitZero                                                       rune = 0x1A80
	TaiThamHoraDigitOne                                                        rune = 0x1A81
	TaiThamHoraDigitTwo                                                        rune = 0x1A82
	TaiThamHoraDigitThree                                                      rune = 0x1A83
	TaiThamHoraDigitFour                                                       rune = 0x1A84
	TaiThamHoraDigitFive                                                       rune = 0x1A85
	TaiThamHoraDigitSix                                                        rune = 0x1A86
	TaiThamHoraDigitSeven                                                      rune = 0x1A87
	TaiThamHoraDigitEight                                                      rune = 0x1A88
	TaiThamHoraDigitNine                                                       rune = 0x1A89
	TaiThamThamDigitZero                                                       rune = 0x1A90
	TaiThamThamDigitOne                                                        rune = 0x1A91
	TaiThamThamDigitTwo                                                        rune = 0x1A92
	TaiThamThamDigitThree                                                      rune = 0x1A93
	TaiThamThamDigitFour                                                       rune = 0x1A94
	TaiThamThamDigitFive                                                       rune = 0x1A95
	TaiThamThamDigitSix                                                        rune = 0x1A96
	TaiThamThamDigitSeven                                                      rune = 0x1A97
	TaiThamThamDigitEight                                                      rune = 0x1A98
	TaiThamThamDigitNine                                                       rune = 0x1A99
	TaiThamSignWiang                                                           rune = 0x1AA0
	TaiThamSignWiangwaak                                                       rune = 0x1AA1
	TaiThamSignSawan                                                           rune = 0x1AA2
	TaiThamSignKeow                                                            rune = 0x1AA3
	TaiThamSignHoy                                                             rune = 0x1AA4
	TaiThamSignDokmai                                                          rune = 0x1AA5
	TaiThamSignReversedRotatedRana                                             rune = 0x1AA6
	TaiThamSignMaiYamok                                                        rune = 0x1AA7
	TaiThamSignKaan                                                            rune = 0x1AA8
	TaiThamSignKaankuu                                                         rune = 0x1AA9
	TaiThamSignSatkaan                                                         rune = 0x1AAA
	TaiThamSignSatkaankuu                                                      rune = 0x1AAB
	TaiThamSignHang                                                            rune = 0x1AAC
	TaiThamSignCaang                                                           rune = 0x1AAD
	CombiningDoubledCircumflexAccent                                           rune = 0x1AB0
	CombiningDiaeresisRing                                                     rune = 0x1AB1
	CombiningInfinity                                                          rune = 0x1AB2
	CombiningDownwardsArrow                                                    rune = 0x1AB3
	CombiningTripleDot                                                         rune = 0x1AB4
	CombiningXXBelow                                                           rune = 0x1AB5
	CombiningWigglyLineBelow                                                   rune = 0x1AB6
	CombiningOpenMarkBelow                                                     rune = 0x1AB7
	CombiningDoubleOpenMarkBelow                                               rune = 0x1AB8
	CombiningLightCentralizationStrokeBelow                                    rune = 0x1AB9
	CombiningStrongCentralizationStrokeBelow                                   rune = 0x1ABA
	CombiningParenthesesAbove                                                  rune = 0x1ABB
	CombiningDoubleParenthesesAbove                                            rune = 0x1ABC
	CombiningParenthesesBelow                                                  rune = 0x1ABD
	CombiningParenthesesOverlay                                                rune = 0x1ABE
	CombiningLatinSmallLetterWBelow                                            rune = 0x1ABF
	CombiningLatinSmallLetterTurnedWBelow                                      rune = 0x1AC0
	BalineseSignUluRicem                                                       rune = 0x1B00
	BalineseSignUluCandra                                                      rune = 0x1B01
	BalineseSignCecek                                                          rune = 0x1B02
	BalineseSignSurang                                                         rune = 0x1B03
	BalineseSignBisah                                                          rune = 0x1B04
	BalineseLetterAkara                                                        rune = 0x1B05
	BalineseLetterAkaraTedung                                                  rune = 0x1B06
	BalineseLetterIkara                                                        rune = 0x1B07
	BalineseLetterIkaraTedung                                                  rune = 0x1B08
	BalineseLetterUkara                                                        rune = 0x1B09
	BalineseLetterUkaraTedung                                                  rune = 0x1B0A
	BalineseLetterRaRepa                                                       rune = 0x1B0B
	BalineseLetterRaRepaTedung                                                 rune = 0x1B0C
	BalineseLetterLaLenga                                                      rune = 0x1B0D
	BalineseLetterLaLengaTedung                                                rune = 0x1B0E
	BalineseLetterEkara                                                        rune = 0x1B0F
	BalineseLetterAikara                                                       rune = 0x1B10
	BalineseLetterOkara                                                        rune = 0x1B11
	BalineseLetterOkaraTedung                                                  rune = 0x1B12
	BalineseLetterKa                                                           rune = 0x1B13
	BalineseLetterKaMahaprana                                                  rune = 0x1B14
	BalineseLetterGa                                                           rune = 0x1B15
	BalineseLetterGaGora                                                       rune = 0x1B16
	BalineseLetterNga                                                          rune = 0x1B17
	BalineseLetterCa                                                           rune = 0x1B18
	BalineseLetterCaLaca                                                       rune = 0x1B19
	BalineseLetterJa                                                           rune = 0x1B1A
	BalineseLetterJaJera                                                       rune = 0x1B1B
	BalineseLetterNya                                                          rune = 0x1B1C
	BalineseLetterTaLatik                                                      rune = 0x1B1D
	BalineseLetterTaMurdaMahaprana                                             rune = 0x1B1E
	BalineseLetterDaMurdaAlpaprana                                             rune = 0x1B1F
	BalineseLetterDaMurdaMahaprana                                             rune = 0x1B20
	BalineseLetterNaRambat                                                     rune = 0x1B21
	BalineseLetterTa                                                           rune = 0x1B22
	BalineseLetterTaTawa                                                       rune = 0x1B23
	BalineseLetterDa                                                           rune = 0x1B24
	BalineseLetterDaMadu                                                       rune = 0x1B25
	BalineseLetterNa                                                           rune = 0x1B26
	BalineseLetterPa                                                           rune = 0x1B27
	BalineseLetterPaKapal                                                      rune = 0x1B28
	BalineseLetterBa                                                           rune = 0x1B29
	BalineseLetterBaKembang                                                    rune = 0x1B2A
	BalineseLetterMa                                                           rune = 0x1B2B
	BalineseLetterYa                                                           rune = 0x1B2C
	BalineseLetterRa                                                           rune = 0x1B2D
	BalineseLetterLa                                                           rune = 0x1B2E
	BalineseLetterWa                                                           rune = 0x1B2F
	BalineseLetterSaSaga                                                       rune = 0x1B30
	BalineseLetterSaSapa                                                       rune = 0x1B31
	BalineseLetterSa                                                           rune = 0x1B32
	BalineseLetterHa                                                           rune = 0x1B33
	BalineseSignRerekan                                                        rune = 0x1B34
	BalineseVowelSignTedung                                                    rune = 0x1B35
	BalineseVowelSignUlu                                                       rune = 0x1B36
	BalineseVowelSignUluSari                                                   rune = 0x1B37
	BalineseVowelSignSuku                                                      rune = 0x1B38
	BalineseVowelSignSukuIlut                                                  rune = 0x1B39
	BalineseVowelSignRaRepa                                                    rune = 0x1B3A
	BalineseVowelSignRaRepaTedung                                              rune = 0x1B3B
	BalineseVowelSignLaLenga                                                   rune = 0x1B3C
	BalineseVowelSignLaLengaTedung                                             rune = 0x1B3D
	BalineseVowelSignTaling                                                    rune = 0x1B3E
	BalineseVowelSignTalingRepa                                                rune = 0x1B3F
	BalineseVowelSignTalingTedung                                              rune = 0x1B40
	BalineseVowelSignTalingRepaTedung                                          rune = 0x1B41
	BalineseVowelSignPepet                                                     rune = 0x1B42
	BalineseVowelSignPepetTedung                                               rune = 0x1B43
	BalineseAdegAdeg                                                           rune = 0x1B44
	BalineseLetterKafSasak                                                     rune = 0x1B45
	BalineseLetterKhotSasak                                                    rune = 0x1B46
	BalineseLetterTzirSasak                                                    rune = 0x1B47
	BalineseLetterEfSasak                                                      rune = 0x1B48
	BalineseLetterVeSasak                                                      rune = 0x1B49
	BalineseLetterZalSasak                                                     rune = 0x1B4A
	BalineseLetterAsyuraSasak                                                  rune = 0x1B4B
	BalineseDigitZero                                                          rune = 0x1B50
	BalineseDigitOne                                                           rune = 0x1B51
	BalineseDigitTwo                                                           rune = 0x1B52
	BalineseDigitThree                                                         rune = 0x1B53
	BalineseDigitFour                                                          rune = 0x1B54
	BalineseDigitFive                                                          rune = 0x1B55
	BalineseDigitSix                                                           rune = 0x1B56
	BalineseDigitSeven                                                         rune = 0x1B57
	BalineseDigitEight                                                         rune = 0x1B58
	BalineseDigitNine                                                          rune = 0x1B59
	BalinesePanti                                                              rune = 0x1B5A
	BalinesePamada                                                             rune = 0x1B5B
	BalineseWindu                                                              rune = 0x1B5C
	BalineseCarikPamungkah                                                     rune = 0x1B5D
	BalineseCarikSiki                                                          rune = 0x1B5E
	BalineseCarikPareren                                                       rune = 0x1B5F
	BalinesePameneng                                                           rune = 0x1B60
	BalineseMusicalSymbolDong                                                  rune = 0x1B61
	BalineseMusicalSymbolDeng                                                  rune = 0x1B62
	BalineseMusicalSymbolDung                                                  rune = 0x1B63
	BalineseMusicalSymbolDang                                                  rune = 0x1B64
	BalineseMusicalSymbolDangSurang                                            rune = 0x1B65
	BalineseMusicalSymbolDing                                                  rune = 0x1B66
	BalineseMusicalSymbolDaeng                                                 rune = 0x1B67
	BalineseMusicalSymbolDeung                                                 rune = 0x1B68
	BalineseMusicalSymbolDaing                                                 rune = 0x1B69
	BalineseMusicalSymbolDangGede                                              rune = 0x1B6A
	BalineseMusicalSymbolCombiningTegeh                                        rune = 0x1B6B
	BalineseMusicalSymbolCombiningEndep                                        rune = 0x1B6C
	BalineseMusicalSymbolCombiningKempul                                       rune = 0x1B6D
	BalineseMusicalSymbolCombiningKempli                                       rune = 0x1B6E
	BalineseMusicalSymbolCombiningJegogan                                      rune = 0x1B6F
	BalineseMusicalSymbolCombiningKempulWithJegogan                            rune = 0x1B70
	BalineseMusicalSymbolCombiningKempliWithJegogan                            rune = 0x1B71
	BalineseMusicalSymbolCombiningBende                                        rune = 0x1B72
	BalineseMusicalSymbolCombiningGong                                         rune = 0x1B73
	BalineseMusicalSymbolRightHandOpenDug                                      rune = 0x1B74
	BalineseMusicalSymbolRightHandOpenDag                                      rune = 0x1B75
	BalineseMusicalSymbolRightHandClosedTuk                                    rune = 0x1B76
	BalineseMusicalSymbolRightHandClosedTak                                    rune = 0x1B77
	BalineseMusicalSymbolLeftHandOpenPang                                      rune = 0x1B78
	BalineseMusicalSymbolLeftHandOpenPung                                      rune = 0x1B79
	BalineseMusicalSymbolLeftHandClosedPlak                                    rune = 0x1B7A
	BalineseMusicalSymbolLeftHandClosedPluk                                    rune = 0x1B7B
	BalineseMusicalSymbolLeftHandOpenPing                                      rune = 0x1B7C
	SundaneseSignPanyecek                                                      rune = 0x1B80
	SundaneseSignPanglayar                                                     rune = 0x1B81
	SundaneseSignPangwisad                                                     rune = 0x1B82
	SundaneseLetterA                                                           rune = 0x1B83
	SundaneseLetterI                                                           rune = 0x1B84
	SundaneseLetterU                                                           rune = 0x1B85
	SundaneseLetterAe                                                          rune = 0x1B86
	SundaneseLetterO                                                           rune = 0x1B87
	SundaneseLetterE                                                           rune = 0x1B88
	SundaneseLetterEu                                                          rune = 0x1B89
	SundaneseLetterKa                                                          rune = 0x1B8A
	SundaneseLetterQa                                                          rune = 0x1B8B
	SundaneseLetterGa                                                          rune = 0x1B8C
	SundaneseLetterNga                                                         rune = 0x1B8D
	SundaneseLetterCa                                                          rune = 0x1B8E
	SundaneseLetterJa                                                          rune = 0x1B8F
	SundaneseLetterZa                                                          rune = 0x1B90
	SundaneseLetterNya                                                         rune = 0x1B91
	SundaneseLetterTa                                                          rune = 0x1B92
	SundaneseLetterDa                                                          rune = 0x1B93
	SundaneseLetterNa                                                          rune = 0x1B94
	SundaneseLetterPa                                                          rune = 0x1B95
	SundaneseLetterFa                                                          rune = 0x1B96
	SundaneseLetterVa                                                          rune = 0x1B97
	SundaneseLetterBa                                                          rune = 0x1B98
	SundaneseLetterMa                                                          rune = 0x1B99
	SundaneseLetterYa                                                          rune = 0x1B9A
	SundaneseLetterRa                                                          rune = 0x1B9B
	SundaneseLetterLa                                                          rune = 0x1B9C
	SundaneseLetterWa                                                          rune = 0x1B9D
	SundaneseLetterSa                                                          rune = 0x1B9E
	SundaneseLetterXa                                                          rune = 0x1B9F
	SundaneseLetterHa                                                          rune = 0x1BA0
	SundaneseConsonantSignPamingkal                                            rune = 0x1BA1
	SundaneseConsonantSignPanyakra                                             rune = 0x1BA2
	SundaneseConsonantSignPanyiku                                              rune = 0x1BA3
	SundaneseVowelSignPanghulu                                                 rune = 0x1BA4
	SundaneseVowelSignPanyuku                                                  rune = 0x1BA5
	SundaneseVowelSignPanaelaeng                                               rune = 0x1BA6
	SundaneseVowelSignPanolong                                                 rune = 0x1BA7
	SundaneseVowelSignPamepet                                                  rune = 0x1BA8
	SundaneseVowelSignPaneuleung                                               rune = 0x1BA9
	SundaneseSignPamaaeh                                                       rune = 0x1BAA
	SundaneseSignVirama                                                        rune = 0x1BAB
	SundaneseConsonantSignPasanganMa                                           rune = 0x1BAC
	SundaneseConsonantSignPasanganWa                                           rune = 0x1BAD
	SundaneseLetterKha                                                         rune = 0x1BAE
	SundaneseLetterSya                                                         rune = 0x1BAF
	SundaneseDigitZero                                                         rune = 0x1BB0
	SundaneseDigitOne                                                          rune = 0x1BB1
	SundaneseDigitTwo                                                          rune = 0x1BB2
	SundaneseDigitThree                                                        rune = 0x1BB3
	SundaneseDigitFour                                                         rune = 0x1BB4
	SundaneseDigitFive                                                         rune = 0x1BB5
	SundaneseDigitSix                                                          rune = 0x1BB6
	SundaneseDigitSeven                                                        rune = 0x1BB7
	SundaneseDigitEight                                                        rune = 0x1BB8
	SundaneseDigitNine                                                         rune = 0x1BB9
	SundaneseAvagraha                                                          rune = 0x1BBA
	SundaneseLetterReu                                                         rune = 0x1BBB
	SundaneseLetterLeu                                                         rune = 0x1BBC
	SundaneseLetterBha                                                         rune = 0x1BBD
	SundaneseLetterFinalK                                                      rune = 0x1BBE
	SundaneseLetterFinalM                                                      rune = 0x1BBF
	BatakLetterA                                                               rune = 0x1BC0
	BatakLetterSimalungunA                                                     rune = 0x1BC1
	BatakLetterHa                                                              rune = 0x1BC2
	BatakLetterSimalungunHa                                                    rune = 0x1BC3
	BatakLetterMandailingHa                                                    rune = 0x1BC4
	BatakLetterBa                                                              rune = 0x1BC5
	BatakLetterKaroBa                                                          rune = 0x1BC6
	BatakLetterPa                                                              rune = 0x1BC7
	BatakLetterSimalungunPa                                                    rune = 0x1BC8
	BatakLetterNa                                                              rune = 0x1BC9
	BatakLetterMandailingNa                                                    rune = 0x1BCA
	BatakLetterWa                                                              rune = 0x1BCB
	BatakLetterSimalungunWa                                                    rune = 0x1BCC
	BatakLetterPakpakWa                                                        rune = 0x1BCD
	BatakLetterGa                                                              rune = 0x1BCE
	BatakLetterSimalungunGa                                                    rune = 0x1BCF
	BatakLetterJa                                                              rune = 0x1BD0
	BatakLetterDa                                                              rune = 0x1BD1
	BatakLetterRa                                                              rune = 0x1BD2
	BatakLetterSimalungunRa                                                    rune = 0x1BD3
	BatakLetterMa                                                              rune = 0x1BD4
	BatakLetterSimalungunMa                                                    rune = 0x1BD5
	BatakLetterSouthernTa                                                      rune = 0x1BD6
	BatakLetterNorthernTa                                                      rune = 0x1BD7
	BatakLetterSa                                                              rune = 0x1BD8
	BatakLetterSimalungunSa                                                    rune = 0x1BD9
	BatakLetterMandailingSa                                                    rune = 0x1BDA
	BatakLetterYa                                                              rune = 0x1BDB
	BatakLetterSimalungunYa                                                    rune = 0x1BDC
	BatakLetterNga                                                             rune = 0x1BDD
	BatakLetterLa                                                              rune = 0x1BDE
	BatakLetterSimalungunLa                                                    rune = 0x1BDF
	BatakLetterNya                                                             rune = 0x1BE0
	BatakLetterCa                                                              rune = 0x1BE1
	BatakLetterNda                                                             rune = 0x1BE2
	BatakLetterMba                                                             rune = 0x1BE3
	BatakLetterI                                                               rune = 0x1BE4
	BatakLetterU                                                               rune = 0x1BE5
	BatakSignTompi                                                             rune = 0x1BE6
	BatakVowelSignE                                                            rune = 0x1BE7
	BatakVowelSignPakpakE                                                      rune = 0x1BE8
	BatakVowelSignEe                                                           rune = 0x1BE9
	BatakVowelSignI                                                            rune = 0x1BEA
	BatakVowelSignKaroI                                                        rune = 0x1BEB
	BatakVowelSignO                                                            rune = 0x1BEC
	BatakVowelSignKaroO                                                        rune = 0x1BED
	BatakVowelSignU                                                            rune = 0x1BEE
	BatakVowelSignUForSimalungunSa                                             rune = 0x1BEF
	BatakConsonantSignNg                                                       rune = 0x1BF0
	BatakConsonantSignH                                                        rune = 0x1BF1
	BatakPangolat                                                              rune = 0x1BF2
	BatakPanongonan                                                            rune = 0x1BF3
	BatakSymbolBinduNaMetek                                                    rune = 0x1BFC
	BatakSymbolBinduPinarboras                                                 rune = 0x1BFD
	BatakSymbolBinduJudul                                                      rune = 0x1BFE
	BatakSymbolBinduPangolat                                                   rune = 0x1BFF
	LepchaLetterKa                                                             rune = 0x1C00
	LepchaLetterKla                                                            rune = 0x1C01
	LepchaLetterKha                                                            rune = 0x1C02
	LepchaLetterGa                                                             rune = 0x1C03
	LepchaLetterGla                                                            rune = 0x1C04
	LepchaLetterNga                                                            rune = 0x1C05
	LepchaLetterCa                                                             rune = 0x1C06
	LepchaLetterCha                                                            rune = 0x1C07
	LepchaLetterJa                                                             rune = 0x1C08
	LepchaLetterNya                                                            rune = 0x1C09
	LepchaLetterTa                                                             rune = 0x1C0A
	LepchaLetterTha                                                            rune = 0x1C0B
	LepchaLetterDa                                                             rune = 0x1C0C
	LepchaLetterNa                                                             rune = 0x1C0D
	LepchaLetterPa                                                             rune = 0x1C0E
	LepchaLetterPla                                                            rune = 0x1C0F
	LepchaLetterPha                                                            rune = 0x1C10
	LepchaLetterFa                                                             rune = 0x1C11
	LepchaLetterFla                                                            rune = 0x1C12
	LepchaLetterBa                                                             rune = 0x1C13
	LepchaLetterBla                                                            rune = 0x1C14
	LepchaLetterMa                                                             rune = 0x1C15
	LepchaLetterMla                                                            rune = 0x1C16
	LepchaLetterTsa                                                            rune = 0x1C17
	LepchaLetterTsha                                                           rune = 0x1C18
	LepchaLetterDza                                                            rune = 0x1C19
	LepchaLetterYa                                                             rune = 0x1C1A
	LepchaLetterRa                                                             rune = 0x1C1B
	LepchaLetterLa                                                             rune = 0x1C1C
	LepchaLetterHa                                                             rune = 0x1C1D
	LepchaLetterHla                                                            rune = 0x1C1E
	LepchaLetterVa                                                             rune = 0x1C1F
	LepchaLetterSa                                                             rune = 0x1C20
	LepchaLetterSha                                                            rune = 0x1C21
	LepchaLetterWa                                                             rune = 0x1C22
	LepchaLetterA                                                              rune = 0x1C23
	LepchaSubjoinedLetterYa                                                    rune = 0x1C24
	LepchaSubjoinedLetterRa                                                    rune = 0x1C25
	LepchaVowelSignAa                                                          rune = 0x1C26
	LepchaVowelSignI                                                           rune = 0x1C27
	LepchaVowelSignO                                                           rune = 0x1C28
	LepchaVowelSignOo                                                          rune = 0x1C29
	LepchaVowelSignU                                                           rune = 0x1C2A
	LepchaVowelSignUu                                                          rune = 0x1C2B
	LepchaVowelSignE                                                           rune = 0x1C2C
	LepchaConsonantSignK                                                       rune = 0x1C2D
	LepchaConsonantSignM                                                       rune = 0x1C2E
	LepchaConsonantSignL                                                       rune = 0x1C2F
	LepchaConsonantSignN                                                       rune = 0x1C30
	LepchaConsonantSignP                                                       rune = 0x1C31
	LepchaConsonantSignR                                                       rune = 0x1C32
	LepchaConsonantSignT                                                       rune = 0x1C33
	LepchaConsonantSignNyinDo                                                  rune = 0x1C34
	LepchaConsonantSignKang                                                    rune = 0x1C35
	LepchaSignRan                                                              rune = 0x1C36
	LepchaSignNukta                                                            rune = 0x1C37
	LepchaPunctuationTaRol                                                     rune = 0x1C3B
	LepchaPunctuationNyetThyoomTaRol                                           rune = 0x1C3C
	LepchaPunctuationCerWa                                                     rune = 0x1C3D
	LepchaPunctuationTshookCerWa                                               rune = 0x1C3E
	LepchaPunctuationTshook                                                    rune = 0x1C3F
	LepchaDigitZero                                                            rune = 0x1C40
	LepchaDigitOne                                                             rune = 0x1C41
	LepchaDigitTwo                                                             rune = 0x1C42
	LepchaDigitThree                                                           rune = 0x1C43
	LepchaDigitFour                                                            rune = 0x1C44
	LepchaDigitFive                                                            rune = 0x1C45
	LepchaDigitSix                                                             rune = 0x1C46
	LepchaDigitSeven                                                           rune = 0x1C47
	LepchaDigitEight                                                           rune = 0x1C48
	LepchaDigitNine                                                            rune = 0x1C49
	LepchaLetterTta                                                            rune = 0x1C4D
	LepchaLetterTtha                                                           rune = 0x1C4E
	LepchaLetterDda                                                            rune = 0x1C4F
	OlChikiDigitZero                                                           rune = 0x1C50
	OlChikiDigitOne                                                            rune = 0x1C51
	OlChikiDigitTwo                                                            rune = 0x1C52
	OlChikiDigitThree                                                          rune = 0x1C53
	OlChikiDigitFour                                                           rune = 0x1C54
	OlChikiDigitFive                                                           rune = 0x1C55
	OlChikiDigitSix                                                            rune = 0x1C56
	OlChikiDigitSeven                                                          rune = 0x1C57
	OlChikiDigitEight                                                          rune = 0x1C58
	OlChikiDigitNine                                                           rune = 0x1C59
	OlChikiLetterLa                                                            rune = 0x1C5A
	OlChikiLetterAt                                                            rune = 0x1C5B
	OlChikiLetterAg                                                            rune = 0x1C5C
	OlChikiLetterAng                                                           rune = 0x1C5D
	OlChikiLetterAl                                                            rune = 0x1C5E
	OlChikiLetterLaa                                                           rune = 0x1C5F
	OlChikiLetterAak                                                           rune = 0x1C60
	OlChikiLetterAaj                                                           rune = 0x1C61
	OlChikiLetterAam                                                           rune = 0x1C62
	OlChikiLetterAaw                                                           rune = 0x1C63
	OlChikiLetterLi                                                            rune = 0x1C64
	OlChikiLetterIs                                                            rune = 0x1C65
	OlChikiLetterIh                                                            rune = 0x1C66
	OlChikiLetterIny                                                           rune = 0x1C67
	OlChikiLetterIr                                                            rune = 0x1C68
	OlChikiLetterLu                                                            rune = 0x1C69
	OlChikiLetterUc                                                            rune = 0x1C6A
	OlChikiLetterUd                                                            rune = 0x1C6B
	OlChikiLetterUnn                                                           rune = 0x1C6C
	OlChikiLetterUy                                                            rune = 0x1C6D
	OlChikiLetterLe                                                            rune = 0x1C6E
	OlChikiLetterEp                                                            rune = 0x1C6F
	OlChikiLetterEdd                                                           rune = 0x1C70
	OlChikiLetterEn                                                            rune = 0x1C71
	OlChikiLetterErr                                                           rune = 0x1C72
	OlChikiLetterLo                                                            rune = 0x1C73
	OlChikiLetterOtt                                                           rune = 0x1C74
	OlChikiLetterOb                                                            rune = 0x1C75
	OlChikiLetterOv                                                            rune = 0x1C76
	OlChikiLetterOh                                                            rune = 0x1C77
	OlChikiMuTtuddag                                                           rune = 0x1C78
	OlChikiGaahlaaTtuddaag                                                     rune = 0x1C79
	OlChikiMuGaahlaaTtuddaag                                                   rune = 0x1C7A
	OlChikiRelaa                                                               rune = 0x1C7B
	OlChikiPhaarkaa                                                            rune = 0x1C7C
	OlChikiAhad                                                                rune = 0x1C7D
	OlChikiPunctuationMucaad                                                   rune = 0x1C7E
	OlChikiPunctuationDoubleMucaad                                             rune = 0x1C7F
	CyrillicSmallLetterRoundedVe                                               rune = 0x1C80
	CyrillicSmallLetterLongLeggedDe                                            rune = 0x1C81
	CyrillicSmallLetterNarrowO                                                 rune = 0x1C82
	CyrillicSmallLetterWideEs                                                  rune = 0x1C83
	CyrillicSmallLetterTallTe                                                  rune = 0x1C84
	CyrillicSmallLetterThreeLeggedTe                                           rune = 0x1C85
	CyrillicSmallLetterTallHardSign                                            rune = 0x1C86
	CyrillicSmallLetterTallYat                                                 rune = 0x1C87
	CyrillicSmallLetterUnblendedUk                                             rune = 0x1C88
	GeorgianMtavruliCapitalLetterAn                                            rune = 0x1C90
	GeorgianMtavruliCapitalLetterBan                                           rune = 0x1C91
	GeorgianMtavruliCapitalLetterGan                                           rune = 0x1C92
	GeorgianMtavruliCapitalLetterDon                                           rune = 0x1C93
	GeorgianMtavruliCapitalLetterEn                                            rune = 0x1C94
	GeorgianMtavruliCapitalLetterVin                                           rune = 0x1C95
	GeorgianMtavruliCapitalLetterZen                                           rune = 0x1C96
	GeorgianMtavruliCapitalLetterTan                                           rune = 0x1C97
	GeorgianMtavruliCapitalLetterIn                                            rune = 0x1C98
	GeorgianMtavruliCapitalLetterKan                                           rune = 0x1C99
	GeorgianMtavruliCapitalLetterLas                                           rune = 0x1C9A
	GeorgianMtavruliCapitalLetterMan                                           rune = 0x1C9B
	GeorgianMtavruliCapitalLetterNar                                           rune = 0x1C9C
	GeorgianMtavruliCapitalLetterOn                                            rune = 0x1C9D
	GeorgianMtavruliCapitalLetterPar                                           rune = 0x1C9E
	GeorgianMtavruliCapitalLetterZhar                                          rune = 0x1C9F
	GeorgianMtavruliCapitalLetterRae                                           rune = 0x1CA0
	GeorgianMtavruliCapitalLetterSan                                           rune = 0x1CA1
	GeorgianMtavruliCapitalLetterTar                                           rune = 0x1CA2
	GeorgianMtavruliCapitalLetterUn                                            rune = 0x1CA3
	GeorgianMtavruliCapitalLetterPhar                                          rune = 0x1CA4
	GeorgianMtavruliCapitalLetterKhar                                          rune = 0x1CA5
	GeorgianMtavruliCapitalLetterGhan                                          rune = 0x1CA6
	GeorgianMtavruliCapitalLetterQar                                           rune = 0x1CA7
	GeorgianMtavruliCapitalLetterShin                                          rune = 0x1CA8
	GeorgianMtavruliCapitalLetterChin                                          rune = 0x1CA9
	GeorgianMtavruliCapitalLetterCan                                           rune = 0x1CAA
	GeorgianMtavruliCapitalLetterJil                                           rune = 0x1CAB
	GeorgianMtavruliCapitalLetterCil                                           rune = 0x1CAC
	GeorgianMtavruliCapitalLetterChar                                          rune = 0x1CAD
	GeorgianMtavruliCapitalLetterXan                                           rune = 0x1CAE
	GeorgianMtavruliCapitalLetterJhan                                          rune = 0x1CAF
	GeorgianMtavruliCapitalLetterHae                                           rune = 0x1CB0
	GeorgianMtavruliCapitalLetterHe                                            rune = 0x1CB1
	GeorgianMtavruliCapitalLetterHie                                           rune = 0x1CB2
	GeorgianMtavruliCapitalLetterWe                                            rune = 0x1CB3
	GeorgianMtavruliCapitalLetterHar                                           rune = 0x1CB4
	GeorgianMtavruliCapitalLetterHoe                                           rune = 0x1CB5
	GeorgianMtavruliCapitalLetterFi                                            rune = 0x1CB6
	GeorgianMtavruliCapitalLetterYn                                            rune = 0x1CB7
	GeorgianMtavruliCapitalLetterElifi                                         rune = 0x1CB8
	GeorgianMtavruliCapitalLetterTurnedGan                                     rune = 0x1CB9
	GeorgianMtavruliCapitalLetterAin                                           rune = 0x1CBA
	GeorgianMtavruliCapitalLetterAen                                           rune = 0x1CBD
	GeorgianMtavruliCapitalLetterHardSign                                      rune = 0x1CBE
	GeorgianMtavruliCapitalLetterLabialSign                                    rune = 0x1CBF
	SundanesePunctuationBinduSurya                                             rune = 0x1CC0
	SundanesePunctuationBinduPanglong                                          rune = 0x1CC1
	SundanesePunctuationBinduPurnama                                           rune = 0x1CC2
	SundanesePunctuationBinduCakra                                             rune = 0x1CC3
	SundanesePunctuationBinduLeuSatanga                                        rune = 0x1CC4
	SundanesePunctuationBinduKaSatanga                                         rune = 0x1CC5
	SundanesePunctuationBinduDaSatanga                                         rune = 0x1CC6
	SundanesePunctuationBinduBaSatanga                                         rune = 0x1CC7
	VedicToneKarshana                                                          rune = 0x1CD0
	VedicToneShara                                                             rune = 0x1CD1
	VedicTonePrenkha                                                           rune = 0x1CD2
	VedicSignNihshvasa                                                         rune = 0x1CD3
	VedicSignYajurvedicMidlineSvarita                                          rune = 0x1CD4
	VedicToneYajurvedicAggravatedIndependentSvarita                            rune = 0x1CD5
	VedicToneYajurvedicIndependentSvarita                                      rune = 0x1CD6
	VedicToneYajurvedicKathakaIndependentSvarita                               rune = 0x1CD7
	VedicToneCandraBelow                                                       rune = 0x1CD8
	VedicToneYajurvedicKathakaIndependentSvaritaSchroeder                      rune = 0x1CD9
	VedicToneDoubleSvarita                                                     rune = 0x1CDA
	VedicToneTripleSvarita                                                     rune = 0x1CDB
	VedicToneKathakaAnudatta                                                   rune = 0x1CDC
	VedicToneDotBelow                                                          rune = 0x1CDD
	VedicToneTwoDotsBelow                                                      rune = 0x1CDE
	VedicToneThreeDotsBelow                                                    rune = 0x1CDF
	VedicToneRigvedicKashmiriIndependentSvarita                                rune = 0x1CE0
	VedicToneAtharvavedicIndependentSvarita                                    rune = 0x1CE1
	VedicSignVisargaSvarita                                                    rune = 0x1CE2
	VedicSignVisargaUdatta                                                     rune = 0x1CE3
	VedicSignReversedVisargaUdatta                                             rune = 0x1CE4
	VedicSignVisargaAnudatta                                                   rune = 0x1CE5
	VedicSignReversedVisargaAnudatta                                           rune = 0x1CE6
	VedicSignVisargaUdattaWithTail                                             rune = 0x1CE7
	VedicSignVisargaAnudattaWithTail                                           rune = 0x1CE8
	VedicSignAnusvaraAntargomukha                                              rune = 0x1CE9
	VedicSignAnusvaraBahirgomukha                                              rune = 0x1CEA
	VedicSignAnusvaraVamagomukha                                               rune = 0x1CEB
	VedicSignAnusvaraVamagomukhaWithTail                                       rune = 0x1CEC
	VedicSignTiryak                                                            rune = 0x1CED
	VedicSignHexiformLongAnusvara                                              rune = 0x1CEE
	VedicSignLongAnusvara                                                      rune = 0x1CEF
	VedicSignRthangLongAnusvara                                                rune = 0x1CF0
	VedicSignAnusvaraUbhayatoMukha                                             rune = 0x1CF1
	VedicSignArdhavisarga                                                      rune = 0x1CF2
	VedicSignRotatedArdhavisarga                                               rune = 0x1CF3
	VedicToneCandraAbove                                                       rune = 0x1CF4
	VedicSignJihvamuliya                                                       rune = 0x1CF5
	VedicSignUpadhmaniya                                                       rune = 0x1CF6
	VedicSignAtikrama                                                          rune = 0x1CF7
	VedicToneRingAbove                                                         rune = 0x1CF8
	VedicToneDoubleRingAbove                                                   rune = 0x1CF9
	VedicSignDoubleAnusvaraAntargomukha                                        rune = 0x1CFA
	LatinLetterSmallCapitalA                                                   rune = 0x1D00
	LatinLetterSmallCapitalAe                                                  rune = 0x1D01
	LatinSmallLetterTurnedAe                                                   rune = 0x1D02
	LatinLetterSmallCapitalBarredB                                             rune = 0x1D03
	LatinLetterSmallCapitalC                                                   rune = 0x1D04
	LatinLetterSmallCapitalD                                                   rune = 0x1D05
	LatinLetterSmallCapitalEth                                                 rune = 0x1D06
	LatinLetterSmallCapitalE                                                   rune = 0x1D07
	LatinSmallLetterTurnedOpenE                                                rune = 0x1D08
	LatinSmallLetterTurnedI                                                    rune = 0x1D09
	LatinLetterSmallCapitalJ                                                   rune = 0x1D0A
	LatinLetterSmallCapitalK                                                   rune = 0x1D0B
	LatinLetterSmallCapitalLWithStroke                                         rune = 0x1D0C
	LatinLetterSmallCapitalM                                                   rune = 0x1D0D
	LatinLetterSmallCapitalReversedN                                           rune = 0x1D0E
	LatinLetterSmallCapitalO                                                   rune = 0x1D0F
	LatinLetterSmallCapitalOpenO                                               rune = 0x1D10
	LatinSmallLetterSidewaysO                                                  rune = 0x1D11
	LatinSmallLetterSidewaysOpenO                                              rune = 0x1D12
	LatinSmallLetterSidewaysOWithStroke                                        rune = 0x1D13
	LatinSmallLetterTurnedOe                                                   rune = 0x1D14
	LatinLetterSmallCapitalOu                                                  rune = 0x1D15
	LatinSmallLetterTopHalfO                                                   rune = 0x1D16
	LatinSmallLetterBottomHalfO                                                rune = 0x1D17
	LatinLetterSmallCapitalP                                                   rune = 0x1D18
	LatinLetterSmallCapitalReversedR                                           rune = 0x1D19
	LatinLetterSmallCapitalTurnedR                                             rune = 0x1D1A
	LatinLetterSmallCapitalT                                                   rune = 0x1D1B
	LatinLetterSmallCapitalU                                                   rune = 0x1D1C
	LatinSmallLetterSidewaysU                                                  rune = 0x1D1D
	LatinSmallLetterSidewaysDiaeresizedU                                       rune = 0x1D1E
	LatinSmallLetterSidewaysTurnedM                                            rune = 0x1D1F
	LatinLetterSmallCapitalV                                                   rune = 0x1D20
	LatinLetterSmallCapitalW                                                   rune = 0x1D21
	LatinLetterSmallCapitalZ                                                   rune = 0x1D22
	LatinLetterSmallCapitalEzh                                                 rune = 0x1D23
	LatinLetterVoicedLaryngealSpirant                                          rune = 0x1D24
	LatinLetterAin                                                             rune = 0x1D25
	GreekLetterSmallCapitalGamma                                               rune = 0x1D26
	GreekLetterSmallCapitalLamda                                               rune = 0x1D27
	GreekLetterSmallCapitalPi                                                  rune = 0x1D28
	GreekLetterSmallCapitalRho                                                 rune = 0x1D29
	GreekLetterSmallCapitalPsi                                                 rune = 0x1D2A
	CyrillicLetterSmallCapitalEl                                               rune = 0x1D2B
	ModifierLetterCapitalA                                                     rune = 0x1D2C
	ModifierLetterCapitalAe                                                    rune = 0x1D2D
	ModifierLetterCapitalB                                                     rune = 0x1D2E
	ModifierLetterCapitalBarredB                                               rune = 0x1D2F
	ModifierLetterCapitalD                                                     rune = 0x1D30
	ModifierLetterCapitalE                                                     rune = 0x1D31
	ModifierLetterCapitalReversedE                                             rune = 0x1D32
	ModifierLetterCapitalG                                                     rune = 0x1D33
	ModifierLetterCapitalH                                                     rune = 0x1D34
	ModifierLetterCapitalI                                                     rune = 0x1D35
	ModifierLetterCapitalJ                                                     rune = 0x1D36
	ModifierLetterCapitalK                                                     rune = 0x1D37
	ModifierLetterCapitalL                                                     rune = 0x1D38
	ModifierLetterCapitalM                                                     rune = 0x1D39
	ModifierLetterCapitalN                                                     rune = 0x1D3A
	ModifierLetterCapitalReversedN                                             rune = 0x1D3B
	ModifierLetterCapitalO                                                     rune = 0x1D3C
	ModifierLetterCapitalOu                                                    rune = 0x1D3D
	ModifierLetterCapitalP                                                     rune = 0x1D3E
	ModifierLetterCapitalR                                                     rune = 0x1D3F
	ModifierLetterCapitalT                                                     rune = 0x1D40
	ModifierLetterCapitalU                                                     rune = 0x1D41
	ModifierLetterCapitalW                                                     rune = 0x1D42
	ModifierLetterSmallA                                                       rune = 0x1D43
	ModifierLetterSmallTurnedA                                                 rune = 0x1D44
	ModifierLetterSmallAlpha                                                   rune = 0x1D45
	ModifierLetterSmallTurnedAe                                                rune = 0x1D46
	ModifierLetterSmallB                                                       rune = 0x1D47
	ModifierLetterSmallD                                                       rune = 0x1D48
	ModifierLetterSmallE                                                       rune = 0x1D49
	ModifierLetterSmallSchwa                                                   rune = 0x1D4A
	ModifierLetterSmallOpenE                                                   rune = 0x1D4B
	ModifierLetterSmallTurnedOpenE                                             rune = 0x1D4C
	ModifierLetterSmallG                                                       rune = 0x1D4D
	ModifierLetterSmallTurnedI                                                 rune = 0x1D4E
	ModifierLetterSmallK                                                       rune = 0x1D4F
	ModifierLetterSmallM                                                       rune = 0x1D50
	ModifierLetterSmallEng                                                     rune = 0x1D51
	ModifierLetterSmallO                                                       rune = 0x1D52
	ModifierLetterSmallOpenO                                                   rune = 0x1D53
	ModifierLetterSmallTopHalfO                                                rune = 0x1D54
	ModifierLetterSmallBottomHalfO                                             rune = 0x1D55
	ModifierLetterSmallP                                                       rune = 0x1D56
	ModifierLetterSmallT                                                       rune = 0x1D57
	ModifierLetterSmallU                                                       rune = 0x1D58
	ModifierLetterSmallSidewaysU                                               rune = 0x1D59
	ModifierLetterSmallTurnedM                                                 rune = 0x1D5A
	ModifierLetterSmallV                                                       rune = 0x1D5B
	ModifierLetterSmallAin                                                     rune = 0x1D5C
	ModifierLetterSmallBeta                                                    rune = 0x1D5D
	ModifierLetterSmallGreekGamma                                              rune = 0x1D5E
	ModifierLetterSmallDelta                                                   rune = 0x1D5F
	ModifierLetterSmallGreekPhi                                                rune = 0x1D60
	ModifierLetterSmallChi                                                     rune = 0x1D61
	LatinSubscriptSmallLetterI                                                 rune = 0x1D62
	LatinSubscriptSmallLetterR                                                 rune = 0x1D63
	LatinSubscriptSmallLetterU                                                 rune = 0x1D64
	LatinSubscriptSmallLetterV                                                 rune = 0x1D65
	GreekSubscriptSmallLetterBeta                                              rune = 0x1D66
	GreekSubscriptSmallLetterGamma                                             rune = 0x1D67
	GreekSubscriptSmallLetterRho                                               rune = 0x1D68
	GreekSubscriptSmallLetterPhi                                               rune = 0x1D69
	GreekSubscriptSmallLetterChi                                               rune = 0x1D6A
	LatinSmallLetterUe                                                         rune = 0x1D6B
	LatinSmallLetterBWithMiddleTilde                                           rune = 0x1D6C
	LatinSmallLetterDWithMiddleTilde                                           rune = 0x1D6D
	LatinSmallLetterFWithMiddleTilde                                           rune = 0x1D6E
	LatinSmallLetterMWithMiddleTilde                                           rune = 0x1D6F
	LatinSmallLetterNWithMiddleTilde                                           rune = 0x1D70
	LatinSmallLetterPWithMiddleTilde                                           rune = 0x1D71
	LatinSmallLetterRWithMiddleTilde                                           rune = 0x1D72
	LatinSmallLetterRWithFishhookAndMiddleTilde                                rune = 0x1D73
	LatinSmallLetterSWithMiddleTilde                                           rune = 0x1D74
	LatinSmallLetterTWithMiddleTilde                                           rune = 0x1D75
	LatinSmallLetterZWithMiddleTilde                                           rune = 0x1D76
	LatinSmallLetterTurnedG                                                    rune = 0x1D77
	ModifierLetterCyrillicEn                                                   rune = 0x1D78
	LatinSmallLetterInsularG                                                   rune = 0x1D79
	LatinSmallLetterThWithStrikethrough                                        rune = 0x1D7A
	LatinSmallCapitalLetterIWithStroke                                         rune = 0x1D7B
	LatinSmallLetterIotaWithStroke                                             rune = 0x1D7C
	LatinSmallLetterPWithStroke                                                rune = 0x1D7D
	LatinSmallCapitalLetterUWithStroke                                         rune = 0x1D7E
	LatinSmallLetterUpsilonWithStroke                                          rune = 0x1D7F
	LatinSmallLetterBWithPalatalHook                                           rune = 0x1D80
	LatinSmallLetterDWithPalatalHook                                           rune = 0x1D81
	LatinSmallLetterFWithPalatalHook                                           rune = 0x1D82
	LatinSmallLetterGWithPalatalHook                                           rune = 0x1D83
	LatinSmallLetterKWithPalatalHook                                           rune = 0x1D84
	LatinSmallLetterLWithPalatalHook                                           rune = 0x1D85
	LatinSmallLetterMWithPalatalHook                                           rune = 0x1D86
	LatinSmallLetterNWithPalatalHook                                           rune = 0x1D87
	LatinSmallLetterPWithPalatalHook                                           rune = 0x1D88
	LatinSmallLetterRWithPalatalHook                                           rune = 0x1D89
	LatinSmallLetterSWithPalatalHook                                           rune = 0x1D8A
	LatinSmallLetterEshWithPalatalHook                                         rune = 0x1D8B
	LatinSmallLetterVWithPalatalHook                                           rune = 0x1D8C
	LatinSmallLetterXWithPalatalHook                                           rune = 0x1D8D
	LatinSmallLetterZWithPalatalHook                                           rune = 0x1D8E
	LatinSmallLetterAWithRetroflexHook                                         rune = 0x1D8F
	LatinSmallLetterAlphaWithRetroflexHook                                     rune = 0x1D90
	LatinSmallLetterDWithHookAndTail                                           rune = 0x1D91
	LatinSmallLetterEWithRetroflexHook                                         rune = 0x1D92
	LatinSmallLetterOpenEWithRetroflexHook                                     rune = 0x1D93
	LatinSmallLetterReversedOpenEWithRetroflexHook                             rune = 0x1D94
	LatinSmallLetterSchwaWithRetroflexHook                                     rune = 0x1D95
	LatinSmallLetterIWithRetroflexHook                                         rune = 0x1D96
	LatinSmallLetterOpenOWithRetroflexHook                                     rune = 0x1D97
	LatinSmallLetterEshWithRetroflexHook                                       rune = 0x1D98
	LatinSmallLetterUWithRetroflexHook                                         rune = 0x1D99
	LatinSmallLetterEzhWithRetroflexHook                                       rune = 0x1D9A
	ModifierLetterSmallTurnedAlpha                                             rune = 0x1D9B
	ModifierLetterSmallC                                                       rune = 0x1D9C
	ModifierLetterSmallCWithCurl                                               rune = 0x1D9D
	ModifierLetterSmallEth                                                     rune = 0x1D9E
	ModifierLetterSmallReversedOpenE                                           rune = 0x1D9F
	ModifierLetterSmallF                                                       rune = 0x1DA0
	ModifierLetterSmallDotlessJWithStroke                                      rune = 0x1DA1
	ModifierLetterSmallScriptG                                                 rune = 0x1DA2
	ModifierLetterSmallTurnedH                                                 rune = 0x1DA3
	ModifierLetterSmallIWithStroke                                             rune = 0x1DA4
	ModifierLetterSmallIota                                                    rune = 0x1DA5
	ModifierLetterSmallCapitalI                                                rune = 0x1DA6
	ModifierLetterSmallCapitalIWithStroke                                      rune = 0x1DA7
	ModifierLetterSmallJWithCrossedTail                                        rune = 0x1DA8
	ModifierLetterSmallLWithRetroflexHook                                      rune = 0x1DA9
	ModifierLetterSmallLWithPalatalHook                                        rune = 0x1DAA
	ModifierLetterSmallCapitalL                                                rune = 0x1DAB
	ModifierLetterSmallMWithHook                                               rune = 0x1DAC
	ModifierLetterSmallTurnedMWithLongLeg                                      rune = 0x1DAD
	ModifierLetterSmallNWithLeftHook                                           rune = 0x1DAE
	ModifierLetterSmallNWithRetroflexHook                                      rune = 0x1DAF
	ModifierLetterSmallCapitalN                                                rune = 0x1DB0
	ModifierLetterSmallBarredO                                                 rune = 0x1DB1
	ModifierLetterSmallPhi                                                     rune = 0x1DB2
	ModifierLetterSmallSWithHook                                               rune = 0x1DB3
	ModifierLetterSmallEsh                                                     rune = 0x1DB4
	ModifierLetterSmallTWithPalatalHook                                        rune = 0x1DB5
	ModifierLetterSmallUBar                                                    rune = 0x1DB6
	ModifierLetterSmallUpsilon                                                 rune = 0x1DB7
	ModifierLetterSmallCapitalU                                                rune = 0x1DB8
	ModifierLetterSmallVWithHook                                               rune = 0x1DB9
	ModifierLetterSmallTurnedV                                                 rune = 0x1DBA
	ModifierLetterSmallZ                                                       rune = 0x1DBB
	ModifierLetterSmallZWithRetroflexHook                                      rune = 0x1DBC
	ModifierLetterSmallZWithCurl                                               rune = 0x1DBD
	ModifierLetterSmallEzh                                                     rune = 0x1DBE
	ModifierLetterSmallTheta                                                   rune = 0x1DBF
	CombiningDottedGraveAccent                                                 rune = 0x1DC0
	CombiningDottedAcuteAccent                                                 rune = 0x1DC1
	CombiningSnakeBelow                                                        rune = 0x1DC2
	CombiningSuspensionMark                                                    rune = 0x1DC3
	CombiningMacronAcute                                                       rune = 0x1DC4
	CombiningGraveMacron                                                       rune = 0x1DC5
	CombiningMacronGrave                                                       rune = 0x1DC6
	CombiningAcuteMacron                                                       rune = 0x1DC7
	CombiningGraveAcuteGrave                                                   rune = 0x1DC8
	CombiningAcuteGraveAcute                                                   rune = 0x1DC9
	CombiningLatinSmallLetterRBelow                                            rune = 0x1DCA
	CombiningBreveMacron                                                       rune = 0x1DCB
	CombiningMacronBreve                                                       rune = 0x1DCC
	CombiningDoubleCircumflexAbove                                             rune = 0x1DCD
	CombiningOgonekAbove                                                       rune = 0x1DCE
	CombiningZigzagBelow                                                       rune = 0x1DCF
	CombiningIsBelow                                                           rune = 0x1DD0
	CombiningUrAbove                                                           rune = 0x1DD1
	CombiningUsAbove                                                           rune = 0x1DD2
	CombiningLatinSmallLetterFlattenedOpenAAbove                               rune = 0x1DD3
	CombiningLatinSmallLetterAe                                                rune = 0x1DD4
	CombiningLatinSmallLetterAo                                                rune = 0x1DD5
	CombiningLatinSmallLetterAv                                                rune = 0x1DD6
	CombiningLatinSmallLetterCCedilla                                          rune = 0x1DD7
	CombiningLatinSmallLetterInsularD                                          rune = 0x1DD8
	CombiningLatinSmallLetterEth                                               rune = 0x1DD9
	CombiningLatinSmallLetterG                                                 rune = 0x1DDA
	CombiningLatinLetterSmallCapitalG                                          rune = 0x1DDB
	CombiningLatinSmallLetterK                                                 rune = 0x1DDC
	CombiningLatinSmallLetterL                                                 rune = 0x1DDD
	CombiningLatinLetterSmallCapitalL                                          rune = 0x1DDE
	CombiningLatinLetterSmallCapitalM                                          rune = 0x1DDF
	CombiningLatinSmallLetterN                                                 rune = 0x1DE0
	CombiningLatinLetterSmallCapitalN                                          rune = 0x1DE1
	CombiningLatinLetterSmallCapitalR                                          rune = 0x1DE2
	CombiningLatinSmallLetterRRotunda                                          rune = 0x1DE3
	CombiningLatinSmallLetterS                                                 rune = 0x1DE4
	CombiningLatinSmallLetterLongS                                             rune = 0x1DE5
	CombiningLatinSmallLetterZ                                                 rune = 0x1DE6
	CombiningLatinSmallLetterAlpha                                             rune = 0x1DE7
	CombiningLatinSmallLetterB                                                 rune = 0x1DE8
	CombiningLatinSmallLetterBeta                                              rune = 0x1DE9
	CombiningLatinSmallLetterSchwa                                             rune = 0x1DEA
	CombiningLatinSmallLetterF                                                 rune = 0x1DEB
	CombiningLatinSmallLetterLWithDoubleMiddleTilde                            rune = 0x1DEC
	CombiningLatinSmallLetterOWithLightCentralizationStroke                    rune = 0x1DED
	CombiningLatinSmallLetterP                                                 rune = 0x1DEE
	CombiningLatinSmallLetterEsh                                               rune = 0x1DEF
	CombiningLatinSmallLetterUWithLightCentralizationStroke                    rune = 0x1DF0
	CombiningLatinSmallLetterW                                                 rune = 0x1DF1
	CombiningLatinSmallLetterAWithDiaeresis                                    rune = 0x1DF2
	CombiningLatinSmallLetterOWithDiaeresis                                    rune = 0x1DF3
	CombiningLatinSmallLetterUWithDiaeresis                                    rune = 0x1DF4
	CombiningUpTackAbove                                                       rune = 0x1DF5
	CombiningKavykaAboveRight                                                  rune = 0x1DF6
	CombiningKavykaAboveLeft                                                   rune = 0x1DF7
	CombiningDotAboveLeft                                                      rune = 0x1DF8
	CombiningWideInvertedBridgeBelow                                           rune = 0x1DF9
	CombiningDeletionMark                                                      rune = 0x1DFB
	CombiningDoubleInvertedBreveBelow                                          rune = 0x1DFC
	CombiningAlmostEqualToBelow                                                rune = 0x1DFD
	CombiningLeftArrowheadAbove                                                rune = 0x1DFE
	CombiningRightArrowheadAndDownArrowheadBelow                               rune = 0x1DFF
	LatinCapitalLetterAWithRingBelow                                           rune = 0x1E00
	LatinSmallLetterAWithRingBelow                                             rune = 0x1E01
	LatinCapitalLetterBWithDotAbove                                            rune = 0x1E02
	LatinSmallLetterBWithDotAbove                                              rune = 0x1E03
	LatinCapitalLetterBWithDotBelow                                            rune = 0x1E04
	LatinSmallLetterBWithDotBelow                                              rune = 0x1E05
	LatinCapitalLetterBWithLineBelow                                           rune = 0x1E06
	LatinSmallLetterBWithLineBelow                                             rune = 0x1E07
	LatinCapitalLetterCWithCedillaAndAcute                                     rune = 0x1E08
	LatinSmallLetterCWithCedillaAndAcute                                       rune = 0x1E09
	LatinCapitalLetterDWithDotAbove                                            rune = 0x1E0A
	LatinSmallLetterDWithDotAbove                                              rune = 0x1E0B
	LatinCapitalLetterDWithDotBelow                                            rune = 0x1E0C
	LatinSmallLetterDWithDotBelow                                              rune = 0x1E0D
	LatinCapitalLetterDWithLineBelow                                           rune = 0x1E0E
	LatinSmallLetterDWithLineBelow                                             rune = 0x1E0F
	LatinCapitalLetterDWithCedilla                                             rune = 0x1E10
	LatinSmallLetterDWithCedilla                                               rune = 0x1E11
	LatinCapitalLetterDWithCircumflexBelow                                     rune = 0x1E12
	LatinSmallLetterDWithCircumflexBelow                                       rune = 0x1E13
	LatinCapitalLetterEWithMacronAndGrave                                      rune = 0x1E14
	LatinSmallLetterEWithMacronAndGrave                                        rune = 0x1E15
	LatinCapitalLetterEWithMacronAndAcute                                      rune = 0x1E16
	LatinSmallLetterEWithMacronAndAcute                                        rune = 0x1E17
	LatinCapitalLetterEWithCircumflexBelow                                     rune = 0x1E18
	LatinSmallLetterEWithCircumflexBelow                                       rune = 0x1E19
	LatinCapitalLetterEWithTildeBelow                                          rune = 0x1E1A
	LatinSmallLetterEWithTildeBelow                                            rune = 0x1E1B
	LatinCapitalLetterEWithCedillaAndBreve                                     rune = 0x1E1C
	LatinSmallLetterEWithCedillaAndBreve                                       rune = 0x1E1D
	LatinCapitalLetterFWithDotAbove                                            rune = 0x1E1E
	LatinSmallLetterFWithDotAbove                                              rune = 0x1E1F
	LatinCapitalLetterGWithMacron                                              rune = 0x1E20
	LatinSmallLetterGWithMacron                                                rune = 0x1E21
	LatinCapitalLetterHWithDotAbove                                            rune = 0x1E22
	LatinSmallLetterHWithDotAbove                                              rune = 0x1E23
	LatinCapitalLetterHWithDotBelow                                            rune = 0x1E24
	LatinSmallLetterHWithDotBelow                                              rune = 0x1E25
	LatinCapitalLetterHWithDiaeresis                                           rune = 0x1E26
	LatinSmallLetterHWithDiaeresis                                             rune = 0x1E27
	LatinCapitalLetterHWithCedilla                                             rune = 0x1E28
	LatinSmallLetterHWithCedilla                                               rune = 0x1E29
	LatinCapitalLetterHWithBreveBelow                                          rune = 0x1E2A
	LatinSmallLetterHWithBreveBelow                                            rune = 0x1E2B
	LatinCapitalLetterIWithTildeBelow                                          rune = 0x1E2C
	LatinSmallLetterIWithTildeBelow                                            rune = 0x1E2D
	LatinCapitalLetterIWithDiaeresisAndAcute                                   rune = 0x1E2E
	LatinSmallLetterIWithDiaeresisAndAcute                                     rune = 0x1E2F
	LatinCapitalLetterKWithAcute                                               rune = 0x1E30
	LatinSmallLetterKWithAcute                                                 rune = 0x1E31
	LatinCapitalLetterKWithDotBelow                                            rune = 0x1E32
	LatinSmallLetterKWithDotBelow                                              rune = 0x1E33
	LatinCapitalLetterKWithLineBelow                                           rune = 0x1E34
	LatinSmallLetterKWithLineBelow                                             rune = 0x1E35
	LatinCapitalLetterLWithDotBelow                                            rune = 0x1E36
	LatinSmallLetterLWithDotBelow                                              rune = 0x1E37
	LatinCapitalLetterLWithDotBelowAndMacron                                   rune = 0x1E38
	LatinSmallLetterLWithDotBelowAndMacron                                     rune = 0x1E39
	LatinCapitalLetterLWithLineBelow                                           rune = 0x1E3A
	LatinSmallLetterLWithLineBelow                                             rune = 0x1E3B
	LatinCapitalLetterLWithCircumflexBelow                                     rune = 0x1E3C
	LatinSmallLetterLWithCircumflexBelow                                       rune = 0x1E3D
	LatinCapitalLetterMWithAcute                                               rune = 0x1E3E
	LatinSmallLetterMWithAcute                                                 rune = 0x1E3F
	LatinCapitalLetterMWithDotAbove                                            rune = 0x1E40
	LatinSmallLetterMWithDotAbove                                              rune = 0x1E41
	LatinCapitalLetterMWithDotBelow                                            rune = 0x1E42
	LatinSmallLetterMWithDotBelow                                              rune = 0x1E43
	LatinCapitalLetterNWithDotAbove                                            rune = 0x1E44
	LatinSmallLetterNWithDotAbove                                              rune = 0x1E45
	LatinCapitalLetterNWithDotBelow                                            rune = 0x1E46
	LatinSmallLetterNWithDotBelow                                              rune = 0x1E47
	LatinCapitalLetterNWithLineBelow                                           rune = 0x1E48
	LatinSmallLetterNWithLineBelow                                             rune = 0x1E49
	LatinCapitalLetterNWithCircumflexBelow                                     rune = 0x1E4A
	LatinSmallLetterNWithCircumflexBelow                                       rune = 0x1E4B
	LatinCapitalLetterOWithTildeAndAcute                                       rune = 0x1E4C
	LatinSmallLetterOWithTildeAndAcute                                         rune = 0x1E4D
	LatinCapitalLetterOWithTildeAndDiaeresis                                   rune = 0x1E4E
	LatinSmallLetterOWithTildeAndDiaeresis                                     rune = 0x1E4F
	LatinCapitalLetterOWithMacronAndGrave                                      rune = 0x1E50
	LatinSmallLetterOWithMacronAndGrave                                        rune = 0x1E51
	LatinCapitalLetterOWithMacronAndAcute                                      rune = 0x1E52
	LatinSmallLetterOWithMacronAndAcute                                        rune = 0x1E53
	LatinCapitalLetterPWithAcute                                               rune = 0x1E54
	LatinSmallLetterPWithAcute                                                 rune = 0x1E55
	LatinCapitalLetterPWithDotAbove                                            rune = 0x1E56
	LatinSmallLetterPWithDotAbove                                              rune = 0x1E57
	LatinCapitalLetterRWithDotAbove                                            rune = 0x1E58
	LatinSmallLetterRWithDotAbove                                              rune = 0x1E59
	LatinCapitalLetterRWithDotBelow                                            rune = 0x1E5A
	LatinSmallLetterRWithDotBelow                                              rune = 0x1E5B
	LatinCapitalLetterRWithDotBelowAndMacron                                   rune = 0x1E5C
	LatinSmallLetterRWithDotBelowAndMacron                                     rune = 0x1E5D
	LatinCapitalLetterRWithLineBelow                                           rune = 0x1E5E
	LatinSmallLetterRWithLineBelow                                             rune = 0x1E5F
	LatinCapitalLetterSWithDotAbove                                            rune = 0x1E60
	LatinSmallLetterSWithDotAbove                                              rune = 0x1E61
	LatinCapitalLetterSWithDotBelow                                            rune = 0x1E62
	LatinSmallLetterSWithDotBelow                                              rune = 0x1E63
	LatinCapitalLetterSWithAcuteAndDotAbove                                    rune = 0x1E64
	LatinSmallLetterSWithAcuteAndDotAbove                                      rune = 0x1E65
	LatinCapitalLetterSWithCaronAndDotAbove                                    rune = 0x1E66
	LatinSmallLetterSWithCaronAndDotAbove                                      rune = 0x1E67
	LatinCapitalLetterSWithDotBelowAndDotAbove                                 rune = 0x1E68
	LatinSmallLetterSWithDotBelowAndDotAbove                                   rune = 0x1E69
	LatinCapitalLetterTWithDotAbove                                            rune = 0x1E6A
	LatinSmallLetterTWithDotAbove                                              rune = 0x1E6B
	LatinCapitalLetterTWithDotBelow                                            rune = 0x1E6C
	LatinSmallLetterTWithDotBelow                                              rune = 0x1E6D
	LatinCapitalLetterTWithLineBelow                                           rune = 0x1E6E
	LatinSmallLetterTWithLineBelow                                             rune = 0x1E6F
	LatinCapitalLetterTWithCircumflexBelow                                     rune = 0x1E70
	LatinSmallLetterTWithCircumflexBelow                                       rune = 0x1E71
	LatinCapitalLetterUWithDiaeresisBelow                                      rune = 0x1E72
	LatinSmallLetterUWithDiaeresisBelow                                        rune = 0x1E73
	LatinCapitalLetterUWithTildeBelow                                          rune = 0x1E74
	LatinSmallLetterUWithTildeBelow                                            rune = 0x1E75
	LatinCapitalLetterUWithCircumflexBelow                                     rune = 0x1E76
	LatinSmallLetterUWithCircumflexBelow                                       rune = 0x1E77
	LatinCapitalLetterUWithTildeAndAcute                                       rune = 0x1E78
	LatinSmallLetterUWithTildeAndAcute                                         rune = 0x1E79
	LatinCapitalLetterUWithMacronAndDiaeresis                                  rune = 0x1E7A
	LatinSmallLetterUWithMacronAndDiaeresis                                    rune = 0x1E7B
	LatinCapitalLetterVWithTilde                                               rune = 0x1E7C
	LatinSmallLetterVWithTilde                                                 rune = 0x1E7D
	LatinCapitalLetterVWithDotBelow                                            rune = 0x1E7E
	LatinSmallLetterVWithDotBelow                                              rune = 0x1E7F
	LatinCapitalLetterWWithGrave                                               rune = 0x1E80
	LatinSmallLetterWWithGrave                                                 rune = 0x1E81
	LatinCapitalLetterWWithAcute                                               rune = 0x1E82
	LatinSmallLetterWWithAcute                                                 rune = 0x1E83
	LatinCapitalLetterWWithDiaeresis                                           rune = 0x1E84
	LatinSmallLetterWWithDiaeresis                                             rune = 0x1E85
	LatinCapitalLetterWWithDotAbove                                            rune = 0x1E86
	LatinSmallLetterWWithDotAbove                                              rune = 0x1E87
	LatinCapitalLetterWWithDotBelow                                            rune = 0x1E88
	LatinSmallLetterWWithDotBelow                                              rune = 0x1E89
	LatinCapitalLetterXWithDotAbove                                            rune = 0x1E8A
	LatinSmallLetterXWithDotAbove                                              rune = 0x1E8B
	LatinCapitalLetterXWithDiaeresis                                           rune = 0x1E8C
	LatinSmallLetterXWithDiaeresis                                             rune = 0x1E8D
	LatinCapitalLetterYWithDotAbove                                            rune = 0x1E8E
	LatinSmallLetterYWithDotAbove                                              rune = 0x1E8F
	LatinCapitalLetterZWithCircumflex                                          rune = 0x1E90
	LatinSmallLetterZWithCircumflex                                            rune = 0x1E91
	LatinCapitalLetterZWithDotBelow                                            rune = 0x1E92
	LatinSmallLetterZWithDotBelow                                              rune = 0x1E93
	LatinCapitalLetterZWithLineBelow                                           rune = 0x1E94
	LatinSmallLetterZWithLineBelow                                             rune = 0x1E95
	LatinSmallLetterHWithLineBelow                                             rune = 0x1E96
	LatinSmallLetterTWithDiaeresis                                             rune = 0x1E97
	LatinSmallLetterWWithRingAbove                                             rune = 0x1E98
	LatinSmallLetterYWithRingAbove                                             rune = 0x1E99
	LatinSmallLetterAWithRightHalfRing                                         rune = 0x1E9A
	LatinSmallLetterLongSWithDotAbove                                          rune = 0x1E9B
	LatinSmallLetterLongSWithDiagonalStroke                                    rune = 0x1E9C
	LatinSmallLetterLongSWithHighStroke                                        rune = 0x1E9D
	LatinCapitalLetterSharpS                                                   rune = 0x1E9E
	LatinSmallLetterDelta                                                      rune = 0x1E9F
	LatinCapitalLetterAWithDotBelow                                            rune = 0x1EA0
	LatinSmallLetterAWithDotBelow                                              rune = 0x1EA1
	LatinCapitalLetterAWithHookAbove                                           rune = 0x1EA2
	LatinSmallLetterAWithHookAbove                                             rune = 0x1EA3
	LatinCapitalLetterAWithCircumflexAndAcute                                  rune = 0x1EA4
	LatinSmallLetterAWithCircumflexAndAcute                                    rune = 0x1EA5
	LatinCapitalLetterAWithCircumflexAndGrave                                  rune = 0x1EA6
	LatinSmallLetterAWithCircumflexAndGrave                                    rune = 0x1EA7
	LatinCapitalLetterAWithCircumflexAndHookAbove                              rune = 0x1EA8
	LatinSmallLetterAWithCircumflexAndHookAbove                                rune = 0x1EA9
	LatinCapitalLetterAWithCircumflexAndTilde                                  rune = 0x1EAA
	LatinSmallLetterAWithCircumflexAndTilde                                    rune = 0x1EAB
	LatinCapitalLetterAWithCircumflexAndDotBelow                               rune = 0x1EAC
	LatinSmallLetterAWithCircumflexAndDotBelow                                 rune = 0x1EAD
	LatinCapitalLetterAWithBreveAndAcute                                       rune = 0x1EAE
	LatinSmallLetterAWithBreveAndAcute                                         rune = 0x1EAF
	LatinCapitalLetterAWithBreveAndGrave                                       rune = 0x1EB0
	LatinSmallLetterAWithBreveAndGrave                                         rune = 0x1EB1
	LatinCapitalLetterAWithBreveAndHookAbove                                   rune = 0x1EB2
	LatinSmallLetterAWithBreveAndHookAbove                                     rune = 0x1EB3
	LatinCapitalLetterAWithBreveAndTilde                                       rune = 0x1EB4
	LatinSmallLetterAWithBreveAndTilde                                         rune = 0x1EB5
	LatinCapitalLetterAWithBreveAndDotBelow                                    rune = 0x1EB6
	LatinSmallLetterAWithBreveAndDotBelow                                      rune = 0x1EB7
	LatinCapitalLetterEWithDotBelow                                            rune = 0x1EB8
	LatinSmallLetterEWithDotBelow                                              rune = 0x1EB9
	LatinCapitalLetterEWithHookAbove                                           rune = 0x1EBA
	LatinSmallLetterEWithHookAbove                                             rune = 0x1EBB
	LatinCapitalLetterEWithTilde                                               rune = 0x1EBC
	LatinSmallLetterEWithTilde                                                 rune = 0x1EBD
	LatinCapitalLetterEWithCircumflexAndAcute                                  rune = 0x1EBE
	LatinSmallLetterEWithCircumflexAndAcute                                    rune = 0x1EBF
	LatinCapitalLetterEWithCircumflexAndGrave                                  rune = 0x1EC0
	LatinSmallLetterEWithCircumflexAndGrave                                    rune = 0x1EC1
	LatinCapitalLetterEWithCircumflexAndHookAbove                              rune = 0x1EC2
	LatinSmallLetterEWithCircumflexAndHookAbove                                rune = 0x1EC3
	LatinCapitalLetterEWithCircumflexAndTilde                                  rune = 0x1EC4
	LatinSmallLetterEWithCircumflexAndTilde                                    rune = 0x1EC5
	LatinCapitalLetterEWithCircumflexAndDotBelow                               rune = 0x1EC6
	LatinSmallLetterEWithCircumflexAndDotBelow                                 rune = 0x1EC7
	LatinCapitalLetterIWithHookAbove                                           rune = 0x1EC8
	LatinSmallLetterIWithHookAbove                                             rune = 0x1EC9
	LatinCapitalLetterIWithDotBelow                                            rune = 0x1ECA
	LatinSmallLetterIWithDotBelow                                              rune = 0x1ECB
	LatinCapitalLetterOWithDotBelow                                            rune = 0x1ECC
	LatinSmallLetterOWithDotBelow                                              rune = 0x1ECD
	LatinCapitalLetterOWithHookAbove                                           rune = 0x1ECE
	LatinSmallLetterOWithHookAbove                                             rune = 0x1ECF
	LatinCapitalLetterOWithCircumflexAndAcute                                  rune = 0x1ED0
	LatinSmallLetterOWithCircumflexAndAcute                                    rune = 0x1ED1
	LatinCapitalLetterOWithCircumflexAndGrave                                  rune = 0x1ED2
	LatinSmallLetterOWithCircumflexAndGrave                                    rune = 0x1ED3
	LatinCapitalLetterOWithCircumflexAndHookAbove                              rune = 0x1ED4
	LatinSmallLetterOWithCircumflexAndHookAbove                                rune = 0x1ED5
	LatinCapitalLetterOWithCircumflexAndTilde                                  rune = 0x1ED6
	LatinSmallLetterOWithCircumflexAndTilde                                    rune = 0x1ED7
	LatinCapitalLetterOWithCircumflexAndDotBelow                               rune = 0x1ED8
	LatinSmallLetterOWithCircumflexAndDotBelow                                 rune = 0x1ED9
	LatinCapitalLetterOWithHornAndAcute                                        rune = 0x1EDA
	LatinSmallLetterOWithHornAndAcute                                          rune = 0x1EDB
	LatinCapitalLetterOWithHornAndGrave                                        rune = 0x1EDC
	LatinSmallLetterOWithHornAndGrave                                          rune = 0x1EDD
	LatinCapitalLetterOWithHornAndHookAbove                                    rune = 0x1EDE
	LatinSmallLetterOWithHornAndHookAbove                                      rune = 0x1EDF
	LatinCapitalLetterOWithHornAndTilde                                        rune = 0x1EE0
	LatinSmallLetterOWithHornAndTilde                                          rune = 0x1EE1
	LatinCapitalLetterOWithHornAndDotBelow                                     rune = 0x1EE2
	LatinSmallLetterOWithHornAndDotBelow                                       rune = 0x1EE3
	LatinCapitalLetterUWithDotBelow                                            rune = 0x1EE4
	LatinSmallLetterUWithDotBelow                                              rune = 0x1EE5
	LatinCapitalLetterUWithHookAbove                                           rune = 0x1EE6
	LatinSmallLetterUWithHookAbove                                             rune = 0x1EE7
	LatinCapitalLetterUWithHornAndAcute                                        rune = 0x1EE8
	LatinSmallLetterUWithHornAndAcute                                          rune = 0x1EE9
	LatinCapitalLetterUWithHornAndGrave                                        rune = 0x1EEA
	LatinSmallLetterUWithHornAndGrave                                          rune = 0x1EEB
	LatinCapitalLetterUWithHornAndHookAbove                                    rune = 0x1EEC
	LatinSmallLetterUWithHornAndHookAbove                                      rune = 0x1EED
	LatinCapitalLetterUWithHornAndTilde                                        rune = 0x1EEE
	LatinSmallLetterUWithHornAndTilde                                          rune = 0x1EEF
	LatinCapitalLetterUWithHornAndDotBelow                                     rune = 0x1EF0
	LatinSmallLetterUWithHornAndDotBelow                                       rune = 0x1EF1
	LatinCapitalLetterYWithGrave                                               rune = 0x1EF2
	LatinSmallLetterYWithGrave                                                 rune = 0x1EF3
	LatinCapitalLetterYWithDotBelow                                            rune = 0x1EF4
	LatinSmallLetterYWithDotBelow                                              rune = 0x1EF5
	LatinCapitalLetterYWithHookAbove                                           rune = 0x1EF6
	LatinSmallLetterYWithHookAbove                                             rune = 0x1EF7
	LatinCapitalLetterYWithTilde                                               rune = 0x1EF8
	LatinSmallLetterYWithTilde                                                 rune = 0x1EF9
	LatinCapitalLetterMiddleWelshLl                                            rune = 0x1EFA
	LatinSmallLetterMiddleWelshLl                                              rune = 0x1EFB
	LatinCapitalLetterMiddleWelshV                                             rune = 0x1EFC
	LatinSmallLetterMiddleWelshV                                               rune = 0x1EFD
	LatinCapitalLetterYWithLoop                                                rune = 0x1EFE
	LatinSmallLetterYWithLoop                                                  rune = 0x1EFF
	GreekSmallLetterAlphaWithPsili                                             rune = 0x1F00
	GreekSmallLetterAlphaWithDasia                                             rune = 0x1F01
	GreekSmallLetterAlphaWithPsiliAndVaria                                     rune = 0x1F02
	GreekSmallLetterAlphaWithDasiaAndVaria                                     rune = 0x1F03
	GreekSmallLetterAlphaWithPsiliAndOxia                                      rune = 0x1F04
	GreekSmallLetterAlphaWithDasiaAndOxia                                      rune = 0x1F05
	GreekSmallLetterAlphaWithPsiliAndPerispomeni                               rune = 0x1F06
	GreekSmallLetterAlphaWithDasiaAndPerispomeni                               rune = 0x1F07
	GreekCapitalLetterAlphaWithPsili                                           rune = 0x1F08
	GreekCapitalLetterAlphaWithDasia                                           rune = 0x1F09
	GreekCapitalLetterAlphaWithPsiliAndVaria                                   rune = 0x1F0A
	GreekCapitalLetterAlphaWithDasiaAndVaria                                   rune = 0x1F0B
	GreekCapitalLetterAlphaWithPsiliAndOxia                                    rune = 0x1F0C
	GreekCapitalLetterAlphaWithDasiaAndOxia                                    rune = 0x1F0D
	GreekCapitalLetterAlphaWithPsiliAndPerispomeni                             rune = 0x1F0E
	GreekCapitalLetterAlphaWithDasiaAndPerispomeni                             rune = 0x1F0F
	GreekSmallLetterEpsilonWithPsili                                           rune = 0x1F10
	GreekSmallLetterEpsilonWithDasia                                           rune = 0x1F11
	GreekSmallLetterEpsilonWithPsiliAndVaria                                   rune = 0x1F12
	GreekSmallLetterEpsilonWithDasiaAndVaria                                   rune = 0x1F13
	GreekSmallLetterEpsilonWithPsiliAndOxia                                    rune = 0x1F14
	GreekSmallLetterEpsilonWithDasiaAndOxia                                    rune = 0x1F15
	GreekCapitalLetterEpsilonWithPsili                                         rune = 0x1F18
	GreekCapitalLetterEpsilonWithDasia                                         rune = 0x1F19
	GreekCapitalLetterEpsilonWithPsiliAndVaria                                 rune = 0x1F1A
	GreekCapitalLetterEpsilonWithDasiaAndVaria                                 rune = 0x1F1B
	GreekCapitalLetterEpsilonWithPsiliAndOxia                                  rune = 0x1F1C
	GreekCapitalLetterEpsilonWithDasiaAndOxia                                  rune = 0x1F1D
	GreekSmallLetterEtaWithPsili                                               rune = 0x1F20
	GreekSmallLetterEtaWithDasia                                               rune = 0x1F21
	GreekSmallLetterEtaWithPsiliAndVaria                                       rune = 0x1F22
	GreekSmallLetterEtaWithDasiaAndVaria                                       rune = 0x1F23
	GreekSmallLetterEtaWithPsiliAndOxia                                        rune = 0x1F24
	GreekSmallLetterEtaWithDasiaAndOxia                                        rune = 0x1F25
	GreekSmallLetterEtaWithPsiliAndPerispomeni                                 rune = 0x1F26
	GreekSmallLetterEtaWithDasiaAndPerispomeni                                 rune = 0x1F27
	GreekCapitalLetterEtaWithPsili                                             rune = 0x1F28
	GreekCapitalLetterEtaWithDasia                                             rune = 0x1F29
	GreekCapitalLetterEtaWithPsiliAndVaria                                     rune = 0x1F2A
	GreekCapitalLetterEtaWithDasiaAndVaria                                     rune = 0x1F2B
	GreekCapitalLetterEtaWithPsiliAndOxia                                      rune = 0x1F2C
	GreekCapitalLetterEtaWithDasiaAndOxia                                      rune = 0x1F2D
	GreekCapitalLetterEtaWithPsiliAndPerispomeni                               rune = 0x1F2E
	GreekCapitalLetterEtaWithDasiaAndPerispomeni                               rune = 0x1F2F
	GreekSmallLetterIotaWithPsili                                              rune = 0x1F30
	GreekSmallLetterIotaWithDasia                                              rune = 0x1F31
	GreekSmallLetterIotaWithPsiliAndVaria                                      rune = 0x1F32
	GreekSmallLetterIotaWithDasiaAndVaria                                      rune = 0x1F33
	GreekSmallLetterIotaWithPsiliAndOxia                                       rune = 0x1F34
	GreekSmallLetterIotaWithDasiaAndOxia                                       rune = 0x1F35
	GreekSmallLetterIotaWithPsiliAndPerispomeni                                rune = 0x1F36
	GreekSmallLetterIotaWithDasiaAndPerispomeni                                rune = 0x1F37
	GreekCapitalLetterIotaWithPsili                                            rune = 0x1F38
	GreekCapitalLetterIotaWithDasia                                            rune = 0x1F39
	GreekCapitalLetterIotaWithPsiliAndVaria                                    rune = 0x1F3A
	GreekCapitalLetterIotaWithDasiaAndVaria                                    rune = 0x1F3B
	GreekCapitalLetterIotaWithPsiliAndOxia                                     rune = 0x1F3C
	GreekCapitalLetterIotaWithDasiaAndOxia                                     rune = 0x1F3D
	GreekCapitalLetterIotaWithPsiliAndPerispomeni                              rune = 0x1F3E
	GreekCapitalLetterIotaWithDasiaAndPerispomeni                              rune = 0x1F3F
	GreekSmallLetterOmicronWithPsili                                           rune = 0x1F40
	GreekSmallLetterOmicronWithDasia                                           rune = 0x1F41
	GreekSmallLetterOmicronWithPsiliAndVaria                                   rune = 0x1F42
	GreekSmallLetterOmicronWithDasiaAndVaria                                   rune = 0x1F43
	GreekSmallLetterOmicronWithPsiliAndOxia                                    rune = 0x1F44
	GreekSmallLetterOmicronWithDasiaAndOxia                                    rune = 0x1F45
	GreekCapitalLetterOmicronWithPsili                                         rune = 0x1F48
	GreekCapitalLetterOmicronWithDasia                                         rune = 0x1F49
	GreekCapitalLetterOmicronWithPsiliAndVaria                                 rune = 0x1F4A
	GreekCapitalLetterOmicronWithDasiaAndVaria                                 rune = 0x1F4B
	GreekCapitalLetterOmicronWithPsiliAndOxia                                  rune = 0x1F4C
	GreekCapitalLetterOmicronWithDasiaAndOxia                                  rune = 0x1F4D
	GreekSmallLetterUpsilonWithPsili                                           rune = 0x1F50
	GreekSmallLetterUpsilonWithDasia                                           rune = 0x1F51
	GreekSmallLetterUpsilonWithPsiliAndVaria                                   rune = 0x1F52
	GreekSmallLetterUpsilonWithDasiaAndVaria                                   rune = 0x1F53
	GreekSmallLetterUpsilonWithPsiliAndOxia                                    rune = 0x1F54
	GreekSmallLetterUpsilonWithDasiaAndOxia                                    rune = 0x1F55
	GreekSmallLetterUpsilonWithPsiliAndPerispomeni                             rune = 0x1F56
	GreekSmallLetterUpsilonWithDasiaAndPerispomeni                             rune = 0x1F57
	GreekCapitalLetterUpsilonWithDasia                                         rune = 0x1F59
	GreekCapitalLetterUpsilonWithDasiaAndVaria                                 rune = 0x1F5B
	GreekCapitalLetterUpsilonWithDasiaAndOxia                                  rune = 0x1F5D
	GreekCapitalLetterUpsilonWithDasiaAndPerispomeni                           rune = 0x1F5F
	GreekSmallLetterOmegaWithPsili                                             rune = 0x1F60
	GreekSmallLetterOmegaWithDasia                                             rune = 0x1F61
	GreekSmallLetterOmegaWithPsiliAndVaria                                     rune = 0x1F62
	GreekSmallLetterOmegaWithDasiaAndVaria                                     rune = 0x1F63
	GreekSmallLetterOmegaWithPsiliAndOxia                                      rune = 0x1F64
	GreekSmallLetterOmegaWithDasiaAndOxia                                      rune = 0x1F65
	GreekSmallLetterOmegaWithPsiliAndPerispomeni                               rune = 0x1F66
	GreekSmallLetterOmegaWithDasiaAndPerispomeni                               rune = 0x1F67
	GreekCapitalLetterOmegaWithPsili                                           rune = 0x1F68
	GreekCapitalLetterOmegaWithDasia                                           rune = 0x1F69
	GreekCapitalLetterOmegaWithPsiliAndVaria                                   rune = 0x1F6A
	GreekCapitalLetterOmegaWithDasiaAndVaria                                   rune = 0x1F6B
	GreekCapitalLetterOmegaWithPsiliAndOxia                                    rune = 0x1F6C
	GreekCapitalLetterOmegaWithDasiaAndOxia                                    rune = 0x1F6D
	GreekCapitalLetterOmegaWithPsiliAndPerispomeni                             rune = 0x1F6E
	GreekCapitalLetterOmegaWithDasiaAndPerispomeni                             rune = 0x1F6F
	GreekSmallLetterAlphaWithVaria                                             rune = 0x1F70
	GreekSmallLetterAlphaWithOxia                                              rune = 0x1F71
	GreekSmallLetterEpsilonWithVaria                                           rune = 0x1F72
	GreekSmallLetterEpsilonWithOxia                                            rune = 0x1F73
	GreekSmallLetterEtaWithVaria                                               rune = 0x1F74
	GreekSmallLetterEtaWithOxia                                                rune = 0x1F75
	GreekSmallLetterIotaWithVaria                                              rune = 0x1F76
	GreekSmallLetterIotaWithOxia                                               rune = 0x1F77
	GreekSmallLetterOmicronWithVaria                                           rune = 0x1F78
	GreekSmallLetterOmicronWithOxia                                            rune = 0x1F79
	GreekSmallLetterUpsilonWithVaria                                           rune = 0x1F7A
	GreekSmallLetterUpsilonWithOxia                                            rune = 0x1F7B
	GreekSmallLetterOmegaWithVaria                                             rune = 0x1F7C
	GreekSmallLetterOmegaWithOxia                                              rune = 0x1F7D
	GreekSmallLetterAlphaWithPsiliAndYpogegrammeni                             rune = 0x1F80
	GreekSmallLetterAlphaWithDasiaAndYpogegrammeni                             rune = 0x1F81
	GreekSmallLetterAlphaWithPsiliAndVariaAndYpogegrammeni                     rune = 0x1F82
	GreekSmallLetterAlphaWithDasiaAndVariaAndYpogegrammeni                     rune = 0x1F83
	GreekSmallLetterAlphaWithPsiliAndOxiaAndYpogegrammeni                      rune = 0x1F84
	GreekSmallLetterAlphaWithDasiaAndOxiaAndYpogegrammeni                      rune = 0x1F85
	GreekSmallLetterAlphaWithPsiliAndPerispomeniAndYpogegrammeni               rune = 0x1F86
	GreekSmallLetterAlphaWithDasiaAndPerispomeniAndYpogegrammeni               rune = 0x1F87
	GreekCapitalLetterAlphaWithPsiliAndProsgegrammeni                          rune = 0x1F88
	GreekCapitalLetterAlphaWithDasiaAndProsgegrammeni                          rune = 0x1F89
	GreekCapitalLetterAlphaWithPsiliAndVariaAndProsgegrammeni                  rune = 0x1F8A
	GreekCapitalLetterAlphaWithDasiaAndVariaAndProsgegrammeni                  rune = 0x1F8B
	GreekCapitalLetterAlphaWithPsiliAndOxiaAndProsgegrammeni                   rune = 0x1F8C
	GreekCapitalLetterAlphaWithDasiaAndOxiaAndProsgegrammeni                   rune = 0x1F8D
	GreekCapitalLetterAlphaWithPsiliAndPerispomeniAndProsgegrammeni            rune = 0x1F8E
	GreekCapitalLetterAlphaWithDasiaAndPerispomeniAndProsgegrammeni            rune = 0x1F8F
	GreekSmallLetterEtaWithPsiliAndYpogegrammeni                               rune = 0x1F90
	GreekSmallLetterEtaWithDasiaAndYpogegrammeni                               rune = 0x1F91
	GreekSmallLetterEtaWithPsiliAndVariaAndYpogegrammeni                       rune = 0x1F92
	GreekSmallLetterEtaWithDasiaAndVariaAndYpogegrammeni                       rune = 0x1F93
	GreekSmallLetterEtaWithPsiliAndOxiaAndYpogegrammeni                        rune = 0x1F94
	GreekSmallLetterEtaWithDasiaAndOxiaAndYpogegrammeni                        rune = 0x1F95
	GreekSmallLetterEtaWithPsiliAndPerispomeniAndYpogegrammeni                 rune = 0x1F96
	GreekSmallLetterEtaWithDasiaAndPerispomeniAndYpogegrammeni                 rune = 0x1F97
	GreekCapitalLetterEtaWithPsiliAndProsgegrammeni                            rune = 0x1F98
	GreekCapitalLetterEtaWithDasiaAndProsgegrammeni                            rune = 0x1F99
	GreekCapitalLetterEtaWithPsiliAndVariaAndProsgegrammeni                    rune = 0x1F9A
	GreekCapitalLetterEtaWithDasiaAndVariaAndProsgegrammeni                    rune = 0x1F9B
	GreekCapitalLetterEtaWithPsiliAndOxiaAndProsgegrammeni                     rune = 0x1F9C
	GreekCapitalLetterEtaWithDasiaAndOxiaAndProsgegrammeni                     rune = 0x1F9D
	GreekCapitalLetterEtaWithPsiliAndPerispomeniAndProsgegrammeni              rune = 0x1F9E
	GreekCapitalLetterEtaWithDasiaAndPerispomeniAndProsgegrammeni              rune = 0x1F9F
	GreekSmallLetterOmegaWithPsiliAndYpogegrammeni                             rune = 0x1FA0
	GreekSmallLetterOmegaWithDasiaAndYpogegrammeni                             rune = 0x1FA1
	GreekSmallLetterOmegaWithPsiliAndVariaAndYpogegrammeni                     rune = 0x1FA2
	GreekSmallLetterOmegaWithDasiaAndVariaAndYpogegrammeni                     rune = 0x1FA3
	GreekSmallLetterOmegaWithPsiliAndOxiaAndYpogegrammeni                      rune = 0x1FA4
	GreekSmallLetterOmegaWithDasiaAndOxiaAndYpogegrammeni                      rune = 0x1FA5
	GreekSmallLetterOmegaWithPsiliAndPerispomeniAndYpogegrammeni               rune = 0x1FA6
	GreekSmallLetterOmegaWithDasiaAndPerispomeniAndYpogegrammeni               rune = 0x1FA7
	GreekCapitalLetterOmegaWithPsiliAndProsgegrammeni                          rune = 0x1FA8
	GreekCapitalLetterOmegaWithDasiaAndProsgegrammeni                          rune = 0x1FA9
	GreekCapitalLetterOmegaWithPsiliAndVariaAndProsgegrammeni                  rune = 0x1FAA
	GreekCapitalLetterOmegaWithDasiaAndVariaAndProsgegrammeni                  rune = 0x1FAB
	GreekCapitalLetterOmegaWithPsiliAndOxiaAndProsgegrammeni                   rune = 0x1FAC
	GreekCapitalLetterOmegaWithDasiaAndOxiaAndProsgegrammeni                   rune = 0x1FAD
	GreekCapitalLetterOmegaWithPsiliAndPerispomeniAndProsgegrammeni            rune = 0x1FAE
	GreekCapitalLetterOmegaWithDasiaAndPerispomeniAndProsgegrammeni            rune = 0x1FAF
	GreekSmallLetterAlphaWithVrachy                                            rune = 0x1FB0
	GreekSmallLetterAlphaWithMacron                                            rune = 0x1FB1
	GreekSmallLetterAlphaWithVariaAndYpogegrammeni                             rune = 0x1FB2
	GreekSmallLetterAlphaWithYpogegrammeni                                     rune = 0x1FB3
	GreekSmallLetterAlphaWithOxiaAndYpogegrammeni                              rune = 0x1FB4
	GreekSmallLetterAlphaWithPerispomeni                                       rune = 0x1FB6
	GreekSmallLetterAlphaWithPerispomeniAndYpogegrammeni                       rune = 0x1FB7
	GreekCapitalLetterAlphaWithVrachy                                          rune = 0x1FB8
	GreekCapitalLetterAlphaWithMacron                                          rune = 0x1FB9
	GreekCapitalLetterAlphaWithVaria                                           rune = 0x1FBA
	GreekCapitalLetterAlphaWithOxia                                            rune = 0x1FBB
	GreekCapitalLetterAlphaWithProsgegrammeni                                  rune = 0x1FBC
	GreekKoronis                                                               rune = 0x1FBD
	GreekProsgegrammeni                                                        rune = 0x1FBE
	GreekPsili                                                                 rune = 0x1FBF
	GreekPerispomeni                                                           rune = 0x1FC0
	GreekDialytikaAndPerispomeni                                               rune = 0x1FC1
	GreekSmallLetterEtaWithVariaAndYpogegrammeni                               rune = 0x1FC2
	GreekSmallLetterEtaWithYpogegrammeni                                       rune = 0x1FC3
	GreekSmallLetterEtaWithOxiaAndYpogegrammeni                                rune = 0x1FC4
	GreekSmallLetterEtaWithPerispomeni                                         rune = 0x1FC6
	GreekSmallLetterEtaWithPerispomeniAndYpogegrammeni                         rune = 0x1FC7
	GreekCapitalLetterEpsilonWithVaria                                         rune = 0x1FC8
	GreekCapitalLetterEpsilonWithOxia                                          rune = 0x1FC9
	GreekCapitalLetterEtaWithVaria                                             rune = 0x1FCA
	GreekCapitalLetterEtaWithOxia                                              rune = 0x1FCB
	GreekCapitalLetterEtaWithProsgegrammeni                                    rune = 0x1FCC
	GreekPsiliAndVaria                                                         rune = 0x1FCD
	GreekPsiliAndOxia                                                          rune = 0x1FCE
	GreekPsiliAndPerispomeni                                                   rune = 0x1FCF
	GreekSmallLetterIotaWithVrachy                                             rune = 0x1FD0
	GreekSmallLetterIotaWithMacron                                             rune = 0x1FD1
	GreekSmallLetterIotaWithDialytikaAndVaria                                  rune = 0x1FD2
	GreekSmallLetterIotaWithDialytikaAndOxia                                   rune = 0x1FD3
	GreekSmallLetterIotaWithPerispomeni                                        rune = 0x1FD6
	GreekSmallLetterIotaWithDialytikaAndPerispomeni                            rune = 0x1FD7
	GreekCapitalLetterIotaWithVrachy                                           rune = 0x1FD8
	GreekCapitalLetterIotaWithMacron                                           rune = 0x1FD9
	GreekCapitalLetterIotaWithVaria                                            rune = 0x1FDA
	GreekCapitalLetterIotaWithOxia                                             rune = 0x1FDB
	GreekDasiaAndVaria                                                         rune = 0x1FDD
	GreekDasiaAndOxia                                                          rune = 0x1FDE
	GreekDasiaAndPerispomeni                                                   rune = 0x1FDF
	GreekSmallLetterUpsilonWithVrachy                                          rune = 0x1FE0
	GreekSmallLetterUpsilonWithMacron                                          rune = 0x1FE1
	GreekSmallLetterUpsilonWithDialytikaAndVaria                               rune = 0x1FE2
	GreekSmallLetterUpsilonWithDialytikaAndOxia                                rune = 0x1FE3
	GreekSmallLetterRhoWithPsili                                               rune = 0x1FE4
	GreekSmallLetterRhoWithDasia                                               rune = 0x1FE5
	GreekSmallLetterUpsilonWithPerispomeni                                     rune = 0x1FE6
	GreekSmallLetterUpsilonWithDialytikaAndPerispomeni                         rune = 0x1FE7
	GreekCapitalLetterUpsilonWithVrachy                                        rune = 0x1FE8
	GreekCapitalLetterUpsilonWithMacron                                        rune = 0x1FE9
	GreekCapitalLetterUpsilonWithVaria                                         rune = 0x1FEA
	GreekCapitalLetterUpsilonWithOxia                                          rune = 0x1FEB
	GreekCapitalLetterRhoWithDasia                                             rune = 0x1FEC
	GreekDialytikaAndVaria                                                     rune = 0x1FED
	GreekDialytikaAndOxia                                                      rune = 0x1FEE
	GreekVaria                                                                 rune = 0x1FEF
	GreekSmallLetterOmegaWithVariaAndYpogegrammeni                             rune = 0x1FF2
	GreekSmallLetterOmegaWithYpogegrammeni                                     rune = 0x1FF3
	GreekSmallLetterOmegaWithOxiaAndYpogegrammeni                              rune = 0x1FF4
	GreekSmallLetterOmegaWithPerispomeni                                       rune = 0x1FF6
	GreekSmallLetterOmegaWithPerispomeniAndYpogegrammeni                       rune = 0x1FF7
	GreekCapitalLetterOmicronWithVaria                                         rune = 0x1FF8
	GreekCapitalLetterOmicronWithOxia                                          rune = 0x1FF9
	GreekCapitalLetterOmegaWithVaria                                           rune = 0x1FFA
	GreekCapitalLetterOmegaWithOxia                                            rune = 0x1FFB
	GreekCapitalLetterOmegaWithProsgegrammeni                                  rune = 0x1FFC
	GreekOxia                                                                  rune = 0x1FFD
	GreekDasia                                                                 rune = 0x1FFE
	EnQuad                                                                     rune = 0x2000
	EmQuad                                                                     rune = 0x2001
	EnSpace                                                                    rune = 0x2002
	EmSpace                                                                    rune = 0x2003
	ThreePerEmSpace                                                            rune = 0x2004
	FourPerEmSpace                                                             rune = 0x2005
	SixPerEmSpace                                                              rune = 0x2006
	FigureSpace                                                                rune = 0x2007
	PunctuationSpace                                                           rune = 0x2008
	ThinSpace                                                                  rune = 0x2009
	HairSpace                                                                  rune = 0x200A
	ZeroWidthSpace                                                             rune = 0x200B
	ZWSP                                                                       rune = 0x200B
	ZeroWidthNonJoiner                                                         rune = 0x200C
	ZWNJ                                                                       rune = 0x200C
	ZeroWidthJoiner                                                            rune = 0x200D
	ZWJ                                                                        rune = 0x200D
	LeftToRightMark                                                            rune = 0x200E
	LRM                                                                        rune = 0x200E
	RightToLeftMark                                                            rune = 0x200F
	RLM                                                                        rune = 0x200F
	HYPHEN                                                                     rune = 0x2010
	NonBreakingHyphen                                                          rune = 0x2011
	FigureDash                                                                 rune = 0x2012
	EnDash                                                                     rune = 0x2013
	EmDash                                                                     rune = 0x2014
	HorizontalBar                                                              rune = 0x2015
	DoubleVerticalLine                                                         rune = 0x2016
	DoubleLowLine                                                              rune = 0x2017
	LeftSingleQuotationMark                                                    rune = 0x2018
	RightSingleQuotationMark                                                   rune = 0x2019
	SingleLow9QuotationMark                                                    rune = 0x201A
	SingleHighReversed9QuotationMark                                           rune = 0x201B
	LeftDoubleQuotationMark                                                    rune = 0x201C
	RightDoubleQuotationMark                                                   rune = 0x201D
	DoubleLow9QuotationMark                                                    rune = 0x201E
	DoubleHighReversed9QuotationMark                                           rune = 0x201F
	DAGGER                                                                     rune = 0x2020
	DoubleDagger                                                               rune = 0x2021
	BULLET                                                                     rune = 0x2022
	TriangularBullet                                                           rune = 0x2023
	OneDotLeader                                                               rune = 0x2024
	TwoDotLeader                                                               rune = 0x2025
	HorizontalEllipsis                                                         rune = 0x2026
	HyphenationPoint                                                           rune = 0x2027
	LineSeparator                                                              rune = 0x2028
	ParagraphSeparator                                                         rune = 0x2029
	LeftToRightEmbedding                                                       rune = 0x202A
	LRE                                                                        rune = 0x202A
	RightToLeftEmbedding                                                       rune = 0x202B
	RLE                                                                        rune = 0x202B
	PopDirectionalFormatting                                                   rune = 0x202C
	PDF                                                                        rune = 0x202C
	LeftToRightOverride                                                        rune = 0x202D
	LRO                                                                        rune = 0x202D
	RightToLeftOverride                                                        rune = 0x202E
	RLO                                                                        rune = 0x202E
	NarrowNoBreakSpace                                                         rune = 0x202F
	NNBSP                                                                      rune = 0x202F
	PerMilleSign                                                               rune = 0x2030
	PerTenThousandSign                                                         rune = 0x2031
	PRIME                                                                      rune = 0x2032
	DoublePrime                                                                rune = 0x2033
	TriplePrime                                                                rune = 0x2034
	ReversedPrime                                                              rune = 0x2035
	ReversedDoublePrime                                                        rune = 0x2036
	ReversedTriplePrime                                                        rune = 0x2037
	CARET                                                                      rune = 0x2038
	SingleLeftPointingAngleQuotationMark                                       rune = 0x2039
	SingleRightPointingAngleQuotationMark                                      rune = 0x203A
	ReferenceMark                                                              rune = 0x203B
	DoubleExclamationMark                                                      rune = 0x203C
	INTERROBANG                                                                rune = 0x203D
	OVERLINE                                                                   rune = 0x203E
	UNDERTIE                                                                   rune = 0x203F
	CharacterTie                                                               rune = 0x2040
	CaretInsertionPoint                                                        rune = 0x2041
	ASTERISM                                                                   rune = 0x2042
	HyphenBullet                                                               rune = 0x2043
	FractionSlash                                                              rune = 0x2044
	LeftSquareBracketWithQuill                                                 rune = 0x2045
	RightSquareBracketWithQuill                                                rune = 0x2046
	DoubleQuestionMark                                                         rune = 0x2047
	QuestionExclamationMark                                                    rune = 0x2048
	ExclamationQuestionMark                                                    rune = 0x2049
	TironianSignEt                                                             rune = 0x204A
	ReversedPilcrowSign                                                        rune = 0x204B
	BlackLeftwardsBullet                                                       rune = 0x204C
	BlackRightwardsBullet                                                      rune = 0x204D
	LowAsterisk                                                                rune = 0x204E
	ReversedSemicolon                                                          rune = 0x204F
	CloseUp                                                                    rune = 0x2050
	TwoAsterisksAlignedVertically                                              rune = 0x2051
	CommercialMinusSign                                                        rune = 0x2052
	SwungDash                                                                  rune = 0x2053
	InvertedUndertie                                                           rune = 0x2054
	FlowerPunctuationMark                                                      rune = 0x2055
	ThreeDotPunctuation                                                        rune = 0x2056
	QuadruplePrime                                                             rune = 0x2057
	FourDotPunctuation                                                         rune = 0x2058
	FiveDotPunctuation                                                         rune = 0x2059
	TwoDotPunctuation                                                          rune = 0x205A
	FourDotMark                                                                rune = 0x205B
	DottedCross                                                                rune = 0x205C
	TRICOLON                                                                   rune = 0x205D
	VerticalFourDots                                                           rune = 0x205E
	MediumMathematicalSpace                                                    rune = 0x205F
	MMSP                                                                       rune = 0x205F
	WordJoiner                                                                 rune = 0x2060
	WJ                                                                         rune = 0x2060
	FunctionApplication                                                        rune = 0x2061
	InvisibleTimes                                                             rune = 0x2062
	InvisibleSeparator                                                         rune = 0x2063
	InvisiblePlus                                                              rune = 0x2064
	LeftToRightIsolate                                                         rune = 0x2066
	LRI                                                                        rune = 0x2066
	RightToLeftIsolate                                                         rune = 0x2067
	RLI                                                                        rune = 0x2067
	FirstStrongIsolate                                                         rune = 0x2068
	FSI                                                                        rune = 0x2068
	PopDirectionalIsolate                                                      rune = 0x2069
	PDI                                                                        rune = 0x2069
	InhibitSymmetricSwapping                                                   rune = 0x206A
	ActivateSymmetricSwapping                                                  rune = 0x206B
	InhibitArabicFormShaping                                                   rune = 0x206C
	ActivateArabicFormShaping                                                  rune = 0x206D
	NationalDigitShapes                                                        rune = 0x206E
	NominalDigitShapes                                                         rune = 0x206F
	SuperscriptZero                                                            rune = 0x2070
	SuperscriptLatinSmallLetterI                                               rune = 0x2071
	SuperscriptFour                                                            rune = 0x2074
	SuperscriptFive                                                            rune = 0x2075
	SuperscriptSix                                                             rune = 0x2076
	SuperscriptSeven                                                           rune = 0x2077
	SuperscriptEight                                                           rune = 0x2078
	SuperscriptNine                                                            rune = 0x2079
	SuperscriptPlusSign                                                        rune = 0x207A
	SuperscriptMinus                                                           rune = 0x207B
	SuperscriptEqualsSign                                                      rune = 0x207C
	SuperscriptLeftParenthesis                                                 rune = 0x207D
	SuperscriptRightParenthesis                                                rune = 0x207E
	SuperscriptLatinSmallLetterN                                               rune = 0x207F
	SubscriptZero                                                              rune = 0x2080
	SubscriptOne                                                               rune = 0x2081
	SubscriptTwo                                                               rune = 0x2082
	SubscriptThree                                                             rune = 0x2083
	SubscriptFour                                                              rune = 0x2084
	SubscriptFive                                                              rune = 0x2085
	SubscriptSix                                                               rune = 0x2086
	SubscriptSeven                                                             rune = 0x2087
	SubscriptEight                                                             rune = 0x2088
	SubscriptNine                                                              rune = 0x2089
	SubscriptPlusSign                                                          rune = 0x208A
	SubscriptMinus                                                             rune = 0x208B
	SubscriptEqualsSign                                                        rune = 0x208C
	SubscriptLeftParenthesis                                                   rune = 0x208D
	SubscriptRightParenthesis                                                  rune = 0x208E
	LatinSubscriptSmallLetterA                                                 rune = 0x2090
	LatinSubscriptSmallLetterE                                                 rune = 0x2091
	LatinSubscriptSmallLetterO                                                 rune = 0x2092
	LatinSubscriptSmallLetterX                                                 rune = 0x2093
	LatinSubscriptSmallLetterSchwa                                             rune = 0x2094
	LatinSubscriptSmallLetterH                                                 rune = 0x2095
	LatinSubscriptSmallLetterK                                                 rune = 0x2096
	LatinSubscriptSmallLetterL                                                 rune = 0x2097
	LatinSubscriptSmallLetterM                                                 rune = 0x2098
	LatinSubscriptSmallLetterN                                                 rune = 0x2099
	LatinSubscriptSmallLetterP                                                 rune = 0x209A
	LatinSubscriptSmallLetterS                                                 rune = 0x209B
	LatinSubscriptSmallLetterT                                                 rune = 0x209C
	EuroCurrencySign                                                           rune = 0x20A0
	ColonSign                                                                  rune = 0x20A1
	CruzeiroSign                                                               rune = 0x20A2
	FrenchFrancSign                                                            rune = 0x20A3
	LiraSign                                                                   rune = 0x20A4
	MillSign                                                                   rune = 0x20A5
	NairaSign                                                                  rune = 0x20A6
	PesetaSign                                                                 rune = 0x20A7
	RupeeSign                                                                  rune = 0x20A8
	WonSign                                                                    rune = 0x20A9
	NewSheqelSign                                                              rune = 0x20AA
	DongSign                                                                   rune = 0x20AB
	EuroSign                                                                   rune = 0x20AC
	KipSign                                                                    rune = 0x20AD
	TugrikSign                                                                 rune = 0x20AE
	DrachmaSign                                                                rune = 0x20AF
	GermanPennySign                                                            rune = 0x20B0
	PesoSign                                                                   rune = 0x20B1
	GuaraniSign                                                                rune = 0x20B2
	AustralSign                                                                rune = 0x20B3
	HryvniaSign                                                                rune = 0x20B4
	CediSign                                                                   rune = 0x20B5
	LivreTournoisSign                                                          rune = 0x20B6
	SpesmiloSign                                                               rune = 0x20B7
	TengeSign                                                                  rune = 0x20B8
	IndianRupeeSign                                                            rune = 0x20B9
	TurkishLiraSign                                                            rune = 0x20BA
	NordicMarkSign                                                             rune = 0x20BB
	ManatSign                                                                  rune = 0x20BC
	RubleSign                                                                  rune = 0x20BD
	LariSign                                                                   rune = 0x20BE
	BitcoinSign                                                                rune = 0x20BF
	CombiningLeftHarpoonAbove                                                  rune = 0x20D0
	CombiningRightHarpoonAbove                                                 rune = 0x20D1
	CombiningLongVerticalLineOverlay                                           rune = 0x20D2
	CombiningShortVerticalLineOverlay                                          rune = 0x20D3
	CombiningAnticlockwiseArrowAbove                                           rune = 0x20D4
	CombiningClockwiseArrowAbove                                               rune = 0x20D5
	CombiningLeftArrowAbove                                                    rune = 0x20D6
	CombiningRightArrowAbove                                                   rune = 0x20D7
	CombiningRingOverlay                                                       rune = 0x20D8
	CombiningClockwiseRingOverlay                                              rune = 0x20D9
	CombiningAnticlockwiseRingOverlay                                          rune = 0x20DA
	CombiningThreeDotsAbove                                                    rune = 0x20DB
	CombiningFourDotsAbove                                                     rune = 0x20DC
	CombiningEnclosingCircle                                                   rune = 0x20DD
	CombiningEnclosingSquare                                                   rune = 0x20DE
	CombiningEnclosingDiamond                                                  rune = 0x20DF
	CombiningEnclosingCircleBackslash                                          rune = 0x20E0
	CombiningLeftRightArrowAbove                                               rune = 0x20E1
	CombiningEnclosingScreen                                                   rune = 0x20E2
	CombiningEnclosingKeycap                                                   rune = 0x20E3
	CombiningEnclosingUpwardPointingTriangle                                   rune = 0x20E4
	CombiningReverseSolidusOverlay                                             rune = 0x20E5
	CombiningDoubleVerticalStrokeOverlay                                       rune = 0x20E6
	CombiningAnnuitySymbol                                                     rune = 0x20E7
	CombiningTripleUnderdot                                                    rune = 0x20E8
	CombiningWideBridgeAbove                                                   rune = 0x20E9
	CombiningLeftwardsArrowOverlay                                             rune = 0x20EA
	CombiningLongDoubleSolidusOverlay                                          rune = 0x20EB
	CombiningRightwardsHarpoonWithBarbDownwards                                rune = 0x20EC
	CombiningLeftwardsHarpoonWithBarbDownwards                                 rune = 0x20ED
	CombiningLeftArrowBelow                                                    rune = 0x20EE
	CombiningRightArrowBelow                                                   rune = 0x20EF
	CombiningAsteriskAbove                                                     rune = 0x20F0
	AccountOf                                                                  rune = 0x2100
	AddressedToTheSubject                                                      rune = 0x2101
	DoubleStruckCapitalC                                                       rune = 0x2102
	DegreeCelsius                                                              rune = 0x2103
	CentreLineSymbol                                                           rune = 0x2104
	CareOf                                                                     rune = 0x2105
	CadaUna                                                                    rune = 0x2106
	EulerConstant                                                              rune = 0x2107
	SCRUPLE                                                                    rune = 0x2108
	DegreeFahrenheit                                                           rune = 0x2109
	ScriptSmallG                                                               rune = 0x210A
	ScriptCapitalH                                                             rune = 0x210B
	BlackLetterCapitalH                                                        rune = 0x210C
	DoubleStruckCapitalH                                                       rune = 0x210D
	PlanckConstant                                                             rune = 0x210E
	PlanckConstantOverTwoPi                                                    rune = 0x210F
	ScriptCapitalI                                                             rune = 0x2110
	BlackLetterCapitalI                                                        rune = 0x2111
	ScriptCapitalL                                                             rune = 0x2112
	ScriptSmallL                                                               rune = 0x2113
	LBBarSymbol                                                                rune = 0x2114
	DoubleStruckCapitalN                                                       rune = 0x2115
	NumeroSign                                                                 rune = 0x2116
	SoundRecordingCopyright                                                    rune = 0x2117
	ScriptCapitalP                                                             rune = 0x2118
	WeierstrassEllipticFunction                                                rune = 0x2118
	DoubleStruckCapitalP                                                       rune = 0x2119
	DoubleStruckCapitalQ                                                       rune = 0x211A
	ScriptCapitalR                                                             rune = 0x211B
	BlackLetterCapitalR                                                        rune = 0x211C
	DoubleStruckCapitalR                                                       rune = 0x211D
	PrescriptionTake                                                           rune = 0x211E
	RESPONSE                                                                   rune = 0x211F
	ServiceMark                                                                rune = 0x2120
	TelephoneSign                                                              rune = 0x2121
	TradeMarkSign                                                              rune = 0x2122
	VERSICLE                                                                   rune = 0x2123
	DoubleStruckCapitalZ                                                       rune = 0x2124
	OunceSign                                                                  rune = 0x2125
	OhmSign                                                                    rune = 0x2126
	InvertedOhmSign                                                            rune = 0x2127
	BlackLetterCapitalZ                                                        rune = 0x2128
	TurnedGreekSmallLetterIota                                                 rune = 0x2129
	KelvinSign                                                                 rune = 0x212A
	AngstromSign                                                               rune = 0x212B
	ScriptCapitalB                                                             rune = 0x212C
	BlackLetterCapitalC                                                        rune = 0x212D
	EstimatedSymbol                                                            rune = 0x212E
	ScriptSmallE                                                               rune = 0x212F
	ScriptCapitalE                                                             rune = 0x2130
	ScriptCapitalF                                                             rune = 0x2131
	TurnedCapitalF                                                             rune = 0x2132
	ScriptCapitalM                                                             rune = 0x2133
	ScriptSmallO                                                               rune = 0x2134
	AlefSymbol                                                                 rune = 0x2135
	BetSymbol                                                                  rune = 0x2136
	GimelSymbol                                                                rune = 0x2137
	DaletSymbol                                                                rune = 0x2138
	InformationSource                                                          rune = 0x2139
	RotatedCapitalQ                                                            rune = 0x213A
	FacsimileSign                                                              rune = 0x213B
	DoubleStruckSmallPi                                                        rune = 0x213C
	DoubleStruckSmallGamma                                                     rune = 0x213D
	DoubleStruckCapitalGamma                                                   rune = 0x213E
	DoubleStruckCapitalPi                                                      rune = 0x213F
	DoubleStruckNArySummation                                                  rune = 0x2140
	TurnedSansSerifCapitalG                                                    rune = 0x2141
	TurnedSansSerifCapitalL                                                    rune = 0x2142
	ReversedSansSerifCapitalL                                                  rune = 0x2143
	TurnedSansSerifCapitalY                                                    rune = 0x2144
	DoubleStruckItalicCapitalD                                                 rune = 0x2145
	DoubleStruckItalicSmallD                                                   rune = 0x2146
	DoubleStruckItalicSmallE                                                   rune = 0x2147
	DoubleStruckItalicSmallI                                                   rune = 0x2148
	DoubleStruckItalicSmallJ                                                   rune = 0x2149
	PropertyLine                                                               rune = 0x214A
	TurnedAmpersand                                                            rune = 0x214B
	PerSign                                                                    rune = 0x214C
	AKTIESELSKAB                                                               rune = 0x214D
	TurnedSmallF                                                               rune = 0x214E
	SymbolForSamaritanSource                                                   rune = 0x214F
	VulgarFractionOneSeventh                                                   rune = 0x2150
	VulgarFractionOneNinth                                                     rune = 0x2151
	VulgarFractionOneTenth                                                     rune = 0x2152
	VulgarFractionOneThird                                                     rune = 0x2153
	VulgarFractionTwoThirds                                                    rune = 0x2154
	VulgarFractionOneFifth                                                     rune = 0x2155
	VulgarFractionTwoFifths                                                    rune = 0x2156
	VulgarFractionThreeFifths                                                  rune = 0x2157
	VulgarFractionFourFifths                                                   rune = 0x2158
	VulgarFractionOneSixth                                                     rune = 0x2159
	VulgarFractionFiveSixths                                                   rune = 0x215A
	VulgarFractionOneEighth                                                    rune = 0x215B
	VulgarFractionThreeEighths                                                 rune = 0x215C
	VulgarFractionFiveEighths                                                  rune = 0x215D
	VulgarFractionSevenEighths                                                 rune = 0x215E
	FractionNumeratorOne                                                       rune = 0x215F
	RomanNumeralOne                                                            rune = 0x2160
	RomanNumeralTwo                                                            rune = 0x2161
	RomanNumeralThree                                                          rune = 0x2162
	RomanNumeralFour                                                           rune = 0x2163
	RomanNumeralFive                                                           rune = 0x2164
	RomanNumeralSix                                                            rune = 0x2165
	RomanNumeralSeven                                                          rune = 0x2166
	RomanNumeralEight                                                          rune = 0x2167
	RomanNumeralNine                                                           rune = 0x2168
	RomanNumeralTen                                                            rune = 0x2169
	RomanNumeralEleven                                                         rune = 0x216A
	RomanNumeralTwelve                                                         rune = 0x216B
	RomanNumeralFifty                                                          rune = 0x216C
	RomanNumeralOneHundred                                                     rune = 0x216D
	RomanNumeralFiveHundred                                                    rune = 0x216E
	RomanNumeralOneThousand                                                    rune = 0x216F
	SmallRomanNumeralOne                                                       rune = 0x2170
	SmallRomanNumeralTwo                                                       rune = 0x2171
	SmallRomanNumeralThree                                                     rune = 0x2172
	SmallRomanNumeralFour                                                      rune = 0x2173
	SmallRomanNumeralFive                                                      rune = 0x2174
	SmallRomanNumeralSix                                                       rune = 0x2175
	SmallRomanNumeralSeven                                                     rune = 0x2176
	SmallRomanNumeralEight                                                     rune = 0x2177
	SmallRomanNumeralNine                                                      rune = 0x2178
	SmallRomanNumeralTen                                                       rune = 0x2179
	SmallRomanNumeralEleven                                                    rune = 0x217A
	SmallRomanNumeralTwelve                                                    rune = 0x217B
	SmallRomanNumeralFifty                                                     rune = 0x217C
	SmallRomanNumeralOneHundred                                                rune = 0x217D
	SmallRomanNumeralFiveHundred                                               rune = 0x217E
	SmallRomanNumeralOneThousand                                               rune = 0x217F
	RomanNumeralOneThousandCD                                                  rune = 0x2180
	RomanNumeralFiveThousand                                                   rune = 0x2181
	RomanNumeralTenThousand                                                    rune = 0x2182
	RomanNumeralReversedOneHundred                                             rune = 0x2183
	LatinSmallLetterReversedC                                                  rune = 0x2184
	RomanNumeralSixLateForm                                                    rune = 0x2185
	RomanNumeralFiftyEarlyForm                                                 rune = 0x2186
	RomanNumeralFiftyThousand                                                  rune = 0x2187
	RomanNumeralOneHundredThousand                                             rune = 0x2188
	VulgarFractionZeroThirds                                                   rune = 0x2189
	TurnedDigitTwo                                                             rune = 0x218A
	TurnedDigitThree                                                           rune = 0x218B
	LeftwardsArrow                                                             rune = 0x2190
	UpwardsArrow                                                               rune = 0x2191
	RightwardsArrow                                                            rune = 0x2192
	DownwardsArrow                                                             rune = 0x2193
	LeftRightArrow                                                             rune = 0x2194
	UpDownArrow                                                                rune = 0x2195
	NorthWestArrow                                                             rune = 0x2196
	NorthEastArrow                                                             rune = 0x2197
	SouthEastArrow                                                             rune = 0x2198
	SouthWestArrow                                                             rune = 0x2199
	LeftwardsArrowWithStroke                                                   rune = 0x219A
	RightwardsArrowWithStroke                                                  rune = 0x219B
	LeftwardsWaveArrow                                                         rune = 0x219C
	RightwardsWaveArrow                                                        rune = 0x219D
	LeftwardsTwoHeadedArrow                                                    rune = 0x219E
	UpwardsTwoHeadedArrow                                                      rune = 0x219F
	RightwardsTwoHeadedArrow                                                   rune = 0x21A0
	DownwardsTwoHeadedArrow                                                    rune = 0x21A1
	LeftwardsArrowWithTail                                                     rune = 0x21A2
	RightwardsArrowWithTail                                                    rune = 0x21A3
	LeftwardsArrowFromBar                                                      rune = 0x21A4
	UpwardsArrowFromBar                                                        rune = 0x21A5
	RightwardsArrowFromBar                                                     rune = 0x21A6
	DownwardsArrowFromBar                                                      rune = 0x21A7
	UpDownArrowWithBase                                                        rune = 0x21A8
	LeftwardsArrowWithHook                                                     rune = 0x21A9
	RightwardsArrowWithHook                                                    rune = 0x21AA
	LeftwardsArrowWithLoop                                                     rune = 0x21AB
	RightwardsArrowWithLoop                                                    rune = 0x21AC
	LeftRightWaveArrow                                                         rune = 0x21AD
	LeftRightArrowWithStroke                                                   rune = 0x21AE
	DownwardsZigzagArrow                                                       rune = 0x21AF
	UpwardsArrowWithTipLeftwards                                               rune = 0x21B0
	UpwardsArrowWithTipRightwards                                              rune = 0x21B1
	DownwardsArrowWithTipLeftwards                                             rune = 0x21B2
	DownwardsArrowWithTipRightwards                                            rune = 0x21B3
	RightwardsArrowWithCornerDownwards                                         rune = 0x21B4
	DownwardsArrowWithCornerLeftwards                                          rune = 0x21B5
	AnticlockwiseTopSemicircleArrow                                            rune = 0x21B6
	ClockwiseTopSemicircleArrow                                                rune = 0x21B7
	NorthWestArrowToLongBar                                                    rune = 0x21B8
	LeftwardsArrowToBarOverRightwardsArrowToBar                                rune = 0x21B9
	AnticlockwiseOpenCircleArrow                                               rune = 0x21BA
	ClockwiseOpenCircleArrow                                                   rune = 0x21BB
	LeftwardsHarpoonWithBarbUpwards                                            rune = 0x21BC
	LeftwardsHarpoonWithBarbDownwards                                          rune = 0x21BD
	UpwardsHarpoonWithBarbRightwards                                           rune = 0x21BE
	UpwardsHarpoonWithBarbLeftwards                                            rune = 0x21BF
	RightwardsHarpoonWithBarbUpwards                                           rune = 0x21C0
	RightwardsHarpoonWithBarbDownwards                                         rune = 0x21C1
	DownwardsHarpoonWithBarbRightwards                                         rune = 0x21C2
	DownwardsHarpoonWithBarbLeftwards                                          rune = 0x21C3
	RightwardsArrowOverLeftwardsArrow                                          rune = 0x21C4
	UpwardsArrowLeftwardsOfDownwardsArrow                                      rune = 0x21C5
	LeftwardsArrowOverRightwardsArrow                                          rune = 0x21C6
	LeftwardsPairedArrows                                                      rune = 0x21C7
	UpwardsPairedArrows                                                        rune = 0x21C8
	RightwardsPairedArrows                                                     rune = 0x21C9
	DownwardsPairedArrows                                                      rune = 0x21CA
	LeftwardsHarpoonOverRightwardsHarpoon                                      rune = 0x21CB
	RightwardsHarpoonOverLeftwardsHarpoon                                      rune = 0x21CC
	LeftwardsDoubleArrowWithStroke                                             rune = 0x21CD
	LeftRightDoubleArrowWithStroke                                             rune = 0x21CE
	RightwardsDoubleArrowWithStroke                                            rune = 0x21CF
	LeftwardsDoubleArrow                                                       rune = 0x21D0
	UpwardsDoubleArrow                                                         rune = 0x21D1
	RightwardsDoubleArrow                                                      rune = 0x21D2
	DownwardsDoubleArrow                                                       rune = 0x21D3
	LeftRightDoubleArrow                                                       rune = 0x21D4
	UpDownDoubleArrow                                                          rune = 0x21D5
	NorthWestDoubleArrow                                                       rune = 0x21D6
	NorthEastDoubleArrow                                                       rune = 0x21D7
	SouthEastDoubleArrow                                                       rune = 0x21D8
	SouthWestDoubleArrow                                                       rune = 0x21D9
	LeftwardsTripleArrow                                                       rune = 0x21DA
	RightwardsTripleArrow                                                      rune = 0x21DB
	LeftwardsSquiggleArrow                                                     rune = 0x21DC
	RightwardsSquiggleArrow                                                    rune = 0x21DD
	UpwardsArrowWithDoubleStroke                                               rune = 0x21DE
	DownwardsArrowWithDoubleStroke                                             rune = 0x21DF
	LeftwardsDashedArrow                                                       rune = 0x21E0
	UpwardsDashedArrow                                                         rune = 0x21E1
	RightwardsDashedArrow                                                      rune = 0x21E2
	DownwardsDashedArrow                                                       rune = 0x21E3
	LeftwardsArrowToBar                                                        rune = 0x21E4
	RightwardsArrowToBar                                                       rune = 0x21E5
	LeftwardsWhiteArrow                                                        rune = 0x21E6
	UpwardsWhiteArrow                                                          rune = 0x21E7
	RightwardsWhiteArrow                                                       rune = 0x21E8
	DownwardsWhiteArrow                                                        rune = 0x21E9
	UpwardsWhiteArrowFromBar                                                   rune = 0x21EA
	UpwardsWhiteArrowOnPedestal                                                rune = 0x21EB
	UpwardsWhiteArrowOnPedestalWithHorizontalBar                               rune = 0x21EC
	UpwardsWhiteArrowOnPedestalWithVerticalBar                                 rune = 0x21ED
	UpwardsWhiteDoubleArrow                                                    rune = 0x21EE
	UpwardsWhiteDoubleArrowOnPedestal                                          rune = 0x21EF
	RightwardsWhiteArrowFromWall                                               rune = 0x21F0
	NorthWestArrowToCorner                                                     rune = 0x21F1
	SouthEastArrowToCorner                                                     rune = 0x21F2
	UpDownWhiteArrow                                                           rune = 0x21F3
	RightArrowWithSmallCircle                                                  rune = 0x21F4
	DownwardsArrowLeftwardsOfUpwardsArrow                                      rune = 0x21F5
	ThreeRightwardsArrows                                                      rune = 0x21F6
	LeftwardsArrowWithVerticalStroke                                           rune = 0x21F7
	RightwardsArrowWithVerticalStroke                                          rune = 0x21F8
	LeftRightArrowWithVerticalStroke                                           rune = 0x21F9
	LeftwardsArrowWithDoubleVerticalStroke                                     rune = 0x21FA
	RightwardsArrowWithDoubleVerticalStroke                                    rune = 0x21FB
	LeftRightArrowWithDoubleVerticalStroke                                     rune = 0x21FC
	LeftwardsOpenHeadedArrow                                                   rune = 0x21FD
	RightwardsOpenHeadedArrow                                                  rune = 0x21FE
	LeftRightOpenHeadedArrow                                                   rune = 0x21FF
	ForAll                                                                     rune = 0x2200
	COMPLEMENT                                                                 rune = 0x2201
	PartialDifferential                                                        rune = 0x2202
	ThereExists                                                                rune = 0x2203
	ThereDoesNotExist                                                          rune = 0x2204
	EmptySet                                                                   rune = 0x2205
	INCREMENT                                                                  rune = 0x2206
	NABLA                                                                      rune = 0x2207
	ElementOf                                                                  rune = 0x2208
	NotAnElementOf                                                             rune = 0x2209
	SmallElementOf                                                             rune = 0x220A
	ContainsAsMember                                                           rune = 0x220B
	DoesNotContainAsMember                                                     rune = 0x220C
	SmallContainsAsMember                                                      rune = 0x220D
	EndOfProof                                                                 rune = 0x220E
	NAryProduct                                                                rune = 0x220F
	NAryCoproduct                                                              rune = 0x2210
	NArySummation                                                              rune = 0x2211
	MinusSign                                                                  rune = 0x2212
	MinusOrPlusSign                                                            rune = 0x2213
	DotPlus                                                                    rune = 0x2214
	DivisionSlash                                                              rune = 0x2215
	SetMinus                                                                   rune = 0x2216
	AsteriskOperator                                                           rune = 0x2217
	RingOperator                                                               rune = 0x2218
	BulletOperator                                                             rune = 0x2219
	SquareRoot                                                                 rune = 0x221A
	CubeRoot                                                                   rune = 0x221B
	FourthRoot                                                                 rune = 0x221C
	ProportionalTo                                                             rune = 0x221D
	INFINITY                                                                   rune = 0x221E
	RightAngle                                                                 rune = 0x221F
	ANGLE                                                                      rune = 0x2220
	MeasuredAngle                                                              rune = 0x2221
	SphericalAngle                                                             rune = 0x2222
	DIVIDES                                                                    rune = 0x2223
	DoesNotDivide                                                              rune = 0x2224
	ParallelTo                                                                 rune = 0x2225
	NotParallelTo                                                              rune = 0x2226
	LogicalAnd                                                                 rune = 0x2227
	LogicalOr                                                                  rune = 0x2228
	INTERSECTION                                                               rune = 0x2229
	UNION                                                                      rune = 0x222A
	INTEGRAL                                                                   rune = 0x222B
	DoubleIntegral                                                             rune = 0x222C
	TripleIntegral                                                             rune = 0x222D
	ContourIntegral                                                            rune = 0x222E
	SurfaceIntegral                                                            rune = 0x222F
	VolumeIntegral                                                             rune = 0x2230
	ClockwiseIntegral                                                          rune = 0x2231
	ClockwiseContourIntegral                                                   rune = 0x2232
	AnticlockwiseContourIntegral                                               rune = 0x2233
	THEREFORE                                                                  rune = 0x2234
	BECAUSE                                                                    rune = 0x2235
	RATIO                                                                      rune = 0x2236
	PROPORTION                                                                 rune = 0x2237
	DotMinus                                                                   rune = 0x2238
	EXCESS                                                                     rune = 0x2239
	GeometricProportion                                                        rune = 0x223A
	HOMOTHETIC                                                                 rune = 0x223B
	TildeOperator                                                              rune = 0x223C
	ReversedTilde                                                              rune = 0x223D
	InvertedLazyS                                                              rune = 0x223E
	SineWave                                                                   rune = 0x223F
	WreathProduct                                                              rune = 0x2240
	NotTilde                                                                   rune = 0x2241
	MinusTilde                                                                 rune = 0x2242
	AsymptoticallyEqualTo                                                      rune = 0x2243
	NotAsymptoticallyEqualTo                                                   rune = 0x2244
	ApproximatelyEqualTo                                                       rune = 0x2245
	ApproximatelyButNotActuallyEqualTo                                         rune = 0x2246
	NeitherApproximatelyNorActuallyEqualTo                                     rune = 0x2247
	AlmostEqualTo                                                              rune = 0x2248
	NotAlmostEqualTo                                                           rune = 0x2249
	AlmostEqualOrEqualTo                                                       rune = 0x224A
	TripleTilde                                                                rune = 0x224B
	AllEqualTo                                                                 rune = 0x224C
	EquivalentTo                                                               rune = 0x224D
	GeometricallyEquivalentTo                                                  rune = 0x224E
	DifferenceBetween                                                          rune = 0x224F
	ApproachesTheLimit                                                         rune = 0x2250
	GeometricallyEqualTo                                                       rune = 0x2251
	ApproximatelyEqualToOrTheImageOf                                           rune = 0x2252
	ImageOfOrApproximatelyEqualTo                                              rune = 0x2253
	ColonEquals                                                                rune = 0x2254
	EqualsColon                                                                rune = 0x2255
	RingInEqualTo                                                              rune = 0x2256
	RingEqualTo                                                                rune = 0x2257
	CorrespondsTo                                                              rune = 0x2258
	ESTIMATES                                                                  rune = 0x2259
	EquiangularTo                                                              rune = 0x225A
	StarEquals                                                                 rune = 0x225B
	DeltaEqualTo                                                               rune = 0x225C
	EqualToByDefinition                                                        rune = 0x225D
	MeasuredBy                                                                 rune = 0x225E
	QuestionedEqualTo                                                          rune = 0x225F
	NotEqualTo                                                                 rune = 0x2260
	IdenticalTo                                                                rune = 0x2261
	NotIdenticalTo                                                             rune = 0x2262
	StrictlyEquivalentTo                                                       rune = 0x2263
	LessThanOrEqualTo                                                          rune = 0x2264
	GreaterThanOrEqualTo                                                       rune = 0x2265
	LessThanOverEqualTo                                                        rune = 0x2266
	GreaterThanOverEqualTo                                                     rune = 0x2267
	LessThanButNotEqualTo                                                      rune = 0x2268
	GreaterThanButNotEqualTo                                                   rune = 0x2269
	MuchLessThan                                                               rune = 0x226A
	MuchGreaterThan                                                            rune = 0x226B
	BETWEEN                                                                    rune = 0x226C
	NotEquivalentTo                                                            rune = 0x226D
	NotLessThan                                                                rune = 0x226E
	NotGreaterThan                                                             rune = 0x226F
	NeitherLessThanNorEqualTo                                                  rune = 0x2270
	NeitherGreaterThanNorEqualTo                                               rune = 0x2271
	LessThanOrEquivalentTo                                                     rune = 0x2272
	GreaterThanOrEquivalentTo                                                  rune = 0x2273
	NeitherLessThanNorEquivalentTo                                             rune = 0x2274
	NeitherGreaterThanNorEquivalentTo                                          rune = 0x2275
	LessThanOrGreaterThan                                                      rune = 0x2276
	GreaterThanOrLessThan                                                      rune = 0x2277
	NeitherLessThanNorGreaterThan                                              rune = 0x2278
	NeitherGreaterThanNorLessThan                                              rune = 0x2279
	PRECEDES                                                                   rune = 0x227A
	SUCCEEDS                                                                   rune = 0x227B
	PrecedesOrEqualTo                                                          rune = 0x227C
	SucceedsOrEqualTo                                                          rune = 0x227D
	PrecedesOrEquivalentTo                                                     rune = 0x227E
	SucceedsOrEquivalentTo                                                     rune = 0x227F
	DoesNotPrecede                                                             rune = 0x2280
	DoesNotSucceed                                                             rune = 0x2281
	SubsetOf                                                                   rune = 0x2282
	SupersetOf                                                                 rune = 0x2283
	NotASubsetOf                                                               rune = 0x2284
	NotASupersetOf                                                             rune = 0x2285
	SubsetOfOrEqualTo                                                          rune = 0x2286
	SupersetOfOrEqualTo                                                        rune = 0x2287
	NeitherASubsetOfNorEqualTo                                                 rune = 0x2288
	NeitherASupersetOfNorEqualTo                                               rune = 0x2289
	SubsetOfWithNotEqualTo                                                     rune = 0x228A
	SupersetOfWithNotEqualTo                                                   rune = 0x228B
	MULTISET                                                                   rune = 0x228C
	MultisetMultiplication                                                     rune = 0x228D
	MultisetUnion                                                              rune = 0x228E
	SquareImageOf                                                              rune = 0x228F
	SquareOriginalOf                                                           rune = 0x2290
	SquareImageOfOrEqualTo                                                     rune = 0x2291
	SquareOriginalOfOrEqualTo                                                  rune = 0x2292
	SquareCap                                                                  rune = 0x2293
	SquareCup                                                                  rune = 0x2294
	CircledPlus                                                                rune = 0x2295
	CircledMinus                                                               rune = 0x2296
	CircledTimes                                                               rune = 0x2297
	CircledDivisionSlash                                                       rune = 0x2298
	CircledDotOperator                                                         rune = 0x2299
	CircledRingOperator                                                        rune = 0x229A
	CircledAsteriskOperator                                                    rune = 0x229B
	CircledEquals                                                              rune = 0x229C
	CircledDash                                                                rune = 0x229D
	SquaredPlus                                                                rune = 0x229E
	SquaredMinus                                                               rune = 0x229F
	SquaredTimes                                                               rune = 0x22A0
	SquaredDotOperator                                                         rune = 0x22A1
	RightTack                                                                  rune = 0x22A2
	LeftTack                                                                   rune = 0x22A3
	DownTack                                                                   rune = 0x22A4
	UpTack                                                                     rune = 0x22A5
	ASSERTION                                                                  rune = 0x22A6
	MODELS                                                                     rune = 0x22A7
	TRUE                                                                       rune = 0x22A8
	FORCES                                                                     rune = 0x22A9
	TripleVerticalBarRightTurnstile                                            rune = 0x22AA
	DoubleVerticalBarDoubleRightTurnstile                                      rune = 0x22AB
	DoesNotProve                                                               rune = 0x22AC
	NotTrue                                                                    rune = 0x22AD
	DoesNotForce                                                               rune = 0x22AE
	NegatedDoubleVerticalBarDoubleRightTurnstile                               rune = 0x22AF
	PrecedesUnderRelation                                                      rune = 0x22B0
	SucceedsUnderRelation                                                      rune = 0x22B1
	NormalSubgroupOf                                                           rune = 0x22B2
	ContainsAsNormalSubgroup                                                   rune = 0x22B3
	NormalSubgroupOfOrEqualTo                                                  rune = 0x22B4
	ContainsAsNormalSubgroupOrEqualTo                                          rune = 0x22B5
	OriginalOf                                                                 rune = 0x22B6
	ImageOf                                                                    rune = 0x22B7
	MULTIMAP                                                                   rune = 0x22B8
	HermitianConjugateMatrix                                                   rune = 0x22B9
	INTERCALATE                                                                rune = 0x22BA
	XOR                                                                        rune = 0x22BB
	NAND                                                                       rune = 0x22BC
	NOR                                                                        rune = 0x22BD
	RightAngleWithArc                                                          rune = 0x22BE
	RightTriangle                                                              rune = 0x22BF
	NAryLogicalAnd                                                             rune = 0x22C0
	NAryLogicalOr                                                              rune = 0x22C1
	NAryIntersection                                                           rune = 0x22C2
	NAryUnion                                                                  rune = 0x22C3
	DiamondOperator                                                            rune = 0x22C4
	DotOperator                                                                rune = 0x22C5
	StarOperator                                                               rune = 0x22C6
	DivisionTimes                                                              rune = 0x22C7
	BOWTIE                                                                     rune = 0x22C8
	LeftNormalFactorSemidirectProduct                                          rune = 0x22C9
	RightNormalFactorSemidirectProduct                                         rune = 0x22CA
	LeftSemidirectProduct                                                      rune = 0x22CB
	RightSemidirectProduct                                                     rune = 0x22CC
	ReversedTildeEquals                                                        rune = 0x22CD
	CurlyLogicalOr                                                             rune = 0x22CE
	CurlyLogicalAnd                                                            rune = 0x22CF
	DoubleSubset                                                               rune = 0x22D0
	DoubleSuperset                                                             rune = 0x22D1
	DoubleIntersection                                                         rune = 0x22D2
	DoubleUnion                                                                rune = 0x22D3
	PITCHFORK                                                                  rune = 0x22D4
	EqualAndParallelTo                                                         rune = 0x22D5
	LessThanWithDot                                                            rune = 0x22D6
	GreaterThanWithDot                                                         rune = 0x22D7
	VeryMuchLessThan                                                           rune = 0x22D8
	VeryMuchGreaterThan                                                        rune = 0x22D9
	LessThanEqualToOrGreaterThan                                               rune = 0x22DA
	GreaterThanEqualToOrLessThan                                               rune = 0x22DB
	EqualToOrLessThan                                                          rune = 0x22DC
	EqualToOrGreaterThan                                                       rune = 0x22DD
	EqualToOrPrecedes                                                          rune = 0x22DE
	EqualToOrSucceeds                                                          rune = 0x22DF
	DoesNotPrecedeOrEqual                                                      rune = 0x22E0
	DoesNotSucceedOrEqual                                                      rune = 0x22E1
	NotSquareImageOfOrEqualTo                                                  rune = 0x22E2
	NotSquareOriginalOfOrEqualTo                                               rune = 0x22E3
	SquareImageOfOrNotEqualTo                                                  rune = 0x22E4
	SquareOriginalOfOrNotEqualTo                                               rune = 0x22E5
	LessThanButNotEquivalentTo                                                 rune = 0x22E6
	GreaterThanButNotEquivalentTo                                              rune = 0x22E7
	PrecedesButNotEquivalentTo                                                 rune = 0x22E8
	SucceedsButNotEquivalentTo                                                 rune = 0x22E9
	NotNormalSubgroupOf                                                        rune = 0x22EA
	DoesNotContainAsNormalSubgroup                                             rune = 0x22EB
	NotNormalSubgroupOfOrEqualTo                                               rune = 0x22EC
	DoesNotContainAsNormalSubgroupOrEqual                                      rune = 0x22ED
	VerticalEllipsis                                                           rune = 0x22EE
	MidlineHorizontalEllipsis                                                  rune = 0x22EF
	UpRightDiagonalEllipsis                                                    rune = 0x22F0
	DownRightDiagonalEllipsis                                                  rune = 0x22F1
	ElementOfWithLongHorizontalStroke                                          rune = 0x22F2
	ElementOfWithVerticalBarAtEndOfHorizontalStroke                            rune = 0x22F3
	SmallElementOfWithVerticalBarAtEndOfHorizontalStroke                       rune = 0x22F4
	ElementOfWithDotAbove                                                      rune = 0x22F5
	ElementOfWithOverbar                                                       rune = 0x22F6
	SmallElementOfWithOverbar                                                  rune = 0x22F7
	ElementOfWithUnderbar                                                      rune = 0x22F8
	ElementOfWithTwoHorizontalStrokes                                          rune = 0x22F9
	ContainsWithLongHorizontalStroke                                           rune = 0x22FA
	ContainsWithVerticalBarAtEndOfHorizontalStroke                             rune = 0x22FB
	SmallContainsWithVerticalBarAtEndOfHorizontalStroke                        rune = 0x22FC
	ContainsWithOverbar                                                        rune = 0x22FD
	SmallContainsWithOverbar                                                   rune = 0x22FE
	ZNotationBagMembership                                                     rune = 0x22FF
	DiameterSign                                                               rune = 0x2300
	ElectricArrow                                                              rune = 0x2301
	HOUSE                                                                      rune = 0x2302
	UpArrowhead                                                                rune = 0x2303
	DownArrowhead                                                              rune = 0x2304
	PROJECTIVE                                                                 rune = 0x2305
	PERSPECTIVE                                                                rune = 0x2306
	WavyLine                                                                   rune = 0x2307
	LeftCeiling                                                                rune = 0x2308
	RightCeiling                                                               rune = 0x2309
	LeftFloor                                                                  rune = 0x230A
	RightFloor                                                                 rune = 0x230B
	BottomRightCrop                                                            rune = 0x230C
	BottomLeftCrop                                                             rune = 0x230D
	TopRightCrop                                                               rune = 0x230E
	TopLeftCrop                                                                rune = 0x230F
	ReversedNotSign                                                            rune = 0x2310
	SquareLozenge                                                              rune = 0x2311
	ARC                                                                        rune = 0x2312
	SEGMENT                                                                    rune = 0x2313
	SECTOR                                                                     rune = 0x2314
	TelephoneRecorder                                                          rune = 0x2315
	PositionIndicator                                                          rune = 0x2316
	ViewdataSquare                                                             rune = 0x2317
	PlaceOfInterestSign                                                        rune = 0x2318
	TurnedNotSign                                                              rune = 0x2319
	WATCH                                                                      rune = 0x231A
	HOURGLASS                                                                  rune = 0x231B
	TopLeftCorner                                                              rune = 0x231C
	TopRightCorner                                                             rune = 0x231D
	BottomLeftCorner                                                           rune = 0x231E
	BottomRightCorner                                                          rune = 0x231F
	TopHalfIntegral                                                            rune = 0x2320
	BottomHalfIntegral                                                         rune = 0x2321
	FROWN                                                                      rune = 0x2322
	SMILE                                                                      rune = 0x2323
	UpArrowheadBetweenTwoHorizontalBars                                        rune = 0x2324
	OptionKey                                                                  rune = 0x2325
	EraseToTheRight                                                            rune = 0x2326
	XInARectangleBox                                                           rune = 0x2327
	KEYBOARD                                                                   rune = 0x2328
	LeftPointingAngleBracket                                                   rune = 0x2329
	RightPointingAngleBracket                                                  rune = 0x232A
	EraseToTheLeft                                                             rune = 0x232B
	BenzeneRing                                                                rune = 0x232C
	CYLINDRICITY                                                               rune = 0x232D
	AllAroundProfile                                                           rune = 0x232E
	SYMMETRY                                                                   rune = 0x232F
	TotalRunout                                                                rune = 0x2330
	DimensionOrigin                                                            rune = 0x2331
	ConicalTaper                                                               rune = 0x2332
	SLOPE                                                                      rune = 0x2333
	COUNTERBORE                                                                rune = 0x2334
	COUNTERSINK                                                                rune = 0x2335
	AplFunctionalSymbolIBeam                                                   rune = 0x2336
	AplFunctionalSymbolSquishQuad                                              rune = 0x2337
	AplFunctionalSymbolQuadEqual                                               rune = 0x2338
	AplFunctionalSymbolQuadDivide                                              rune = 0x2339
	AplFunctionalSymbolQuadDiamond                                             rune = 0x233A
	AplFunctionalSymbolQuadJot                                                 rune = 0x233B
	AplFunctionalSymbolQuadCircle                                              rune = 0x233C
	AplFunctionalSymbolCircleStile                                             rune = 0x233D
	AplFunctionalSymbolCircleJot                                               rune = 0x233E
	AplFunctionalSymbolSlashBar                                                rune = 0x233F
	AplFunctionalSymbolBackslashBar                                            rune = 0x2340
	AplFunctionalSymbolQuadSlash                                               rune = 0x2341
	AplFunctionalSymbolQuadBackslash                                           rune = 0x2342
	AplFunctionalSymbolQuadLessThan                                            rune = 0x2343
	AplFunctionalSymbolQuadGreaterThan                                         rune = 0x2344
	AplFunctionalSymbolLeftwardsVane                                           rune = 0x2345
	AplFunctionalSymbolRightwardsVane                                          rune = 0x2346
	AplFunctionalSymbolQuadLeftwardsArrow                                      rune = 0x2347
	AplFunctionalSymbolQuadRightwardsArrow                                     rune = 0x2348
	AplFunctionalSymbolCircleBackslash                                         rune = 0x2349
	AplFunctionalSymbolDownTackUnderbar                                        rune = 0x234A
	AplFunctionalSymbolDeltaStile                                              rune = 0x234B
	AplFunctionalSymbolQuadDownCaret                                           rune = 0x234C
	AplFunctionalSymbolQuadDelta                                               rune = 0x234D
	AplFunctionalSymbolDownTackJot                                             rune = 0x234E
	AplFunctionalSymbolUpwardsVane                                             rune = 0x234F
	AplFunctionalSymbolQuadUpwardsArrow                                        rune = 0x2350
	AplFunctionalSymbolUpTackOverbar                                           rune = 0x2351
	AplFunctionalSymbolDelStile                                                rune = 0x2352
	AplFunctionalSymbolQuadUpCaret                                             rune = 0x2353
	AplFunctionalSymbolQuadDel                                                 rune = 0x2354
	AplFunctionalSymbolUpTackJot                                               rune = 0x2355
	AplFunctionalSymbolDownwardsVane                                           rune = 0x2356
	AplFunctionalSymbolQuadDownwardsArrow                                      rune = 0x2357
	AplFunctionalSymbolQuoteUnderbar                                           rune = 0x2358
	AplFunctionalSymbolDeltaUnderbar                                           rune = 0x2359
	AplFunctionalSymbolDiamondUnderbar                                         rune = 0x235A
	AplFunctionalSymbolJotUnderbar                                             rune = 0x235B
	AplFunctionalSymbolCircleUnderbar                                          rune = 0x235C
	AplFunctionalSymbolUpShoeJot                                               rune = 0x235D
	AplFunctionalSymbolQuoteQuad                                               rune = 0x235E
	AplFunctionalSymbolCircleStar                                              rune = 0x235F
	AplFunctionalSymbolQuadColon                                               rune = 0x2360
	AplFunctionalSymbolUpTackDiaeresis                                         rune = 0x2361
	AplFunctionalSymbolDelDiaeresis                                            rune = 0x2362
	AplFunctionalSymbolStarDiaeresis                                           rune = 0x2363
	AplFunctionalSymbolJotDiaeresis                                            rune = 0x2364
	AplFunctionalSymbolCircleDiaeresis                                         rune = 0x2365
	AplFunctionalSymbolDownShoeStile                                           rune = 0x2366
	AplFunctionalSymbolLeftShoeStile                                           rune = 0x2367
	AplFunctionalSymbolTildeDiaeresis                                          rune = 0x2368
	AplFunctionalSymbolGreaterThanDiaeresis                                    rune = 0x2369
	AplFunctionalSymbolCommaBar                                                rune = 0x236A
	AplFunctionalSymbolDelTilde                                                rune = 0x236B
	AplFunctionalSymbolZilde                                                   rune = 0x236C
	AplFunctionalSymbolStileTilde                                              rune = 0x236D
	AplFunctionalSymbolSemicolonUnderbar                                       rune = 0x236E
	AplFunctionalSymbolQuadNotEqual                                            rune = 0x236F
	AplFunctionalSymbolQuadQuestion                                            rune = 0x2370
	AplFunctionalSymbolDownCaretTilde                                          rune = 0x2371
	AplFunctionalSymbolUpCaretTilde                                            rune = 0x2372
	AplFunctionalSymbolIota                                                    rune = 0x2373
	AplFunctionalSymbolRho                                                     rune = 0x2374
	AplFunctionalSymbolOmega                                                   rune = 0x2375
	AplFunctionalSymbolAlphaUnderbar                                           rune = 0x2376
	AplFunctionalSymbolEpsilonUnderbar                                         rune = 0x2377
	AplFunctionalSymbolIotaUnderbar                                            rune = 0x2378
	AplFunctionalSymbolOmegaUnderbar                                           rune = 0x2379
	AplFunctionalSymbolAlpha                                                   rune = 0x237A
	NotCheckMark                                                               rune = 0x237B
	RightAngleWithDownwardsZigzagArrow                                         rune = 0x237C
	ShoulderedOpenBox                                                          rune = 0x237D
	BellSymbol                                                                 rune = 0x237E
	VerticalLineWithMiddleDot                                                  rune = 0x237F
	InsertionSymbol                                                            rune = 0x2380
	ContinuousUnderlineSymbol                                                  rune = 0x2381
	DiscontinuousUnderlineSymbol                                               rune = 0x2382
	EmphasisSymbol                                                             rune = 0x2383
	CompositionSymbol                                                          rune = 0x2384
	WhiteSquareWithCentreVerticalLine                                          rune = 0x2385
	EnterSymbol                                                                rune = 0x2386
	AlternativeKeySymbol                                                       rune = 0x2387
	HelmSymbol                                                                 rune = 0x2388
	CircledHorizontalBarWithNotch                                              rune = 0x2389
	CircledTriangleDown                                                        rune = 0x238A
	BrokenCircleWithNorthwestArrow                                             rune = 0x238B
	UndoSymbol                                                                 rune = 0x238C
	MonostableSymbol                                                           rune = 0x238D
	HysteresisSymbol                                                           rune = 0x238E
	OpenCircuitOutputHTypeSymbol                                               rune = 0x238F
	OpenCircuitOutputLTypeSymbol                                               rune = 0x2390
	PassivePullDownOutputSymbol                                                rune = 0x2391
	PassivePullUpOutputSymbol                                                  rune = 0x2392
	DirectCurrentSymbolFormTwo                                                 rune = 0x2393
	SoftwareFunctionSymbol                                                     rune = 0x2394
	AplFunctionalSymbolQuad                                                    rune = 0x2395
	DecimalSeparatorKeySymbol                                                  rune = 0x2396
	PreviousPage                                                               rune = 0x2397
	NextPage                                                                   rune = 0x2398
	PrintScreenSymbol                                                          rune = 0x2399
	ClearScreenSymbol                                                          rune = 0x239A
	LeftParenthesisUpperHook                                                   rune = 0x239B
	LeftParenthesisExtension                                                   rune = 0x239C
	LeftParenthesisLowerHook                                                   rune = 0x239D
	RightParenthesisUpperHook                                                  rune = 0x239E
	RightParenthesisExtension                                                  rune = 0x239F
	RightParenthesisLowerHook                                                  rune = 0x23A0
	LeftSquareBracketUpperCorner                                               rune = 0x23A1
	LeftSquareBracketExtension                                                 rune = 0x23A2
	LeftSquareBracketLowerCorner                                               rune = 0x23A3
	RightSquareBracketUpperCorner                                              rune = 0x23A4
	RightSquareBracketExtension                                                rune = 0x23A5
	RightSquareBracketLowerCorner                                              rune = 0x23A6
	LeftCurlyBracketUpperHook                                                  rune = 0x23A7
	LeftCurlyBracketMiddlePiece                                                rune = 0x23A8
	LeftCurlyBracketLowerHook                                                  rune = 0x23A9
	CurlyBracketExtension                                                      rune = 0x23AA
	RightCurlyBracketUpperHook                                                 rune = 0x23AB
	RightCurlyBracketMiddlePiece                                               rune = 0x23AC
	RightCurlyBracketLowerHook                                                 rune = 0x23AD
	IntegralExtension                                                          rune = 0x23AE
	HorizontalLineExtension                                                    rune = 0x23AF
	UpperLeftOrLowerRightCurlyBracketSection                                   rune = 0x23B0
	UpperRightOrLowerLeftCurlyBracketSection                                   rune = 0x23B1
	SummationTop                                                               rune = 0x23B2
	SummationBottom                                                            rune = 0x23B3
	TopSquareBracket                                                           rune = 0x23B4
	BottomSquareBracket                                                        rune = 0x23B5
	BottomSquareBracketOverTopSquareBracket                                    rune = 0x23B6
	RadicalSymbolBottom                                                        rune = 0x23B7
	LeftVerticalBoxLine                                                        rune = 0x23B8
	RightVerticalBoxLine                                                       rune = 0x23B9
	HorizontalScanLine1                                                        rune = 0x23BA
	HorizontalScanLine3                                                        rune = 0x23BB
	HorizontalScanLine7                                                        rune = 0x23BC
	HorizontalScanLine9                                                        rune = 0x23BD
	DentistrySymbolLightVerticalAndTopRight                                    rune = 0x23BE
	DentistrySymbolLightVerticalAndBottomRight                                 rune = 0x23BF
	DentistrySymbolLightVerticalWithCircle                                     rune = 0x23C0
	DentistrySymbolLightDownAndHorizontalWithCircle                            rune = 0x23C1
	DentistrySymbolLightUpAndHorizontalWithCircle                              rune = 0x23C2
	DentistrySymbolLightVerticalWithTriangle                                   rune = 0x23C3
	DentistrySymbolLightDownAndHorizontalWithTriangle                          rune = 0x23C4
	DentistrySymbolLightUpAndHorizontalWithTriangle                            rune = 0x23C5
	DentistrySymbolLightVerticalAndWave                                        rune = 0x23C6
	DentistrySymbolLightDownAndHorizontalWithWave                              rune = 0x23C7
	DentistrySymbolLightUpAndHorizontalWithWave                                rune = 0x23C8
	DentistrySymbolLightDownAndHorizontal                                      rune = 0x23C9
	DentistrySymbolLightUpAndHorizontal                                        rune = 0x23CA
	DentistrySymbolLightVerticalAndTopLeft                                     rune = 0x23CB
	DentistrySymbolLightVerticalAndBottomLeft                                  rune = 0x23CC
	SquareFoot                                                                 rune = 0x23CD
	ReturnSymbol                                                               rune = 0x23CE
	EjectSymbol                                                                rune = 0x23CF
	VerticalLineExtension                                                      rune = 0x23D0
	MetricalBreve                                                              rune = 0x23D1
	MetricalLongOverShort                                                      rune = 0x23D2
	MetricalShortOverLong                                                      rune = 0x23D3
	MetricalLongOverTwoShorts                                                  rune = 0x23D4
	MetricalTwoShortsOverLong                                                  rune = 0x23D5
	MetricalTwoShortsJoined                                                    rune = 0x23D6
	MetricalTriseme                                                            rune = 0x23D7
	MetricalTetraseme                                                          rune = 0x23D8
	MetricalPentaseme                                                          rune = 0x23D9
	EarthGround                                                                rune = 0x23DA
	FUSE                                                                       rune = 0x23DB
	TopParenthesis                                                             rune = 0x23DC
	BottomParenthesis                                                          rune = 0x23DD
	TopCurlyBracket                                                            rune = 0x23DE
	BottomCurlyBracket                                                         rune = 0x23DF
	TopTortoiseShellBracket                                                    rune = 0x23E0
	BottomTortoiseShellBracket                                                 rune = 0x23E1
	WhiteTrapezium                                                             rune = 0x23E2
	BenzeneRingWithCircle                                                      rune = 0x23E3
	STRAIGHTNESS                                                               rune = 0x23E4
	FLATNESS                                                                   rune = 0x23E5
	AcCurrent                                                                  rune = 0x23E6
	ElectricalIntersection                                                     rune = 0x23E7
	DecimalExponentSymbol                                                      rune = 0x23E8
	BlackRightPointingDoubleTriangle                                           rune = 0x23E9
	BlackLeftPointingDoubleTriangle                                            rune = 0x23EA
	BlackUpPointingDoubleTriangle                                              rune = 0x23EB
	BlackDownPointingDoubleTriangle                                            rune = 0x23EC
	BlackRightPointingDoubleTriangleWithVerticalBar                            rune = 0x23ED
	BlackLeftPointingDoubleTriangleWithVerticalBar                             rune = 0x23EE
	BlackRightPointingTriangleWithDoubleVerticalBar                            rune = 0x23EF
	AlarmClock                                                                 rune = 0x23F0
	STOPWATCH                                                                  rune = 0x23F1
	TimerClock                                                                 rune = 0x23F2
	HourglassWithFlowingSand                                                   rune = 0x23F3
	BlackMediumLeftPointingTriangle                                            rune = 0x23F4
	BlackMediumRightPointingTriangle                                           rune = 0x23F5
	BlackMediumUpPointingTriangle                                              rune = 0x23F6
	BlackMediumDownPointingTriangle                                            rune = 0x23F7
	DoubleVerticalBar                                                          rune = 0x23F8
	BlackSquareForStop                                                         rune = 0x23F9
	BlackCircleForRecord                                                       rune = 0x23FA
	PowerSymbol                                                                rune = 0x23FB
	PowerOnOffSymbol                                                           rune = 0x23FC
	PowerOnSymbol                                                              rune = 0x23FD
	PowerSleepSymbol                                                           rune = 0x23FE
	ObserverEyeSymbol                                                          rune = 0x23FF
	SymbolForNull                                                              rune = 0x2400
	SymbolForStartOfHeading                                                    rune = 0x2401
	SymbolForStartOfText                                                       rune = 0x2402
	SymbolForEndOfText                                                         rune = 0x2403
	SymbolForEndOfTransmission                                                 rune = 0x2404
	SymbolForEnquiry                                                           rune = 0x2405
	SymbolForAcknowledge                                                       rune = 0x2406
	SymbolForBell                                                              rune = 0x2407
	SymbolForBackspace                                                         rune = 0x2408
	SymbolForHorizontalTabulation                                              rune = 0x2409
	SymbolForLineFeed                                                          rune = 0x240A
	SymbolForVerticalTabulation                                                rune = 0x240B
	SymbolForFormFeed                                                          rune = 0x240C
	SymbolForCarriageReturn                                                    rune = 0x240D
	SymbolForShiftOut                                                          rune = 0x240E
	SymbolForShiftIn                                                           rune = 0x240F
	SymbolForDataLinkEscape                                                    rune = 0x2410
	SymbolForDeviceControlOne                                                  rune = 0x2411
	SymbolForDeviceControlTwo                                                  rune = 0x2412
	SymbolForDeviceControlThree                                                rune = 0x2413
	SymbolForDeviceControlFour                                                 rune = 0x2414
	SymbolForNegativeAcknowledge                                               rune = 0x2415
	SymbolForSynchronousIdle                                                   rune = 0x2416
	SymbolForEndOfTransmissionBlock                                            rune = 0x2417
	SymbolForCancel                                                            rune = 0x2418
	SymbolForEndOfMedium                                                       rune = 0x2419
	SymbolForSubstitute                                                        rune = 0x241A
	SymbolForEscape                                                            rune = 0x241B
	SymbolForFileSeparator                                                     rune = 0x241C
	SymbolForGroupSeparator                                                    rune = 0x241D
	SymbolForRecordSeparator                                                   rune = 0x241E
	SymbolForUnitSeparator                                                     rune = 0x241F
	SymbolForSpace                                                             rune = 0x2420
	SymbolForDelete                                                            rune = 0x2421
	BlankSymbol                                                                rune = 0x2422
	OpenBox                                                                    rune = 0x2423
	SymbolForNewline                                                           rune = 0x2424
	SymbolForDeleteFormTwo                                                     rune = 0x2425
	SymbolForSubstituteFormTwo                                                 rune = 0x2426
	OcrHook                                                                    rune = 0x2440
	OcrChair                                                                   rune = 0x2441
	OcrFork                                                                    rune = 0x2442
	OcrInvertedFork                                                            rune = 0x2443
	OcrBeltBuckle                                                              rune = 0x2444
	OcrBowTie                                                                  rune = 0x2445
	OcrBranchBankIdentification                                                rune = 0x2446
	OcrAmountOfCheck                                                           rune = 0x2447
	OcrDash                                                                    rune = 0x2448
	MicrOnUsSymbol                                                             rune = 0x2448
	OcrCustomerAccountNumber                                                   rune = 0x2449
	MicrDashSymbol                                                             rune = 0x2449
	OcrDoubleBackslash                                                         rune = 0x244A
	CircledDigitOne                                                            rune = 0x2460
	CircledDigitTwo                                                            rune = 0x2461
	CircledDigitThree                                                          rune = 0x2462
	CircledDigitFour                                                           rune = 0x2463
	CircledDigitFive                                                           rune = 0x2464
	CircledDigitSix                                                            rune = 0x2465
	CircledDigitSeven                                                          rune = 0x2466
	CircledDigitEight                                                          rune = 0x2467
	CircledDigitNine                                                           rune = 0x2468
	CircledNumberTen                                                           rune = 0x2469
	CircledNumberEleven                                                        rune = 0x246A
	CircledNumberTwelve                                                        rune = 0x246B
	CircledNumberThirteen                                                      rune = 0x246C
	CircledNumberFourteen                                                      rune = 0x246D
	CircledNumberFifteen                                                       rune = 0x246E
	CircledNumberSixteen                                                       rune = 0x246F
	CircledNumberSeventeen                                                     rune = 0x2470
	CircledNumberEighteen                                                      rune = 0x2471
	CircledNumberNineteen                                                      rune = 0x2472
	CircledNumberTwenty                                                        rune = 0x2473
	ParenthesizedDigitOne                                                      rune = 0x2474
	ParenthesizedDigitTwo                                                      rune = 0x2475
	ParenthesizedDigitThree                                                    rune = 0x2476
	ParenthesizedDigitFour                                                     rune = 0x2477
	ParenthesizedDigitFive                                                     rune = 0x2478
	ParenthesizedDigitSix                                                      rune = 0x2479
	ParenthesizedDigitSeven                                                    rune = 0x247A
	ParenthesizedDigitEight                                                    rune = 0x247B
	ParenthesizedDigitNine                                                     rune = 0x247C
	ParenthesizedNumberTen                                                     rune = 0x247D
	ParenthesizedNumberEleven                                                  rune = 0x247E
	ParenthesizedNumberTwelve                                                  rune = 0x247F
	ParenthesizedNumberThirteen                                                rune = 0x2480
	ParenthesizedNumberFourteen                                                rune = 0x2481
	ParenthesizedNumberFifteen                                                 rune = 0x2482
	ParenthesizedNumberSixteen                                                 rune = 0x2483
	ParenthesizedNumberSeventeen                                               rune = 0x2484
	ParenthesizedNumberEighteen                                                rune = 0x2485
	ParenthesizedNumberNineteen                                                rune = 0x2486
	ParenthesizedNumberTwenty                                                  rune = 0x2487
	DigitOneFullStop                                                           rune = 0x2488
	DigitTwoFullStop                                                           rune = 0x2489
	DigitThreeFullStop                                                         rune = 0x248A
	DigitFourFullStop                                                          rune = 0x248B
	DigitFiveFullStop                                                          rune = 0x248C
	DigitSixFullStop                                                           rune = 0x248D
	DigitSevenFullStop                                                         rune = 0x248E
	DigitEightFullStop                                                         rune = 0x248F
	DigitNineFullStop                                                          rune = 0x2490
	NumberTenFullStop                                                          rune = 0x2491
	NumberElevenFullStop                                                       rune = 0x2492
	NumberTwelveFullStop                                                       rune = 0x2493
	NumberThirteenFullStop                                                     rune = 0x2494
	NumberFourteenFullStop                                                     rune = 0x2495
	NumberFifteenFullStop                                                      rune = 0x2496
	NumberSixteenFullStop                                                      rune = 0x2497
	NumberSeventeenFullStop                                                    rune = 0x2498
	NumberEighteenFullStop                                                     rune = 0x2499
	NumberNineteenFullStop                                                     rune = 0x249A
	NumberTwentyFullStop                                                       rune = 0x249B
	ParenthesizedLatinSmallLetterA                                             rune = 0x249C
	ParenthesizedLatinSmallLetterB                                             rune = 0x249D
	ParenthesizedLatinSmallLetterC                                             rune = 0x249E
	ParenthesizedLatinSmallLetterD                                             rune = 0x249F
	ParenthesizedLatinSmallLetterE                                             rune = 0x24A0
	ParenthesizedLatinSmallLetterF                                             rune = 0x24A1
	ParenthesizedLatinSmallLetterG                                             rune = 0x24A2
	ParenthesizedLatinSmallLetterH                                             rune = 0x24A3
	ParenthesizedLatinSmallLetterI                                             rune = 0x24A4
	ParenthesizedLatinSmallLetterJ                                             rune = 0x24A5
	ParenthesizedLatinSmallLetterK                                             rune = 0x24A6
	ParenthesizedLatinSmallLetterL                                             rune = 0x24A7
	ParenthesizedLatinSmallLetterM                                             rune = 0x24A8
	ParenthesizedLatinSmallLetterN                                             rune = 0x24A9
	ParenthesizedLatinSmallLetterO                                             rune = 0x24AA
	ParenthesizedLatinSmallLetterP                                             rune = 0x24AB
	ParenthesizedLatinSmallLetterQ                                             rune = 0x24AC
	ParenthesizedLatinSmallLetterR                                             rune = 0x24AD
	ParenthesizedLatinSmallLetterS                                             rune = 0x24AE
	ParenthesizedLatinSmallLetterT                                             rune = 0x24AF
	ParenthesizedLatinSmallLetterU                                             rune = 0x24B0
	ParenthesizedLatinSmallLetterV                                             rune = 0x24B1
	ParenthesizedLatinSmallLetterW                                             rune = 0x24B2
	ParenthesizedLatinSmallLetterX                                             rune = 0x24B3
	ParenthesizedLatinSmallLetterY                                             rune = 0x24B4
	ParenthesizedLatinSmallLetterZ                                             rune = 0x24B5
	CircledLatinCapitalLetterA                                                 rune = 0x24B6
	CircledLatinCapitalLetterB                                                 rune = 0x24B7
	CircledLatinCapitalLetterC                                                 rune = 0x24B8
	CircledLatinCapitalLetterD                                                 rune = 0x24B9
	CircledLatinCapitalLetterE                                                 rune = 0x24BA
	CircledLatinCapitalLetterF                                                 rune = 0x24BB
	CircledLatinCapitalLetterG                                                 rune = 0x24BC
	CircledLatinCapitalLetterH                                                 rune = 0x24BD
	CircledLatinCapitalLetterI                                                 rune = 0x24BE
	CircledLatinCapitalLetterJ                                                 rune = 0x24BF
	CircledLatinCapitalLetterK                                                 rune = 0x24C0
	CircledLatinCapitalLetterL                                                 rune = 0x24C1
	CircledLatinCapitalLetterM                                                 rune = 0x24C2
	CircledLatinCapitalLetterN                                                 rune = 0x24C3
	CircledLatinCapitalLetterO                                                 rune = 0x24C4
	CircledLatinCapitalLetterP                                                 rune = 0x24C5
	CircledLatinCapitalLetterQ                                                 rune = 0x24C6
	CircledLatinCapitalLetterR                                                 rune = 0x24C7
	CircledLatinCapitalLetterS                                                 rune = 0x24C8
	CircledLatinCapitalLetterT                                                 rune = 0x24C9
	CircledLatinCapitalLetterU                                                 rune = 0x24CA
	CircledLatinCapitalLetterV                                                 rune = 0x24CB
	CircledLatinCapitalLetterW                                                 rune = 0x24CC
	CircledLatinCapitalLetterX                                                 rune = 0x24CD
	CircledLatinCapitalLetterY                                                 rune = 0x24CE
	CircledLatinCapitalLetterZ                                                 rune = 0x24CF
	CircledLatinSmallLetterA                                                   rune = 0x24D0
	CircledLatinSmallLetterB                                                   rune = 0x24D1
	CircledLatinSmallLetterC                                                   rune = 0x24D2
	CircledLatinSmallLetterD                                                   rune = 0x24D3
	CircledLatinSmallLetterE                                                   rune = 0x24D4
	CircledLatinSmallLetterF                                                   rune = 0x24D5
	CircledLatinSmallLetterG                                                   rune = 0x24D6
	CircledLatinSmallLetterH                                                   rune = 0x24D7
	CircledLatinSmallLetterI                                                   rune = 0x24D8
	CircledLatinSmallLetterJ                                                   rune = 0x24D9
	CircledLatinSmallLetterK                                                   rune = 0x24DA
	CircledLatinSmallLetterL                                                   rune = 0x24DB
	CircledLatinSmallLetterM                                                   rune = 0x24DC
	CircledLatinSmallLetterN                                                   rune = 0x24DD
	CircledLatinSmallLetterO                                                   rune = 0x24DE
	CircledLatinSmallLetterP                                                   rune = 0x24DF
	CircledLatinSmallLetterQ                                                   rune = 0x24E0
	CircledLatinSmallLetterR                                                   rune = 0x24E1
	CircledLatinSmallLetterS                                                   rune = 0x24E2
	CircledLatinSmallLetterT                                                   rune = 0x24E3
	CircledLatinSmallLetterU                                                   rune = 0x24E4
	CircledLatinSmallLetterV                                                   rune = 0x24E5
	CircledLatinSmallLetterW                                                   rune = 0x24E6
	CircledLatinSmallLetterX                                                   rune = 0x24E7
	CircledLatinSmallLetterY                                                   rune = 0x24E8
	CircledLatinSmallLetterZ                                                   rune = 0x24E9
	CircledDigitZero                                                           rune = 0x24EA
	NegativeCircledNumberEleven                                                rune = 0x24EB
	NegativeCircledNumberTwelve                                                rune = 0x24EC
	NegativeCircledNumberThirteen                                              rune = 0x24ED
	NegativeCircledNumberFourteen                                              rune = 0x24EE
	NegativeCircledNumberFifteen                                               rune = 0x24EF
	NegativeCircledNumberSixteen                                               rune = 0x24F0
	NegativeCircledNumberSeventeen                                             rune = 0x24F1
	NegativeCircledNumberEighteen                                              rune = 0x24F2
	NegativeCircledNumberNineteen                                              rune = 0x24F3
	NegativeCircledNumberTwenty                                                rune = 0x24F4
	DoubleCircledDigitOne                                                      rune = 0x24F5
	DoubleCircledDigitTwo                                                      rune = 0x24F6
	DoubleCircledDigitThree                                                    rune = 0x24F7
	DoubleCircledDigitFour                                                     rune = 0x24F8
	DoubleCircledDigitFive                                                     rune = 0x24F9
	DoubleCircledDigitSix                                                      rune = 0x24FA
	DoubleCircledDigitSeven                                                    rune = 0x24FB
	DoubleCircledDigitEight                                                    rune = 0x24FC
	DoubleCircledDigitNine                                                     rune = 0x24FD
	DoubleCircledNumberTen                                                     rune = 0x24FE
	NegativeCircledDigitZero                                                   rune = 0x24FF
	BoxDrawingsLightHorizontal                                                 rune = 0x2500
	BoxDrawingsHeavyHorizontal                                                 rune = 0x2501
	BoxDrawingsLightVertical                                                   rune = 0x2502
	BoxDrawingsHeavyVertical                                                   rune = 0x2503
	BoxDrawingsLightTripleDashHorizontal                                       rune = 0x2504
	BoxDrawingsHeavyTripleDashHorizontal                                       rune = 0x2505
	BoxDrawingsLightTripleDashVertical                                         rune = 0x2506
	BoxDrawingsHeavyTripleDashVertical                                         rune = 0x2507
	BoxDrawingsLightQuadrupleDashHorizontal                                    rune = 0x2508
	BoxDrawingsHeavyQuadrupleDashHorizontal                                    rune = 0x2509
	BoxDrawingsLightQuadrupleDashVertical                                      rune = 0x250A
	BoxDrawingsHeavyQuadrupleDashVertical                                      rune = 0x250B
	BoxDrawingsLightDownAndRight                                               rune = 0x250C
	BoxDrawingsDownLightAndRightHeavy                                          rune = 0x250D
	BoxDrawingsDownHeavyAndRightLight                                          rune = 0x250E
	BoxDrawingsHeavyDownAndRight                                               rune = 0x250F
	BoxDrawingsLightDownAndLeft                                                rune = 0x2510
	BoxDrawingsDownLightAndLeftHeavy                                           rune = 0x2511
	BoxDrawingsDownHeavyAndLeftLight                                           rune = 0x2512
	BoxDrawingsHeavyDownAndLeft                                                rune = 0x2513
	BoxDrawingsLightUpAndRight                                                 rune = 0x2514
	BoxDrawingsUpLightAndRightHeavy                                            rune = 0x2515
	BoxDrawingsUpHeavyAndRightLight                                            rune = 0x2516
	BoxDrawingsHeavyUpAndRight                                                 rune = 0x2517
	BoxDrawingsLightUpAndLeft                                                  rune = 0x2518
	BoxDrawingsUpLightAndLeftHeavy                                             rune = 0x2519
	BoxDrawingsUpHeavyAndLeftLight                                             rune = 0x251A
	BoxDrawingsHeavyUpAndLeft                                                  rune = 0x251B
	BoxDrawingsLightVerticalAndRight                                           rune = 0x251C
	BoxDrawingsVerticalLightAndRightHeavy                                      rune = 0x251D
	BoxDrawingsUpHeavyAndRightDownLight                                        rune = 0x251E
	BoxDrawingsDownHeavyAndRightUpLight                                        rune = 0x251F
	BoxDrawingsVerticalHeavyAndRightLight                                      rune = 0x2520
	BoxDrawingsDownLightAndRightUpHeavy                                        rune = 0x2521
	BoxDrawingsUpLightAndRightDownHeavy                                        rune = 0x2522
	BoxDrawingsHeavyVerticalAndRight                                           rune = 0x2523
	BoxDrawingsLightVerticalAndLeft                                            rune = 0x2524
	BoxDrawingsVerticalLightAndLeftHeavy                                       rune = 0x2525
	BoxDrawingsUpHeavyAndLeftDownLight                                         rune = 0x2526
	BoxDrawingsDownHeavyAndLeftUpLight                                         rune = 0x2527
	BoxDrawingsVerticalHeavyAndLeftLight                                       rune = 0x2528
	BoxDrawingsDownLightAndLeftUpHeavy                                         rune = 0x2529
	BoxDrawingsUpLightAndLeftDownHeavy                                         rune = 0x252A
	BoxDrawingsHeavyVerticalAndLeft                                            rune = 0x252B
	BoxDrawingsLightDownAndHorizontal                                          rune = 0x252C
	BoxDrawingsLeftHeavyAndRightDownLight                                      rune = 0x252D
	BoxDrawingsRightHeavyAndLeftDownLight                                      rune = 0x252E
	BoxDrawingsDownLightAndHorizontalHeavy                                     rune = 0x252F
	BoxDrawingsDownHeavyAndHorizontalLight                                     rune = 0x2530
	BoxDrawingsRightLightAndLeftDownHeavy                                      rune = 0x2531
	BoxDrawingsLeftLightAndRightDownHeavy                                      rune = 0x2532
	BoxDrawingsHeavyDownAndHorizontal                                          rune = 0x2533
	BoxDrawingsLightUpAndHorizontal                                            rune = 0x2534
	BoxDrawingsLeftHeavyAndRightUpLight                                        rune = 0x2535
	BoxDrawingsRightHeavyAndLeftUpLight                                        rune = 0x2536
	BoxDrawingsUpLightAndHorizontalHeavy                                       rune = 0x2537
	BoxDrawingsUpHeavyAndHorizontalLight                                       rune = 0x2538
	BoxDrawingsRightLightAndLeftUpHeavy                                        rune = 0x2539
	BoxDrawingsLeftLightAndRightUpHeavy                                        rune = 0x253A
	BoxDrawingsHeavyUpAndHorizontal                                            rune = 0x253B
	BoxDrawingsLightVerticalAndHorizontal                                      rune = 0x253C
	BoxDrawingsLeftHeavyAndRightVerticalLight                                  rune = 0x253D
	BoxDrawingsRightHeavyAndLeftVerticalLight                                  rune = 0x253E
	BoxDrawingsVerticalLightAndHorizontalHeavy                                 rune = 0x253F
	BoxDrawingsUpHeavyAndDownHorizontalLight                                   rune = 0x2540
	BoxDrawingsDownHeavyAndUpHorizontalLight                                   rune = 0x2541
	BoxDrawingsVerticalHeavyAndHorizontalLight                                 rune = 0x2542
	BoxDrawingsLeftUpHeavyAndRightDownLight                                    rune = 0x2543
	BoxDrawingsRightUpHeavyAndLeftDownLight                                    rune = 0x2544
	BoxDrawingsLeftDownHeavyAndRightUpLight                                    rune = 0x2545
	BoxDrawingsRightDownHeavyAndLeftUpLight                                    rune = 0x2546
	BoxDrawingsDownLightAndUpHorizontalHeavy                                   rune = 0x2547
	BoxDrawingsUpLightAndDownHorizontalHeavy                                   rune = 0x2548
	BoxDrawingsRightLightAndLeftVerticalHeavy                                  rune = 0x2549
	BoxDrawingsLeftLightAndRightVerticalHeavy                                  rune = 0x254A
	BoxDrawingsHeavyVerticalAndHorizontal                                      rune = 0x254B
	BoxDrawingsLightDoubleDashHorizontal                                       rune = 0x254C
	BoxDrawingsHeavyDoubleDashHorizontal                                       rune = 0x254D
	BoxDrawingsLightDoubleDashVertical                                         rune = 0x254E
	BoxDrawingsHeavyDoubleDashVertical                                         rune = 0x254F
	BoxDrawingsDoubleHorizontal                                                rune = 0x2550
	BoxDrawingsDoubleVertical                                                  rune = 0x2551
	BoxDrawingsDownSingleAndRightDouble                                        rune = 0x2552
	BoxDrawingsDownDoubleAndRightSingle                                        rune = 0x2553
	BoxDrawingsDoubleDownAndRight                                              rune = 0x2554
	BoxDrawingsDownSingleAndLeftDouble                                         rune = 0x2555
	BoxDrawingsDownDoubleAndLeftSingle                                         rune = 0x2556
	BoxDrawingsDoubleDownAndLeft                                               rune = 0x2557
	BoxDrawingsUpSingleAndRightDouble                                          rune = 0x2558
	BoxDrawingsUpDoubleAndRightSingle                                          rune = 0x2559
	BoxDrawingsDoubleUpAndRight                                                rune = 0x255A
	BoxDrawingsUpSingleAndLeftDouble                                           rune = 0x255B
	BoxDrawingsUpDoubleAndLeftSingle                                           rune = 0x255C
	BoxDrawingsDoubleUpAndLeft                                                 rune = 0x255D
	BoxDrawingsVerticalSingleAndRightDouble                                    rune = 0x255E
	BoxDrawingsVerticalDoubleAndRightSingle                                    rune = 0x255F
	BoxDrawingsDoubleVerticalAndRight                                          rune = 0x2560
	BoxDrawingsVerticalSingleAndLeftDouble                                     rune = 0x2561
	BoxDrawingsVerticalDoubleAndLeftSingle                                     rune = 0x2562
	BoxDrawingsDoubleVerticalAndLeft                                           rune = 0x2563
	BoxDrawingsDownSingleAndHorizontalDouble                                   rune = 0x2564
	BoxDrawingsDownDoubleAndHorizontalSingle                                   rune = 0x2565
	BoxDrawingsDoubleDownAndHorizontal                                         rune = 0x2566
	BoxDrawingsUpSingleAndHorizontalDouble                                     rune = 0x2567
	BoxDrawingsUpDoubleAndHorizontalSingle                                     rune = 0x2568
	BoxDrawingsDoubleUpAndHorizontal                                           rune = 0x2569
	BoxDrawingsVerticalSingleAndHorizontalDouble                               rune = 0x256A
	BoxDrawingsVerticalDoubleAndHorizontalSingle                               rune = 0x256B
	BoxDrawingsDoubleVerticalAndHorizontal                                     rune = 0x256C
	BoxDrawingsLightArcDownAndRight                                            rune = 0x256D
	BoxDrawingsLightArcDownAndLeft                                             rune = 0x256E
	BoxDrawingsLightArcUpAndLeft                                               rune = 0x256F
	BoxDrawingsLightArcUpAndRight                                              rune = 0x2570
	BoxDrawingsLightDiagonalUpperRightToLowerLeft                              rune = 0x2571
	BoxDrawingsLightDiagonalUpperLeftToLowerRight                              rune = 0x2572
	BoxDrawingsLightDiagonalCross                                              rune = 0x2573
	BoxDrawingsLightLeft                                                       rune = 0x2574
	BoxDrawingsLightUp                                                         rune = 0x2575
	BoxDrawingsLightRight                                                      rune = 0x2576
	BoxDrawingsLightDown                                                       rune = 0x2577
	BoxDrawingsHeavyLeft                                                       rune = 0x2578
	BoxDrawingsHeavyUp                                                         rune = 0x2579
	BoxDrawingsHeavyRight                                                      rune = 0x257A
	BoxDrawingsHeavyDown                                                       rune = 0x257B
	BoxDrawingsLightLeftAndHeavyRight                                          rune = 0x257C
	BoxDrawingsLightUpAndHeavyDown                                             rune = 0x257D
	BoxDrawingsHeavyLeftAndLightRight                                          rune = 0x257E
	BoxDrawingsHeavyUpAndLightDown                                             rune = 0x257F
	UpperHalfBlock                                                             rune = 0x2580
	LowerOneEighthBlock                                                        rune = 0x2581
	LowerOneQuarterBlock                                                       rune = 0x2582
	LowerThreeEighthsBlock                                                     rune = 0x2583
	LowerHalfBlock                                                             rune = 0x2584
	LowerFiveEighthsBlock                                                      rune = 0x2585
	LowerThreeQuartersBlock                                                    rune = 0x2586
	LowerSevenEighthsBlock                                                     rune = 0x2587
	FullBlock                                                                  rune = 0x2588
	LeftSevenEighthsBlock                                                      rune = 0x2589
	LeftThreeQuartersBlock                                                     rune = 0x258A
	LeftFiveEighthsBlock                                                       rune = 0x258B
	LeftHalfBlock                                                              rune = 0x258C
	LeftThreeEighthsBlock                                                      rune = 0x258D
	LeftOneQuarterBlock                                                        rune = 0x258E
	LeftOneEighthBlock                                                         rune = 0x258F
	RightHalfBlock                                                             rune = 0x2590
	LightShade                                                                 rune = 0x2591
	MediumShade                                                                rune = 0x2592
	DarkShade                                                                  rune = 0x2593
	UpperOneEighthBlock                                                        rune = 0x2594
	RightOneEighthBlock                                                        rune = 0x2595
	QuadrantLowerLeft                                                          rune = 0x2596
	QuadrantLowerRight                                                         rune = 0x2597
	QuadrantUpperLeft                                                          rune = 0x2598
	QuadrantUpperLeftAndLowerLeftAndLowerRight                                 rune = 0x2599
	QuadrantUpperLeftAndLowerRight                                             rune = 0x259A
	QuadrantUpperLeftAndUpperRightAndLowerLeft                                 rune = 0x259B
	QuadrantUpperLeftAndUpperRightAndLowerRight                                rune = 0x259C
	QuadrantUpperRight                                                         rune = 0x259D
	QuadrantUpperRightAndLowerLeft                                             rune = 0x259E
	QuadrantUpperRightAndLowerLeftAndLowerRight                                rune = 0x259F
	BlackSquare                                                                rune = 0x25A0
	WhiteSquare                                                                rune = 0x25A1
	WhiteSquareWithRoundedCorners                                              rune = 0x25A2
	WhiteSquareContainingBlackSmallSquare                                      rune = 0x25A3
	SquareWithHorizontalFill                                                   rune = 0x25A4
	SquareWithVerticalFill                                                     rune = 0x25A5
	SquareWithOrthogonalCrosshatchFill                                         rune = 0x25A6
	SquareWithUpperLeftToLowerRightFill                                        rune = 0x25A7
	SquareWithUpperRightToLowerLeftFill                                        rune = 0x25A8
	SquareWithDiagonalCrosshatchFill                                           rune = 0x25A9
	BlackSmallSquare                                                           rune = 0x25AA
	WhiteSmallSquare                                                           rune = 0x25AB
	BlackRectangle                                                             rune = 0x25AC
	WhiteRectangle                                                             rune = 0x25AD
	BlackVerticalRectangle                                                     rune = 0x25AE
	WhiteVerticalRectangle                                                     rune = 0x25AF
	BlackParallelogram                                                         rune = 0x25B0
	WhiteParallelogram                                                         rune = 0x25B1
	BlackUpPointingTriangle                                                    rune = 0x25B2
	WhiteUpPointingTriangle                                                    rune = 0x25B3
	BlackUpPointingSmallTriangle                                               rune = 0x25B4
	WhiteUpPointingSmallTriangle                                               rune = 0x25B5
	BlackRightPointingTriangle                                                 rune = 0x25B6
	WhiteRightPointingTriangle                                                 rune = 0x25B7
	BlackRightPointingSmallTriangle                                            rune = 0x25B8
	WhiteRightPointingSmallTriangle                                            rune = 0x25B9
	BlackRightPointingPointer                                                  rune = 0x25BA
	WhiteRightPointingPointer                                                  rune = 0x25BB
	BlackDownPointingTriangle                                                  rune = 0x25BC
	WhiteDownPointingTriangle                                                  rune = 0x25BD
	BlackDownPointingSmallTriangle                                             rune = 0x25BE
	WhiteDownPointingSmallTriangle                                             rune = 0x25BF
	BlackLeftPointingTriangle                                                  rune = 0x25C0
	WhiteLeftPointingTriangle                                                  rune = 0x25C1
	BlackLeftPointingSmallTriangle                                             rune = 0x25C2
	WhiteLeftPointingSmallTriangle                                             rune = 0x25C3
	BlackLeftPointingPointer                                                   rune = 0x25C4
	WhiteLeftPointingPointer                                                   rune = 0x25C5
	BlackDiamond                                                               rune = 0x25C6
	WhiteDiamond                                                               rune = 0x25C7
	WhiteDiamondContainingBlackSmallDiamond                                    rune = 0x25C8
	FISHEYE                                                                    rune = 0x25C9
	LOZENGE                                                                    rune = 0x25CA
	WhiteCircle                                                                rune = 0x25CB
	DottedCircle                                                               rune = 0x25CC
	CircleWithVerticalFill                                                     rune = 0x25CD
	BULLSEYE                                                                   rune = 0x25CE
	BlackCircle                                                                rune = 0x25CF
	CircleWithLeftHalfBlack                                                    rune = 0x25D0
	CircleWithRightHalfBlack                                                   rune = 0x25D1
	CircleWithLowerHalfBlack                                                   rune = 0x25D2
	CircleWithUpperHalfBlack                                                   rune = 0x25D3
	CircleWithUpperRightQuadrantBlack                                          rune = 0x25D4
	CircleWithAllButUpperLeftQuadrantBlack                                     rune = 0x25D5
	LeftHalfBlackCircle                                                        rune = 0x25D6
	RightHalfBlackCircle                                                       rune = 0x25D7
	InverseBullet                                                              rune = 0x25D8
	InverseWhiteCircle                                                         rune = 0x25D9
	UpperHalfInverseWhiteCircle                                                rune = 0x25DA
	LowerHalfInverseWhiteCircle                                                rune = 0x25DB
	UpperLeftQuadrantCircularArc                                               rune = 0x25DC
	UpperRightQuadrantCircularArc                                              rune = 0x25DD
	LowerRightQuadrantCircularArc                                              rune = 0x25DE
	LowerLeftQuadrantCircularArc                                               rune = 0x25DF
	UpperHalfCircle                                                            rune = 0x25E0
	LowerHalfCircle                                                            rune = 0x25E1
	BlackLowerRightTriangle                                                    rune = 0x25E2
	BlackLowerLeftTriangle                                                     rune = 0x25E3
	BlackUpperLeftTriangle                                                     rune = 0x25E4
	BlackUpperRightTriangle                                                    rune = 0x25E5
	WhiteBullet                                                                rune = 0x25E6
	SquareWithLeftHalfBlack                                                    rune = 0x25E7
	SquareWithRightHalfBlack                                                   rune = 0x25E8
	SquareWithUpperLeftDiagonalHalfBlack                                       rune = 0x25E9
	SquareWithLowerRightDiagonalHalfBlack                                      rune = 0x25EA
	WhiteSquareWithVerticalBisectingLine                                       rune = 0x25EB
	WhiteUpPointingTriangleWithDot                                             rune = 0x25EC
	UpPointingTriangleWithLeftHalfBlack                                        rune = 0x25ED
	UpPointingTriangleWithRightHalfBlack                                       rune = 0x25EE
	LargeCircle                                                                rune = 0x25EF
	WhiteSquareWithUpperLeftQuadrant                                           rune = 0x25F0
	WhiteSquareWithLowerLeftQuadrant                                           rune = 0x25F1
	WhiteSquareWithLowerRightQuadrant                                          rune = 0x25F2
	WhiteSquareWithUpperRightQuadrant                                          rune = 0x25F3
	WhiteCircleWithUpperLeftQuadrant                                           rune = 0x25F4
	WhiteCircleWithLowerLeftQuadrant                                           rune = 0x25F5
	WhiteCircleWithLowerRightQuadrant                                          rune = 0x25F6
	WhiteCircleWithUpperRightQuadrant                                          rune = 0x25F7
	UpperLeftTriangle                                                          rune = 0x25F8
	UpperRightTriangle                                                         rune = 0x25F9
	LowerLeftTriangle                                                          rune = 0x25FA
	WhiteMediumSquare                                                          rune = 0x25FB
	BlackMediumSquare                                                          rune = 0x25FC
	WhiteMediumSmallSquare                                                     rune = 0x25FD
	BlackMediumSmallSquare                                                     rune = 0x25FE
	LowerRightTriangle                                                         rune = 0x25FF
	BlackSunWithRays                                                           rune = 0x2600
	CLOUD                                                                      rune = 0x2601
	UMBRELLA                                                                   rune = 0x2602
	SNOWMAN                                                                    rune = 0x2603
	COMET                                                                      rune = 0x2604
	BlackStar                                                                  rune = 0x2605
	WhiteStar                                                                  rune = 0x2606
	LIGHTNING                                                                  rune = 0x2607
	THUNDERSTORM                                                               rune = 0x2608
	SUN                                                                        rune = 0x2609
	AscendingNode                                                              rune = 0x260A
	DescendingNode                                                             rune = 0x260B
	CONJUNCTION                                                                rune = 0x260C
	OPPOSITION                                                                 rune = 0x260D
	BlackTelephone                                                             rune = 0x260E
	WhiteTelephone                                                             rune = 0x260F
	BallotBox                                                                  rune = 0x2610
	BallotBoxWithCheck                                                         rune = 0x2611
	BallotBoxWithX                                                             rune = 0x2612
	SALTIRE                                                                    rune = 0x2613
	UmbrellaWithRainDrops                                                      rune = 0x2614
	HotBeverage                                                                rune = 0x2615
	WhiteShogiPiece                                                            rune = 0x2616
	BlackShogiPiece                                                            rune = 0x2617
	SHAMROCK                                                                   rune = 0x2618
	ReversedRotatedFloralHeartBullet                                           rune = 0x2619
	BlackLeftPointingIndex                                                     rune = 0x261A
	BlackRightPointingIndex                                                    rune = 0x261B
	WhiteLeftPointingIndex                                                     rune = 0x261C
	WhiteUpPointingIndex                                                       rune = 0x261D
	WhiteRightPointingIndex                                                    rune = 0x261E
	WhiteDownPointingIndex                                                     rune = 0x261F
	SkullAndCrossbones                                                         rune = 0x2620
	CautionSign                                                                rune = 0x2621
	RadioactiveSign                                                            rune = 0x2622
	BiohazardSign                                                              rune = 0x2623
	CADUCEUS                                                                   rune = 0x2624
	ANKH                                                                       rune = 0x2625
	OrthodoxCross                                                              rune = 0x2626
	ChiRho                                                                     rune = 0x2627
	CrossOfLorraine                                                            rune = 0x2628
	CrossOfJerusalem                                                           rune = 0x2629
	StarAndCrescent                                                            rune = 0x262A
	FarsiSymbol                                                                rune = 0x262B
	AdiShakti                                                                  rune = 0x262C
	HammerAndSickle                                                            rune = 0x262D
	PeaceSymbol                                                                rune = 0x262E
	YinYang                                                                    rune = 0x262F
	TrigramForHeaven                                                           rune = 0x2630
	TrigramForLake                                                             rune = 0x2631
	TrigramForFire                                                             rune = 0x2632
	TrigramForThunder                                                          rune = 0x2633
	TrigramForWind                                                             rune = 0x2634
	TrigramForWater                                                            rune = 0x2635
	TrigramForMountain                                                         rune = 0x2636
	TrigramForEarth                                                            rune = 0x2637
	WheelOfDharma                                                              rune = 0x2638
	WhiteFrowningFace                                                          rune = 0x2639
	WhiteSmilingFace                                                           rune = 0x263A
	BlackSmilingFace                                                           rune = 0x263B
	WhiteSunWithRays                                                           rune = 0x263C
	FirstQuarterMoon                                                           rune = 0x263D
	LastQuarterMoon                                                            rune = 0x263E
	MERCURY                                                                    rune = 0x263F
	FemaleSign                                                                 rune = 0x2640
	EARTH                                                                      rune = 0x2641
	MaleSign                                                                   rune = 0x2642
	JUPITER                                                                    rune = 0x2643
	SATURN                                                                     rune = 0x2644
	URANUS                                                                     rune = 0x2645
	NEPTUNE                                                                    rune = 0x2646
	PLUTO                                                                      rune = 0x2647
	ARIES                                                                      rune = 0x2648
	TAURUS                                                                     rune = 0x2649
	GEMINI                                                                     rune = 0x264A
	CANCER                                                                     rune = 0x264B
	LEO                                                                        rune = 0x264C
	VIRGO                                                                      rune = 0x264D
	LIBRA                                                                      rune = 0x264E
	SCORPIUS                                                                   rune = 0x264F
	SAGITTARIUS                                                                rune = 0x2650
	CAPRICORN                                                                  rune = 0x2651
	AQUARIUS                                                                   rune = 0x2652
	PISCES                                                                     rune = 0x2653
	WhiteChessKing                                                             rune = 0x2654
	WhiteChessQueen                                                            rune = 0x2655
	WhiteChessRook                                                             rune = 0x2656
	WhiteChessBishop                                                           rune = 0x2657
	WhiteChessKnight                                                           rune = 0x2658
	WhiteChessPawn                                                             rune = 0x2659
	BlackChessKing                                                             rune = 0x265A
	BlackChessQueen                                                            rune = 0x265B
	BlackChessRook                                                             rune = 0x265C
	BlackChessBishop                                                           rune = 0x265D
	BlackChessKnight                                                           rune = 0x265E
	BlackChessPawn                                                             rune = 0x265F
	BlackSpadeSuit                                                             rune = 0x2660
	WhiteHeartSuit                                                             rune = 0x2661
	WhiteDiamondSuit                                                           rune = 0x2662
	BlackClubSuit                                                              rune = 0x2663
	WhiteSpadeSuit                                                             rune = 0x2664
	BlackHeartSuit                                                             rune = 0x2665
	BlackDiamondSuit                                                           rune = 0x2666
	WhiteClubSuit                                                              rune = 0x2667
	HotSprings                                                                 rune = 0x2668
	QuarterNote                                                                rune = 0x2669
	EighthNote                                                                 rune = 0x266A
	BeamedEighthNotes                                                          rune = 0x266B
	BeamedSixteenthNotes                                                       rune = 0x266C
	MusicFlatSign                                                              rune = 0x266D
	MusicNaturalSign                                                           rune = 0x266E
	MusicSharpSign                                                             rune = 0x266F
	WestSyriacCross                                                            rune = 0x2670
	EastSyriacCross                                                            rune = 0x2671
	UniversalRecyclingSymbol                                                   rune = 0x2672
	RecyclingSymbolForType1Plastics                                            rune = 0x2673
	RecyclingSymbolForType2Plastics                                            rune = 0x2674
	RecyclingSymbolForType3Plastics                                            rune = 0x2675
	RecyclingSymbolForType4Plastics                                            rune = 0x2676
	RecyclingSymbolForType5Plastics                                            rune = 0x2677
	RecyclingSymbolForType6Plastics                                            rune = 0x2678
	RecyclingSymbolForType7Plastics                                            rune = 0x2679
	RecyclingSymbolForGenericMaterials                                         rune = 0x267A
	BlackUniversalRecyclingSymbol                                              rune = 0x267B
	RecycledPaperSymbol                                                        rune = 0x267C
	PartiallyRecycledPaperSymbol                                               rune = 0x267D
	PermanentPaperSign                                                         rune = 0x267E
	WheelchairSymbol                                                           rune = 0x267F
	DieFace1                                                                   rune = 0x2680
	DieFace2                                                                   rune = 0x2681
	DieFace3                                                                   rune = 0x2682
	DieFace4                                                                   rune = 0x2683
	DieFace5                                                                   rune = 0x2684
	DieFace6                                                                   rune = 0x2685
	WhiteCircleWithDotRight                                                    rune = 0x2686
	WhiteCircleWithTwoDots                                                     rune = 0x2687
	BlackCircleWithWhiteDotRight                                               rune = 0x2688
	BlackCircleWithTwoWhiteDots                                                rune = 0x2689
	MonogramForYang                                                            rune = 0x268A
	MonogramForYin                                                             rune = 0x268B
	DigramForGreaterYang                                                       rune = 0x268C
	DigramForLesserYin                                                         rune = 0x268D
	DigramForLesserYang                                                        rune = 0x268E
	DigramForGreaterYin                                                        rune = 0x268F
	WhiteFlag                                                                  rune = 0x2690
	BlackFlag                                                                  rune = 0x2691
	HammerAndPick                                                              rune = 0x2692
	ANCHOR                                                                     rune = 0x2693
	CrossedSwords                                                              rune = 0x2694
	StaffOfAesculapius                                                         rune = 0x2695
	SCALES                                                                     rune = 0x2696
	ALEMBIC                                                                    rune = 0x2697
	FLOWER                                                                     rune = 0x2698
	GEAR                                                                       rune = 0x2699
	StaffOfHermes                                                              rune = 0x269A
	AtomSymbol                                                                 rune = 0x269B
	FleurDeLis                                                                 rune = 0x269C
	OutlinedWhiteStar                                                          rune = 0x269D
	ThreeLinesConvergingRight                                                  rune = 0x269E
	ThreeLinesConvergingLeft                                                   rune = 0x269F
	WarningSign                                                                rune = 0x26A0
	HighVoltageSign                                                            rune = 0x26A1
	DoubledFemaleSign                                                          rune = 0x26A2
	DoubledMaleSign                                                            rune = 0x26A3
	InterlockedFemaleAndMaleSign                                               rune = 0x26A4
	MaleAndFemaleSign                                                          rune = 0x26A5
	MaleWithStrokeSign                                                         rune = 0x26A6
	MaleWithStrokeAndMaleAndFemaleSign                                         rune = 0x26A7
	VerticalMaleWithStrokeSign                                                 rune = 0x26A8
	HorizontalMaleWithStrokeSign                                               rune = 0x26A9
	MediumWhiteCircle                                                          rune = 0x26AA
	MediumBlackCircle                                                          rune = 0x26AB
	MediumSmallWhiteCircle                                                     rune = 0x26AC
	MarriageSymbol                                                             rune = 0x26AD
	DivorceSymbol                                                              rune = 0x26AE
	UnmarriedPartnershipSymbol                                                 rune = 0x26AF
	COFFIN                                                                     rune = 0x26B0
	FuneralUrn                                                                 rune = 0x26B1
	NEUTER                                                                     rune = 0x26B2
	CERES                                                                      rune = 0x26B3
	PALLAS                                                                     rune = 0x26B4
	JUNO                                                                       rune = 0x26B5
	VESTA                                                                      rune = 0x26B6
	CHIRON                                                                     rune = 0x26B7
	BlackMoonLilith                                                            rune = 0x26B8
	SEXTILE                                                                    rune = 0x26B9
	SEMISEXTILE                                                                rune = 0x26BA
	QUINCUNX                                                                   rune = 0x26BB
	SESQUIQUADRATE                                                             rune = 0x26BC
	SoccerBall                                                                 rune = 0x26BD
	BASEBALL                                                                   rune = 0x26BE
	SquaredKey                                                                 rune = 0x26BF
	WhiteDraughtsMan                                                           rune = 0x26C0
	WhiteDraughtsKing                                                          rune = 0x26C1
	BlackDraughtsMan                                                           rune = 0x26C2
	BlackDraughtsKing                                                          rune = 0x26C3
	SnowmanWithoutSnow                                                         rune = 0x26C4
	SunBehindCloud                                                             rune = 0x26C5
	RAIN                                                                       rune = 0x26C6
	BlackSnowman                                                               rune = 0x26C7
	ThunderCloudAndRain                                                        rune = 0x26C8
	TurnedWhiteShogiPiece                                                      rune = 0x26C9
	TurnedBlackShogiPiece                                                      rune = 0x26CA
	WhiteDiamondInSquare                                                       rune = 0x26CB
	CrossingLanes                                                              rune = 0x26CC
	DisabledCar                                                                rune = 0x26CD
	OPHIUCHUS                                                                  rune = 0x26CE
	PICK                                                                       rune = 0x26CF
	CarSliding                                                                 rune = 0x26D0
	HelmetWithWhiteCross                                                       rune = 0x26D1
	CircledCrossingLanes                                                       rune = 0x26D2
	CHAINS                                                                     rune = 0x26D3
	NoEntry                                                                    rune = 0x26D4
	AlternateOneWayLeftWayTraffic                                              rune = 0x26D5
	BlackTwoWayLeftWayTraffic                                                  rune = 0x26D6
	WhiteTwoWayLeftWayTraffic                                                  rune = 0x26D7
	BlackLeftLaneMerge                                                         rune = 0x26D8
	WhiteLeftLaneMerge                                                         rune = 0x26D9
	DriveSlowSign                                                              rune = 0x26DA
	HeavyWhiteDownPointingTriangle                                             rune = 0x26DB
	LeftClosedEntry                                                            rune = 0x26DC
	SquaredSaltire                                                             rune = 0x26DD
	FallingDiagonalInWhiteCircleInBlackSquare                                  rune = 0x26DE
	BlackTruck                                                                 rune = 0x26DF
	RestrictedLeftEntry1                                                       rune = 0x26E0
	RestrictedLeftEntry2                                                       rune = 0x26E1
	AstronomicalSymbolForUranus                                                rune = 0x26E2
	HeavyCircleWithStrokeAndTwoDotsAbove                                       rune = 0x26E3
	PENTAGRAM                                                                  rune = 0x26E4
	RightHandedInterlacedPentagram                                             rune = 0x26E5
	LeftHandedInterlacedPentagram                                              rune = 0x26E6
	InvertedPentagram                                                          rune = 0x26E7
	BlackCrossOnShield                                                         rune = 0x26E8
	ShintoShrine                                                               rune = 0x26E9
	CHURCH                                                                     rune = 0x26EA
	CASTLE                                                                     rune = 0x26EB
	HistoricSite                                                               rune = 0x26EC
	GearWithoutHub                                                             rune = 0x26ED
	GearWithHandles                                                            rune = 0x26EE
	MapSymbolForLighthouse                                                     rune = 0x26EF
	MOUNTAIN                                                                   rune = 0x26F0
	UmbrellaOnGround                                                           rune = 0x26F1
	FOUNTAIN                                                                   rune = 0x26F2
	FlagInHole                                                                 rune = 0x26F3
	FERRY                                                                      rune = 0x26F4
	SAILBOAT                                                                   rune = 0x26F5
	SquareFourCorners                                                          rune = 0x26F6
	SKIER                                                                      rune = 0x26F7
	IceSkate                                                                   rune = 0x26F8
	PersonWithBall                                                             rune = 0x26F9
	TENT                                                                       rune = 0x26FA
	JapaneseBankSymbol                                                         rune = 0x26FB
	HeadstoneGraveyardSymbol                                                   rune = 0x26FC
	FuelPump                                                                   rune = 0x26FD
	CupOnBlackSquare                                                           rune = 0x26FE
	WhiteFlagWithHorizontalMiddleBlackStripe                                   rune = 0x26FF
	BlackSafetyScissors                                                        rune = 0x2700
	UpperBladeScissors                                                         rune = 0x2701
	BlackScissors                                                              rune = 0x2702
	LowerBladeScissors                                                         rune = 0x2703
	WhiteScissors                                                              rune = 0x2704
	WhiteHeavyCheckMark                                                        rune = 0x2705
	TelephoneLocationSign                                                      rune = 0x2706
	TapeDrive                                                                  rune = 0x2707
	AIRPLANE                                                                   rune = 0x2708
	ENVELOPE                                                                   rune = 0x2709
	RaisedFist                                                                 rune = 0x270A
	RaisedHand                                                                 rune = 0x270B
	VictoryHand                                                                rune = 0x270C
	WritingHand                                                                rune = 0x270D
	LowerRightPencil                                                           rune = 0x270E
	PENCIL                                                                     rune = 0x270F
	UpperRightPencil                                                           rune = 0x2710
	WhiteNib                                                                   rune = 0x2711
	BlackNib                                                                   rune = 0x2712
	CheckMark                                                                  rune = 0x2713
	HeavyCheckMark                                                             rune = 0x2714
	MultiplicationX                                                            rune = 0x2715
	HeavyMultiplicationX                                                       rune = 0x2716
	BallotX                                                                    rune = 0x2717
	HeavyBallotX                                                               rune = 0x2718
	OutlinedGreekCross                                                         rune = 0x2719
	HeavyGreekCross                                                            rune = 0x271A
	OpenCentreCross                                                            rune = 0x271B
	HeavyOpenCentreCross                                                       rune = 0x271C
	LatinCross                                                                 rune = 0x271D
	ShadowedWhiteLatinCross                                                    rune = 0x271E
	OutlinedLatinCross                                                         rune = 0x271F
	MalteseCross                                                               rune = 0x2720
	StarOfDavid                                                                rune = 0x2721
	FourTeardropSpokedAsterisk                                                 rune = 0x2722
	FourBalloonSpokedAsterisk                                                  rune = 0x2723
	HeavyFourBalloonSpokedAsterisk                                             rune = 0x2724
	FourClubSpokedAsterisk                                                     rune = 0x2725
	BlackFourPointedStar                                                       rune = 0x2726
	WhiteFourPointedStar                                                       rune = 0x2727
	SPARKLES                                                                   rune = 0x2728
	StressOutlinedWhiteStar                                                    rune = 0x2729
	CircledWhiteStar                                                           rune = 0x272A
	OpenCentreBlackStar                                                        rune = 0x272B
	BlackCentreWhiteStar                                                       rune = 0x272C
	OutlinedBlackStar                                                          rune = 0x272D
	HeavyOutlinedBlackStar                                                     rune = 0x272E
	PinwheelStar                                                               rune = 0x272F
	ShadowedWhiteStar                                                          rune = 0x2730
	HeavyAsterisk                                                              rune = 0x2731
	OpenCentreAsterisk                                                         rune = 0x2732
	EightSpokedAsterisk                                                        rune = 0x2733
	EightPointedBlackStar                                                      rune = 0x2734
	EightPointedPinwheelStar                                                   rune = 0x2735
	SixPointedBlackStar                                                        rune = 0x2736
	EightPointedRectilinearBlackStar                                           rune = 0x2737
	HeavyEightPointedRectilinearBlackStar                                      rune = 0x2738
	TwelvePointedBlackStar                                                     rune = 0x2739
	SixteenPointedAsterisk                                                     rune = 0x273A
	TeardropSpokedAsterisk                                                     rune = 0x273B
	OpenCentreTeardropSpokedAsterisk                                           rune = 0x273C
	HeavyTeardropSpokedAsterisk                                                rune = 0x273D
	SixPetalledBlackAndWhiteFlorette                                           rune = 0x273E
	BlackFlorette                                                              rune = 0x273F
	WhiteFlorette                                                              rune = 0x2740
	EightPetalledOutlinedBlackFlorette                                         rune = 0x2741
	CircledOpenCentreEightPointedStar                                          rune = 0x2742
	HeavyTeardropSpokedPinwheelAsterisk                                        rune = 0x2743
	SNOWFLAKE                                                                  rune = 0x2744
	TightTrifoliateSnowflake                                                   rune = 0x2745
	HeavyChevronSnowflake                                                      rune = 0x2746
	SPARKLE                                                                    rune = 0x2747
	HeavySparkle                                                               rune = 0x2748
	BalloonSpokedAsterisk                                                      rune = 0x2749
	EightTeardropSpokedPropellerAsterisk                                       rune = 0x274A
	HeavyEightTeardropSpokedPropellerAsterisk                                  rune = 0x274B
	CrossMark                                                                  rune = 0x274C
	ShadowedWhiteCircle                                                        rune = 0x274D
	NegativeSquaredCrossMark                                                   rune = 0x274E
	LowerRightDropShadowedWhiteSquare                                          rune = 0x274F
	UpperRightDropShadowedWhiteSquare                                          rune = 0x2750
	LowerRightShadowedWhiteSquare                                              rune = 0x2751
	UpperRightShadowedWhiteSquare                                              rune = 0x2752
	BlackQuestionMarkOrnament                                                  rune = 0x2753
	WhiteQuestionMarkOrnament                                                  rune = 0x2754
	WhiteExclamationMarkOrnament                                               rune = 0x2755
	BlackDiamondMinusWhiteX                                                    rune = 0x2756
	HeavyExclamationMarkSymbol                                                 rune = 0x2757
	LightVerticalBar                                                           rune = 0x2758
	MediumVerticalBar                                                          rune = 0x2759
	HeavyVerticalBar                                                           rune = 0x275A
	HeavySingleTurnedCommaQuotationMarkOrnament                                rune = 0x275B
	HeavySingleCommaQuotationMarkOrnament                                      rune = 0x275C
	HeavyDoubleTurnedCommaQuotationMarkOrnament                                rune = 0x275D
	HeavyDoubleCommaQuotationMarkOrnament                                      rune = 0x275E
	HeavyLowSingleCommaQuotationMarkOrnament                                   rune = 0x275F
	HeavyLowDoubleCommaQuotationMarkOrnament                                   rune = 0x2760
	CurvedStemParagraphSignOrnament                                            rune = 0x2761
	HeavyExclamationMarkOrnament                                               rune = 0x2762
	HeavyHeartExclamationMarkOrnament                                          rune = 0x2763
	HeavyBlackHeart                                                            rune = 0x2764
	RotatedHeavyBlackHeartBullet                                               rune = 0x2765
	FloralHeart                                                                rune = 0x2766
	RotatedFloralHeartBullet                                                   rune = 0x2767
	MediumLeftParenthesisOrnament                                              rune = 0x2768
	MediumRightParenthesisOrnament                                             rune = 0x2769
	MediumFlattenedLeftParenthesisOrnament                                     rune = 0x276A
	MediumFlattenedRightParenthesisOrnament                                    rune = 0x276B
	MediumLeftPointingAngleBracketOrnament                                     rune = 0x276C
	MediumRightPointingAngleBracketOrnament                                    rune = 0x276D
	HeavyLeftPointingAngleQuotationMarkOrnament                                rune = 0x276E
	HeavyRightPointingAngleQuotationMarkOrnament                               rune = 0x276F
	HeavyLeftPointingAngleBracketOrnament                                      rune = 0x2770
	HeavyRightPointingAngleBracketOrnament                                     rune = 0x2771
	LightLeftTortoiseShellBracketOrnament                                      rune = 0x2772
	LightRightTortoiseShellBracketOrnament                                     rune = 0x2773
	MediumLeftCurlyBracketOrnament                                             rune = 0x2774
	MediumRightCurlyBracketOrnament                                            rune = 0x2775
	DingbatNegativeCircledDigitOne                                             rune = 0x2776
	DingbatNegativeCircledDigitTwo                                             rune = 0x2777
	DingbatNegativeCircledDigitThree                                           rune = 0x2778
	DingbatNegativeCircledDigitFour                                            rune = 0x2779
	DingbatNegativeCircledDigitFive                                            rune = 0x277A
	DingbatNegativeCircledDigitSix                                             rune = 0x277B
	DingbatNegativeCircledDigitSeven                                           rune = 0x277C
	DingbatNegativeCircledDigitEight                                           rune = 0x277D
	DingbatNegativeCircledDigitNine                                            rune = 0x277E
	DingbatNegativeCircledNumberTen                                            rune = 0x277F
	DingbatCircledSansSerifDigitOne                                            rune = 0x2780
	DingbatCircledSansSerifDigitTwo                                            rune = 0x2781
	DingbatCircledSansSerifDigitThree                                          rune = 0x2782
	DingbatCircledSansSerifDigitFour                                           rune = 0x2783
	DingbatCircledSansSerifDigitFive                                           rune = 0x2784
	DingbatCircledSansSerifDigitSix                                            rune = 0x2785
	DingbatCircledSansSerifDigitSeven                                          rune = 0x2786
	DingbatCircledSansSerifDigitEight                                          rune = 0x2787
	DingbatCircledSansSerifDigitNine                                           rune = 0x2788
	DingbatCircledSansSerifNumberTen                                           rune = 0x2789
	DingbatNegativeCircledSansSerifDigitOne                                    rune = 0x278A
	DingbatNegativeCircledSansSerifDigitTwo                                    rune = 0x278B
	DingbatNegativeCircledSansSerifDigitThree                                  rune = 0x278C
	DingbatNegativeCircledSansSerifDigitFour                                   rune = 0x278D
	DingbatNegativeCircledSansSerifDigitFive                                   rune = 0x278E
	DingbatNegativeCircledSansSerifDigitSix                                    rune = 0x278F
	DingbatNegativeCircledSansSerifDigitSeven                                  rune = 0x2790
	DingbatNegativeCircledSansSerifDigitEight                                  rune = 0x2791
	DingbatNegativeCircledSansSerifDigitNine                                   rune = 0x2792
	DingbatNegativeCircledSansSerifNumberTen                                   rune = 0x2793
	HeavyWideHeadedRightwardsArrow                                             rune = 0x2794
	HeavyPlusSign                                                              rune = 0x2795
	HeavyMinusSign                                                             rune = 0x2796
	HeavyDivisionSign                                                          rune = 0x2797
	HeavySouthEastArrow                                                        rune = 0x2798
	HeavyRightwardsArrow                                                       rune = 0x2799
	HeavyNorthEastArrow                                                        rune = 0x279A
	DraftingPointRightwardsArrow                                               rune = 0x279B
	HeavyRoundTippedRightwardsArrow                                            rune = 0x279C
	TriangleHeadedRightwardsArrow                                              rune = 0x279D
	HeavyTriangleHeadedRightwardsArrow                                         rune = 0x279E
	DashedTriangleHeadedRightwardsArrow                                        rune = 0x279F
	HeavyDashedTriangleHeadedRightwardsArrow                                   rune = 0x27A0
	BlackRightwardsArrow                                                       rune = 0x27A1
	ThreeDTopLightedRightwardsArrowhead                                        rune = 0x27A2
	ThreeDBottomLightedRightwardsArrowhead                                     rune = 0x27A3
	BlackRightwardsArrowhead                                                   rune = 0x27A4
	HeavyBlackCurvedDownwardsAndRightwardsArrow                                rune = 0x27A5
	HeavyBlackCurvedUpwardsAndRightwardsArrow                                  rune = 0x27A6
	SquatBlackRightwardsArrow                                                  rune = 0x27A7
	HeavyConcavePointedBlackRightwardsArrow                                    rune = 0x27A8
	RightShadedWhiteRightwardsArrow                                            rune = 0x27A9
	LeftShadedWhiteRightwardsArrow                                             rune = 0x27AA
	BackTiltedShadowedWhiteRightwardsArrow                                     rune = 0x27AB
	FrontTiltedShadowedWhiteRightwardsArrow                                    rune = 0x27AC
	HeavyLowerRightShadowedWhiteRightwardsArrow                                rune = 0x27AD
	HeavyUpperRightShadowedWhiteRightwardsArrow                                rune = 0x27AE
	NotchedLowerRightShadowedWhiteRightwardsArrow                              rune = 0x27AF
	CurlyLoop                                                                  rune = 0x27B0
	NotchedUpperRightShadowedWhiteRightwardsArrow                              rune = 0x27B1
	CircledHeavyWhiteRightwardsArrow                                           rune = 0x27B2
	WhiteFeatheredRightwardsArrow                                              rune = 0x27B3
	BlackFeatheredSouthEastArrow                                               rune = 0x27B4
	BlackFeatheredRightwardsArrow                                              rune = 0x27B5
	BlackFeatheredNorthEastArrow                                               rune = 0x27B6
	HeavyBlackFeatheredSouthEastArrow                                          rune = 0x27B7
	HeavyBlackFeatheredRightwardsArrow                                         rune = 0x27B8
	HeavyBlackFeatheredNorthEastArrow                                          rune = 0x27B9
	TeardropBarbedRightwardsArrow                                              rune = 0x27BA
	HeavyTeardropShankedRightwardsArrow                                        rune = 0x27BB
	WedgeTailedRightwardsArrow                                                 rune = 0x27BC
	HeavyWedgeTailedRightwardsArrow                                            rune = 0x27BD
	OpenOutlinedRightwardsArrow                                                rune = 0x27BE
	DoubleCurlyLoop                                                            rune = 0x27BF
	ThreeDimensionalAngle                                                      rune = 0x27C0
	WhiteTriangleContainingSmallWhiteTriangle                                  rune = 0x27C1
	PERPENDICULAR                                                              rune = 0x27C2
	OpenSubset                                                                 rune = 0x27C3
	OpenSuperset                                                               rune = 0x27C4
	LeftSShapedBagDelimiter                                                    rune = 0x27C5
	RightSShapedBagDelimiter                                                   rune = 0x27C6
	OrWithDotInside                                                            rune = 0x27C7
	ReverseSolidusPrecedingSubset                                              rune = 0x27C8
	SupersetPrecedingSolidus                                                   rune = 0x27C9
	VerticalBarWithHorizontalStroke                                            rune = 0x27CA
	MathematicalRisingDiagonal                                                 rune = 0x27CB
	LongDivision                                                               rune = 0x27CC
	MathematicalFallingDiagonal                                                rune = 0x27CD
	SquaredLogicalAnd                                                          rune = 0x27CE
	SquaredLogicalOr                                                           rune = 0x27CF
	WhiteDiamondWithCentredDot                                                 rune = 0x27D0
	AndWithDot                                                                 rune = 0x27D1
	ElementOfOpeningUpwards                                                    rune = 0x27D2
	LowerRightCornerWithDot                                                    rune = 0x27D3
	UpperLeftCornerWithDot                                                     rune = 0x27D4
	LeftOuterJoin                                                              rune = 0x27D5
	RightOuterJoin                                                             rune = 0x27D6
	FullOuterJoin                                                              rune = 0x27D7
	LargeUpTack                                                                rune = 0x27D8
	LargeDownTack                                                              rune = 0x27D9
	LeftAndRightDoubleTurnstile                                                rune = 0x27DA
	LeftAndRightTack                                                           rune = 0x27DB
	LeftMultimap                                                               rune = 0x27DC
	LongRightTack                                                              rune = 0x27DD
	LongLeftTack                                                               rune = 0x27DE
	UpTackWithCircleAbove                                                      rune = 0x27DF
	LozengeDividedByHorizontalRule                                             rune = 0x27E0
	WhiteConcaveSidedDiamond                                                   rune = 0x27E1
	WhiteConcaveSidedDiamondWithLeftwardsTick                                  rune = 0x27E2
	WhiteConcaveSidedDiamondWithRightwardsTick                                 rune = 0x27E3
	WhiteSquareWithLeftwardsTick                                               rune = 0x27E4
	WhiteSquareWithRightwardsTick                                              rune = 0x27E5
	MathematicalLeftWhiteSquareBracket                                         rune = 0x27E6
	MathematicalRightWhiteSquareBracket                                        rune = 0x27E7
	MathematicalLeftAngleBracket                                               rune = 0x27E8
	MathematicalRightAngleBracket                                              rune = 0x27E9
	MathematicalLeftDoubleAngleBracket                                         rune = 0x27EA
	MathematicalRightDoubleAngleBracket                                        rune = 0x27EB
	MathematicalLeftWhiteTortoiseShellBracket                                  rune = 0x27EC
	MathematicalRightWhiteTortoiseShellBracket                                 rune = 0x27ED
	MathematicalLeftFlattenedParenthesis                                       rune = 0x27EE
	MathematicalRightFlattenedParenthesis                                      rune = 0x27EF
	UpwardsQuadrupleArrow                                                      rune = 0x27F0
	DownwardsQuadrupleArrow                                                    rune = 0x27F1
	AnticlockwiseGappedCircleArrow                                             rune = 0x27F2
	ClockwiseGappedCircleArrow                                                 rune = 0x27F3
	RightArrowWithCircledPlus                                                  rune = 0x27F4
	LongLeftwardsArrow                                                         rune = 0x27F5
	LongRightwardsArrow                                                        rune = 0x27F6
	LongLeftRightArrow                                                         rune = 0x27F7
	LongLeftwardsDoubleArrow                                                   rune = 0x27F8
	LongRightwardsDoubleArrow                                                  rune = 0x27F9
	LongLeftRightDoubleArrow                                                   rune = 0x27FA
	LongLeftwardsArrowFromBar                                                  rune = 0x27FB
	LongRightwardsArrowFromBar                                                 rune = 0x27FC
	LongLeftwardsDoubleArrowFromBar                                            rune = 0x27FD
	LongRightwardsDoubleArrowFromBar                                           rune = 0x27FE
	LongRightwardsSquiggleArrow                                                rune = 0x27FF
	BraillePatternBlank                                                        rune = 0x2800
	BraillePatternDots1                                                        rune = 0x2801
	BraillePatternDots2                                                        rune = 0x2802
	BraillePatternDots12                                                       rune = 0x2803
	BraillePatternDots3                                                        rune = 0x2804
	BraillePatternDots13                                                       rune = 0x2805
	BraillePatternDots23                                                       rune = 0x2806
	BraillePatternDots123                                                      rune = 0x2807
	BraillePatternDots4                                                        rune = 0x2808
	BraillePatternDots14                                                       rune = 0x2809
	BraillePatternDots24                                                       rune = 0x280A
	BraillePatternDots124                                                      rune = 0x280B
	BraillePatternDots34                                                       rune = 0x280C
	BraillePatternDots134                                                      rune = 0x280D
	BraillePatternDots234                                                      rune = 0x280E
	BraillePatternDots1234                                                     rune = 0x280F
	BraillePatternDots5                                                        rune = 0x2810
	BraillePatternDots15                                                       rune = 0x2811
	BraillePatternDots25                                                       rune = 0x2812
	BraillePatternDots125                                                      rune = 0x2813
	BraillePatternDots35                                                       rune = 0x2814
	BraillePatternDots135                                                      rune = 0x2815
	BraillePatternDots235                                                      rune = 0x2816
	BraillePatternDots1235                                                     rune = 0x2817
	BraillePatternDots45                                                       rune = 0x2818
	BraillePatternDots145                                                      rune = 0x2819
	BraillePatternDots245                                                      rune = 0x281A
	BraillePatternDots1245                                                     rune = 0x281B
	BraillePatternDots345                                                      rune = 0x281C
	BraillePatternDots1345                                                     rune = 0x281D
	BraillePatternDots2345                                                     rune = 0x281E
	BraillePatternDots12345                                                    rune = 0x281F
	BraillePatternDots6                                                        rune = 0x2820
	BraillePatternDots16                                                       rune = 0x2821
	BraillePatternDots26                                                       rune = 0x2822
	BraillePatternDots126                                                      rune = 0x2823
	BraillePatternDots36                                                       rune = 0x2824
	BraillePatternDots136                                                      rune = 0x2825
	BraillePatternDots236                                                      rune = 0x2826
	BraillePatternDots1236                                                     rune = 0x2827
	BraillePatternDots46                                                       rune = 0x2828
	BraillePatternDots146                                                      rune = 0x2829
	BraillePatternDots246                                                      rune = 0x282A
	BraillePatternDots1246                                                     rune = 0x282B
	BraillePatternDots346                                                      rune = 0x282C
	BraillePatternDots1346                                                     rune = 0x282D
	BraillePatternDots2346                                                     rune = 0x282E
	BraillePatternDots12346                                                    rune = 0x282F
	BraillePatternDots56                                                       rune = 0x2830
	BraillePatternDots156                                                      rune = 0x2831
	BraillePatternDots256                                                      rune = 0x2832
	BraillePatternDots1256                                                     rune = 0x2833
	BraillePatternDots356                                                      rune = 0x2834
	BraillePatternDots1356                                                     rune = 0x2835
	BraillePatternDots2356                                                     rune = 0x2836
	BraillePatternDots12356                                                    rune = 0x2837
	BraillePatternDots456                                                      rune = 0x2838
	BraillePatternDots1456                                                     rune = 0x2839
	BraillePatternDots2456                                                     rune = 0x283A
	BraillePatternDots12456                                                    rune = 0x283B
	BraillePatternDots3456                                                     rune = 0x283C
	BraillePatternDots13456                                                    rune = 0x283D
	BraillePatternDots23456                                                    rune = 0x283E
	BraillePatternDots123456                                                   rune = 0x283F
	BraillePatternDots7                                                        rune = 0x2840
	BraillePatternDots17                                                       rune = 0x2841
	BraillePatternDots27                                                       rune = 0x2842
	BraillePatternDots127                                                      rune = 0x2843
	BraillePatternDots37                                                       rune = 0x2844
	BraillePatternDots137                                                      rune = 0x2845
	BraillePatternDots237                                                      rune = 0x2846
	BraillePatternDots1237                                                     rune = 0x2847
	BraillePatternDots47                                                       rune = 0x2848
	BraillePatternDots147                                                      rune = 0x2849
	BraillePatternDots247                                                      rune = 0x284A
	BraillePatternDots1247                                                     rune = 0x284B
	BraillePatternDots347                                                      rune = 0x284C
	BraillePatternDots1347                                                     rune = 0x284D
	BraillePatternDots2347                                                     rune = 0x284E
	BraillePatternDots12347                                                    rune = 0x284F
	BraillePatternDots57                                                       rune = 0x2850
	BraillePatternDots157                                                      rune = 0x2851
	BraillePatternDots257                                                      rune = 0x2852
	BraillePatternDots1257                                                     rune = 0x2853
	BraillePatternDots357                                                      rune = 0x2854
	BraillePatternDots1357                                                     rune = 0x2855
	BraillePatternDots2357                                                     rune = 0x2856
	BraillePatternDots12357                                                    rune = 0x2857
	BraillePatternDots457                                                      rune = 0x2858
	BraillePatternDots1457                                                     rune = 0x2859
	BraillePatternDots2457                                                     rune = 0x285A
	BraillePatternDots12457                                                    rune = 0x285B
	BraillePatternDots3457                                                     rune = 0x285C
	BraillePatternDots13457                                                    rune = 0x285D
	BraillePatternDots23457                                                    rune = 0x285E
	BraillePatternDots123457                                                   rune = 0x285F
	BraillePatternDots67                                                       rune = 0x2860
	BraillePatternDots167                                                      rune = 0x2861
	BraillePatternDots267                                                      rune = 0x2862
	BraillePatternDots1267                                                     rune = 0x2863
	BraillePatternDots367                                                      rune = 0x2864
	BraillePatternDots1367                                                     rune = 0x2865
	BraillePatternDots2367                                                     rune = 0x2866
	BraillePatternDots12367                                                    rune = 0x2867
	BraillePatternDots467                                                      rune = 0x2868
	BraillePatternDots1467                                                     rune = 0x2869
	BraillePatternDots2467                                                     rune = 0x286A
	BraillePatternDots12467                                                    rune = 0x286B
	BraillePatternDots3467                                                     rune = 0x286C
	BraillePatternDots13467                                                    rune = 0x286D
	BraillePatternDots23467                                                    rune = 0x286E
	BraillePatternDots123467                                                   rune = 0x286F
	BraillePatternDots567                                                      rune = 0x2870
	BraillePatternDots1567                                                     rune = 0x2871
	BraillePatternDots2567                                                     rune = 0x2872
	BraillePatternDots12567                                                    rune = 0x2873
	BraillePatternDots3567                                                     rune = 0x2874
	BraillePatternDots13567                                                    rune = 0x2875
	BraillePatternDots23567                                                    rune = 0x2876
	BraillePatternDots123567                                                   rune = 0x2877
	BraillePatternDots4567                                                     rune = 0x2878
	BraillePatternDots14567                                                    rune = 0x2879
	BraillePatternDots24567                                                    rune = 0x287A
	BraillePatternDots124567                                                   rune = 0x287B
	BraillePatternDots34567                                                    rune = 0x287C
	BraillePatternDots134567                                                   rune = 0x287D
	BraillePatternDots234567                                                   rune = 0x287E
	BraillePatternDots1234567                                                  rune = 0x287F
	BraillePatternDots8                                                        rune = 0x2880
	BraillePatternDots18                                                       rune = 0x2881
	BraillePatternDots28                                                       rune = 0x2882
	BraillePatternDots128                                                      rune = 0x2883
	BraillePatternDots38                                                       rune = 0x2884
	BraillePatternDots138                                                      rune = 0x2885
	BraillePatternDots238                                                      rune = 0x2886
	BraillePatternDots1238                                                     rune = 0x2887
	BraillePatternDots48                                                       rune = 0x2888
	BraillePatternDots148                                                      rune = 0x2889
	BraillePatternDots248                                                      rune = 0x288A
	BraillePatternDots1248                                                     rune = 0x288B
	BraillePatternDots348                                                      rune = 0x288C
	BraillePatternDots1348                                                     rune = 0x288D
	BraillePatternDots2348                                                     rune = 0x288E
	BraillePatternDots12348                                                    rune = 0x288F
	BraillePatternDots58                                                       rune = 0x2890
	BraillePatternDots158                                                      rune = 0x2891
	BraillePatternDots258                                                      rune = 0x2892
	BraillePatternDots1258                                                     rune = 0x2893
	BraillePatternDots358                                                      rune = 0x2894
	BraillePatternDots1358                                                     rune = 0x2895
	BraillePatternDots2358                                                     rune = 0x2896
	BraillePatternDots12358                                                    rune = 0x2897
	BraillePatternDots458                                                      rune = 0x2898
	BraillePatternDots1458                                                     rune = 0x2899
	BraillePatternDots2458                                                     rune = 0x289A
	BraillePatternDots12458                                                    rune = 0x289B
	BraillePatternDots3458                                                     rune = 0x289C
	BraillePatternDots13458                                                    rune = 0x289D
	BraillePatternDots23458                                                    rune = 0x289E
	BraillePatternDots123458                                                   rune = 0x289F
	BraillePatternDots68                                                       rune = 0x28A0
	BraillePatternDots168                                                      rune = 0x28A1
	BraillePatternDots268                                                      rune = 0x28A2
	BraillePatternDots1268                                                     rune = 0x28A3
	BraillePatternDots368                                                      rune = 0x28A4
	BraillePatternDots1368                                                     rune = 0x28A5
	BraillePatternDots2368                                                     rune = 0x28A6
	BraillePatternDots12368                                                    rune = 0x28A7
	BraillePatternDots468                                                      rune = 0x28A8
	BraillePatternDots1468                                                     rune = 0x28A9
	BraillePatternDots2468                                                     rune = 0x28AA
	BraillePatternDots12468                                                    rune = 0x28AB
	BraillePatternDots3468                                                     rune = 0x28AC
	BraillePatternDots13468                                                    rune = 0x28AD
	BraillePatternDots23468                                                    rune = 0x28AE
	BraillePatternDots123468                                                   rune = 0x28AF
	BraillePatternDots568                                                      rune = 0x28B0
	BraillePatternDots1568                                                     rune = 0x28B1
	BraillePatternDots2568                                                     rune = 0x28B2
	BraillePatternDots12568                                                    rune = 0x28B3
	BraillePatternDots3568                                                     rune = 0x28B4
	BraillePatternDots13568                                                    rune = 0x28B5
	BraillePatternDots23568                                                    rune = 0x28B6
	BraillePatternDots123568                                                   rune = 0x28B7
	BraillePatternDots4568                                                     rune = 0x28B8
	BraillePatternDots14568                                                    rune = 0x28B9
	BraillePatternDots24568                                                    rune = 0x28BA
	BraillePatternDots124568                                                   rune = 0x28BB
	BraillePatternDots34568                                                    rune = 0x28BC
	BraillePatternDots134568                                                   rune = 0x28BD
	BraillePatternDots234568                                                   rune = 0x28BE
	BraillePatternDots1234568                                                  rune = 0x28BF
	BraillePatternDots78                                                       rune = 0x28C0
	BraillePatternDots178                                                      rune = 0x28C1
	BraillePatternDots278                                                      rune = 0x28C2
	BraillePatternDots1278                                                     rune = 0x28C3
	BraillePatternDots378                                                      rune = 0x28C4
	BraillePatternDots1378                                                     rune = 0x28C5
	BraillePatternDots2378                                                     rune = 0x28C6
	BraillePatternDots12378                                                    rune = 0x28C7
	BraillePatternDots478                                                      rune = 0x28C8
	BraillePatternDots1478                                                     rune = 0x28C9
	BraillePatternDots2478                                                     rune = 0x28CA
	BraillePatternDots12478                                                    rune = 0x28CB
	BraillePatternDots3478                                                     rune = 0x28CC
	BraillePatternDots13478                                                    rune = 0x28CD
	BraillePatternDots23478                                                    rune = 0x28CE
	BraillePatternDots123478                                                   rune = 0x28CF
	BraillePatternDots578                                                      rune = 0x28D0
	BraillePatternDots1578                                                     rune = 0x28D1
	BraillePatternDots2578                                                     rune = 0x28D2
	BraillePatternDots12578                                                    rune = 0x28D3
	BraillePatternDots3578                                                     rune = 0x28D4
	BraillePatternDots13578                                                    rune = 0x28D5
	BraillePatternDots23578                                                    rune = 0x28D6
	BraillePatternDots123578                                                   rune = 0x28D7
	BraillePatternDots4578                                                     rune = 0x28D8
	BraillePatternDots14578                                                    rune = 0x28D9
	BraillePatternDots24578                                                    rune = 0x28DA
	BraillePatternDots124578                                                   rune = 0x28DB
	BraillePatternDots34578                                                    rune = 0x28DC
	BraillePatternDots134578                                                   rune = 0x28DD
	BraillePatternDots234578                                                   rune = 0x28DE
	BraillePatternDots1234578                                                  rune = 0x28DF
	BraillePatternDots678                                                      rune = 0x28E0
	BraillePatternDots1678                                                     rune = 0x28E1
	BraillePatternDots2678                                                     rune = 0x28E2
	BraillePatternDots12678                                                    rune = 0x28E3
	BraillePatternDots3678                                                     rune = 0x28E4
	BraillePatternDots13678                                                    rune = 0x28E5
	BraillePatternDots23678                                                    rune = 0x28E6
	BraillePatternDots123678                                                   rune = 0x28E7
	BraillePatternDots4678                                                     rune = 0x28E8
	BraillePatternDots14678                                                    rune = 0x28E9
	BraillePatternDots24678                                                    rune = 0x28EA
	BraillePatternDots124678                                                   rune = 0x28EB
	BraillePatternDots34678                                                    rune = 0x28EC
	BraillePatternDots134678                                                   rune = 0x28ED
	BraillePatternDots234678                                                   rune = 0x28EE
	BraillePatternDots1234678                                                  rune = 0x28EF
	BraillePatternDots5678                                                     rune = 0x28F0
	BraillePatternDots15678                                                    rune = 0x28F1
	BraillePatternDots25678                                                    rune = 0x28F2
	BraillePatternDots125678                                                   rune = 0x28F3
	BraillePatternDots35678                                                    rune = 0x28F4
	BraillePatternDots135678                                                   rune = 0x28F5
	BraillePatternDots235678                                                   rune = 0x28F6
	BraillePatternDots1235678                                                  rune = 0x28F7
	BraillePatternDots45678                                                    rune = 0x28F8
	BraillePatternDots145678                                                   rune = 0x28F9
	BraillePatternDots245678                                                   rune = 0x28FA
	BraillePatternDots1245678                                                  rune = 0x28FB
	BraillePatternDots345678                                                   rune = 0x28FC
	BraillePatternDots1345678                                                  rune = 0x28FD
	BraillePatternDots2345678                                                  rune = 0x28FE
	BraillePatternDots12345678                                                 rune = 0x28FF
	RightwardsTwoHeadedArrowWithVerticalStroke                                 rune = 0x2900
	RightwardsTwoHeadedArrowWithDoubleVerticalStroke                           rune = 0x2901
	LeftwardsDoubleArrowWithVerticalStroke                                     rune = 0x2902
	RightwardsDoubleArrowWithVerticalStroke                                    rune = 0x2903
	LeftRightDoubleArrowWithVerticalStroke                                     rune = 0x2904
	RightwardsTwoHeadedArrowFromBar                                            rune = 0x2905
	LeftwardsDoubleArrowFromBar                                                rune = 0x2906
	RightwardsDoubleArrowFromBar                                               rune = 0x2907
	DownwardsArrowWithHorizontalStroke                                         rune = 0x2908
	UpwardsArrowWithHorizontalStroke                                           rune = 0x2909
	UpwardsTripleArrow                                                         rune = 0x290A
	DownwardsTripleArrow                                                       rune = 0x290B
	LeftwardsDoubleDashArrow                                                   rune = 0x290C
	RightwardsDoubleDashArrow                                                  rune = 0x290D
	LeftwardsTripleDashArrow                                                   rune = 0x290E
	RightwardsTripleDashArrow                                                  rune = 0x290F
	RightwardsTwoHeadedTripleDashArrow                                         rune = 0x2910
	RightwardsArrowWithDottedStem                                              rune = 0x2911
	UpwardsArrowToBar                                                          rune = 0x2912
	DownwardsArrowToBar                                                        rune = 0x2913
	RightwardsArrowWithTailWithVerticalStroke                                  rune = 0x2914
	RightwardsArrowWithTailWithDoubleVerticalStroke                            rune = 0x2915
	RightwardsTwoHeadedArrowWithTail                                           rune = 0x2916
	RightwardsTwoHeadedArrowWithTailWithVerticalStroke                         rune = 0x2917
	RightwardsTwoHeadedArrowWithTailWithDoubleVerticalStroke                   rune = 0x2918
	LeftwardsArrowTail                                                         rune = 0x2919
	RightwardsArrowTail                                                        rune = 0x291A
	LeftwardsDoubleArrowTail                                                   rune = 0x291B
	RightwardsDoubleArrowTail                                                  rune = 0x291C
	LeftwardsArrowToBlackDiamond                                               rune = 0x291D
	RightwardsArrowToBlackDiamond                                              rune = 0x291E
	LeftwardsArrowFromBarToBlackDiamond                                        rune = 0x291F
	RightwardsArrowFromBarToBlackDiamond                                       rune = 0x2920
	NorthWestAndSouthEastArrow                                                 rune = 0x2921
	NorthEastAndSouthWestArrow                                                 rune = 0x2922
	NorthWestArrowWithHook                                                     rune = 0x2923
	NorthEastArrowWithHook                                                     rune = 0x2924
	SouthEastArrowWithHook                                                     rune = 0x2925
	SouthWestArrowWithHook                                                     rune = 0x2926
	NorthWestArrowAndNorthEastArrow                                            rune = 0x2927
	NorthEastArrowAndSouthEastArrow                                            rune = 0x2928
	SouthEastArrowAndSouthWestArrow                                            rune = 0x2929
	SouthWestArrowAndNorthWestArrow                                            rune = 0x292A
	RisingDiagonalCrossingFallingDiagonal                                      rune = 0x292B
	FallingDiagonalCrossingRisingDiagonal                                      rune = 0x292C
	SouthEastArrowCrossingNorthEastArrow                                       rune = 0x292D
	NorthEastArrowCrossingSouthEastArrow                                       rune = 0x292E
	FallingDiagonalCrossingNorthEastArrow                                      rune = 0x292F
	RisingDiagonalCrossingSouthEastArrow                                       rune = 0x2930
	NorthEastArrowCrossingNorthWestArrow                                       rune = 0x2931
	NorthWestArrowCrossingNorthEastArrow                                       rune = 0x2932
	WaveArrowPointingDirectlyRight                                             rune = 0x2933
	ArrowPointingRightwardsThenCurvingUpwards                                  rune = 0x2934
	ArrowPointingRightwardsThenCurvingDownwards                                rune = 0x2935
	ArrowPointingDownwardsThenCurvingLeftwards                                 rune = 0x2936
	ArrowPointingDownwardsThenCurvingRightwards                                rune = 0x2937
	RightSideArcClockwiseArrow                                                 rune = 0x2938
	LeftSideArcAnticlockwiseArrow                                              rune = 0x2939
	TopArcAnticlockwiseArrow                                                   rune = 0x293A
	BottomArcAnticlockwiseArrow                                                rune = 0x293B
	TopArcClockwiseArrowWithMinus                                              rune = 0x293C
	TopArcAnticlockwiseArrowWithPlus                                           rune = 0x293D
	LowerRightSemicircularClockwiseArrow                                       rune = 0x293E
	LowerLeftSemicircularAnticlockwiseArrow                                    rune = 0x293F
	AnticlockwiseClosedCircleArrow                                             rune = 0x2940
	ClockwiseClosedCircleArrow                                                 rune = 0x2941
	RightwardsArrowAboveShortLeftwardsArrow                                    rune = 0x2942
	LeftwardsArrowAboveShortRightwardsArrow                                    rune = 0x2943
	ShortRightwardsArrowAboveLeftwardsArrow                                    rune = 0x2944
	RightwardsArrowWithPlusBelow                                               rune = 0x2945
	LeftwardsArrowWithPlusBelow                                                rune = 0x2946
	RightwardsArrowThroughX                                                    rune = 0x2947
	LeftRightArrowThroughSmallCircle                                           rune = 0x2948
	UpwardsTwoHeadedArrowFromSmallCircle                                       rune = 0x2949
	LeftBarbUpRightBarbDownHarpoon                                             rune = 0x294A
	LeftBarbDownRightBarbUpHarpoon                                             rune = 0x294B
	UpBarbRightDownBarbLeftHarpoon                                             rune = 0x294C
	UpBarbLeftDownBarbRightHarpoon                                             rune = 0x294D
	LeftBarbUpRightBarbUpHarpoon                                               rune = 0x294E
	UpBarbRightDownBarbRightHarpoon                                            rune = 0x294F
	LeftBarbDownRightBarbDownHarpoon                                           rune = 0x2950
	UpBarbLeftDownBarbLeftHarpoon                                              rune = 0x2951
	LeftwardsHarpoonWithBarbUpToBar                                            rune = 0x2952
	RightwardsHarpoonWithBarbUpToBar                                           rune = 0x2953
	UpwardsHarpoonWithBarbRightToBar                                           rune = 0x2954
	DownwardsHarpoonWithBarbRightToBar                                         rune = 0x2955
	LeftwardsHarpoonWithBarbDownToBar                                          rune = 0x2956
	RightwardsHarpoonWithBarbDownToBar                                         rune = 0x2957
	UpwardsHarpoonWithBarbLeftToBar                                            rune = 0x2958
	DownwardsHarpoonWithBarbLeftToBar                                          rune = 0x2959
	LeftwardsHarpoonWithBarbUpFromBar                                          rune = 0x295A
	RightwardsHarpoonWithBarbUpFromBar                                         rune = 0x295B
	UpwardsHarpoonWithBarbRightFromBar                                         rune = 0x295C
	DownwardsHarpoonWithBarbRightFromBar                                       rune = 0x295D
	LeftwardsHarpoonWithBarbDownFromBar                                        rune = 0x295E
	RightwardsHarpoonWithBarbDownFromBar                                       rune = 0x295F
	UpwardsHarpoonWithBarbLeftFromBar                                          rune = 0x2960
	DownwardsHarpoonWithBarbLeftFromBar                                        rune = 0x2961
	LeftwardsHarpoonWithBarbUpAboveLeftwardsHarpoonWithBarbDown                rune = 0x2962
	UpwardsHarpoonWithBarbLeftBesideUpwardsHarpoonWithBarbRight                rune = 0x2963
	RightwardsHarpoonWithBarbUpAboveRightwardsHarpoonWithBarbDown              rune = 0x2964
	DownwardsHarpoonWithBarbLeftBesideDownwardsHarpoonWithBarbRight            rune = 0x2965
	LeftwardsHarpoonWithBarbUpAboveRightwardsHarpoonWithBarbUp                 rune = 0x2966
	LeftwardsHarpoonWithBarbDownAboveRightwardsHarpoonWithBarbDown             rune = 0x2967
	RightwardsHarpoonWithBarbUpAboveLeftwardsHarpoonWithBarbUp                 rune = 0x2968
	RightwardsHarpoonWithBarbDownAboveLeftwardsHarpoonWithBarbDown             rune = 0x2969
	LeftwardsHarpoonWithBarbUpAboveLongDash                                    rune = 0x296A
	LeftwardsHarpoonWithBarbDownBelowLongDash                                  rune = 0x296B
	RightwardsHarpoonWithBarbUpAboveLongDash                                   rune = 0x296C
	RightwardsHarpoonWithBarbDownBelowLongDash                                 rune = 0x296D
	UpwardsHarpoonWithBarbLeftBesideDownwardsHarpoonWithBarbRight              rune = 0x296E
	DownwardsHarpoonWithBarbLeftBesideUpwardsHarpoonWithBarbRight              rune = 0x296F
	RightDoubleArrowWithRoundedHead                                            rune = 0x2970
	EqualsSignAboveRightwardsArrow                                             rune = 0x2971
	TildeOperatorAboveRightwardsArrow                                          rune = 0x2972
	LeftwardsArrowAboveTildeOperator                                           rune = 0x2973
	RightwardsArrowAboveTildeOperator                                          rune = 0x2974
	RightwardsArrowAboveAlmostEqualTo                                          rune = 0x2975
	LessThanAboveLeftwardsArrow                                                rune = 0x2976
	LeftwardsArrowThroughLessThan                                              rune = 0x2977
	GreaterThanAboveRightwardsArrow                                            rune = 0x2978
	SubsetAboveRightwardsArrow                                                 rune = 0x2979
	LeftwardsArrowThroughSubset                                                rune = 0x297A
	SupersetAboveLeftwardsArrow                                                rune = 0x297B
	LeftFishTail                                                               rune = 0x297C
	RightFishTail                                                              rune = 0x297D
	UpFishTail                                                                 rune = 0x297E
	DownFishTail                                                               rune = 0x297F
	TripleVerticalBarDelimiter                                                 rune = 0x2980
	ZNotationSpot                                                              rune = 0x2981
	ZNotationTypeColon                                                         rune = 0x2982
	LeftWhiteCurlyBracket                                                      rune = 0x2983
	RightWhiteCurlyBracket                                                     rune = 0x2984
	LeftWhiteParenthesis                                                       rune = 0x2985
	RightWhiteParenthesis                                                      rune = 0x2986
	ZNotationLeftImageBracket                                                  rune = 0x2987
	ZNotationRightImageBracket                                                 rune = 0x2988
	ZNotationLeftBindingBracket                                                rune = 0x2989
	ZNotationRightBindingBracket                                               rune = 0x298A
	LeftSquareBracketWithUnderbar                                              rune = 0x298B
	RightSquareBracketWithUnderbar                                             rune = 0x298C
	LeftSquareBracketWithTickInTopCorner                                       rune = 0x298D
	RightSquareBracketWithTickInBottomCorner                                   rune = 0x298E
	LeftSquareBracketWithTickInBottomCorner                                    rune = 0x298F
	RightSquareBracketWithTickInTopCorner                                      rune = 0x2990
	LeftAngleBracketWithDot                                                    rune = 0x2991
	RightAngleBracketWithDot                                                   rune = 0x2992
	LeftArcLessThanBracket                                                     rune = 0x2993
	RightArcGreaterThanBracket                                                 rune = 0x2994
	DoubleLeftArcGreaterThanBracket                                            rune = 0x2995
	DoubleRightArcLessThanBracket                                              rune = 0x2996
	LeftBlackTortoiseShellBracket                                              rune = 0x2997
	RightBlackTortoiseShellBracket                                             rune = 0x2998
	DottedFence                                                                rune = 0x2999
	VerticalZigzagLine                                                         rune = 0x299A
	MeasuredAngleOpeningLeft                                                   rune = 0x299B
	RightAngleVariantWithSquare                                                rune = 0x299C
	MeasuredRightAngleWithDot                                                  rune = 0x299D
	AngleWithSInside                                                           rune = 0x299E
	AcuteAngle                                                                 rune = 0x299F
	SphericalAngleOpeningLeft                                                  rune = 0x29A0
	SphericalAngleOpeningUp                                                    rune = 0x29A1
	TurnedAngle                                                                rune = 0x29A2
	ReversedAngle                                                              rune = 0x29A3
	AngleWithUnderbar                                                          rune = 0x29A4
	ReversedAngleWithUnderbar                                                  rune = 0x29A5
	ObliqueAngleOpeningUp                                                      rune = 0x29A6
	ObliqueAngleOpeningDown                                                    rune = 0x29A7
	MeasuredAngleWithOpenArmEndingInArrowPointingUpAndRight                    rune = 0x29A8
	MeasuredAngleWithOpenArmEndingInArrowPointingUpAndLeft                     rune = 0x29A9
	MeasuredAngleWithOpenArmEndingInArrowPointingDownAndRight                  rune = 0x29AA
	MeasuredAngleWithOpenArmEndingInArrowPointingDownAndLeft                   rune = 0x29AB
	MeasuredAngleWithOpenArmEndingInArrowPointingRightAndUp                    rune = 0x29AC
	MeasuredAngleWithOpenArmEndingInArrowPointingLeftAndUp                     rune = 0x29AD
	MeasuredAngleWithOpenArmEndingInArrowPointingRightAndDown                  rune = 0x29AE
	MeasuredAngleWithOpenArmEndingInArrowPointingLeftAndDown                   rune = 0x29AF
	ReversedEmptySet                                                           rune = 0x29B0
	EmptySetWithOverbar                                                        rune = 0x29B1
	EmptySetWithSmallCircleAbove                                               rune = 0x29B2
	EmptySetWithRightArrowAbove                                                rune = 0x29B3
	EmptySetWithLeftArrowAbove                                                 rune = 0x29B4
	CircleWithHorizontalBar                                                    rune = 0x29B5
	CircledVerticalBar                                                         rune = 0x29B6
	CircledParallel                                                            rune = 0x29B7
	CircledReverseSolidus                                                      rune = 0x29B8
	CircledPerpendicular                                                       rune = 0x29B9
	CircleDividedByHorizontalBarAndTopHalfDividedByVerticalBar                 rune = 0x29BA
	CircleWithSuperimposedX                                                    rune = 0x29BB
	CircledAnticlockwiseRotatedDivisionSign                                    rune = 0x29BC
	UpArrowThroughCircle                                                       rune = 0x29BD
	CircledWhiteBullet                                                         rune = 0x29BE
	CircledBullet                                                              rune = 0x29BF
	CircledLessThan                                                            rune = 0x29C0
	CircledGreaterThan                                                         rune = 0x29C1
	CircleWithSmallCircleToTheRight                                            rune = 0x29C2
	CircleWithTwoHorizontalStrokesToTheRight                                   rune = 0x29C3
	SquaredRisingDiagonalSlash                                                 rune = 0x29C4
	SquaredFallingDiagonalSlash                                                rune = 0x29C5
	SquaredAsterisk                                                            rune = 0x29C6
	SquaredSmallCircle                                                         rune = 0x29C7
	SquaredSquare                                                              rune = 0x29C8
	TwoJoinedSquares                                                           rune = 0x29C9
	TriangleWithDotAbove                                                       rune = 0x29CA
	TriangleWithUnderbar                                                       rune = 0x29CB
	SInTriangle                                                                rune = 0x29CC
	TriangleWithSerifsAtBottom                                                 rune = 0x29CD
	RightTriangleAboveLeftTriangle                                             rune = 0x29CE
	LeftTriangleBesideVerticalBar                                              rune = 0x29CF
	VerticalBarBesideRightTriangle                                             rune = 0x29D0
	BowtieWithLeftHalfBlack                                                    rune = 0x29D1
	BowtieWithRightHalfBlack                                                   rune = 0x29D2
	BlackBowtie                                                                rune = 0x29D3
	TimesWithLeftHalfBlack                                                     rune = 0x29D4
	TimesWithRightHalfBlack                                                    rune = 0x29D5
	WhiteHourglass                                                             rune = 0x29D6
	BlackHourglass                                                             rune = 0x29D7
	LeftWigglyFence                                                            rune = 0x29D8
	RightWigglyFence                                                           rune = 0x29D9
	LeftDoubleWigglyFence                                                      rune = 0x29DA
	RightDoubleWigglyFence                                                     rune = 0x29DB
	IncompleteInfinity                                                         rune = 0x29DC
	TieOverInfinity                                                            rune = 0x29DD
	InfinityNegatedWithVerticalBar                                             rune = 0x29DE
	DoubleEndedMultimap                                                        rune = 0x29DF
	SquareWithContouredOutline                                                 rune = 0x29E0
	IncreasesAs                                                                rune = 0x29E1
	ShuffleProduct                                                             rune = 0x29E2
	EqualsSignAndSlantedParallel                                               rune = 0x29E3
	EqualsSignAndSlantedParallelWithTildeAbove                                 rune = 0x29E4
	IdenticalToAndSlantedParallel                                              rune = 0x29E5
	GleichStark                                                                rune = 0x29E6
	THERMODYNAMIC                                                              rune = 0x29E7
	DownPointingTriangleWithLeftHalfBlack                                      rune = 0x29E8
	DownPointingTriangleWithRightHalfBlack                                     rune = 0x29E9
	BlackDiamondWithDownArrow                                                  rune = 0x29EA
	BlackLozenge                                                               rune = 0x29EB
	WhiteCircleWithDownArrow                                                   rune = 0x29EC
	BlackCircleWithDownArrow                                                   rune = 0x29ED
	ErrorBarredWhiteSquare                                                     rune = 0x29EE
	ErrorBarredBlackSquare                                                     rune = 0x29EF
	ErrorBarredWhiteDiamond                                                    rune = 0x29F0
	ErrorBarredBlackDiamond                                                    rune = 0x29F1
	ErrorBarredWhiteCircle                                                     rune = 0x29F2
	ErrorBarredBlackCircle                                                     rune = 0x29F3
	RuleDelayed                                                                rune = 0x29F4
	ReverseSolidusOperator                                                     rune = 0x29F5
	SolidusWithOverbar                                                         rune = 0x29F6
	ReverseSolidusWithHorizontalStroke                                         rune = 0x29F7
	BigSolidus                                                                 rune = 0x29F8
	BigReverseSolidus                                                          rune = 0x29F9
	DoublePlus                                                                 rune = 0x29FA
	TriplePlus                                                                 rune = 0x29FB
	LeftPointingCurvedAngleBracket                                             rune = 0x29FC
	RightPointingCurvedAngleBracket                                            rune = 0x29FD
	TINY                                                                       rune = 0x29FE
	MINY                                                                       rune = 0x29FF
	NAryCircledDotOperator                                                     rune = 0x2A00
	NAryCircledPlusOperator                                                    rune = 0x2A01
	NAryCircledTimesOperator                                                   rune = 0x2A02
	NAryUnionOperatorWithDot                                                   rune = 0x2A03
	NAryUnionOperatorWithPlus                                                  rune = 0x2A04
	NArySquareIntersectionOperator                                             rune = 0x2A05
	NArySquareUnionOperator                                                    rune = 0x2A06
	TwoLogicalAndOperator                                                      rune = 0x2A07
	TwoLogicalOrOperator                                                       rune = 0x2A08
	NAryTimesOperator                                                          rune = 0x2A09
	ModuloTwoSum                                                               rune = 0x2A0A
	SummationWithIntegral                                                      rune = 0x2A0B
	QuadrupleIntegralOperator                                                  rune = 0x2A0C
	FinitePartIntegral                                                         rune = 0x2A0D
	IntegralWithDoubleStroke                                                   rune = 0x2A0E
	IntegralAverageWithSlash                                                   rune = 0x2A0F
	CirculationFunction                                                        rune = 0x2A10
	AnticlockwiseIntegration                                                   rune = 0x2A11
	LineIntegrationWithRectangularPathAroundPole                               rune = 0x2A12
	LineIntegrationWithSemicircularPathAroundPole                              rune = 0x2A13
	LineIntegrationNotIncludingThePole                                         rune = 0x2A14
	IntegralAroundAPointOperator                                               rune = 0x2A15
	QuaternionIntegralOperator                                                 rune = 0x2A16
	IntegralWithLeftwardsArrowWithHook                                         rune = 0x2A17
	IntegralWithTimesSign                                                      rune = 0x2A18
	IntegralWithIntersection                                                   rune = 0x2A19
	IntegralWithUnion                                                          rune = 0x2A1A
	IntegralWithOverbar                                                        rune = 0x2A1B
	IntegralWithUnderbar                                                       rune = 0x2A1C
	JOIN                                                                       rune = 0x2A1D
	LargeLeftTriangleOperator                                                  rune = 0x2A1E
	ZNotationSchemaComposition                                                 rune = 0x2A1F
	ZNotationSchemaPiping                                                      rune = 0x2A20
	ZNotationSchemaProjection                                                  rune = 0x2A21
	PlusSignWithSmallCircleAbove                                               rune = 0x2A22
	PlusSignWithCircumflexAccentAbove                                          rune = 0x2A23
	PlusSignWithTildeAbove                                                     rune = 0x2A24
	PlusSignWithDotBelow                                                       rune = 0x2A25
	PlusSignWithTildeBelow                                                     rune = 0x2A26
	PlusSignWithSubscriptTwo                                                   rune = 0x2A27
	PlusSignWithBlackTriangle                                                  rune = 0x2A28
	MinusSignWithCommaAbove                                                    rune = 0x2A29
	MinusSignWithDotBelow                                                      rune = 0x2A2A
	MinusSignWithFallingDots                                                   rune = 0x2A2B
	MinusSignWithRisingDots                                                    rune = 0x2A2C
	PlusSignInLeftHalfCircle                                                   rune = 0x2A2D
	PlusSignInRightHalfCircle                                                  rune = 0x2A2E
	VectorOrCrossProduct                                                       rune = 0x2A2F
	MultiplicationSignWithDotAbove                                             rune = 0x2A30
	MultiplicationSignWithUnderbar                                             rune = 0x2A31
	SemidirectProductWithBottomClosed                                          rune = 0x2A32
	SmashProduct                                                               rune = 0x2A33
	MultiplicationSignInLeftHalfCircle                                         rune = 0x2A34
	MultiplicationSignInRightHalfCircle                                        rune = 0x2A35
	CircledMultiplicationSignWithCircumflexAccent                              rune = 0x2A36
	MultiplicationSignInDoubleCircle                                           rune = 0x2A37
	CircledDivisionSign                                                        rune = 0x2A38
	PlusSignInTriangle                                                         rune = 0x2A39
	MinusSignInTriangle                                                        rune = 0x2A3A
	MultiplicationSignInTriangle                                               rune = 0x2A3B
	InteriorProduct                                                            rune = 0x2A3C
	RighthandInteriorProduct                                                   rune = 0x2A3D
	ZNotationRelationalComposition                                             rune = 0x2A3E
	AmalgamationOrCoproduct                                                    rune = 0x2A3F
	IntersectionWithDot                                                        rune = 0x2A40
	UnionWithMinusSign                                                         rune = 0x2A41
	UnionWithOverbar                                                           rune = 0x2A42
	IntersectionWithOverbar                                                    rune = 0x2A43
	IntersectionWithLogicalAnd                                                 rune = 0x2A44
	UnionWithLogicalOr                                                         rune = 0x2A45
	UnionAboveIntersection                                                     rune = 0x2A46
	IntersectionAboveUnion                                                     rune = 0x2A47
	UnionAboveBarAboveIntersection                                             rune = 0x2A48
	IntersectionAboveBarAboveUnion                                             rune = 0x2A49
	UnionBesideAndJoinedWithUnion                                              rune = 0x2A4A
	IntersectionBesideAndJoinedWithIntersection                                rune = 0x2A4B
	ClosedUnionWithSerifs                                                      rune = 0x2A4C
	ClosedIntersectionWithSerifs                                               rune = 0x2A4D
	DoubleSquareIntersection                                                   rune = 0x2A4E
	DoubleSquareUnion                                                          rune = 0x2A4F
	ClosedUnionWithSerifsAndSmashProduct                                       rune = 0x2A50
	LogicalAndWithDotAbove                                                     rune = 0x2A51
	LogicalOrWithDotAbove                                                      rune = 0x2A52
	DoubleLogicalAnd                                                           rune = 0x2A53
	DoubleLogicalOr                                                            rune = 0x2A54
	TwoIntersectingLogicalAnd                                                  rune = 0x2A55
	TwoIntersectingLogicalOr                                                   rune = 0x2A56
	SlopingLargeOr                                                             rune = 0x2A57
	SlopingLargeAnd                                                            rune = 0x2A58
	LogicalOrOverlappingLogicalAnd                                             rune = 0x2A59
	LogicalAndWithMiddleStem                                                   rune = 0x2A5A
	LogicalOrWithMiddleStem                                                    rune = 0x2A5B
	LogicalAndWithHorizontalDash                                               rune = 0x2A5C
	LogicalOrWithHorizontalDash                                                rune = 0x2A5D
	LogicalAndWithDoubleOverbar                                                rune = 0x2A5E
	LogicalAndWithUnderbar                                                     rune = 0x2A5F
	LogicalAndWithDoubleUnderbar                                               rune = 0x2A60
	SmallVeeWithUnderbar                                                       rune = 0x2A61
	LogicalOrWithDoubleOverbar                                                 rune = 0x2A62
	LogicalOrWithDoubleUnderbar                                                rune = 0x2A63
	ZNotationDomainAntirestriction                                             rune = 0x2A64
	ZNotationRangeAntirestriction                                              rune = 0x2A65
	EqualsSignWithDotBelow                                                     rune = 0x2A66
	IdenticalWithDotAbove                                                      rune = 0x2A67
	TripleHorizontalBarWithDoubleVerticalStroke                                rune = 0x2A68
	TripleHorizontalBarWithTripleVerticalStroke                                rune = 0x2A69
	TildeOperatorWithDotAbove                                                  rune = 0x2A6A
	TildeOperatorWithRisingDots                                                rune = 0x2A6B
	SimilarMinusSimilar                                                        rune = 0x2A6C
	CongruentWithDotAbove                                                      rune = 0x2A6D
	EqualsWithAsterisk                                                         rune = 0x2A6E
	AlmostEqualToWithCircumflexAccent                                          rune = 0x2A6F
	ApproximatelyEqualOrEqualTo                                                rune = 0x2A70
	EqualsSignAbovePlusSign                                                    rune = 0x2A71
	PlusSignAboveEqualsSign                                                    rune = 0x2A72
	EqualsSignAboveTildeOperator                                               rune = 0x2A73
	DoubleColonEqual                                                           rune = 0x2A74
	TwoConsecutiveEqualsSigns                                                  rune = 0x2A75
	ThreeConsecutiveEqualsSigns                                                rune = 0x2A76
	EqualsSignWithTwoDotsAboveAndTwoDotsBelow                                  rune = 0x2A77
	EquivalentWithFourDotsAbove                                                rune = 0x2A78
	LessThanWithCircleInside                                                   rune = 0x2A79
	GreaterThanWithCircleInside                                                rune = 0x2A7A
	LessThanWithQuestionMarkAbove                                              rune = 0x2A7B
	GreaterThanWithQuestionMarkAbove                                           rune = 0x2A7C
	LessThanOrSlantedEqualTo                                                   rune = 0x2A7D
	GreaterThanOrSlantedEqualTo                                                rune = 0x2A7E
	LessThanOrSlantedEqualToWithDotInside                                      rune = 0x2A7F
	GreaterThanOrSlantedEqualToWithDotInside                                   rune = 0x2A80
	LessThanOrSlantedEqualToWithDotAbove                                       rune = 0x2A81
	GreaterThanOrSlantedEqualToWithDotAbove                                    rune = 0x2A82
	LessThanOrSlantedEqualToWithDotAboveRight                                  rune = 0x2A83
	GreaterThanOrSlantedEqualToWithDotAboveLeft                                rune = 0x2A84
	LessThanOrApproximate                                                      rune = 0x2A85
	GreaterThanOrApproximate                                                   rune = 0x2A86
	LessThanAndSingleLineNotEqualTo                                            rune = 0x2A87
	GreaterThanAndSingleLineNotEqualTo                                         rune = 0x2A88
	LessThanAndNotApproximate                                                  rune = 0x2A89
	GreaterThanAndNotApproximate                                               rune = 0x2A8A
	LessThanAboveDoubleLineEqualAboveGreaterThan                               rune = 0x2A8B
	GreaterThanAboveDoubleLineEqualAboveLessThan                               rune = 0x2A8C
	LessThanAboveSimilarOrEqual                                                rune = 0x2A8D
	GreaterThanAboveSimilarOrEqual                                             rune = 0x2A8E
	LessThanAboveSimilarAboveGreaterThan                                       rune = 0x2A8F
	GreaterThanAboveSimilarAboveLessThan                                       rune = 0x2A90
	LessThanAboveGreaterThanAboveDoubleLineEqual                               rune = 0x2A91
	GreaterThanAboveLessThanAboveDoubleLineEqual                               rune = 0x2A92
	LessThanAboveSlantedEqualAboveGreaterThanAboveSlantedEqual                 rune = 0x2A93
	GreaterThanAboveSlantedEqualAboveLessThanAboveSlantedEqual                 rune = 0x2A94
	SlantedEqualToOrLessThan                                                   rune = 0x2A95
	SlantedEqualToOrGreaterThan                                                rune = 0x2A96
	SlantedEqualToOrLessThanWithDotInside                                      rune = 0x2A97
	SlantedEqualToOrGreaterThanWithDotInside                                   rune = 0x2A98
	DoubleLineEqualToOrLessThan                                                rune = 0x2A99
	DoubleLineEqualToOrGreaterThan                                             rune = 0x2A9A
	DoubleLineSlantedEqualToOrLessThan                                         rune = 0x2A9B
	DoubleLineSlantedEqualToOrGreaterThan                                      rune = 0x2A9C
	SimilarOrLessThan                                                          rune = 0x2A9D
	SimilarOrGreaterThan                                                       rune = 0x2A9E
	SimilarAboveLessThanAboveEqualsSign                                        rune = 0x2A9F
	SimilarAboveGreaterThanAboveEqualsSign                                     rune = 0x2AA0
	DoubleNestedLessThan                                                       rune = 0x2AA1
	DoubleNestedGreaterThan                                                    rune = 0x2AA2
	DoubleNestedLessThanWithUnderbar                                           rune = 0x2AA3
	GreaterThanOverlappingLessThan                                             rune = 0x2AA4
	GreaterThanBesideLessThan                                                  rune = 0x2AA5
	LessThanClosedByCurve                                                      rune = 0x2AA6
	GreaterThanClosedByCurve                                                   rune = 0x2AA7
	LessThanClosedByCurveAboveSlantedEqual                                     rune = 0x2AA8
	GreaterThanClosedByCurveAboveSlantedEqual                                  rune = 0x2AA9
	SmallerThan                                                                rune = 0x2AAA
	LargerThan                                                                 rune = 0x2AAB
	SmallerThanOrEqualTo                                                       rune = 0x2AAC
	LargerThanOrEqualTo                                                        rune = 0x2AAD
	EqualsSignWithBumpyAbove                                                   rune = 0x2AAE
	PrecedesAboveSingleLineEqualsSign                                          rune = 0x2AAF
	SucceedsAboveSingleLineEqualsSign                                          rune = 0x2AB0
	PrecedesAboveSingleLineNotEqualTo                                          rune = 0x2AB1
	SucceedsAboveSingleLineNotEqualTo                                          rune = 0x2AB2
	PrecedesAboveEqualsSign                                                    rune = 0x2AB3
	SucceedsAboveEqualsSign                                                    rune = 0x2AB4
	PrecedesAboveNotEqualTo                                                    rune = 0x2AB5
	SucceedsAboveNotEqualTo                                                    rune = 0x2AB6
	PrecedesAboveAlmostEqualTo                                                 rune = 0x2AB7
	SucceedsAboveAlmostEqualTo                                                 rune = 0x2AB8
	PrecedesAboveNotAlmostEqualTo                                              rune = 0x2AB9
	SucceedsAboveNotAlmostEqualTo                                              rune = 0x2ABA
	DoublePrecedes                                                             rune = 0x2ABB
	DoubleSucceeds                                                             rune = 0x2ABC
	SubsetWithDot                                                              rune = 0x2ABD
	SupersetWithDot                                                            rune = 0x2ABE
	SubsetWithPlusSignBelow                                                    rune = 0x2ABF
	SupersetWithPlusSignBelow                                                  rune = 0x2AC0
	SubsetWithMultiplicationSignBelow                                          rune = 0x2AC1
	SupersetWithMultiplicationSignBelow                                        rune = 0x2AC2
	SubsetOfOrEqualToWithDotAbove                                              rune = 0x2AC3
	SupersetOfOrEqualToWithDotAbove                                            rune = 0x2AC4
	SubsetOfAboveEqualsSign                                                    rune = 0x2AC5
	SupersetOfAboveEqualsSign                                                  rune = 0x2AC6
	SubsetOfAboveTildeOperator                                                 rune = 0x2AC7
	SupersetOfAboveTildeOperator                                               rune = 0x2AC8
	SubsetOfAboveAlmostEqualTo                                                 rune = 0x2AC9
	SupersetOfAboveAlmostEqualTo                                               rune = 0x2ACA
	SubsetOfAboveNotEqualTo                                                    rune = 0x2ACB
	SupersetOfAboveNotEqualTo                                                  rune = 0x2ACC
	SquareLeftOpenBoxOperator                                                  rune = 0x2ACD
	SquareRightOpenBoxOperator                                                 rune = 0x2ACE
	ClosedSubset                                                               rune = 0x2ACF
	ClosedSuperset                                                             rune = 0x2AD0
	ClosedSubsetOrEqualTo                                                      rune = 0x2AD1
	ClosedSupersetOrEqualTo                                                    rune = 0x2AD2
	SubsetAboveSuperset                                                        rune = 0x2AD3
	SupersetAboveSubset                                                        rune = 0x2AD4
	SubsetAboveSubset                                                          rune = 0x2AD5
	SupersetAboveSuperset                                                      rune = 0x2AD6
	SupersetBesideSubset                                                       rune = 0x2AD7
	SupersetBesideAndJoinedByDashWithSubset                                    rune = 0x2AD8
	ElementOfOpeningDownwards                                                  rune = 0x2AD9
	PitchforkWithTeeTop                                                        rune = 0x2ADA
	TransversalIntersection                                                    rune = 0x2ADB
	FORKING                                                                    rune = 0x2ADC
	NONFORKING                                                                 rune = 0x2ADD
	ShortLeftTack                                                              rune = 0x2ADE
	ShortDownTack                                                              rune = 0x2ADF
	ShortUpTack                                                                rune = 0x2AE0
	PerpendicularWithS                                                         rune = 0x2AE1
	VerticalBarTripleRightTurnstile                                            rune = 0x2AE2
	DoubleVerticalBarLeftTurnstile                                             rune = 0x2AE3
	VerticalBarDoubleLeftTurnstile                                             rune = 0x2AE4
	DoubleVerticalBarDoubleLeftTurnstile                                       rune = 0x2AE5
	LongDashFromLeftMemberOfDoubleVertical                                     rune = 0x2AE6
	ShortDownTackWithOverbar                                                   rune = 0x2AE7
	ShortUpTackWithUnderbar                                                    rune = 0x2AE8
	ShortUpTackAboveShortDownTack                                              rune = 0x2AE9
	DoubleDownTack                                                             rune = 0x2AEA
	DoubleUpTack                                                               rune = 0x2AEB
	DoubleStrokeNotSign                                                        rune = 0x2AEC
	ReversedDoubleStrokeNotSign                                                rune = 0x2AED
	DoesNotDivideWithReversedNegationSlash                                     rune = 0x2AEE
	VerticalLineWithCircleAbove                                                rune = 0x2AEF
	VerticalLineWithCircleBelow                                                rune = 0x2AF0
	DownTackWithCircleBelow                                                    rune = 0x2AF1
	ParallelWithHorizontalStroke                                               rune = 0x2AF2
	ParallelWithTildeOperator                                                  rune = 0x2AF3
	TripleVerticalBarBinaryRelation                                            rune = 0x2AF4
	TripleVerticalBarWithHorizontalStroke                                      rune = 0x2AF5
	TripleColonOperator                                                        rune = 0x2AF6
	TripleNestedLessThan                                                       rune = 0x2AF7
	TripleNestedGreaterThan                                                    rune = 0x2AF8
	DoubleLineSlantedLessThanOrEqualTo                                         rune = 0x2AF9
	DoubleLineSlantedGreaterThanOrEqualTo                                      rune = 0x2AFA
	TripleSolidusBinaryRelation                                                rune = 0x2AFB
	LargeTripleVerticalBarOperator                                             rune = 0x2AFC
	DoubleSolidusOperator                                                      rune = 0x2AFD
	WhiteVerticalBar                                                           rune = 0x2AFE
	NAryWhiteVerticalBar                                                       rune = 0x2AFF
	NorthEastWhiteArrow                                                        rune = 0x2B00
	NorthWestWhiteArrow                                                        rune = 0x2B01
	SouthEastWhiteArrow                                                        rune = 0x2B02
	SouthWestWhiteArrow                                                        rune = 0x2B03
	LeftRightWhiteArrow                                                        rune = 0x2B04
	LeftwardsBlackArrow                                                        rune = 0x2B05
	UpwardsBlackArrow                                                          rune = 0x2B06
	DownwardsBlackArrow                                                        rune = 0x2B07
	NorthEastBlackArrow                                                        rune = 0x2B08
	NorthWestBlackArrow                                                        rune = 0x2B09
	SouthEastBlackArrow                                                        rune = 0x2B0A
	SouthWestBlackArrow                                                        rune = 0x2B0B
	LeftRightBlackArrow                                                        rune = 0x2B0C
	UpDownBlackArrow                                                           rune = 0x2B0D
	RightwardsArrowWithTipDownwards                                            rune = 0x2B0E
	RightwardsArrowWithTipUpwards                                              rune = 0x2B0F
	LeftwardsArrowWithTipDownwards                                             rune = 0x2B10
	LeftwardsArrowWithTipUpwards                                               rune = 0x2B11
	SquareWithTopHalfBlack                                                     rune = 0x2B12
	SquareWithBottomHalfBlack                                                  rune = 0x2B13
	SquareWithUpperRightDiagonalHalfBlack                                      rune = 0x2B14
	SquareWithLowerLeftDiagonalHalfBlack                                       rune = 0x2B15
	DiamondWithLeftHalfBlack                                                   rune = 0x2B16
	DiamondWithRightHalfBlack                                                  rune = 0x2B17
	DiamondWithTopHalfBlack                                                    rune = 0x2B18
	DiamondWithBottomHalfBlack                                                 rune = 0x2B19
	DottedSquare                                                               rune = 0x2B1A
	BlackLargeSquare                                                           rune = 0x2B1B
	WhiteLargeSquare                                                           rune = 0x2B1C
	BlackVerySmallSquare                                                       rune = 0x2B1D
	WhiteVerySmallSquare                                                       rune = 0x2B1E
	BlackPentagon                                                              rune = 0x2B1F
	WhitePentagon                                                              rune = 0x2B20
	WhiteHexagon                                                               rune = 0x2B21
	BlackHexagon                                                               rune = 0x2B22
	HorizontalBlackHexagon                                                     rune = 0x2B23
	BlackLargeCircle                                                           rune = 0x2B24
	BlackMediumDiamond                                                         rune = 0x2B25
	WhiteMediumDiamond                                                         rune = 0x2B26
	BlackMediumLozenge                                                         rune = 0x2B27
	WhiteMediumLozenge                                                         rune = 0x2B28
	BlackSmallDiamond                                                          rune = 0x2B29
	BlackSmallLozenge                                                          rune = 0x2B2A
	WhiteSmallLozenge                                                          rune = 0x2B2B
	BlackHorizontalEllipse                                                     rune = 0x2B2C
	WhiteHorizontalEllipse                                                     rune = 0x2B2D
	BlackVerticalEllipse                                                       rune = 0x2B2E
	WhiteVerticalEllipse                                                       rune = 0x2B2F
	LeftArrowWithSmallCircle                                                   rune = 0x2B30
	ThreeLeftwardsArrows                                                       rune = 0x2B31
	LeftArrowWithCircledPlus                                                   rune = 0x2B32
	LongLeftwardsSquiggleArrow                                                 rune = 0x2B33
	LeftwardsTwoHeadedArrowWithVerticalStroke                                  rune = 0x2B34
	LeftwardsTwoHeadedArrowWithDoubleVerticalStroke                            rune = 0x2B35
	LeftwardsTwoHeadedArrowFromBar                                             rune = 0x2B36
	LeftwardsTwoHeadedTripleDashArrow                                          rune = 0x2B37
	LeftwardsArrowWithDottedStem                                               rune = 0x2B38
	LeftwardsArrowWithTailWithVerticalStroke                                   rune = 0x2B39
	LeftwardsArrowWithTailWithDoubleVerticalStroke                             rune = 0x2B3A
	LeftwardsTwoHeadedArrowWithTail                                            rune = 0x2B3B
	LeftwardsTwoHeadedArrowWithTailWithVerticalStroke                          rune = 0x2B3C
	LeftwardsTwoHeadedArrowWithTailWithDoubleVerticalStroke                    rune = 0x2B3D
	LeftwardsArrowThroughX                                                     rune = 0x2B3E
	WaveArrowPointingDirectlyLeft                                              rune = 0x2B3F
	EqualsSignAboveLeftwardsArrow                                              rune = 0x2B40
	ReverseTildeOperatorAboveLeftwardsArrow                                    rune = 0x2B41
	LeftwardsArrowAboveReverseAlmostEqualTo                                    rune = 0x2B42
	RightwardsArrowThroughGreaterThan                                          rune = 0x2B43
	RightwardsArrowThroughSuperset                                             rune = 0x2B44
	LeftwardsQuadrupleArrow                                                    rune = 0x2B45
	RightwardsQuadrupleArrow                                                   rune = 0x2B46
	ReverseTildeOperatorAboveRightwardsArrow                                   rune = 0x2B47
	RightwardsArrowAboveReverseAlmostEqualTo                                   rune = 0x2B48
	TildeOperatorAboveLeftwardsArrow                                           rune = 0x2B49
	LeftwardsArrowAboveAlmostEqualTo                                           rune = 0x2B4A
	LeftwardsArrowAboveReverseTildeOperator                                    rune = 0x2B4B
	RightwardsArrowAboveReverseTildeOperator                                   rune = 0x2B4C
	DownwardsTriangleHeadedZigzagArrow                                         rune = 0x2B4D
	ShortSlantedNorthArrow                                                     rune = 0x2B4E
	ShortBackslantedSouthArrow                                                 rune = 0x2B4F
	WhiteMediumStar                                                            rune = 0x2B50
	BlackSmallStar                                                             rune = 0x2B51
	WhiteSmallStar                                                             rune = 0x2B52
	BlackRightPointingPentagon                                                 rune = 0x2B53
	WhiteRightPointingPentagon                                                 rune = 0x2B54
	HeavyLargeCircle                                                           rune = 0x2B55
	HeavyOvalWithOvalInside                                                    rune = 0x2B56
	HeavyCircleWithCircleInside                                                rune = 0x2B57
	HeavyCircle                                                                rune = 0x2B58
	HeavyCircledSaltire                                                        rune = 0x2B59
	SlantedNorthArrowWithHookedHead                                            rune = 0x2B5A
	BackslantedSouthArrowWithHookedTail                                        rune = 0x2B5B
	SlantedNorthArrowWithHorizontalTail                                        rune = 0x2B5C
	BackslantedSouthArrowWithHorizontalTail                                    rune = 0x2B5D
	BentArrowPointingDownwardsThenNorthEast                                    rune = 0x2B5E
	ShortBentArrowPointingDownwardsThenNorthEast                               rune = 0x2B5F
	LeftwardsTriangleHeadedArrow                                               rune = 0x2B60
	UpwardsTriangleHeadedArrow                                                 rune = 0x2B61
	RightwardsTriangleHeadedArrow                                              rune = 0x2B62
	DownwardsTriangleHeadedArrow                                               rune = 0x2B63
	LeftRightTriangleHeadedArrow                                               rune = 0x2B64
	UpDownTriangleHeadedArrow                                                  rune = 0x2B65
	NorthWestTriangleHeadedArrow                                               rune = 0x2B66
	NorthEastTriangleHeadedArrow                                               rune = 0x2B67
	SouthEastTriangleHeadedArrow                                               rune = 0x2B68
	SouthWestTriangleHeadedArrow                                               rune = 0x2B69
	LeftwardsTriangleHeadedDashedArrow                                         rune = 0x2B6A
	UpwardsTriangleHeadedDashedArrow                                           rune = 0x2B6B
	RightwardsTriangleHeadedDashedArrow                                        rune = 0x2B6C
	DownwardsTriangleHeadedDashedArrow                                         rune = 0x2B6D
	ClockwiseTriangleHeadedOpenCircleArrow                                     rune = 0x2B6E
	AnticlockwiseTriangleHeadedOpenCircleArrow                                 rune = 0x2B6F
	LeftwardsTriangleHeadedArrowToBar                                          rune = 0x2B70
	UpwardsTriangleHeadedArrowToBar                                            rune = 0x2B71
	RightwardsTriangleHeadedArrowToBar                                         rune = 0x2B72
	DownwardsTriangleHeadedArrowToBar                                          rune = 0x2B73
	NorthWestTriangleHeadedArrowToBar                                          rune = 0x2B76
	NorthEastTriangleHeadedArrowToBar                                          rune = 0x2B77
	SouthEastTriangleHeadedArrowToBar                                          rune = 0x2B78
	SouthWestTriangleHeadedArrowToBar                                          rune = 0x2B79
	LeftwardsTriangleHeadedArrowWithDoubleHorizontalStroke                     rune = 0x2B7A
	LeftwardsTriangleHeadedArrowWithDoubleVerticalStroke                       rune = 0x2B7A
	UpwardsTriangleHeadedArrowWithDoubleHorizontalStroke                       rune = 0x2B7B
	RightwardsTriangleHeadedArrowWithDoubleHorizontalStroke                    rune = 0x2B7C
	RightwardsTriangleHeadedArrowWithDoubleVerticalStroke                      rune = 0x2B7C
	DownwardsTriangleHeadedArrowWithDoubleHorizontalStroke                     rune = 0x2B7D
	HorizontalTabKey                                                           rune = 0x2B7E
	VerticalTabKey                                                             rune = 0x2B7F
	LeftwardsTriangleHeadedArrowOverRightwardsTriangleHeadedArrow              rune = 0x2B80
	UpwardsTriangleHeadedArrowLeftwardsOfDownwardsTriangleHeadedArrow          rune = 0x2B81
	RightwardsTriangleHeadedArrowOverLeftwardsTriangleHeadedArrow              rune = 0x2B82
	DownwardsTriangleHeadedArrowLeftwardsOfUpwardsTriangleHeadedArrow          rune = 0x2B83
	LeftwardsTriangleHeadedPairedArrows                                        rune = 0x2B84
	UpwardsTriangleHeadedPairedArrows                                          rune = 0x2B85
	RightwardsTriangleHeadedPairedArrows                                       rune = 0x2B86
	DownwardsTriangleHeadedPairedArrows                                        rune = 0x2B87
	LeftwardsBlackCircledWhiteArrow                                            rune = 0x2B88
	UpwardsBlackCircledWhiteArrow                                              rune = 0x2B89
	RightwardsBlackCircledWhiteArrow                                           rune = 0x2B8A
	DownwardsBlackCircledWhiteArrow                                            rune = 0x2B8B
	AnticlockwiseTriangleHeadedRightUShapedArrow                               rune = 0x2B8C
	AnticlockwiseTriangleHeadedBottomUShapedArrow                              rune = 0x2B8D
	AnticlockwiseTriangleHeadedLeftUShapedArrow                                rune = 0x2B8E
	AnticlockwiseTriangleHeadedTopUShapedArrow                                 rune = 0x2B8F
	ReturnLeft                                                                 rune = 0x2B90
	ReturnRight                                                                rune = 0x2B91
	NewlineLeft                                                                rune = 0x2B92
	NewlineRight                                                               rune = 0x2B93
	FourCornerArrowsCirclingAnticlockwise                                      rune = 0x2B94
	RightwardsBlackArrow                                                       rune = 0x2B95
	SymbolForTypeAElectronics                                                  rune = 0x2B97
	ThreeDTopLightedLeftwardsEquilateralArrowhead                              rune = 0x2B98
	ThreeDRightLightedUpwardsEquilateralArrowhead                              rune = 0x2B99
	ThreeDTopLightedRightwardsEquilateralArrowhead                             rune = 0x2B9A
	ThreeDLeftLightedDownwardsEquilateralArrowhead                             rune = 0x2B9B
	BlackLeftwardsEquilateralArrowhead                                         rune = 0x2B9C
	BlackUpwardsEquilateralArrowhead                                           rune = 0x2B9D
	BlackRightwardsEquilateralArrowhead                                        rune = 0x2B9E
	BlackDownwardsEquilateralArrowhead                                         rune = 0x2B9F
	DownwardsTriangleHeadedArrowWithLongTipLeftwards                           rune = 0x2BA0
	DownwardsTriangleHeadedArrowWithLongTipRightwards                          rune = 0x2BA1
	UpwardsTriangleHeadedArrowWithLongTipLeftwards                             rune = 0x2BA2
	UpwardsTriangleHeadedArrowWithLongTipRightwards                            rune = 0x2BA3
	LeftwardsTriangleHeadedArrowWithLongTipUpwards                             rune = 0x2BA4
	RightwardsTriangleHeadedArrowWithLongTipUpwards                            rune = 0x2BA5
	LeftwardsTriangleHeadedArrowWithLongTipDownwards                           rune = 0x2BA6
	RightwardsTriangleHeadedArrowWithLongTipDownwards                          rune = 0x2BA7
	BlackCurvedDownwardsAndLeftwardsArrow                                      rune = 0x2BA8
	BlackCurvedDownwardsAndRightwardsArrow                                     rune = 0x2BA9
	BlackCurvedUpwardsAndLeftwardsArrow                                        rune = 0x2BAA
	BlackCurvedUpwardsAndRightwardsArrow                                       rune = 0x2BAB
	BlackCurvedLeftwardsAndUpwardsArrow                                        rune = 0x2BAC
	BlackCurvedRightwardsAndUpwardsArrow                                       rune = 0x2BAD
	BlackCurvedLeftwardsAndDownwardsArrow                                      rune = 0x2BAE
	BlackCurvedRightwardsAndDownwardsArrow                                     rune = 0x2BAF
	RibbonArrowDownLeft                                                        rune = 0x2BB0
	RibbonArrowDownRight                                                       rune = 0x2BB1
	RibbonArrowUpLeft                                                          rune = 0x2BB2
	RibbonArrowUpRight                                                         rune = 0x2BB3
	RibbonArrowLeftUp                                                          rune = 0x2BB4
	RibbonArrowRightUp                                                         rune = 0x2BB5
	RibbonArrowLeftDown                                                        rune = 0x2BB6
	RibbonArrowRightDown                                                       rune = 0x2BB7
	UpwardsWhiteArrowFromBarWithHorizontalBar                                  rune = 0x2BB8
	UpArrowheadInARectangleBox                                                 rune = 0x2BB9
	OverlappingWhiteSquares                                                    rune = 0x2BBA
	OverlappingWhiteAndBlackSquares                                            rune = 0x2BBB
	OverlappingBlackSquares                                                    rune = 0x2BBC
	BallotBoxWithLightX                                                        rune = 0x2BBD
	CircledX                                                                   rune = 0x2BBE
	CircledBoldX                                                               rune = 0x2BBF
	BlackSquareCentred                                                         rune = 0x2BC0
	BlackDiamondCentred                                                        rune = 0x2BC1
	TurnedBlackPentagon                                                        rune = 0x2BC2
	HorizontalBlackOctagon                                                     rune = 0x2BC3
	BlackOctagon                                                               rune = 0x2BC4
	BlackMediumUpPointingTriangleCentred                                       rune = 0x2BC5
	BlackMediumDownPointingTriangleCentred                                     rune = 0x2BC6
	BlackMediumLeftPointingTriangleCentred                                     rune = 0x2BC7
	BlackMediumRightPointingTriangleCentred                                    rune = 0x2BC8
	NeptuneFormTwo                                                             rune = 0x2BC9
	TopHalfBlackCircle                                                         rune = 0x2BCA
	BottomHalfBlackCircle                                                      rune = 0x2BCB
	LightFourPointedBlackCusp                                                  rune = 0x2BCC
	RotatedLightFourPointedBlackCusp                                           rune = 0x2BCD
	WhiteFourPointedCusp                                                       rune = 0x2BCE
	RotatedWhiteFourPointedCusp                                                rune = 0x2BCF
	SquarePositionIndicator                                                    rune = 0x2BD0
	UncertaintySign                                                            rune = 0x2BD1
	GroupMark                                                                  rune = 0x2BD2
	PlutoFormTwo                                                               rune = 0x2BD3
	PlutoFormThree                                                             rune = 0x2BD4
	PlutoFormFour                                                              rune = 0x2BD5
	PlutoFormFive                                                              rune = 0x2BD6
	TRANSPLUTO                                                                 rune = 0x2BD7
	PROSERPINA                                                                 rune = 0x2BD8
	ASTRAEA                                                                    rune = 0x2BD9
	HYGIEA                                                                     rune = 0x2BDA
	PHOLUS                                                                     rune = 0x2BDB
	NESSUS                                                                     rune = 0x2BDC
	WhiteMoonSelena                                                            rune = 0x2BDD
	BlackDiamondOnCross                                                        rune = 0x2BDE
	TrueLightMoonArta                                                          rune = 0x2BDF
	CUPIDO                                                                     rune = 0x2BE0
	HADES                                                                      rune = 0x2BE1
	ZEUS                                                                       rune = 0x2BE2
	KRONOS                                                                     rune = 0x2BE3
	APOLLON                                                                    rune = 0x2BE4
	ADMETOS                                                                    rune = 0x2BE5
	VULCANUS                                                                   rune = 0x2BE6
	POSEIDON                                                                   rune = 0x2BE7
	LeftHalfBlackStar                                                          rune = 0x2BE8
	RightHalfBlackStar                                                         rune = 0x2BE9
	StarWithLeftHalfBlack                                                      rune = 0x2BEA
	StarWithRightHalfBlack                                                     rune = 0x2BEB
	LeftwardsTwoHeadedArrowWithTriangleArrowheads                              rune = 0x2BEC
	UpwardsTwoHeadedArrowWithTriangleArrowheads                                rune = 0x2BED
	RightwardsTwoHeadedArrowWithTriangleArrowheads                             rune = 0x2BEE
	DownwardsTwoHeadedArrowWithTriangleArrowheads                              rune = 0x2BEF
	ErisFormOne                                                                rune = 0x2BF0
	ErisFormTwo                                                                rune = 0x2BF1
	SEDNA                                                                      rune = 0x2BF2
	RussianAstrologicalSymbolVigintile                                         rune = 0x2BF3
	RussianAstrologicalSymbolNovile                                            rune = 0x2BF4
	RussianAstrologicalSymbolQuintile                                          rune = 0x2BF5
	RussianAstrologicalSymbolBinovile                                          rune = 0x2BF6
	RussianAstrologicalSymbolSentagon                                          rune = 0x2BF7
	RussianAstrologicalSymbolTredecile                                         rune = 0x2BF8
	EqualsSignWithInfinityBelow                                                rune = 0x2BF9
	UnitedSymbol                                                               rune = 0x2BFA
	SeparatedSymbol                                                            rune = 0x2BFB
	DoubledSymbol                                                              rune = 0x2BFC
	PassedSymbol                                                               rune = 0x2BFD
	ReversedRightAngle                                                         rune = 0x2BFE
	HellschreiberPauseSymbol                                                   rune = 0x2BFF
	GlagoliticCapitalLetterAzu                                                 rune = 0x2C00
	GlagoliticCapitalLetterBuky                                                rune = 0x2C01
	GlagoliticCapitalLetterVede                                                rune = 0x2C02
	GlagoliticCapitalLetterGlagoli                                             rune = 0x2C03
	GlagoliticCapitalLetterDobro                                               rune = 0x2C04
	GlagoliticCapitalLetterYestu                                               rune = 0x2C05
	GlagoliticCapitalLetterZhivete                                             rune = 0x2C06
	GlagoliticCapitalLetterDzelo                                               rune = 0x2C07
	GlagoliticCapitalLetterZemlja                                              rune = 0x2C08
	GlagoliticCapitalLetterIzhe                                                rune = 0x2C09
	GlagoliticCapitalLetterInitialIzhe                                         rune = 0x2C0A
	GlagoliticCapitalLetterI                                                   rune = 0x2C0B
	GlagoliticCapitalLetterDjervi                                              rune = 0x2C0C
	GlagoliticCapitalLetterKako                                                rune = 0x2C0D
	GlagoliticCapitalLetterLjudije                                             rune = 0x2C0E
	GlagoliticCapitalLetterMyslite                                             rune = 0x2C0F
	GlagoliticCapitalLetterNashi                                               rune = 0x2C10
	GlagoliticCapitalLetterOnu                                                 rune = 0x2C11
	GlagoliticCapitalLetterPokoji                                              rune = 0x2C12
	GlagoliticCapitalLetterRitsi                                               rune = 0x2C13
	GlagoliticCapitalLetterSlovo                                               rune = 0x2C14
	GlagoliticCapitalLetterTvrido                                              rune = 0x2C15
	GlagoliticCapitalLetterUku                                                 rune = 0x2C16
	GlagoliticCapitalLetterFritu                                               rune = 0x2C17
	GlagoliticCapitalLetterHeru                                                rune = 0x2C18
	GlagoliticCapitalLetterOtu                                                 rune = 0x2C19
	GlagoliticCapitalLetterPe                                                  rune = 0x2C1A
	GlagoliticCapitalLetterShta                                                rune = 0x2C1B
	GlagoliticCapitalLetterTsi                                                 rune = 0x2C1C
	GlagoliticCapitalLetterChrivi                                              rune = 0x2C1D
	GlagoliticCapitalLetterSha                                                 rune = 0x2C1E
	GlagoliticCapitalLetterYeru                                                rune = 0x2C1F
	GlagoliticCapitalLetterYeri                                                rune = 0x2C20
	GlagoliticCapitalLetterYati                                                rune = 0x2C21
	GlagoliticCapitalLetterSpideryHa                                           rune = 0x2C22
	GlagoliticCapitalLetterYu                                                  rune = 0x2C23
	GlagoliticCapitalLetterSmallYus                                            rune = 0x2C24
	GlagoliticCapitalLetterSmallYusWithTail                                    rune = 0x2C25
	GlagoliticCapitalLetterYo                                                  rune = 0x2C26
	GlagoliticCapitalLetterIotatedSmallYus                                     rune = 0x2C27
	GlagoliticCapitalLetterBigYus                                              rune = 0x2C28
	GlagoliticCapitalLetterIotatedBigYus                                       rune = 0x2C29
	GlagoliticCapitalLetterFita                                                rune = 0x2C2A
	GlagoliticCapitalLetterIzhitsa                                             rune = 0x2C2B
	GlagoliticCapitalLetterShtapic                                             rune = 0x2C2C
	GlagoliticCapitalLetterTrokutastiA                                         rune = 0x2C2D
	GlagoliticCapitalLetterLatinateMyslite                                     rune = 0x2C2E
	GlagoliticSmallLetterAzu                                                   rune = 0x2C30
	GlagoliticSmallLetterBuky                                                  rune = 0x2C31
	GlagoliticSmallLetterVede                                                  rune = 0x2C32
	GlagoliticSmallLetterGlagoli                                               rune = 0x2C33
	GlagoliticSmallLetterDobro                                                 rune = 0x2C34
	GlagoliticSmallLetterYestu                                                 rune = 0x2C35
	GlagoliticSmallLetterZhivete                                               rune = 0x2C36
	GlagoliticSmallLetterDzelo                                                 rune = 0x2C37
	GlagoliticSmallLetterZemlja                                                rune = 0x2C38
	GlagoliticSmallLetterIzhe                                                  rune = 0x2C39
	GlagoliticSmallLetterInitialIzhe                                           rune = 0x2C3A
	GlagoliticSmallLetterI                                                     rune = 0x2C3B
	GlagoliticSmallLetterDjervi                                                rune = 0x2C3C
	GlagoliticSmallLetterKako                                                  rune = 0x2C3D
	GlagoliticSmallLetterLjudije                                               rune = 0x2C3E
	GlagoliticSmallLetterMyslite                                               rune = 0x2C3F
	GlagoliticSmallLetterNashi                                                 rune = 0x2C40
	GlagoliticSmallLetterOnu                                                   rune = 0x2C41
	GlagoliticSmallLetterPokoji                                                rune = 0x2C42
	GlagoliticSmallLetterRitsi                                                 rune = 0x2C43
	GlagoliticSmallLetterSlovo                                                 rune = 0x2C44
	GlagoliticSmallLetterTvrido                                                rune = 0x2C45
	GlagoliticSmallLetterUku                                                   rune = 0x2C46
	GlagoliticSmallLetterFritu                                                 rune = 0x2C47
	GlagoliticSmallLetterHeru                                                  rune = 0x2C48
	GlagoliticSmallLetterOtu                                                   rune = 0x2C49
	GlagoliticSmallLetterPe                                                    rune = 0x2C4A
	GlagoliticSmallLetterShta                                                  rune = 0x2C4B
	GlagoliticSmallLetterTsi                                                   rune = 0x2C4C
	GlagoliticSmallLetterChrivi                                                rune = 0x2C4D
	GlagoliticSmallLetterSha                                                   rune = 0x2C4E
	GlagoliticSmallLetterYeru                                                  rune = 0x2C4F
	GlagoliticSmallLetterYeri                                                  rune = 0x2C50
	GlagoliticSmallLetterYati                                                  rune = 0x2C51
	GlagoliticSmallLetterSpideryHa                                             rune = 0x2C52
	GlagoliticSmallLetterYu                                                    rune = 0x2C53
	GlagoliticSmallLetterSmallYus                                              rune = 0x2C54
	GlagoliticSmallLetterSmallYusWithTail                                      rune = 0x2C55
	GlagoliticSmallLetterYo                                                    rune = 0x2C56
	GlagoliticSmallLetterIotatedSmallYus                                       rune = 0x2C57
	GlagoliticSmallLetterBigYus                                                rune = 0x2C58
	GlagoliticSmallLetterIotatedBigYus                                         rune = 0x2C59
	GlagoliticSmallLetterFita                                                  rune = 0x2C5A
	GlagoliticSmallLetterIzhitsa                                               rune = 0x2C5B
	GlagoliticSmallLetterShtapic                                               rune = 0x2C5C
	GlagoliticSmallLetterTrokutastiA                                           rune = 0x2C5D
	GlagoliticSmallLetterLatinateMyslite                                       rune = 0x2C5E
	LatinCapitalLetterLWithDoubleBar                                           rune = 0x2C60
	LatinSmallLetterLWithDoubleBar                                             rune = 0x2C61
	LatinCapitalLetterLWithMiddleTilde                                         rune = 0x2C62
	LatinCapitalLetterPWithStroke                                              rune = 0x2C63
	LatinCapitalLetterRWithTail                                                rune = 0x2C64
	LatinSmallLetterAWithStroke                                                rune = 0x2C65
	LatinSmallLetterTWithDiagonalStroke                                        rune = 0x2C66
	LatinCapitalLetterHWithDescender                                           rune = 0x2C67
	LatinSmallLetterHWithDescender                                             rune = 0x2C68
	LatinCapitalLetterKWithDescender                                           rune = 0x2C69
	LatinSmallLetterKWithDescender                                             rune = 0x2C6A
	LatinCapitalLetterZWithDescender                                           rune = 0x2C6B
	LatinSmallLetterZWithDescender                                             rune = 0x2C6C
	LatinCapitalLetterAlpha                                                    rune = 0x2C6D
	LatinCapitalLetterMWithHook                                                rune = 0x2C6E
	LatinCapitalLetterTurnedA                                                  rune = 0x2C6F
	LatinCapitalLetterTurnedAlpha                                              rune = 0x2C70
	LatinSmallLetterVWithRightHook                                             rune = 0x2C71
	LatinCapitalLetterWWithHook                                                rune = 0x2C72
	LatinSmallLetterWWithHook                                                  rune = 0x2C73
	LatinSmallLetterVWithCurl                                                  rune = 0x2C74
	LatinCapitalLetterHalfH                                                    rune = 0x2C75
	LatinSmallLetterHalfH                                                      rune = 0x2C76
	LatinSmallLetterTaillessPhi                                                rune = 0x2C77
	LatinSmallLetterEWithNotch                                                 rune = 0x2C78
	LatinSmallLetterTurnedRWithTail                                            rune = 0x2C79
	LatinSmallLetterOWithLowRingInside                                         rune = 0x2C7A
	LatinLetterSmallCapitalTurnedE                                             rune = 0x2C7B
	LatinSubscriptSmallLetterJ                                                 rune = 0x2C7C
	ModifierLetterCapitalV                                                     rune = 0x2C7D
	LatinCapitalLetterSWithSwashTail                                           rune = 0x2C7E
	LatinCapitalLetterZWithSwashTail                                           rune = 0x2C7F
	CopticCapitalLetterAlfa                                                    rune = 0x2C80
	CopticSmallLetterAlfa                                                      rune = 0x2C81
	CopticCapitalLetterVida                                                    rune = 0x2C82
	CopticSmallLetterVida                                                      rune = 0x2C83
	CopticCapitalLetterGamma                                                   rune = 0x2C84
	CopticSmallLetterGamma                                                     rune = 0x2C85
	CopticCapitalLetterDalda                                                   rune = 0x2C86
	CopticSmallLetterDalda                                                     rune = 0x2C87
	CopticCapitalLetterEie                                                     rune = 0x2C88
	CopticSmallLetterEie                                                       rune = 0x2C89
	CopticCapitalLetterSou                                                     rune = 0x2C8A
	CopticSmallLetterSou                                                       rune = 0x2C8B
	CopticCapitalLetterZata                                                    rune = 0x2C8C
	CopticSmallLetterZata                                                      rune = 0x2C8D
	CopticCapitalLetterHate                                                    rune = 0x2C8E
	CopticSmallLetterHate                                                      rune = 0x2C8F
	CopticCapitalLetterThethe                                                  rune = 0x2C90
	CopticSmallLetterThethe                                                    rune = 0x2C91
	CopticCapitalLetterIauda                                                   rune = 0x2C92
	CopticSmallLetterIauda                                                     rune = 0x2C93
	CopticCapitalLetterKapa                                                    rune = 0x2C94
	CopticSmallLetterKapa                                                      rune = 0x2C95
	CopticCapitalLetterLaula                                                   rune = 0x2C96
	CopticSmallLetterLaula                                                     rune = 0x2C97
	CopticCapitalLetterMi                                                      rune = 0x2C98
	CopticSmallLetterMi                                                        rune = 0x2C99
	CopticCapitalLetterNi                                                      rune = 0x2C9A
	CopticSmallLetterNi                                                        rune = 0x2C9B
	CopticCapitalLetterKsi                                                     rune = 0x2C9C
	CopticSmallLetterKsi                                                       rune = 0x2C9D
	CopticCapitalLetterO                                                       rune = 0x2C9E
	CopticSmallLetterO                                                         rune = 0x2C9F
	CopticCapitalLetterPi                                                      rune = 0x2CA0
	CopticSmallLetterPi                                                        rune = 0x2CA1
	CopticCapitalLetterRo                                                      rune = 0x2CA2
	CopticSmallLetterRo                                                        rune = 0x2CA3
	CopticCapitalLetterSima                                                    rune = 0x2CA4
	CopticSmallLetterSima                                                      rune = 0x2CA5
	CopticCapitalLetterTau                                                     rune = 0x2CA6
	CopticSmallLetterTau                                                       rune = 0x2CA7
	CopticCapitalLetterUa                                                      rune = 0x2CA8
	CopticSmallLetterUa                                                        rune = 0x2CA9
	CopticCapitalLetterFi                                                      rune = 0x2CAA
	CopticSmallLetterFi                                                        rune = 0x2CAB
	CopticCapitalLetterKhi                                                     rune = 0x2CAC
	CopticSmallLetterKhi                                                       rune = 0x2CAD
	CopticCapitalLetterPsi                                                     rune = 0x2CAE
	CopticSmallLetterPsi                                                       rune = 0x2CAF
	CopticCapitalLetterOou                                                     rune = 0x2CB0
	CopticSmallLetterOou                                                       rune = 0x2CB1
	CopticCapitalLetterDialectPAlef                                            rune = 0x2CB2
	CopticSmallLetterDialectPAlef                                              rune = 0x2CB3
	CopticCapitalLetterOldCopticAin                                            rune = 0x2CB4
	CopticSmallLetterOldCopticAin                                              rune = 0x2CB5
	CopticCapitalLetterCryptogrammicEie                                        rune = 0x2CB6
	CopticSmallLetterCryptogrammicEie                                          rune = 0x2CB7
	CopticCapitalLetterDialectPKapa                                            rune = 0x2CB8
	CopticSmallLetterDialectPKapa                                              rune = 0x2CB9
	CopticCapitalLetterDialectPNi                                              rune = 0x2CBA
	CopticSmallLetterDialectPNi                                                rune = 0x2CBB
	CopticCapitalLetterCryptogrammicNi                                         rune = 0x2CBC
	CopticSmallLetterCryptogrammicNi                                           rune = 0x2CBD
	CopticCapitalLetterOldCopticOou                                            rune = 0x2CBE
	CopticSmallLetterOldCopticOou                                              rune = 0x2CBF
	CopticCapitalLetterSampi                                                   rune = 0x2CC0
	CopticSmallLetterSampi                                                     rune = 0x2CC1
	CopticCapitalLetterCrossedShei                                             rune = 0x2CC2
	CopticSmallLetterCrossedShei                                               rune = 0x2CC3
	CopticCapitalLetterOldCopticShei                                           rune = 0x2CC4
	CopticSmallLetterOldCopticShei                                             rune = 0x2CC5
	CopticCapitalLetterOldCopticEsh                                            rune = 0x2CC6
	CopticSmallLetterOldCopticEsh                                              rune = 0x2CC7
	CopticCapitalLetterAkhmimicKhei                                            rune = 0x2CC8
	CopticSmallLetterAkhmimicKhei                                              rune = 0x2CC9
	CopticCapitalLetterDialectPHori                                            rune = 0x2CCA
	CopticSmallLetterDialectPHori                                              rune = 0x2CCB
	CopticCapitalLetterOldCopticHori                                           rune = 0x2CCC
	CopticSmallLetterOldCopticHori                                             rune = 0x2CCD
	CopticCapitalLetterOldCopticHa                                             rune = 0x2CCE
	CopticSmallLetterOldCopticHa                                               rune = 0x2CCF
	CopticCapitalLetterLShapedHa                                               rune = 0x2CD0
	CopticSmallLetterLShapedHa                                                 rune = 0x2CD1
	CopticCapitalLetterOldCopticHei                                            rune = 0x2CD2
	CopticSmallLetterOldCopticHei                                              rune = 0x2CD3
	CopticCapitalLetterOldCopticHat                                            rune = 0x2CD4
	CopticSmallLetterOldCopticHat                                              rune = 0x2CD5
	CopticCapitalLetterOldCopticGangia                                         rune = 0x2CD6
	CopticSmallLetterOldCopticGangia                                           rune = 0x2CD7
	CopticCapitalLetterOldCopticDja                                            rune = 0x2CD8
	CopticSmallLetterOldCopticDja                                              rune = 0x2CD9
	CopticCapitalLetterOldCopticShima                                          rune = 0x2CDA
	CopticSmallLetterOldCopticShima                                            rune = 0x2CDB
	CopticCapitalLetterOldNubianShima                                          rune = 0x2CDC
	CopticSmallLetterOldNubianShima                                            rune = 0x2CDD
	CopticCapitalLetterOldNubianNgi                                            rune = 0x2CDE
	CopticSmallLetterOldNubianNgi                                              rune = 0x2CDF
	CopticCapitalLetterOldNubianNyi                                            rune = 0x2CE0
	CopticSmallLetterOldNubianNyi                                              rune = 0x2CE1
	CopticCapitalLetterOldNubianWau                                            rune = 0x2CE2
	CopticSmallLetterOldNubianWau                                              rune = 0x2CE3
	CopticSymbolKai                                                            rune = 0x2CE4
	CopticSymbolMiRo                                                           rune = 0x2CE5
	CopticSymbolPiRo                                                           rune = 0x2CE6
	CopticSymbolStauros                                                        rune = 0x2CE7
	CopticSymbolTauRo                                                          rune = 0x2CE8
	CopticSymbolKhiRo                                                          rune = 0x2CE9
	CopticSymbolShimaSima                                                      rune = 0x2CEA
	CopticCapitalLetterCryptogrammicShei                                       rune = 0x2CEB
	CopticSmallLetterCryptogrammicShei                                         rune = 0x2CEC
	CopticCapitalLetterCryptogrammicGangia                                     rune = 0x2CED
	CopticSmallLetterCryptogrammicGangia                                       rune = 0x2CEE
	CopticCombiningNiAbove                                                     rune = 0x2CEF
	CopticCombiningSpiritusAsper                                               rune = 0x2CF0
	CopticCombiningSpiritusLenis                                               rune = 0x2CF1
	CopticCapitalLetterBohairicKhei                                            rune = 0x2CF2
	CopticSmallLetterBohairicKhei                                              rune = 0x2CF3
	CopticOldNubianFullStop                                                    rune = 0x2CF9
	CopticOldNubianDirectQuestionMark                                          rune = 0x2CFA
	CopticOldNubianIndirectQuestionMark                                        rune = 0x2CFB
	CopticOldNubianVerseDivider                                                rune = 0x2CFC
	CopticFractionOneHalf                                                      rune = 0x2CFD
	CopticFullStop                                                             rune = 0x2CFE
	CopticMorphologicalDivider                                                 rune = 0x2CFF
	GeorgianSmallLetterAn                                                      rune = 0x2D00
	GeorgianSmallLetterBan                                                     rune = 0x2D01
	GeorgianSmallLetterGan                                                     rune = 0x2D02
	GeorgianSmallLetterDon                                                     rune = 0x2D03
	GeorgianSmallLetterEn                                                      rune = 0x2D04
	GeorgianSmallLetterVin                                                     rune = 0x2D05
	GeorgianSmallLetterZen                                                     rune = 0x2D06
	GeorgianSmallLetterTan                                                     rune = 0x2D07
	GeorgianSmallLetterIn                                                      rune = 0x2D08
	GeorgianSmallLetterKan                                                     rune = 0x2D09
	GeorgianSmallLetterLas                                                     rune = 0x2D0A
	GeorgianSmallLetterMan                                                     rune = 0x2D0B
	GeorgianSmallLetterNar                                                     rune = 0x2D0C
	GeorgianSmallLetterOn                                                      rune = 0x2D0D
	GeorgianSmallLetterPar                                                     rune = 0x2D0E
	GeorgianSmallLetterZhar                                                    rune = 0x2D0F
	GeorgianSmallLetterRae                                                     rune = 0x2D10
	GeorgianSmallLetterSan                                                     rune = 0x2D11
	GeorgianSmallLetterTar                                                     rune = 0x2D12
	GeorgianSmallLetterUn                                                      rune = 0x2D13
	GeorgianSmallLetterPhar                                                    rune = 0x2D14
	GeorgianSmallLetterKhar                                                    rune = 0x2D15
	GeorgianSmallLetterGhan                                                    rune = 0x2D16
	GeorgianSmallLetterQar                                                     rune = 0x2D17
	GeorgianSmallLetterShin                                                    rune = 0x2D18
	GeorgianSmallLetterChin                                                    rune = 0x2D19
	GeorgianSmallLetterCan                                                     rune = 0x2D1A
	GeorgianSmallLetterJil                                                     rune = 0x2D1B
	GeorgianSmallLetterCil                                                     rune = 0x2D1C
	GeorgianSmallLetterChar                                                    rune = 0x2D1D
	GeorgianSmallLetterXan                                                     rune = 0x2D1E
	GeorgianSmallLetterJhan                                                    rune = 0x2D1F
	GeorgianSmallLetterHae                                                     rune = 0x2D20
	GeorgianSmallLetterHe                                                      rune = 0x2D21
	GeorgianSmallLetterHie                                                     rune = 0x2D22
	GeorgianSmallLetterWe                                                      rune = 0x2D23
	GeorgianSmallLetterHar                                                     rune = 0x2D24
	GeorgianSmallLetterHoe                                                     rune = 0x2D25
	GeorgianSmallLetterYn                                                      rune = 0x2D27
	GeorgianSmallLetterAen                                                     rune = 0x2D2D
	TifinaghLetterYa                                                           rune = 0x2D30
	TifinaghLetterYab                                                          rune = 0x2D31
	TifinaghLetterYabh                                                         rune = 0x2D32
	TifinaghLetterYag                                                          rune = 0x2D33
	TifinaghLetterYaghh                                                        rune = 0x2D34
	TifinaghLetterBerberAcademyYaj                                             rune = 0x2D35
	TifinaghLetterYaj                                                          rune = 0x2D36
	TifinaghLetterYad                                                          rune = 0x2D37
	TifinaghLetterYadh                                                         rune = 0x2D38
	TifinaghLetterYadd                                                         rune = 0x2D39
	TifinaghLetterYaddh                                                        rune = 0x2D3A
	TifinaghLetterYey                                                          rune = 0x2D3B
	TifinaghLetterYaf                                                          rune = 0x2D3C
	TifinaghLetterYak                                                          rune = 0x2D3D
	TifinaghLetterTuaregYak                                                    rune = 0x2D3E
	TifinaghLetterYakhh                                                        rune = 0x2D3F
	TifinaghLetterYah                                                          rune = 0x2D40
	TifinaghLetterBerberAcademyYah                                             rune = 0x2D41
	TifinaghLetterTuaregYah                                                    rune = 0x2D42
	TifinaghLetterYahh                                                         rune = 0x2D43
	TifinaghLetterYaa                                                          rune = 0x2D44
	TifinaghLetterYakh                                                         rune = 0x2D45
	TifinaghLetterTuaregYakh                                                   rune = 0x2D46
	TifinaghLetterYaq                                                          rune = 0x2D47
	TifinaghLetterTuaregYaq                                                    rune = 0x2D48
	TifinaghLetterYi                                                           rune = 0x2D49
	TifinaghLetterYazh                                                         rune = 0x2D4A
	TifinaghLetterAhaggarYazh                                                  rune = 0x2D4B
	TifinaghLetterTuaregYazh                                                   rune = 0x2D4C
	TifinaghLetterYal                                                          rune = 0x2D4D
	TifinaghLetterYam                                                          rune = 0x2D4E
	TifinaghLetterYan                                                          rune = 0x2D4F
	TifinaghLetterTuaregYagn                                                   rune = 0x2D50
	TifinaghLetterTuaregYang                                                   rune = 0x2D51
	TifinaghLetterYap                                                          rune = 0x2D52
	TifinaghLetterYu                                                           rune = 0x2D53
	TifinaghLetterYar                                                          rune = 0x2D54
	TifinaghLetterYarr                                                         rune = 0x2D55
	TifinaghLetterYagh                                                         rune = 0x2D56
	TifinaghLetterTuaregYagh                                                   rune = 0x2D57
	TifinaghLetterAyerYagh                                                     rune = 0x2D58
	TifinaghLetterYas                                                          rune = 0x2D59
	TifinaghLetterYass                                                         rune = 0x2D5A
	TifinaghLetterYash                                                         rune = 0x2D5B
	TifinaghLetterYat                                                          rune = 0x2D5C
	TifinaghLetterYath                                                         rune = 0x2D5D
	TifinaghLetterYach                                                         rune = 0x2D5E
	TifinaghLetterYatt                                                         rune = 0x2D5F
	TifinaghLetterYav                                                          rune = 0x2D60
	TifinaghLetterYaw                                                          rune = 0x2D61
	TifinaghLetterYay                                                          rune = 0x2D62
	TifinaghLetterYaz                                                          rune = 0x2D63
	TifinaghLetterTawellemetYaz                                                rune = 0x2D64
	TifinaghLetterYazz                                                         rune = 0x2D65
	TifinaghLetterYe                                                           rune = 0x2D66
	TifinaghLetterYo                                                           rune = 0x2D67
	TifinaghModifierLetterLabializationMark                                    rune = 0x2D6F
	TifinaghSeparatorMark                                                      rune = 0x2D70
	TifinaghConsonantJoiner                                                    rune = 0x2D7F
	EthiopicSyllableLoa                                                        rune = 0x2D80
	EthiopicSyllableMoa                                                        rune = 0x2D81
	EthiopicSyllableRoa                                                        rune = 0x2D82
	EthiopicSyllableSoa                                                        rune = 0x2D83
	EthiopicSyllableShoa                                                       rune = 0x2D84
	EthiopicSyllableBoa                                                        rune = 0x2D85
	EthiopicSyllableToa                                                        rune = 0x2D86
	EthiopicSyllableCoa                                                        rune = 0x2D87
	EthiopicSyllableNoa                                                        rune = 0x2D88
	EthiopicSyllableNyoa                                                       rune = 0x2D89
	EthiopicSyllableGlottalOa                                                  rune = 0x2D8A
	EthiopicSyllableZoa                                                        rune = 0x2D8B
	EthiopicSyllableDoa                                                        rune = 0x2D8C
	EthiopicSyllableDdoa                                                       rune = 0x2D8D
	EthiopicSyllableJoa                                                        rune = 0x2D8E
	EthiopicSyllableThoa                                                       rune = 0x2D8F
	EthiopicSyllableChoa                                                       rune = 0x2D90
	EthiopicSyllablePhoa                                                       rune = 0x2D91
	EthiopicSyllablePoa                                                        rune = 0x2D92
	EthiopicSyllableGgwa                                                       rune = 0x2D93
	EthiopicSyllableGgwi                                                       rune = 0x2D94
	EthiopicSyllableGgwee                                                      rune = 0x2D95
	EthiopicSyllableGgwe                                                       rune = 0x2D96
	EthiopicSyllableSsa                                                        rune = 0x2DA0
	EthiopicSyllableSsu                                                        rune = 0x2DA1
	EthiopicSyllableSsi                                                        rune = 0x2DA2
	EthiopicSyllableSsaa                                                       rune = 0x2DA3
	EthiopicSyllableSsee                                                       rune = 0x2DA4
	EthiopicSyllableSse                                                        rune = 0x2DA5
	EthiopicSyllableSso                                                        rune = 0x2DA6
	EthiopicSyllableCca                                                        rune = 0x2DA8
	EthiopicSyllableCcu                                                        rune = 0x2DA9
	EthiopicSyllableCci                                                        rune = 0x2DAA
	EthiopicSyllableCcaa                                                       rune = 0x2DAB
	EthiopicSyllableCcee                                                       rune = 0x2DAC
	EthiopicSyllableCce                                                        rune = 0x2DAD
	EthiopicSyllableCco                                                        rune = 0x2DAE
	EthiopicSyllableZza                                                        rune = 0x2DB0
	EthiopicSyllableZzu                                                        rune = 0x2DB1
	EthiopicSyllableZzi                                                        rune = 0x2DB2
	EthiopicSyllableZzaa                                                       rune = 0x2DB3
	EthiopicSyllableZzee                                                       rune = 0x2DB4
	EthiopicSyllableZze                                                        rune = 0x2DB5
	EthiopicSyllableZzo                                                        rune = 0x2DB6
	EthiopicSyllableCcha                                                       rune = 0x2DB8
	EthiopicSyllableCchu                                                       rune = 0x2DB9
	EthiopicSyllableCchi                                                       rune = 0x2DBA
	EthiopicSyllableCchaa                                                      rune = 0x2DBB
	EthiopicSyllableCchee                                                      rune = 0x2DBC
	EthiopicSyllableCche                                                       rune = 0x2DBD
	EthiopicSyllableCcho                                                       rune = 0x2DBE
	EthiopicSyllableQya                                                        rune = 0x2DC0
	EthiopicSyllableQyu                                                        rune = 0x2DC1
	EthiopicSyllableQyi                                                        rune = 0x2DC2
	EthiopicSyllableQyaa                                                       rune = 0x2DC3
	EthiopicSyllableQyee                                                       rune = 0x2DC4
	EthiopicSyllableQye                                                        rune = 0x2DC5
	EthiopicSyllableQyo                                                        rune = 0x2DC6
	EthiopicSyllableKya                                                        rune = 0x2DC8
	EthiopicSyllableKyu                                                        rune = 0x2DC9
	EthiopicSyllableKyi                                                        rune = 0x2DCA
	EthiopicSyllableKyaa                                                       rune = 0x2DCB
	EthiopicSyllableKyee                                                       rune = 0x2DCC
	EthiopicSyllableKye                                                        rune = 0x2DCD
	EthiopicSyllableKyo                                                        rune = 0x2DCE
	EthiopicSyllableXya                                                        rune = 0x2DD0
	EthiopicSyllableXyu                                                        rune = 0x2DD1
	EthiopicSyllableXyi                                                        rune = 0x2DD2
	EthiopicSyllableXyaa                                                       rune = 0x2DD3
	EthiopicSyllableXyee                                                       rune = 0x2DD4
	EthiopicSyllableXye                                                        rune = 0x2DD5
	EthiopicSyllableXyo                                                        rune = 0x2DD6
	EthiopicSyllableGya                                                        rune = 0x2DD8
	EthiopicSyllableGyu                                                        rune = 0x2DD9
	EthiopicSyllableGyi                                                        rune = 0x2DDA
	EthiopicSyllableGyaa                                                       rune = 0x2DDB
	EthiopicSyllableGyee                                                       rune = 0x2DDC
	EthiopicSyllableGye                                                        rune = 0x2DDD
	EthiopicSyllableGyo                                                        rune = 0x2DDE
	CombiningCyrillicLetterBe                                                  rune = 0x2DE0
	CombiningCyrillicLetterVe                                                  rune = 0x2DE1
	CombiningCyrillicLetterGhe                                                 rune = 0x2DE2
	CombiningCyrillicLetterDe                                                  rune = 0x2DE3
	CombiningCyrillicLetterZhe                                                 rune = 0x2DE4
	CombiningCyrillicLetterZe                                                  rune = 0x2DE5
	CombiningCyrillicLetterKa                                                  rune = 0x2DE6
	CombiningCyrillicLetterEl                                                  rune = 0x2DE7
	CombiningCyrillicLetterEm                                                  rune = 0x2DE8
	CombiningCyrillicLetterEn                                                  rune = 0x2DE9
	CombiningCyrillicLetterO                                                   rune = 0x2DEA
	CombiningCyrillicLetterPe                                                  rune = 0x2DEB
	CombiningCyrillicLetterEr                                                  rune = 0x2DEC
	CombiningCyrillicLetterEs                                                  rune = 0x2DED
	CombiningCyrillicLetterTe                                                  rune = 0x2DEE
	CombiningCyrillicLetterHa                                                  rune = 0x2DEF
	CombiningCyrillicLetterTse                                                 rune = 0x2DF0
	CombiningCyrillicLetterChe                                                 rune = 0x2DF1
	CombiningCyrillicLetterSha                                                 rune = 0x2DF2
	CombiningCyrillicLetterShcha                                               rune = 0x2DF3
	CombiningCyrillicLetterFita                                                rune = 0x2DF4
	CombiningCyrillicLetterEsTe                                                rune = 0x2DF5
	CombiningCyrillicLetterA                                                   rune = 0x2DF6
	CombiningCyrillicLetterIe                                                  rune = 0x2DF7
	CombiningCyrillicLetterDjerv                                               rune = 0x2DF8
	CombiningCyrillicLetterMonographUk                                         rune = 0x2DF9
	CombiningCyrillicLetterYat                                                 rune = 0x2DFA
	CombiningCyrillicLetterYu                                                  rune = 0x2DFB
	CombiningCyrillicLetterIotifiedA                                           rune = 0x2DFC
	CombiningCyrillicLetterLittleYus                                           rune = 0x2DFD
	CombiningCyrillicLetterBigYus                                              rune = 0x2DFE
	CombiningCyrillicLetterIotifiedBigYus                                      rune = 0x2DFF
	RightAngleSubstitutionMarker                                               rune = 0x2E00
	RightAngleDottedSubstitutionMarker                                         rune = 0x2E01
	LeftSubstitutionBracket                                                    rune = 0x2E02
	RightSubstitutionBracket                                                   rune = 0x2E03
	LeftDottedSubstitutionBracket                                              rune = 0x2E04
	RightDottedSubstitutionBracket                                             rune = 0x2E05
	RaisedInterpolationMarker                                                  rune = 0x2E06
	RaisedDottedInterpolationMarker                                            rune = 0x2E07
	DottedTranspositionMarker                                                  rune = 0x2E08
	LeftTranspositionBracket                                                   rune = 0x2E09
	RightTranspositionBracket                                                  rune = 0x2E0A
	RaisedSquare                                                               rune = 0x2E0B
	LeftRaisedOmissionBracket                                                  rune = 0x2E0C
	RightRaisedOmissionBracket                                                 rune = 0x2E0D
	EditorialCoronis                                                           rune = 0x2E0E
	PARAGRAPHOS                                                                rune = 0x2E0F
	ForkedParagraphos                                                          rune = 0x2E10
	ReversedForkedParagraphos                                                  rune = 0x2E11
	HYPODIASTOLE                                                               rune = 0x2E12
	DottedObelos                                                               rune = 0x2E13
	DownwardsAncora                                                            rune = 0x2E14
	UpwardsAncora                                                              rune = 0x2E15
	DottedRightPointingAngle                                                   rune = 0x2E16
	DoubleObliqueHyphen                                                        rune = 0x2E17
	InvertedInterrobang                                                        rune = 0x2E18
	PalmBranch                                                                 rune = 0x2E19
	HyphenWithDiaeresis                                                        rune = 0x2E1A
	TildeWithRingAbove                                                         rune = 0x2E1B
	LeftLowParaphraseBracket                                                   rune = 0x2E1C
	RightLowParaphraseBracket                                                  rune = 0x2E1D
	TildeWithDotAbove                                                          rune = 0x2E1E
	TildeWithDotBelow                                                          rune = 0x2E1F
	LeftVerticalBarWithQuill                                                   rune = 0x2E20
	RightVerticalBarWithQuill                                                  rune = 0x2E21
	TopLeftHalfBracket                                                         rune = 0x2E22
	TopRightHalfBracket                                                        rune = 0x2E23
	BottomLeftHalfBracket                                                      rune = 0x2E24
	BottomRightHalfBracket                                                     rune = 0x2E25
	LeftSidewaysUBracket                                                       rune = 0x2E26
	RightSidewaysUBracket                                                      rune = 0x2E27
	LeftDoubleParenthesis                                                      rune = 0x2E28
	RightDoubleParenthesis                                                     rune = 0x2E29
	TwoDotsOverOneDotPunctuation                                               rune = 0x2E2A
	OneDotOverTwoDotsPunctuation                                               rune = 0x2E2B
	SquaredFourDotPunctuation                                                  rune = 0x2E2C
	FiveDotMark                                                                rune = 0x2E2D
	ReversedQuestionMark                                                       rune = 0x2E2E
	VerticalTilde                                                              rune = 0x2E2F
	RingPoint                                                                  rune = 0x2E30
	WordSeparatorMiddleDot                                                     rune = 0x2E31
	TurnedComma                                                                rune = 0x2E32
	RaisedDot                                                                  rune = 0x2E33
	RaisedComma                                                                rune = 0x2E34
	TurnedSemicolon                                                            rune = 0x2E35
	DaggerWithLeftGuard                                                        rune = 0x2E36
	DaggerWithRightGuard                                                       rune = 0x2E37
	TurnedDagger                                                               rune = 0x2E38
	TopHalfSectionSign                                                         rune = 0x2E39
	TwoEmDash                                                                  rune = 0x2E3A
	ThreeEmDash                                                                rune = 0x2E3B
	StenographicFullStop                                                       rune = 0x2E3C
	VerticalSixDots                                                            rune = 0x2E3D
	WigglyVerticalLine                                                         rune = 0x2E3E
	CAPITULUM                                                                  rune = 0x2E3F
	DoubleHyphen                                                               rune = 0x2E40
	ReversedComma                                                              rune = 0x2E41
	DoubleLowReversed9QuotationMark                                            rune = 0x2E42
	DashWithLeftUpturn                                                         rune = 0x2E43
	DoubleSuspensionMark                                                       rune = 0x2E44
	InvertedLowKavyka                                                          rune = 0x2E45
	InvertedLowKavykaWithKavykaAbove                                           rune = 0x2E46
	LowKavyka                                                                  rune = 0x2E47
	LowKavykaWithDot                                                           rune = 0x2E48
	DoubleStackedComma                                                         rune = 0x2E49
	DottedSolidus                                                              rune = 0x2E4A
	TripleDagger                                                               rune = 0x2E4B
	MedievalComma                                                              rune = 0x2E4C
	ParagraphusMark                                                            rune = 0x2E4D
	PunctusElevatusMark                                                        rune = 0x2E4E
	CornishVerseDivider                                                        rune = 0x2E4F
	CrossPattyWithRightCrossbar                                                rune = 0x2E50
	CrossPattyWithLeftCrossbar                                                 rune = 0x2E51
	TironianSignCapitalEt                                                      rune = 0x2E52
	CjkRadicalRepeat                                                           rune = 0x2E80
	CjkRadicalCliff                                                            rune = 0x2E81
	CjkRadicalSecondOne                                                        rune = 0x2E82
	CjkRadicalSecondTwo                                                        rune = 0x2E83
	CjkRadicalSecondThree                                                      rune = 0x2E84
	CjkRadicalPerson                                                           rune = 0x2E85
	CjkRadicalBox                                                              rune = 0x2E86
	CjkRadicalTable                                                            rune = 0x2E87
	CjkRadicalKnifeOne                                                         rune = 0x2E88
	CjkRadicalKnifeTwo                                                         rune = 0x2E89
	CjkRadicalDivination                                                       rune = 0x2E8A
	CjkRadicalSeal                                                             rune = 0x2E8B
	CjkRadicalSmallOne                                                         rune = 0x2E8C
	CjkRadicalSmallTwo                                                         rune = 0x2E8D
	CjkRadicalLameOne                                                          rune = 0x2E8E
	CjkRadicalLameTwo                                                          rune = 0x2E8F
	CjkRadicalLameThree                                                        rune = 0x2E90
	CjkRadicalLameFour                                                         rune = 0x2E91
	CjkRadicalSnake                                                            rune = 0x2E92
	CjkRadicalThread                                                           rune = 0x2E93
	CjkRadicalSnoutOne                                                         rune = 0x2E94
	CjkRadicalSnoutTwo                                                         rune = 0x2E95
	CjkRadicalHeartOne                                                         rune = 0x2E96
	CjkRadicalHeartTwo                                                         rune = 0x2E97
	CjkRadicalHand                                                             rune = 0x2E98
	CjkRadicalRap                                                              rune = 0x2E99
	CjkRadicalChoke                                                            rune = 0x2E9B
	CjkRadicalSun                                                              rune = 0x2E9C
	CjkRadicalMoon                                                             rune = 0x2E9D
	CjkRadicalDeath                                                            rune = 0x2E9E
	CjkRadicalMother                                                           rune = 0x2E9F
	CjkRadicalCivilian                                                         rune = 0x2EA0
	CjkRadicalWaterOne                                                         rune = 0x2EA1
	CjkRadicalWaterTwo                                                         rune = 0x2EA2
	CjkRadicalFire                                                             rune = 0x2EA3
	CjkRadicalPawOne                                                           rune = 0x2EA4
	CjkRadicalPawTwo                                                           rune = 0x2EA5
	CjkRadicalSimplifiedHalfTreeTrunk                                          rune = 0x2EA6
	CjkRadicalCow                                                              rune = 0x2EA7
	CjkRadicalDog                                                              rune = 0x2EA8
	CjkRadicalJade                                                             rune = 0x2EA9
	CjkRadicalBoltOfCloth                                                      rune = 0x2EAA
	CjkRadicalEye                                                              rune = 0x2EAB
	CjkRadicalSpiritOne                                                        rune = 0x2EAC
	CjkRadicalSpiritTwo                                                        rune = 0x2EAD
	CjkRadicalBamboo                                                           rune = 0x2EAE
	CjkRadicalSilk                                                             rune = 0x2EAF
	CjkRadicalCSimplifiedSilk                                                  rune = 0x2EB0
	CjkRadicalNetOne                                                           rune = 0x2EB1
	CjkRadicalNetTwo                                                           rune = 0x2EB2
	CjkRadicalNetThree                                                         rune = 0x2EB3
	CjkRadicalNetFour                                                          rune = 0x2EB4
	CjkRadicalMesh                                                             rune = 0x2EB5
	CjkRadicalSheep                                                            rune = 0x2EB6
	CjkRadicalRam                                                              rune = 0x2EB7
	CjkRadicalEwe                                                              rune = 0x2EB8
	CjkRadicalOld                                                              rune = 0x2EB9
	CjkRadicalBrushOne                                                         rune = 0x2EBA
	CjkRadicalBrushTwo                                                         rune = 0x2EBB
	CjkRadicalMeat                                                             rune = 0x2EBC
	CjkRadicalMortar                                                           rune = 0x2EBD
	CjkRadicalGrassOne                                                         rune = 0x2EBE
	CjkRadicalGrassTwo                                                         rune = 0x2EBF
	CjkRadicalGrassThree                                                       rune = 0x2EC0
	CjkRadicalTiger                                                            rune = 0x2EC1
	CjkRadicalClothes                                                          rune = 0x2EC2
	CjkRadicalWestOne                                                          rune = 0x2EC3
	CjkRadicalWestTwo                                                          rune = 0x2EC4
	CjkRadicalCSimplifiedSee                                                   rune = 0x2EC5
	CjkRadicalSimplifiedHorn                                                   rune = 0x2EC6
	CjkRadicalHorn                                                             rune = 0x2EC7
	CjkRadicalCSimplifiedSpeech                                                rune = 0x2EC8
	CjkRadicalCSimplifiedShell                                                 rune = 0x2EC9
	CjkRadicalFoot                                                             rune = 0x2ECA
	CjkRadicalCSimplifiedCart                                                  rune = 0x2ECB
	CjkRadicalSimplifiedWalk                                                   rune = 0x2ECC
	CjkRadicalWalkOne                                                          rune = 0x2ECD
	CjkRadicalWalkTwo                                                          rune = 0x2ECE
	CjkRadicalCity                                                             rune = 0x2ECF
	CjkRadicalCSimplifiedGold                                                  rune = 0x2ED0
	CjkRadicalLongOne                                                          rune = 0x2ED1
	CjkRadicalLongTwo                                                          rune = 0x2ED2
	CjkRadicalCSimplifiedLong                                                  rune = 0x2ED3
	CjkRadicalCSimplifiedGate                                                  rune = 0x2ED4
	CjkRadicalMoundOne                                                         rune = 0x2ED5
	CjkRadicalMoundTwo                                                         rune = 0x2ED6
	CjkRadicalRain                                                             rune = 0x2ED7
	CjkRadicalBlue                                                             rune = 0x2ED8
	CjkRadicalCSimplifiedTannedLeather                                         rune = 0x2ED9
	CjkRadicalCSimplifiedLeaf                                                  rune = 0x2EDA
	CjkRadicalCSimplifiedWind                                                  rune = 0x2EDB
	CjkRadicalCSimplifiedFly                                                   rune = 0x2EDC
	CjkRadicalEatOne                                                           rune = 0x2EDD
	CjkRadicalEatTwo                                                           rune = 0x2EDE
	CjkRadicalEatThree                                                         rune = 0x2EDF
	CjkRadicalCSimplifiedEat                                                   rune = 0x2EE0
	CjkRadicalHead                                                             rune = 0x2EE1
	CjkRadicalCSimplifiedHorse                                                 rune = 0x2EE2
	CjkRadicalBone                                                             rune = 0x2EE3
	CjkRadicalGhost                                                            rune = 0x2EE4
	CjkRadicalCSimplifiedFish                                                  rune = 0x2EE5
	CjkRadicalCSimplifiedBird                                                  rune = 0x2EE6
	CjkRadicalCSimplifiedSalt                                                  rune = 0x2EE7
	CjkRadicalSimplifiedWheat                                                  rune = 0x2EE8
	CjkRadicalSimplifiedYellow                                                 rune = 0x2EE9
	CjkRadicalCSimplifiedFrog                                                  rune = 0x2EEA
	CjkRadicalJSimplifiedEven                                                  rune = 0x2EEB
	CjkRadicalCSimplifiedEven                                                  rune = 0x2EEC
	CjkRadicalJSimplifiedTooth                                                 rune = 0x2EED
	CjkRadicalCSimplifiedTooth                                                 rune = 0x2EEE
	CjkRadicalJSimplifiedDragon                                                rune = 0x2EEF
	CjkRadicalCSimplifiedDragon                                                rune = 0x2EF0
	CjkRadicalTurtle                                                           rune = 0x2EF1
	CjkRadicalJSimplifiedTurtle                                                rune = 0x2EF2
	CjkRadicalCSimplifiedTurtle                                                rune = 0x2EF3
	KangxiRadicalOne                                                           rune = 0x2F00
	KangxiRadicalLine                                                          rune = 0x2F01
	KangxiRadicalDot                                                           rune = 0x2F02
	KangxiRadicalSlash                                                         rune = 0x2F03
	KangxiRadicalSecond                                                        rune = 0x2F04
	KangxiRadicalHook                                                          rune = 0x2F05
	KangxiRadicalTwo                                                           rune = 0x2F06
	KangxiRadicalLid                                                           rune = 0x2F07
	KangxiRadicalMan                                                           rune = 0x2F08
	KangxiRadicalLegs                                                          rune = 0x2F09
	KangxiRadicalEnter                                                         rune = 0x2F0A
	KangxiRadicalEight                                                         rune = 0x2F0B
	KangxiRadicalDownBox                                                       rune = 0x2F0C
	KangxiRadicalCover                                                         rune = 0x2F0D
	KangxiRadicalIce                                                           rune = 0x2F0E
	KangxiRadicalTable                                                         rune = 0x2F0F
	KangxiRadicalOpenBox                                                       rune = 0x2F10
	KangxiRadicalKnife                                                         rune = 0x2F11
	KangxiRadicalPower                                                         rune = 0x2F12
	KangxiRadicalWrap                                                          rune = 0x2F13
	KangxiRadicalSpoon                                                         rune = 0x2F14
	KangxiRadicalRightOpenBox                                                  rune = 0x2F15
	KangxiRadicalHidingEnclosure                                               rune = 0x2F16
	KangxiRadicalTen                                                           rune = 0x2F17
	KangxiRadicalDivination                                                    rune = 0x2F18
	KangxiRadicalSeal                                                          rune = 0x2F19
	KangxiRadicalCliff                                                         rune = 0x2F1A
	KangxiRadicalPrivate                                                       rune = 0x2F1B
	KangxiRadicalAgain                                                         rune = 0x2F1C
	KangxiRadicalMouth                                                         rune = 0x2F1D
	KangxiRadicalEnclosure                                                     rune = 0x2F1E
	KangxiRadicalEarth                                                         rune = 0x2F1F
	KangxiRadicalScholar                                                       rune = 0x2F20
	KangxiRadicalGo                                                            rune = 0x2F21
	KangxiRadicalGoSlowly                                                      rune = 0x2F22
	KangxiRadicalEvening                                                       rune = 0x2F23
	KangxiRadicalBig                                                           rune = 0x2F24
	KangxiRadicalWoman                                                         rune = 0x2F25
	KangxiRadicalChild                                                         rune = 0x2F26
	KangxiRadicalRoof                                                          rune = 0x2F27
	KangxiRadicalInch                                                          rune = 0x2F28
	KangxiRadicalSmall                                                         rune = 0x2F29
	KangxiRadicalLame                                                          rune = 0x2F2A
	KangxiRadicalCorpse                                                        rune = 0x2F2B
	KangxiRadicalSprout                                                        rune = 0x2F2C
	KangxiRadicalMountain                                                      rune = 0x2F2D
	KangxiRadicalRiver                                                         rune = 0x2F2E
	KangxiRadicalWork                                                          rune = 0x2F2F
	KangxiRadicalOneself                                                       rune = 0x2F30
	KangxiRadicalTurban                                                        rune = 0x2F31
	KangxiRadicalDry                                                           rune = 0x2F32
	KangxiRadicalShortThread                                                   rune = 0x2F33
	KangxiRadicalDottedCliff                                                   rune = 0x2F34
	KangxiRadicalLongStride                                                    rune = 0x2F35
	KangxiRadicalTwoHands                                                      rune = 0x2F36
	KangxiRadicalShoot                                                         rune = 0x2F37
	KangxiRadicalBow                                                           rune = 0x2F38
	KangxiRadicalSnout                                                         rune = 0x2F39
	KangxiRadicalBristle                                                       rune = 0x2F3A
	KangxiRadicalStep                                                          rune = 0x2F3B
	KangxiRadicalHeart                                                         rune = 0x2F3C
	KangxiRadicalHalberd                                                       rune = 0x2F3D
	KangxiRadicalDoor                                                          rune = 0x2F3E
	KangxiRadicalHand                                                          rune = 0x2F3F
	KangxiRadicalBranch                                                        rune = 0x2F40
	KangxiRadicalRap                                                           rune = 0x2F41
	KangxiRadicalScript                                                        rune = 0x2F42
	KangxiRadicalDipper                                                        rune = 0x2F43
	KangxiRadicalAxe                                                           rune = 0x2F44
	KangxiRadicalSquare                                                        rune = 0x2F45
	KangxiRadicalNot                                                           rune = 0x2F46
	KangxiRadicalSun                                                           rune = 0x2F47
	KangxiRadicalSay                                                           rune = 0x2F48
	KangxiRadicalMoon                                                          rune = 0x2F49
	KangxiRadicalTree                                                          rune = 0x2F4A
	KangxiRadicalLack                                                          rune = 0x2F4B
	KangxiRadicalStop                                                          rune = 0x2F4C
	KangxiRadicalDeath                                                         rune = 0x2F4D
	KangxiRadicalWeapon                                                        rune = 0x2F4E
	KangxiRadicalDoNot                                                         rune = 0x2F4F
	KangxiRadicalCompare                                                       rune = 0x2F50
	KangxiRadicalFur                                                           rune = 0x2F51
	KangxiRadicalClan                                                          rune = 0x2F52
	KangxiRadicalSteam                                                         rune = 0x2F53
	KangxiRadicalWater                                                         rune = 0x2F54
	KangxiRadicalFire                                                          rune = 0x2F55
	KangxiRadicalClaw                                                          rune = 0x2F56
	KangxiRadicalFather                                                        rune = 0x2F57
	KangxiRadicalDoubleX                                                       rune = 0x2F58
	KangxiRadicalHalfTreeTrunk                                                 rune = 0x2F59
	KangxiRadicalSlice                                                         rune = 0x2F5A
	KangxiRadicalFang                                                          rune = 0x2F5B
	KangxiRadicalCow                                                           rune = 0x2F5C
	KangxiRadicalDog                                                           rune = 0x2F5D
	KangxiRadicalProfound                                                      rune = 0x2F5E
	KangxiRadicalJade                                                          rune = 0x2F5F
	KangxiRadicalMelon                                                         rune = 0x2F60
	KangxiRadicalTile                                                          rune = 0x2F61
	KangxiRadicalSweet                                                         rune = 0x2F62
	KangxiRadicalLife                                                          rune = 0x2F63
	KangxiRadicalUse                                                           rune = 0x2F64
	KangxiRadicalField                                                         rune = 0x2F65
	KangxiRadicalBoltOfCloth                                                   rune = 0x2F66
	KangxiRadicalSickness                                                      rune = 0x2F67
	KangxiRadicalDottedTent                                                    rune = 0x2F68
	KangxiRadicalWhite                                                         rune = 0x2F69
	KangxiRadicalSkin                                                          rune = 0x2F6A
	KangxiRadicalDish                                                          rune = 0x2F6B
	KangxiRadicalEye                                                           rune = 0x2F6C
	KangxiRadicalSpear                                                         rune = 0x2F6D
	KangxiRadicalArrow                                                         rune = 0x2F6E
	KangxiRadicalStone                                                         rune = 0x2F6F
	KangxiRadicalSpirit                                                        rune = 0x2F70
	KangxiRadicalTrack                                                         rune = 0x2F71
	KangxiRadicalGrain                                                         rune = 0x2F72
	KangxiRadicalCave                                                          rune = 0x2F73
	KangxiRadicalStand                                                         rune = 0x2F74
	KangxiRadicalBamboo                                                        rune = 0x2F75
	KangxiRadicalRice                                                          rune = 0x2F76
	KangxiRadicalSilk                                                          rune = 0x2F77
	KangxiRadicalJar                                                           rune = 0x2F78
	KangxiRadicalNet                                                           rune = 0x2F79
	KangxiRadicalSheep                                                         rune = 0x2F7A
	KangxiRadicalFeather                                                       rune = 0x2F7B
	KangxiRadicalOld                                                           rune = 0x2F7C
	KangxiRadicalAnd                                                           rune = 0x2F7D
	KangxiRadicalPlow                                                          rune = 0x2F7E
	KangxiRadicalEar                                                           rune = 0x2F7F
	KangxiRadicalBrush                                                         rune = 0x2F80
	KangxiRadicalMeat                                                          rune = 0x2F81
	KangxiRadicalMinister                                                      rune = 0x2F82
	KangxiRadicalSelf                                                          rune = 0x2F83
	KangxiRadicalArrive                                                        rune = 0x2F84
	KangxiRadicalMortar                                                        rune = 0x2F85
	KangxiRadicalTongue                                                        rune = 0x2F86
	KangxiRadicalOppose                                                        rune = 0x2F87
	KangxiRadicalBoat                                                          rune = 0x2F88
	KangxiRadicalStopping                                                      rune = 0x2F89
	KangxiRadicalColor                                                         rune = 0x2F8A
	KangxiRadicalGrass                                                         rune = 0x2F8B
	KangxiRadicalTiger                                                         rune = 0x2F8C
	KangxiRadicalInsect                                                        rune = 0x2F8D
	KangxiRadicalBlood                                                         rune = 0x2F8E
	KangxiRadicalWalkEnclosure                                                 rune = 0x2F8F
	KangxiRadicalClothes                                                       rune = 0x2F90
	KangxiRadicalWest                                                          rune = 0x2F91
	KangxiRadicalSee                                                           rune = 0x2F92
	KangxiRadicalHorn                                                          rune = 0x2F93
	KangxiRadicalSpeech                                                        rune = 0x2F94
	KangxiRadicalValley                                                        rune = 0x2F95
	KangxiRadicalBean                                                          rune = 0x2F96
	KangxiRadicalPig                                                           rune = 0x2F97
	KangxiRadicalBadger                                                        rune = 0x2F98
	KangxiRadicalShell                                                         rune = 0x2F99
	KangxiRadicalRed                                                           rune = 0x2F9A
	KangxiRadicalRun                                                           rune = 0x2F9B
	KangxiRadicalFoot                                                          rune = 0x2F9C
	KangxiRadicalBody                                                          rune = 0x2F9D
	KangxiRadicalCart                                                          rune = 0x2F9E
	KangxiRadicalBitter                                                        rune = 0x2F9F
	KangxiRadicalMorning                                                       rune = 0x2FA0
	KangxiRadicalWalk                                                          rune = 0x2FA1
	KangxiRadicalCity                                                          rune = 0x2FA2
	KangxiRadicalWine                                                          rune = 0x2FA3
	KangxiRadicalDistinguish                                                   rune = 0x2FA4
	KangxiRadicalVillage                                                       rune = 0x2FA5
	KangxiRadicalGold                                                          rune = 0x2FA6
	KangxiRadicalLong                                                          rune = 0x2FA7
	KangxiRadicalGate                                                          rune = 0x2FA8
	KangxiRadicalMound                                                         rune = 0x2FA9
	KangxiRadicalSlave                                                         rune = 0x2FAA
	KangxiRadicalShortTailedBird                                               rune = 0x2FAB
	KangxiRadicalRain                                                          rune = 0x2FAC
	KangxiRadicalBlue                                                          rune = 0x2FAD
	KangxiRadicalWrong                                                         rune = 0x2FAE
	KangxiRadicalFace                                                          rune = 0x2FAF
	KangxiRadicalLeather                                                       rune = 0x2FB0
	KangxiRadicalTannedLeather                                                 rune = 0x2FB1
	KangxiRadicalLeek                                                          rune = 0x2FB2
	KangxiRadicalSound                                                         rune = 0x2FB3
	KangxiRadicalLeaf                                                          rune = 0x2FB4
	KangxiRadicalWind                                                          rune = 0x2FB5
	KangxiRadicalFly                                                           rune = 0x2FB6
	KangxiRadicalEat                                                           rune = 0x2FB7
	KangxiRadicalHead                                                          rune = 0x2FB8
	KangxiRadicalFragrant                                                      rune = 0x2FB9
	KangxiRadicalHorse                                                         rune = 0x2FBA
	KangxiRadicalBone                                                          rune = 0x2FBB
	KangxiRadicalTall                                                          rune = 0x2FBC
	KangxiRadicalHair                                                          rune = 0x2FBD
	KangxiRadicalFight                                                         rune = 0x2FBE
	KangxiRadicalSacrificialWine                                               rune = 0x2FBF
	KangxiRadicalCauldron                                                      rune = 0x2FC0
	KangxiRadicalGhost                                                         rune = 0x2FC1
	KangxiRadicalFish                                                          rune = 0x2FC2
	KangxiRadicalBird                                                          rune = 0x2FC3
	KangxiRadicalSalt                                                          rune = 0x2FC4
	KangxiRadicalDeer                                                          rune = 0x2FC5
	KangxiRadicalWheat                                                         rune = 0x2FC6
	KangxiRadicalHemp                                                          rune = 0x2FC7
	KangxiRadicalYellow                                                        rune = 0x2FC8
	KangxiRadicalMillet                                                        rune = 0x2FC9
	KangxiRadicalBlack                                                         rune = 0x2FCA
	KangxiRadicalEmbroidery                                                    rune = 0x2FCB
	KangxiRadicalFrog                                                          rune = 0x2FCC
	KangxiRadicalTripod                                                        rune = 0x2FCD
	KangxiRadicalDrum                                                          rune = 0x2FCE
	KangxiRadicalRat                                                           rune = 0x2FCF
	KangxiRadicalNose                                                          rune = 0x2FD0
	KangxiRadicalEven                                                          rune = 0x2FD1
	KangxiRadicalTooth                                                         rune = 0x2FD2
	KangxiRadicalDragon                                                        rune = 0x2FD3
	KangxiRadicalTurtle                                                        rune = 0x2FD4
	KangxiRadicalFlute                                                         rune = 0x2FD5
	IdeographicDescriptionCharacterLeftToRight                                 rune = 0x2FF0
	IdeographicDescriptionCharacterAboveToBelow                                rune = 0x2FF1
	IdeographicDescriptionCharacterLeftToMiddleAndRight                        rune = 0x2FF2
	IdeographicDescriptionCharacterAboveToMiddleAndBelow                       rune = 0x2FF3
	IdeographicDescriptionCharacterFullSurround                                rune = 0x2FF4
	IdeographicDescriptionCharacterSurroundFromAbove                           rune = 0x2FF5
	IdeographicDescriptionCharacterSurroundFromBelow                           rune = 0x2FF6
	IdeographicDescriptionCharacterSurroundFromLeft                            rune = 0x2FF7
	IdeographicDescriptionCharacterSurroundFromUpperLeft                       rune = 0x2FF8
	IdeographicDescriptionCharacterSurroundFromUpperRight                      rune = 0x2FF9
	IdeographicDescriptionCharacterSurroundFromLowerLeft                       rune = 0x2FFA
	IdeographicDescriptionCharacterOverlaid                                    rune = 0x2FFB
	IdeographicSpace                                                           rune = 0x3000
	IdeographicComma                                                           rune = 0x3001
	IdeographicFullStop                                                        rune = 0x3002
	DittoMark                                                                  rune = 0x3003
	JapaneseIndustrialStandardSymbol                                           rune = 0x3004
	IdeographicIterationMark                                                   rune = 0x3005
	IdeographicClosingMark                                                     rune = 0x3006
	IdeographicNumberZero                                                      rune = 0x3007
	LeftAngleBracket                                                           rune = 0x3008
	RightAngleBracket                                                          rune = 0x3009
	LeftDoubleAngleBracket                                                     rune = 0x300A
	RightDoubleAngleBracket                                                    rune = 0x300B
	LeftCornerBracket                                                          rune = 0x300C
	RightCornerBracket                                                         rune = 0x300D
	LeftWhiteCornerBracket                                                     rune = 0x300E
	RightWhiteCornerBracket                                                    rune = 0x300F
	LeftBlackLenticularBracket                                                 rune = 0x3010
	RightBlackLenticularBracket                                                rune = 0x3011
	PostalMark                                                                 rune = 0x3012
	GetaMark                                                                   rune = 0x3013
	LeftTortoiseShellBracket                                                   rune = 0x3014
	RightTortoiseShellBracket                                                  rune = 0x3015
	LeftWhiteLenticularBracket                                                 rune = 0x3016
	RightWhiteLenticularBracket                                                rune = 0x3017
	LeftWhiteTortoiseShellBracket                                              rune = 0x3018
	RightWhiteTortoiseShellBracket                                             rune = 0x3019
	LeftWhiteSquareBracket                                                     rune = 0x301A
	RightWhiteSquareBracket                                                    rune = 0x301B
	WaveDash                                                                   rune = 0x301C
	ReversedDoublePrimeQuotationMark                                           rune = 0x301D
	DoublePrimeQuotationMark                                                   rune = 0x301E
	LowDoublePrimeQuotationMark                                                rune = 0x301F
	PostalMarkFace                                                             rune = 0x3020
	HangzhouNumeralOne                                                         rune = 0x3021
	HangzhouNumeralTwo                                                         rune = 0x3022
	HangzhouNumeralThree                                                       rune = 0x3023
	HangzhouNumeralFour                                                        rune = 0x3024
	HangzhouNumeralFive                                                        rune = 0x3025
	HangzhouNumeralSix                                                         rune = 0x3026
	HangzhouNumeralSeven                                                       rune = 0x3027
	HangzhouNumeralEight                                                       rune = 0x3028
	HangzhouNumeralNine                                                        rune = 0x3029
	IdeographicLevelToneMark                                                   rune = 0x302A
	IdeographicRisingToneMark                                                  rune = 0x302B
	IdeographicDepartingToneMark                                               rune = 0x302C
	IdeographicEnteringToneMark                                                rune = 0x302D
	HangulSingleDotToneMark                                                    rune = 0x302E
	HangulDoubleDotToneMark                                                    rune = 0x302F
	WavyDash                                                                   rune = 0x3030
	VerticalKanaRepeatMark                                                     rune = 0x3031
	VerticalKanaRepeatWithVoicedSoundMark                                      rune = 0x3032
	VerticalKanaRepeatMarkUpperHalf                                            rune = 0x3033
	VerticalKanaRepeatWithVoicedSoundMarkUpperHalf                             rune = 0x3034
	VerticalKanaRepeatMarkLowerHalf                                            rune = 0x3035
	CircledPostalMark                                                          rune = 0x3036
	IdeographicTelegraphLineFeedSeparatorSymbol                                rune = 0x3037
	HangzhouNumeralTen                                                         rune = 0x3038
	HangzhouNumeralTwenty                                                      rune = 0x3039
	HangzhouNumeralThirty                                                      rune = 0x303A
	VerticalIdeographicIterationMark                                           rune = 0x303B
	MasuMark                                                                   rune = 0x303C
	PartAlternationMark                                                        rune = 0x303D
	IdeographicVariationIndicator                                              rune = 0x303E
	IdeographicHalfFillSpace                                                   rune = 0x303F
	HiraganaLetterSmallA                                                       rune = 0x3041
	HiraganaLetterA                                                            rune = 0x3042
	HiraganaLetterSmallI                                                       rune = 0x3043
	HiraganaLetterI                                                            rune = 0x3044
	HiraganaLetterSmallU                                                       rune = 0x3045
	HiraganaLetterU                                                            rune = 0x3046
	HiraganaLetterSmallE                                                       rune = 0x3047
	HiraganaLetterE                                                            rune = 0x3048
	HiraganaLetterSmallO                                                       rune = 0x3049
	HiraganaLetterO                                                            rune = 0x304A
	HiraganaLetterKa                                                           rune = 0x304B
	HiraganaLetterGa                                                           rune = 0x304C
	HiraganaLetterKi                                                           rune = 0x304D
	HiraganaLetterGi                                                           rune = 0x304E
	HiraganaLetterKu                                                           rune = 0x304F
	HiraganaLetterGu                                                           rune = 0x3050
	HiraganaLetterKe                                                           rune = 0x3051
	HiraganaLetterGe                                                           rune = 0x3052
	HiraganaLetterKo                                                           rune = 0x3053
	HiraganaLetterGo                                                           rune = 0x3054
	HiraganaLetterSa                                                           rune = 0x3055
	HiraganaLetterZa                                                           rune = 0x3056
	HiraganaLetterSi                                                           rune = 0x3057
	HiraganaLetterZi                                                           rune = 0x3058
	HiraganaLetterSu                                                           rune = 0x3059
	HiraganaLetterZu                                                           rune = 0x305A
	HiraganaLetterSe                                                           rune = 0x305B
	HiraganaLetterZe                                                           rune = 0x305C
	HiraganaLetterSo                                                           rune = 0x305D
	HiraganaLetterZo                                                           rune = 0x305E
	HiraganaLetterTa                                                           rune = 0x305F
	HiraganaLetterDa                                                           rune = 0x3060
	HiraganaLetterTi                                                           rune = 0x3061
	HiraganaLetterDi                                                           rune = 0x3062
	HiraganaLetterSmallTu                                                      rune = 0x3063
	HiraganaLetterTu                                                           rune = 0x3064
	HiraganaLetterDu                                                           rune = 0x3065
	HiraganaLetterTe                                                           rune = 0x3066
	HiraganaLetterDe                                                           rune = 0x3067
	HiraganaLetterTo                                                           rune = 0x3068
	HiraganaLetterDo                                                           rune = 0x3069
	HiraganaLetterNa                                                           rune = 0x306A
	HiraganaLetterNi                                                           rune = 0x306B
	HiraganaLetterNu                                                           rune = 0x306C
	HiraganaLetterNe                                                           rune = 0x306D
	HiraganaLetterNo                                                           rune = 0x306E
	HiraganaLetterHa                                                           rune = 0x306F
	HiraganaLetterBa                                                           rune = 0x3070
	HiraganaLetterPa                                                           rune = 0x3071
	HiraganaLetterHi                                                           rune = 0x3072
	HiraganaLetterBi                                                           rune = 0x3073
	HiraganaLetterPi                                                           rune = 0x3074
	HiraganaLetterHu                                                           rune = 0x3075
	HiraganaLetterBu                                                           rune = 0x3076
	HiraganaLetterPu                                                           rune = 0x3077
	HiraganaLetterHe                                                           rune = 0x3078
	HiraganaLetterBe                                                           rune = 0x3079
	HiraganaLetterPe                                                           rune = 0x307A
	HiraganaLetterHo                                                           rune = 0x307B
	HiraganaLetterBo                                                           rune = 0x307C
	HiraganaLetterPo                                                           rune = 0x307D
	HiraganaLetterMa                                                           rune = 0x307E
	HiraganaLetterMi                                                           rune = 0x307F
	HiraganaLetterMu                                                           rune = 0x3080
	HiraganaLetterMe                                                           rune = 0x3081
	HiraganaLetterMo                                                           rune = 0x3082
	HiraganaLetterSmallYa                                                      rune = 0x3083
	HiraganaLetterYa                                                           rune = 0x3084
	HiraganaLetterSmallYu                                                      rune = 0x3085
	HiraganaLetterYu                                                           rune = 0x3086
	HiraganaLetterSmallYo                                                      rune = 0x3087
	HiraganaLetterYo                                                           rune = 0x3088
	HiraganaLetterRa                                                           rune = 0x3089
	HiraganaLetterRi                                                           rune = 0x308A
	HiraganaLetterRu                                                           rune = 0x308B
	HiraganaLetterRe                                                           rune = 0x308C
	HiraganaLetterRo                                                           rune = 0x308D
	HiraganaLetterSmallWa                                                      rune = 0x308E
	HiraganaLetterWa                                                           rune = 0x308F
	HiraganaLetterWi                                                           rune = 0x3090
	HiraganaLetterWe                                                           rune = 0x3091
	HiraganaLetterWo                                                           rune = 0x3092
	HiraganaLetterN                                                            rune = 0x3093
	HiraganaLetterVu                                                           rune = 0x3094
	HiraganaLetterSmallKa                                                      rune = 0x3095
	HiraganaLetterSmallKe                                                      rune = 0x3096
	CombiningKatakanaHiraganaVoicedSoundMark                                   rune = 0x3099
	CombiningKatakanaHiraganaSemiVoicedSoundMark                               rune = 0x309A
	KatakanaHiraganaVoicedSoundMark                                            rune = 0x309B
	KatakanaHiraganaSemiVoicedSoundMark                                        rune = 0x309C
	HiraganaIterationMark                                                      rune = 0x309D
	HiraganaVoicedIterationMark                                                rune = 0x309E
	HiraganaDigraphYori                                                        rune = 0x309F
	KatakanaHiraganaDoubleHyphen                                               rune = 0x30A0
	KatakanaLetterSmallA                                                       rune = 0x30A1
	KatakanaLetterA                                                            rune = 0x30A2
	KatakanaLetterSmallI                                                       rune = 0x30A3
	KatakanaLetterI                                                            rune = 0x30A4
	KatakanaLetterSmallU                                                       rune = 0x30A5
	KatakanaLetterU                                                            rune = 0x30A6
	KatakanaLetterSmallE                                                       rune = 0x30A7
	KatakanaLetterE                                                            rune = 0x30A8
	KatakanaLetterSmallO                                                       rune = 0x30A9
	KatakanaLetterO                                                            rune = 0x30AA
	KatakanaLetterKa                                                           rune = 0x30AB
	KatakanaLetterGa                                                           rune = 0x30AC
	KatakanaLetterKi                                                           rune = 0x30AD
	KatakanaLetterGi                                                           rune = 0x30AE
	KatakanaLetterKu                                                           rune = 0x30AF
	KatakanaLetterGu                                                           rune = 0x30B0
	KatakanaLetterKe                                                           rune = 0x30B1
	KatakanaLetterGe                                                           rune = 0x30B2
	KatakanaLetterKo                                                           rune = 0x30B3
	KatakanaLetterGo                                                           rune = 0x30B4
	KatakanaLetterSa                                                           rune = 0x30B5
	KatakanaLetterZa                                                           rune = 0x30B6
	KatakanaLetterSi                                                           rune = 0x30B7
	KatakanaLetterZi                                                           rune = 0x30B8
	KatakanaLetterSu                                                           rune = 0x30B9
	KatakanaLetterZu                                                           rune = 0x30BA
	KatakanaLetterSe                                                           rune = 0x30BB
	KatakanaLetterZe                                                           rune = 0x30BC
	KatakanaLetterSo                                                           rune = 0x30BD
	KatakanaLetterZo                                                           rune = 0x30BE
	KatakanaLetterTa                                                           rune = 0x30BF
	KatakanaLetterDa                                                           rune = 0x30C0
	KatakanaLetterTi                                                           rune = 0x30C1
	KatakanaLetterDi                                                           rune = 0x30C2
	KatakanaLetterSmallTu                                                      rune = 0x30C3
	KatakanaLetterTu                                                           rune = 0x30C4
	KatakanaLetterDu                                                           rune = 0x30C5
	KatakanaLetterTe                                                           rune = 0x30C6
	KatakanaLetterDe                                                           rune = 0x30C7
	KatakanaLetterTo                                                           rune = 0x30C8
	KatakanaLetterDo                                                           rune = 0x30C9
	KatakanaLetterNa                                                           rune = 0x30CA
	KatakanaLetterNi                                                           rune = 0x30CB
	KatakanaLetterNu                                                           rune = 0x30CC
	KatakanaLetterNe                                                           rune = 0x30CD
	KatakanaLetterNo                                                           rune = 0x30CE
	KatakanaLetterHa                                                           rune = 0x30CF
	KatakanaLetterBa                                                           rune = 0x30D0
	KatakanaLetterPa                                                           rune = 0x30D1
	KatakanaLetterHi                                                           rune = 0x30D2
	KatakanaLetterBi                                                           rune = 0x30D3
	KatakanaLetterPi                                                           rune = 0x30D4
	KatakanaLetterHu                                                           rune = 0x30D5
	KatakanaLetterBu                                                           rune = 0x30D6
	KatakanaLetterPu                                                           rune = 0x30D7
	KatakanaLetterHe                                                           rune = 0x30D8
	KatakanaLetterBe                                                           rune = 0x30D9
	KatakanaLetterPe                                                           rune = 0x30DA
	KatakanaLetterHo                                                           rune = 0x30DB
	KatakanaLetterBo                                                           rune = 0x30DC
	KatakanaLetterPo                                                           rune = 0x30DD
	KatakanaLetterMa                                                           rune = 0x30DE
	KatakanaLetterMi                                                           rune = 0x30DF
	KatakanaLetterMu                                                           rune = 0x30E0
	KatakanaLetterMe                                                           rune = 0x30E1
	KatakanaLetterMo                                                           rune = 0x30E2
	KatakanaLetterSmallYa                                                      rune = 0x30E3
	KatakanaLetterYa                                                           rune = 0x30E4
	KatakanaLetterSmallYu                                                      rune = 0x30E5
	KatakanaLetterYu                                                           rune = 0x30E6
	KatakanaLetterSmallYo                                                      rune = 0x30E7
	KatakanaLetterYo                                                           rune = 0x30E8
	KatakanaLetterRa                                                           rune = 0x30E9
	KatakanaLetterRi                                                           rune = 0x30EA
	KatakanaLetterRu                                                           rune = 0x30EB
	KatakanaLetterRe                                                           rune = 0x30EC
	KatakanaLetterRo                                                           rune = 0x30ED
	KatakanaLetterSmallWa                                                      rune = 0x30EE
	KatakanaLetterWa                                                           rune = 0x30EF
	KatakanaLetterWi                                                           rune = 0x30F0
	KatakanaLetterWe                                                           rune = 0x30F1
	KatakanaLetterWo                                                           rune = 0x30F2
	KatakanaLetterN                                                            rune = 0x30F3
	KatakanaLetterVu                                                           rune = 0x30F4
	KatakanaLetterSmallKa                                                      rune = 0x30F5
	KatakanaLetterSmallKe                                                      rune = 0x30F6
	KatakanaLetterVa                                                           rune = 0x30F7
	KatakanaLetterVi                                                           rune = 0x30F8
	KatakanaLetterVe                                                           rune = 0x30F9
	KatakanaLetterVo                                                           rune = 0x30FA
	KatakanaMiddleDot                                                          rune = 0x30FB
	KatakanaHiraganaProlongedSoundMark                                         rune = 0x30FC
	KatakanaIterationMark                                                      rune = 0x30FD
	KatakanaVoicedIterationMark                                                rune = 0x30FE
	KatakanaDigraphKoto                                                        rune = 0x30FF
	BopomofoLetterB                                                            rune = 0x3105
	BopomofoLetterP                                                            rune = 0x3106
	BopomofoLetterM                                                            rune = 0x3107
	BopomofoLetterF                                                            rune = 0x3108
	BopomofoLetterD                                                            rune = 0x3109
	BopomofoLetterT                                                            rune = 0x310A
	BopomofoLetterN                                                            rune = 0x310B
	BopomofoLetterL                                                            rune = 0x310C
	BopomofoLetterG                                                            rune = 0x310D
	BopomofoLetterK                                                            rune = 0x310E
	BopomofoLetterH                                                            rune = 0x310F
	BopomofoLetterJ                                                            rune = 0x3110
	BopomofoLetterQ                                                            rune = 0x3111
	BopomofoLetterX                                                            rune = 0x3112
	BopomofoLetterZh                                                           rune = 0x3113
	BopomofoLetterCh                                                           rune = 0x3114
	BopomofoLetterSh                                                           rune = 0x3115
	BopomofoLetterR                                                            rune = 0x3116
	BopomofoLetterZ                                                            rune = 0x3117
	BopomofoLetterC                                                            rune = 0x3118
	BopomofoLetterS                                                            rune = 0x3119
	BopomofoLetterA                                                            rune = 0x311A
	BopomofoLetterO                                                            rune = 0x311B
	BopomofoLetterE                                                            rune = 0x311C
	BopomofoLetterEh                                                           rune = 0x311D
	BopomofoLetterAi                                                           rune = 0x311E
	BopomofoLetterEi                                                           rune = 0x311F
	BopomofoLetterAu                                                           rune = 0x3120
	BopomofoLetterOu                                                           rune = 0x3121
	BopomofoLetterAn                                                           rune = 0x3122
	BopomofoLetterEn                                                           rune = 0x3123
	BopomofoLetterAng                                                          rune = 0x3124
	BopomofoLetterEng                                                          rune = 0x3125
	BopomofoLetterEr                                                           rune = 0x3126
	BopomofoLetterI                                                            rune = 0x3127
	BopomofoLetterU                                                            rune = 0x3128
	BopomofoLetterIu                                                           rune = 0x3129
	BopomofoLetterV                                                            rune = 0x312A
	BopomofoLetterNg                                                           rune = 0x312B
	BopomofoLetterGn                                                           rune = 0x312C
	BopomofoLetterIh                                                           rune = 0x312D
	BopomofoLetterOWithDotAbove                                                rune = 0x312E
	BopomofoLetterNn                                                           rune = 0x312F
	HangulLetterKiyeok                                                         rune = 0x3131
	HangulLetterSsangkiyeok                                                    rune = 0x3132
	HangulLetterKiyeokSios                                                     rune = 0x3133
	HangulLetterNieun                                                          rune = 0x3134
	HangulLetterNieunCieuc                                                     rune = 0x3135
	HangulLetterNieunHieuh                                                     rune = 0x3136
	HangulLetterTikeut                                                         rune = 0x3137
	HangulLetterSsangtikeut                                                    rune = 0x3138
	HangulLetterRieul                                                          rune = 0x3139
	HangulLetterRieulKiyeok                                                    rune = 0x313A
	HangulLetterRieulMieum                                                     rune = 0x313B
	HangulLetterRieulPieup                                                     rune = 0x313C
	HangulLetterRieulSios                                                      rune = 0x313D
	HangulLetterRieulThieuth                                                   rune = 0x313E
	HangulLetterRieulPhieuph                                                   rune = 0x313F
	HangulLetterRieulHieuh                                                     rune = 0x3140
	HangulLetterMieum                                                          rune = 0x3141
	HangulLetterPieup                                                          rune = 0x3142
	HangulLetterSsangpieup                                                     rune = 0x3143
	HangulLetterPieupSios                                                      rune = 0x3144
	HangulLetterSios                                                           rune = 0x3145
	HangulLetterSsangsios                                                      rune = 0x3146
	HangulLetterIeung                                                          rune = 0x3147
	HangulLetterCieuc                                                          rune = 0x3148
	HangulLetterSsangcieuc                                                     rune = 0x3149
	HangulLetterChieuch                                                        rune = 0x314A
	HangulLetterKhieukh                                                        rune = 0x314B
	HangulLetterThieuth                                                        rune = 0x314C
	HangulLetterPhieuph                                                        rune = 0x314D
	HangulLetterHieuh                                                          rune = 0x314E
	HangulLetterA                                                              rune = 0x314F
	HangulLetterAe                                                             rune = 0x3150
	HangulLetterYa                                                             rune = 0x3151
	HangulLetterYae                                                            rune = 0x3152
	HangulLetterEo                                                             rune = 0x3153
	HangulLetterE                                                              rune = 0x3154
	HangulLetterYeo                                                            rune = 0x3155
	HangulLetterYe                                                             rune = 0x3156
	HangulLetterO                                                              rune = 0x3157
	HangulLetterWa                                                             rune = 0x3158
	HangulLetterWae                                                            rune = 0x3159
	HangulLetterOe                                                             rune = 0x315A
	HangulLetterYo                                                             rune = 0x315B
	HangulLetterU                                                              rune = 0x315C
	HangulLetterWeo                                                            rune = 0x315D
	HangulLetterWe                                                             rune = 0x315E
	HangulLetterWi                                                             rune = 0x315F
	HangulLetterYu                                                             rune = 0x3160
	HangulLetterEu                                                             rune = 0x3161
	HangulLetterYi                                                             rune = 0x3162
	HangulLetterI                                                              rune = 0x3163
	HangulFiller                                                               rune = 0x3164
	HangulLetterSsangnieun                                                     rune = 0x3165
	HangulLetterNieunTikeut                                                    rune = 0x3166
	HangulLetterNieunSios                                                      rune = 0x3167
	HangulLetterNieunPansios                                                   rune = 0x3168
	HangulLetterRieulKiyeokSios                                                rune = 0x3169
	HangulLetterRieulTikeut                                                    rune = 0x316A
	HangulLetterRieulPieupSios                                                 rune = 0x316B
	HangulLetterRieulPansios                                                   rune = 0x316C
	HangulLetterRieulYeorinhieuh                                               rune = 0x316D
	HangulLetterMieumPieup                                                     rune = 0x316E
	HangulLetterMieumSios                                                      rune = 0x316F
	HangulLetterMieumPansios                                                   rune = 0x3170
	HangulLetterKapyeounmieum                                                  rune = 0x3171
	HangulLetterPieupKiyeok                                                    rune = 0x3172
	HangulLetterPieupTikeut                                                    rune = 0x3173
	HangulLetterPieupSiosKiyeok                                                rune = 0x3174
	HangulLetterPieupSiosTikeut                                                rune = 0x3175
	HangulLetterPieupCieuc                                                     rune = 0x3176
	HangulLetterPieupThieuth                                                   rune = 0x3177
	HangulLetterKapyeounpieup                                                  rune = 0x3178
	HangulLetterKapyeounssangpieup                                             rune = 0x3179
	HangulLetterSiosKiyeok                                                     rune = 0x317A
	HangulLetterSiosNieun                                                      rune = 0x317B
	HangulLetterSiosTikeut                                                     rune = 0x317C
	HangulLetterSiosPieup                                                      rune = 0x317D
	HangulLetterSiosCieuc                                                      rune = 0x317E
	HangulLetterPansios                                                        rune = 0x317F
	HangulLetterSsangieung                                                     rune = 0x3180
	HangulLetterYesieung                                                       rune = 0x3181
	HangulLetterYesieungSios                                                   rune = 0x3182
	HangulLetterYesieungPansios                                                rune = 0x3183
	HangulLetterKapyeounphieuph                                                rune = 0x3184
	HangulLetterSsanghieuh                                                     rune = 0x3185
	HangulLetterYeorinhieuh                                                    rune = 0x3186
	HangulLetterYoYa                                                           rune = 0x3187
	HangulLetterYoYae                                                          rune = 0x3188
	HangulLetterYoI                                                            rune = 0x3189
	HangulLetterYuYeo                                                          rune = 0x318A
	HangulLetterYuYe                                                           rune = 0x318B
	HangulLetterYuI                                                            rune = 0x318C
	HangulLetterAraea                                                          rune = 0x318D
	HangulLetterAraeae                                                         rune = 0x318E
	IdeographicAnnotationLinkingMark                                           rune = 0x3190
	IdeographicAnnotationReverseMark                                           rune = 0x3191
	IdeographicAnnotationOneMark                                               rune = 0x3192
	IdeographicAnnotationTwoMark                                               rune = 0x3193
	IdeographicAnnotationThreeMark                                             rune = 0x3194
	IdeographicAnnotationFourMark                                              rune = 0x3195
	IdeographicAnnotationTopMark                                               rune = 0x3196
	IdeographicAnnotationMiddleMark                                            rune = 0x3197
	IdeographicAnnotationBottomMark                                            rune = 0x3198
	IdeographicAnnotationFirstMark                                             rune = 0x3199
	IdeographicAnnotationSecondMark                                            rune = 0x319A
	IdeographicAnnotationThirdMark                                             rune = 0x319B
	IdeographicAnnotationFourthMark                                            rune = 0x319C
	IdeographicAnnotationHeavenMark                                            rune = 0x319D
	IdeographicAnnotationEarthMark                                             rune = 0x319E
	IdeographicAnnotationManMark                                               rune = 0x319F
	BopomofoLetterBu                                                           rune = 0x31A0
	BopomofoLetterZi                                                           rune = 0x31A1
	BopomofoLetterJi                                                           rune = 0x31A2
	BopomofoLetterGu                                                           rune = 0x31A3
	BopomofoLetterEe                                                           rune = 0x31A4
	BopomofoLetterEnn                                                          rune = 0x31A5
	BopomofoLetterOo                                                           rune = 0x31A6
	BopomofoLetterOnn                                                          rune = 0x31A7
	BopomofoLetterIr                                                           rune = 0x31A8
	BopomofoLetterAnn                                                          rune = 0x31A9
	BopomofoLetterInn                                                          rune = 0x31AA
	BopomofoLetterUnn                                                          rune = 0x31AB
	BopomofoLetterIm                                                           rune = 0x31AC
	BopomofoLetterNgg                                                          rune = 0x31AD
	BopomofoLetterAinn                                                         rune = 0x31AE
	BopomofoLetterAunn                                                         rune = 0x31AF
	BopomofoLetterAm                                                           rune = 0x31B0
	BopomofoLetterOm                                                           rune = 0x31B1
	BopomofoLetterOng                                                          rune = 0x31B2
	BopomofoLetterInnn                                                         rune = 0x31B3
	BopomofoFinalLetterP                                                       rune = 0x31B4
	BopomofoFinalLetterT                                                       rune = 0x31B5
	BopomofoFinalLetterK                                                       rune = 0x31B6
	BopomofoFinalLetterH                                                       rune = 0x31B7
	BopomofoLetterGh                                                           rune = 0x31B8
	BopomofoLetterLh                                                           rune = 0x31B9
	BopomofoLetterZy                                                           rune = 0x31BA
	BopomofoFinalLetterG                                                       rune = 0x31BB
	BopomofoLetterGw                                                           rune = 0x31BC
	BopomofoLetterKw                                                           rune = 0x31BD
	BopomofoLetterOe                                                           rune = 0x31BE
	BopomofoLetterAh                                                           rune = 0x31BF
	CjkStrokeT                                                                 rune = 0x31C0
	CjkStrokeWg                                                                rune = 0x31C1
	CjkStrokeXg                                                                rune = 0x31C2
	CjkStrokeBxg                                                               rune = 0x31C3
	CjkStrokeSw                                                                rune = 0x31C4
	CjkStrokeHzz                                                               rune = 0x31C5
	CjkStrokeHzg                                                               rune = 0x31C6
	CjkStrokeHp                                                                rune = 0x31C7
	CjkStrokeHzwg                                                              rune = 0x31C8
	CjkStrokeSzwg                                                              rune = 0x31C9
	CjkStrokeHzt                                                               rune = 0x31CA
	CjkStrokeHzzp                                                              rune = 0x31CB
	CjkStrokeHpwg                                                              rune = 0x31CC
	CjkStrokeHzw                                                               rune = 0x31CD
	CjkStrokeHzzz                                                              rune = 0x31CE
	CjkStrokeN                                                                 rune = 0x31CF
	CjkStrokeH                                                                 rune = 0x31D0
	CjkStrokeS                                                                 rune = 0x31D1
	CjkStrokeP                                                                 rune = 0x31D2
	CjkStrokeSp                                                                rune = 0x31D3
	CjkStrokeD                                                                 rune = 0x31D4
	CjkStrokeHz                                                                rune = 0x31D5
	CjkStrokeHg                                                                rune = 0x31D6
	CjkStrokeSz                                                                rune = 0x31D7
	CjkStrokeSwz                                                               rune = 0x31D8
	CjkStrokeSt                                                                rune = 0x31D9
	CjkStrokeSg                                                                rune = 0x31DA
	CjkStrokePd                                                                rune = 0x31DB
	CjkStrokePz                                                                rune = 0x31DC
	CjkStrokeTn                                                                rune = 0x31DD
	CjkStrokeSzz                                                               rune = 0x31DE
	CjkStrokeSwg                                                               rune = 0x31DF
	CjkStrokeHxwg                                                              rune = 0x31E0
	CjkStrokeHzzzg                                                             rune = 0x31E1
	CjkStrokePg                                                                rune = 0x31E2
	CjkStrokeQ                                                                 rune = 0x31E3
	KatakanaLetterSmallKu                                                      rune = 0x31F0
	KatakanaLetterSmallSi                                                      rune = 0x31F1
	KatakanaLetterSmallSu                                                      rune = 0x31F2
	KatakanaLetterSmallTo                                                      rune = 0x31F3
	KatakanaLetterSmallNu                                                      rune = 0x31F4
	KatakanaLetterSmallHa                                                      rune = 0x31F5
	KatakanaLetterSmallHi                                                      rune = 0x31F6
	KatakanaLetterSmallHu                                                      rune = 0x31F7
	KatakanaLetterSmallHe                                                      rune = 0x31F8
	KatakanaLetterSmallHo                                                      rune = 0x31F9
	KatakanaLetterSmallMu                                                      rune = 0x31FA
	KatakanaLetterSmallRa                                                      rune = 0x31FB
	KatakanaLetterSmallRi                                                      rune = 0x31FC
	KatakanaLetterSmallRu                                                      rune = 0x31FD
	KatakanaLetterSmallRe                                                      rune = 0x31FE
	KatakanaLetterSmallRo                                                      rune = 0x31FF
	ParenthesizedHangulKiyeok                                                  rune = 0x3200
	ParenthesizedHangulNieun                                                   rune = 0x3201
	ParenthesizedHangulTikeut                                                  rune = 0x3202
	ParenthesizedHangulRieul                                                   rune = 0x3203
	ParenthesizedHangulMieum                                                   rune = 0x3204
	ParenthesizedHangulPieup                                                   rune = 0x3205
	ParenthesizedHangulSios                                                    rune = 0x3206
	ParenthesizedHangulIeung                                                   rune = 0x3207
	ParenthesizedHangulCieuc                                                   rune = 0x3208
	ParenthesizedHangulChieuch                                                 rune = 0x3209
	ParenthesizedHangulKhieukh                                                 rune = 0x320A
	ParenthesizedHangulThieuth                                                 rune = 0x320B
	ParenthesizedHangulPhieuph                                                 rune = 0x320C
	ParenthesizedHangulHieuh                                                   rune = 0x320D
	ParenthesizedHangulKiyeokA                                                 rune = 0x320E
	ParenthesizedHangulNieunA                                                  rune = 0x320F
	ParenthesizedHangulTikeutA                                                 rune = 0x3210
	ParenthesizedHangulRieulA                                                  rune = 0x3211
	ParenthesizedHangulMieumA                                                  rune = 0x3212
	ParenthesizedHangulPieupA                                                  rune = 0x3213
	ParenthesizedHangulSiosA                                                   rune = 0x3214
	ParenthesizedHangulIeungA                                                  rune = 0x3215
	ParenthesizedHangulCieucA                                                  rune = 0x3216
	ParenthesizedHangulChieuchA                                                rune = 0x3217
	ParenthesizedHangulKhieukhA                                                rune = 0x3218
	ParenthesizedHangulThieuthA                                                rune = 0x3219
	ParenthesizedHangulPhieuphA                                                rune = 0x321A
	ParenthesizedHangulHieuhA                                                  rune = 0x321B
	ParenthesizedHangulCieucU                                                  rune = 0x321C
	ParenthesizedKoreanCharacterOjeon                                          rune = 0x321D
	ParenthesizedKoreanCharacterOHu                                            rune = 0x321E
	ParenthesizedIdeographOne                                                  rune = 0x3220
	ParenthesizedIdeographTwo                                                  rune = 0x3221
	ParenthesizedIdeographThree                                                rune = 0x3222
	ParenthesizedIdeographFour                                                 rune = 0x3223
	ParenthesizedIdeographFive                                                 rune = 0x3224
	ParenthesizedIdeographSix                                                  rune = 0x3225
	ParenthesizedIdeographSeven                                                rune = 0x3226
	ParenthesizedIdeographEight                                                rune = 0x3227
	ParenthesizedIdeographNine                                                 rune = 0x3228
	ParenthesizedIdeographTen                                                  rune = 0x3229
	ParenthesizedIdeographMoon                                                 rune = 0x322A
	ParenthesizedIdeographFire                                                 rune = 0x322B
	ParenthesizedIdeographWater                                                rune = 0x322C
	ParenthesizedIdeographWood                                                 rune = 0x322D
	ParenthesizedIdeographMetal                                                rune = 0x322E
	ParenthesizedIdeographEarth                                                rune = 0x322F
	ParenthesizedIdeographSun                                                  rune = 0x3230
	ParenthesizedIdeographStock                                                rune = 0x3231
	ParenthesizedIdeographHave                                                 rune = 0x3232
	ParenthesizedIdeographSociety                                              rune = 0x3233
	ParenthesizedIdeographName                                                 rune = 0x3234
	ParenthesizedIdeographSpecial                                              rune = 0x3235
	ParenthesizedIdeographFinancial                                            rune = 0x3236
	ParenthesizedIdeographCongratulation                                       rune = 0x3237
	ParenthesizedIdeographLabor                                                rune = 0x3238
	ParenthesizedIdeographRepresent                                            rune = 0x3239
	ParenthesizedIdeographCall                                                 rune = 0x323A
	ParenthesizedIdeographStudy                                                rune = 0x323B
	ParenthesizedIdeographSupervise                                            rune = 0x323C
	ParenthesizedIdeographEnterprise                                           rune = 0x323D
	ParenthesizedIdeographResource                                             rune = 0x323E
	ParenthesizedIdeographAlliance                                             rune = 0x323F
	ParenthesizedIdeographFestival                                             rune = 0x3240
	ParenthesizedIdeographRest                                                 rune = 0x3241
	ParenthesizedIdeographSelf                                                 rune = 0x3242
	ParenthesizedIdeographReach                                                rune = 0x3243
	CircledIdeographQuestion                                                   rune = 0x3244
	CircledIdeographKindergarten                                               rune = 0x3245
	CircledIdeographSchool                                                     rune = 0x3246
	CircledIdeographKoto                                                       rune = 0x3247
	CircledNumberTenOnBlackSquare                                              rune = 0x3248
	CircledNumberTwentyOnBlackSquare                                           rune = 0x3249
	CircledNumberThirtyOnBlackSquare                                           rune = 0x324A
	CircledNumberFortyOnBlackSquare                                            rune = 0x324B
	CircledNumberFiftyOnBlackSquare                                            rune = 0x324C
	CircledNumberSixtyOnBlackSquare                                            rune = 0x324D
	CircledNumberSeventyOnBlackSquare                                          rune = 0x324E
	CircledNumberEightyOnBlackSquare                                           rune = 0x324F
	PartnershipSign                                                            rune = 0x3250
	CircledNumberTwentyOne                                                     rune = 0x3251
	CircledNumberTwentyTwo                                                     rune = 0x3252
	CircledNumberTwentyThree                                                   rune = 0x3253
	CircledNumberTwentyFour                                                    rune = 0x3254
	CircledNumberTwentyFive                                                    rune = 0x3255
	CircledNumberTwentySix                                                     rune = 0x3256
	CircledNumberTwentySeven                                                   rune = 0x3257
	CircledNumberTwentyEight                                                   rune = 0x3258
	CircledNumberTwentyNine                                                    rune = 0x3259
	CircledNumberThirty                                                        rune = 0x325A
	CircledNumberThirtyOne                                                     rune = 0x325B
	CircledNumberThirtyTwo                                                     rune = 0x325C
	CircledNumberThirtyThree                                                   rune = 0x325D
	CircledNumberThirtyFour                                                    rune = 0x325E
	CircledNumberThirtyFive                                                    rune = 0x325F
	CircledHangulKiyeok                                                        rune = 0x3260
	CircledHangulNieun                                                         rune = 0x3261
	CircledHangulTikeut                                                        rune = 0x3262
	CircledHangulRieul                                                         rune = 0x3263
	CircledHangulMieum                                                         rune = 0x3264
	CircledHangulPieup                                                         rune = 0x3265
	CircledHangulSios                                                          rune = 0x3266
	CircledHangulIeung                                                         rune = 0x3267
	CircledHangulCieuc                                                         rune = 0x3268
	CircledHangulChieuch                                                       rune = 0x3269
	CircledHangulKhieukh                                                       rune = 0x326A
	CircledHangulThieuth                                                       rune = 0x326B
	CircledHangulPhieuph                                                       rune = 0x326C
	CircledHangulHieuh                                                         rune = 0x326D
	CircledHangulKiyeokA                                                       rune = 0x326E
	CircledHangulNieunA                                                        rune = 0x326F
	CircledHangulTikeutA                                                       rune = 0x3270
	CircledHangulRieulA                                                        rune = 0x3271
	CircledHangulMieumA                                                        rune = 0x3272
	CircledHangulPieupA                                                        rune = 0x3273
	CircledHangulSiosA                                                         rune = 0x3274
	CircledHangulIeungA                                                        rune = 0x3275
	CircledHangulCieucA                                                        rune = 0x3276
	CircledHangulChieuchA                                                      rune = 0x3277
	CircledHangulKhieukhA                                                      rune = 0x3278
	CircledHangulThieuthA                                                      rune = 0x3279
	CircledHangulPhieuphA                                                      rune = 0x327A
	CircledHangulHieuhA                                                        rune = 0x327B
	CircledKoreanCharacterChamko                                               rune = 0x327C
	CircledKoreanCharacterJueui                                                rune = 0x327D
	CircledHangulIeungU                                                        rune = 0x327E
	KoreanStandardSymbol                                                       rune = 0x327F
	CircledIdeographOne                                                        rune = 0x3280
	CircledIdeographTwo                                                        rune = 0x3281
	CircledIdeographThree                                                      rune = 0x3282
	CircledIdeographFour                                                       rune = 0x3283
	CircledIdeographFive                                                       rune = 0x3284
	CircledIdeographSix                                                        rune = 0x3285
	CircledIdeographSeven                                                      rune = 0x3286
	CircledIdeographEight                                                      rune = 0x3287
	CircledIdeographNine                                                       rune = 0x3288
	CircledIdeographTen                                                        rune = 0x3289
	CircledIdeographMoon                                                       rune = 0x328A
	CircledIdeographFire                                                       rune = 0x328B
	CircledIdeographWater                                                      rune = 0x328C
	CircledIdeographWood                                                       rune = 0x328D
	CircledIdeographMetal                                                      rune = 0x328E
	CircledIdeographEarth                                                      rune = 0x328F
	CircledIdeographSun                                                        rune = 0x3290
	CircledIdeographStock                                                      rune = 0x3291
	CircledIdeographHave                                                       rune = 0x3292
	CircledIdeographSociety                                                    rune = 0x3293
	CircledIdeographName                                                       rune = 0x3294
	CircledIdeographSpecial                                                    rune = 0x3295
	CircledIdeographFinancial                                                  rune = 0x3296
	CircledIdeographCongratulation                                             rune = 0x3297
	CircledIdeographLabor                                                      rune = 0x3298
	CircledIdeographSecret                                                     rune = 0x3299
	CircledIdeographMale                                                       rune = 0x329A
	CircledIdeographFemale                                                     rune = 0x329B
	CircledIdeographSuitable                                                   rune = 0x329C
	CircledIdeographExcellent                                                  rune = 0x329D
	CircledIdeographPrint                                                      rune = 0x329E
	CircledIdeographAttention                                                  rune = 0x329F
	CircledIdeographItem                                                       rune = 0x32A0
	CircledIdeographRest                                                       rune = 0x32A1
	CircledIdeographCopy                                                       rune = 0x32A2
	CircledIdeographCorrect                                                    rune = 0x32A3
	CircledIdeographHigh                                                       rune = 0x32A4
	CircledIdeographCentre                                                     rune = 0x32A5
	CircledIdeographLow                                                        rune = 0x32A6
	CircledIdeographLeft                                                       rune = 0x32A7
	CircledIdeographRight                                                      rune = 0x32A8
	CircledIdeographMedicine                                                   rune = 0x32A9
	CircledIdeographReligion                                                   rune = 0x32AA
	CircledIdeographStudy                                                      rune = 0x32AB
	CircledIdeographSupervise                                                  rune = 0x32AC
	CircledIdeographEnterprise                                                 rune = 0x32AD
	CircledIdeographResource                                                   rune = 0x32AE
	CircledIdeographAlliance                                                   rune = 0x32AF
	CircledIdeographNight                                                      rune = 0x32B0
	CircledNumberThirtySix                                                     rune = 0x32B1
	CircledNumberThirtySeven                                                   rune = 0x32B2
	CircledNumberThirtyEight                                                   rune = 0x32B3
	CircledNumberThirtyNine                                                    rune = 0x32B4
	CircledNumberForty                                                         rune = 0x32B5
	CircledNumberFortyOne                                                      rune = 0x32B6
	CircledNumberFortyTwo                                                      rune = 0x32B7
	CircledNumberFortyThree                                                    rune = 0x32B8
	CircledNumberFortyFour                                                     rune = 0x32B9
	CircledNumberFortyFive                                                     rune = 0x32BA
	CircledNumberFortySix                                                      rune = 0x32BB
	CircledNumberFortySeven                                                    rune = 0x32BC
	CircledNumberFortyEight                                                    rune = 0x32BD
	CircledNumberFortyNine                                                     rune = 0x32BE
	CircledNumberFifty                                                         rune = 0x32BF
	IdeographicTelegraphSymbolForJanuary                                       rune = 0x32C0
	IdeographicTelegraphSymbolForFebruary                                      rune = 0x32C1
	IdeographicTelegraphSymbolForMarch                                         rune = 0x32C2
	IdeographicTelegraphSymbolForApril                                         rune = 0x32C3
	IdeographicTelegraphSymbolForMay                                           rune = 0x32C4
	IdeographicTelegraphSymbolForJune                                          rune = 0x32C5
	IdeographicTelegraphSymbolForJuly                                          rune = 0x32C6
	IdeographicTelegraphSymbolForAugust                                        rune = 0x32C7
	IdeographicTelegraphSymbolForSeptember                                     rune = 0x32C8
	IdeographicTelegraphSymbolForOctober                                       rune = 0x32C9
	IdeographicTelegraphSymbolForNovember                                      rune = 0x32CA
	IdeographicTelegraphSymbolForDecember                                      rune = 0x32CB
	SquareHg                                                                   rune = 0x32CC
	SquareErg                                                                  rune = 0x32CD
	SquareEv                                                                   rune = 0x32CE
	LimitedLiabilitySign                                                       rune = 0x32CF
	CircledKatakanaA                                                           rune = 0x32D0
	CircledKatakanaI                                                           rune = 0x32D1
	CircledKatakanaU                                                           rune = 0x32D2
	CircledKatakanaE                                                           rune = 0x32D3
	CircledKatakanaO                                                           rune = 0x32D4
	CircledKatakanaKa                                                          rune = 0x32D5
	CircledKatakanaKi                                                          rune = 0x32D6
	CircledKatakanaKu                                                          rune = 0x32D7
	CircledKatakanaKe                                                          rune = 0x32D8
	CircledKatakanaKo                                                          rune = 0x32D9
	CircledKatakanaSa                                                          rune = 0x32DA
	CircledKatakanaSi                                                          rune = 0x32DB
	CircledKatakanaSu                                                          rune = 0x32DC
	CircledKatakanaSe                                                          rune = 0x32DD
	CircledKatakanaSo                                                          rune = 0x32DE
	CircledKatakanaTa                                                          rune = 0x32DF
	CircledKatakanaTi                                                          rune = 0x32E0
	CircledKatakanaTu                                                          rune = 0x32E1
	CircledKatakanaTe                                                          rune = 0x32E2
	CircledKatakanaTo                                                          rune = 0x32E3
	CircledKatakanaNa                                                          rune = 0x32E4
	CircledKatakanaNi                                                          rune = 0x32E5
	CircledKatakanaNu                                                          rune = 0x32E6
	CircledKatakanaNe                                                          rune = 0x32E7
	CircledKatakanaNo                                                          rune = 0x32E8
	CircledKatakanaHa                                                          rune = 0x32E9
	CircledKatakanaHi                                                          rune = 0x32EA
	CircledKatakanaHu                                                          rune = 0x32EB
	CircledKatakanaHe                                                          rune = 0x32EC
	CircledKatakanaHo                                                          rune = 0x32ED
	CircledKatakanaMa                                                          rune = 0x32EE
	CircledKatakanaMi                                                          rune = 0x32EF
	CircledKatakanaMu                                                          rune = 0x32F0
	CircledKatakanaMe                                                          rune = 0x32F1
	CircledKatakanaMo                                                          rune = 0x32F2
	CircledKatakanaYa                                                          rune = 0x32F3
	CircledKatakanaYu                                                          rune = 0x32F4
	CircledKatakanaYo                                                          rune = 0x32F5
	CircledKatakanaRa                                                          rune = 0x32F6
	CircledKatakanaRi                                                          rune = 0x32F7
	CircledKatakanaRu                                                          rune = 0x32F8
	CircledKatakanaRe                                                          rune = 0x32F9
	CircledKatakanaRo                                                          rune = 0x32FA
	CircledKatakanaWa                                                          rune = 0x32FB
	CircledKatakanaWi                                                          rune = 0x32FC
	CircledKatakanaWe                                                          rune = 0x32FD
	CircledKatakanaWo                                                          rune = 0x32FE
	SquareEraNameReiwa                                                         rune = 0x32FF
	SquareApaato                                                               rune = 0x3300
	SquareAruhua                                                               rune = 0x3301
	SquareAnpea                                                                rune = 0x3302
	SquareAaru                                                                 rune = 0x3303
	SquareIningu                                                               rune = 0x3304
	SquareInti                                                                 rune = 0x3305
	SquareUon                                                                  rune = 0x3306
	SquareEsukuudo                                                             rune = 0x3307
	SquareEekaa                                                                rune = 0x3308
	SquareOnsu                                                                 rune = 0x3309
	SquareOomu                                                                 rune = 0x330A
	SquareKairi                                                                rune = 0x330B
	SquareKaratto                                                              rune = 0x330C
	SquareKarorii                                                              rune = 0x330D
	SquareGaron                                                                rune = 0x330E
	SquareGanma                                                                rune = 0x330F
	SquareGiga                                                                 rune = 0x3310
	SquareGinii                                                                rune = 0x3311
	SquareKyurii                                                               rune = 0x3312
	SquareGirudaa                                                              rune = 0x3313
	SquareKiro                                                                 rune = 0x3314
	SquareKiroguramu                                                           rune = 0x3315
	SquareKiromeetoru                                                          rune = 0x3316
	SquareKirowatto                                                            rune = 0x3317
	SquareGuramu                                                               rune = 0x3318
	SquareGuramuton                                                            rune = 0x3319
	SquareKuruzeiro                                                            rune = 0x331A
	SquareKuroone                                                              rune = 0x331B
	SquareKeesu                                                                rune = 0x331C
	SquareKoruna                                                               rune = 0x331D
	SquareKoopo                                                                rune = 0x331E
	SquareSaikuru                                                              rune = 0x331F
	SquareSantiimu                                                             rune = 0x3320
	SquareSiringu                                                              rune = 0x3321
	SquareSenti                                                                rune = 0x3322
	SquareSento                                                                rune = 0x3323
	SquareDaasu                                                                rune = 0x3324
	SquareDesi                                                                 rune = 0x3325
	SquareDoru                                                                 rune = 0x3326
	SquareTon                                                                  rune = 0x3327
	SquareNano                                                                 rune = 0x3328
	SquareNotto                                                                rune = 0x3329
	SquareHaitu                                                                rune = 0x332A
	SquarePaasento                                                             rune = 0x332B
	SquarePaatu                                                                rune = 0x332C
	SquareBaareru                                                              rune = 0x332D
	SquarePiasutoru                                                            rune = 0x332E
	SquarePikuru                                                               rune = 0x332F
	SquarePiko                                                                 rune = 0x3330
	SquareBiru                                                                 rune = 0x3331
	SquareHuaraddo                                                             rune = 0x3332
	SquareHuiito                                                               rune = 0x3333
	SquareBussyeru                                                             rune = 0x3334
	SquareHuran                                                                rune = 0x3335
	SquareHekutaaru                                                            rune = 0x3336
	SquarePeso                                                                 rune = 0x3337
	SquarePenihi                                                               rune = 0x3338
	SquareHerutu                                                               rune = 0x3339
	SquarePensu                                                                rune = 0x333A
	SquarePeezi                                                                rune = 0x333B
	SquareBeeta                                                                rune = 0x333C
	SquarePointo                                                               rune = 0x333D
	SquareBoruto                                                               rune = 0x333E
	SquareHon                                                                  rune = 0x333F
	SquarePondo                                                                rune = 0x3340
	SquareHooru                                                                rune = 0x3341
	SquareHoon                                                                 rune = 0x3342
	SquareMaikuro                                                              rune = 0x3343
	SquareMairu                                                                rune = 0x3344
	SquareMahha                                                                rune = 0x3345
	SquareMaruku                                                               rune = 0x3346
	SquareMansyon                                                              rune = 0x3347
	SquareMikuron                                                              rune = 0x3348
	SquareMiri                                                                 rune = 0x3349
	SquareMiribaaru                                                            rune = 0x334A
	SquareMega                                                                 rune = 0x334B
	SquareMegaton                                                              rune = 0x334C
	SquareMeetoru                                                              rune = 0x334D
	SquareYaado                                                                rune = 0x334E
	SquareYaaru                                                                rune = 0x334F
	SquareYuan                                                                 rune = 0x3350
	SquareRittoru                                                              rune = 0x3351
	SquareRira                                                                 rune = 0x3352
	SquareRupii                                                                rune = 0x3353
	SquareRuuburu                                                              rune = 0x3354
	SquareRemu                                                                 rune = 0x3355
	SquareRentogen                                                             rune = 0x3356
	SquareWatto                                                                rune = 0x3357
	IdeographicTelegraphSymbolForHourZero                                      rune = 0x3358
	IdeographicTelegraphSymbolForHourOne                                       rune = 0x3359
	IdeographicTelegraphSymbolForHourTwo                                       rune = 0x335A
	IdeographicTelegraphSymbolForHourThree                                     rune = 0x335B
	IdeographicTelegraphSymbolForHourFour                                      rune = 0x335C
	IdeographicTelegraphSymbolForHourFive                                      rune = 0x335D
	IdeographicTelegraphSymbolForHourSix                                       rune = 0x335E
	IdeographicTelegraphSymbolForHourSeven                                     rune = 0x335F
	IdeographicTelegraphSymbolForHourEight                                     rune = 0x3360
	IdeographicTelegraphSymbolForHourNine                                      rune = 0x3361
	IdeographicTelegraphSymbolForHourTen                                       rune = 0x3362
	IdeographicTelegraphSymbolForHourEleven                                    rune = 0x3363
	IdeographicTelegraphSymbolForHourTwelve                                    rune = 0x3364
	IdeographicTelegraphSymbolForHourThirteen                                  rune = 0x3365
	IdeographicTelegraphSymbolForHourFourteen                                  rune = 0x3366
	IdeographicTelegraphSymbolForHourFifteen                                   rune = 0x3367
	IdeographicTelegraphSymbolForHourSixteen                                   rune = 0x3368
	IdeographicTelegraphSymbolForHourSeventeen                                 rune = 0x3369
	IdeographicTelegraphSymbolForHourEighteen                                  rune = 0x336A
	IdeographicTelegraphSymbolForHourNineteen                                  rune = 0x336B
	IdeographicTelegraphSymbolForHourTwenty                                    rune = 0x336C
	IdeographicTelegraphSymbolForHourTwentyOne                                 rune = 0x336D
	IdeographicTelegraphSymbolForHourTwentyTwo                                 rune = 0x336E
	IdeographicTelegraphSymbolForHourTwentyThree                               rune = 0x336F
	IdeographicTelegraphSymbolForHourTwentyFour                                rune = 0x3370
	SquareHpa                                                                  rune = 0x3371
	SquareDa                                                                   rune = 0x3372
	SquareAu                                                                   rune = 0x3373
	SquareBar                                                                  rune = 0x3374
	SquareOv                                                                   rune = 0x3375
	SquarePc                                                                   rune = 0x3376
	SquareDm                                                                   rune = 0x3377
	SquareDmSquared                                                            rune = 0x3378
	SquareDmCubed                                                              rune = 0x3379
	SquareIu                                                                   rune = 0x337A
	SquareEraNameHeisei                                                        rune = 0x337B
	SquareEraNameSyouwa                                                        rune = 0x337C
	SquareEraNameTaisyou                                                       rune = 0x337D
	SquareEraNameMeizi                                                         rune = 0x337E
	SquareCorporation                                                          rune = 0x337F
	SquarePaAmps                                                               rune = 0x3380
	SquareNa                                                                   rune = 0x3381
	SquareMuA                                                                  rune = 0x3382
	SquareMa                                                                   rune = 0x3383
	SquareKa                                                                   rune = 0x3384
	SquareKb                                                                   rune = 0x3385
	SquareMb                                                                   rune = 0x3386
	SquareGb                                                                   rune = 0x3387
	SquareCal                                                                  rune = 0x3388
	SquareKcal                                                                 rune = 0x3389
	SquarePf                                                                   rune = 0x338A
	SquareNf                                                                   rune = 0x338B
	SquareMuF                                                                  rune = 0x338C
	SquareMuG                                                                  rune = 0x338D
	SquareMg                                                                   rune = 0x338E
	SquareKg                                                                   rune = 0x338F
	SquareHz                                                                   rune = 0x3390
	SquareKhz                                                                  rune = 0x3391
	SquareMhz                                                                  rune = 0x3392
	SquareGhz                                                                  rune = 0x3393
	SquareThz                                                                  rune = 0x3394
	SquareMuL                                                                  rune = 0x3395
	SquareMl                                                                   rune = 0x3396
	SquareDl                                                                   rune = 0x3397
	SquareKl                                                                   rune = 0x3398
	SquareFm                                                                   rune = 0x3399
	SquareNm                                                                   rune = 0x339A
	SquareMuM                                                                  rune = 0x339B
	SquareMm                                                                   rune = 0x339C
	SquareCm                                                                   rune = 0x339D
	SquareKm                                                                   rune = 0x339E
	SquareMmSquared                                                            rune = 0x339F
	SquareCmSquared                                                            rune = 0x33A0
	SquareMSquared                                                             rune = 0x33A1
	SquareKmSquared                                                            rune = 0x33A2
	SquareMmCubed                                                              rune = 0x33A3
	SquareCmCubed                                                              rune = 0x33A4
	SquareMCubed                                                               rune = 0x33A5
	SquareKmCubed                                                              rune = 0x33A6
	SquareMOverS                                                               rune = 0x33A7
	SquareMOverSSquared                                                        rune = 0x33A8
	SquarePa                                                                   rune = 0x33A9
	SquareKpa                                                                  rune = 0x33AA
	SquareMpa                                                                  rune = 0x33AB
	SquareGpa                                                                  rune = 0x33AC
	SquareRad                                                                  rune = 0x33AD
	SquareRadOverS                                                             rune = 0x33AE
	SquareRadOverSSquared                                                      rune = 0x33AF
	SquarePs                                                                   rune = 0x33B0
	SquareNs                                                                   rune = 0x33B1
	SquareMuS                                                                  rune = 0x33B2
	SquareMs                                                                   rune = 0x33B3
	SquarePv                                                                   rune = 0x33B4
	SquareNv                                                                   rune = 0x33B5
	SquareMuV                                                                  rune = 0x33B6
	SquareMv                                                                   rune = 0x33B7
	SquareKv                                                                   rune = 0x33B8
	SquareMvMega                                                               rune = 0x33B9
	SquarePw                                                                   rune = 0x33BA
	SquareNw                                                                   rune = 0x33BB
	SquareMuW                                                                  rune = 0x33BC
	SquareMw                                                                   rune = 0x33BD
	SquareKw                                                                   rune = 0x33BE
	SquareMwMega                                                               rune = 0x33BF
	SquareKOhm                                                                 rune = 0x33C0
	SquareMOhm                                                                 rune = 0x33C1
	SquareAm                                                                   rune = 0x33C2
	SquareBq                                                                   rune = 0x33C3
	SquareCc                                                                   rune = 0x33C4
	SquareCd                                                                   rune = 0x33C5
	SquareCOverKg                                                              rune = 0x33C6
	SquareCo                                                                   rune = 0x33C7
	SquareDb                                                                   rune = 0x33C8
	SquareGy                                                                   rune = 0x33C9
	SquareHa                                                                   rune = 0x33CA
	SquareHp                                                                   rune = 0x33CB
	SquareIn                                                                   rune = 0x33CC
	SquareKk                                                                   rune = 0x33CD
	SquareKmCapital                                                            rune = 0x33CE
	SquareKt                                                                   rune = 0x33CF
	SquareLm                                                                   rune = 0x33D0
	SquareLn                                                                   rune = 0x33D1
	SquareLog                                                                  rune = 0x33D2
	SquareLx                                                                   rune = 0x33D3
	SquareMbSmall                                                              rune = 0x33D4
	SquareMil                                                                  rune = 0x33D5
	SquareMol                                                                  rune = 0x33D6
	SquarePh                                                                   rune = 0x33D7
	SquarePm                                                                   rune = 0x33D8
	SquarePpm                                                                  rune = 0x33D9
	SquarePr                                                                   rune = 0x33DA
	SquareSr                                                                   rune = 0x33DB
	SquareSv                                                                   rune = 0x33DC
	SquareWb                                                                   rune = 0x33DD
	SquareVOverM                                                               rune = 0x33DE
	SquareAOverM                                                               rune = 0x33DF
	IdeographicTelegraphSymbolForDayOne                                        rune = 0x33E0
	IdeographicTelegraphSymbolForDayTwo                                        rune = 0x33E1
	IdeographicTelegraphSymbolForDayThree                                      rune = 0x33E2
	IdeographicTelegraphSymbolForDayFour                                       rune = 0x33E3
	IdeographicTelegraphSymbolForDayFive                                       rune = 0x33E4
	IdeographicTelegraphSymbolForDaySix                                        rune = 0x33E5
	IdeographicTelegraphSymbolForDaySeven                                      rune = 0x33E6
	IdeographicTelegraphSymbolForDayEight                                      rune = 0x33E7
	IdeographicTelegraphSymbolForDayNine                                       rune = 0x33E8
	IdeographicTelegraphSymbolForDayTen                                        rune = 0x33E9
	IdeographicTelegraphSymbolForDayEleven                                     rune = 0x33EA
	IdeographicTelegraphSymbolForDayTwelve                                     rune = 0x33EB
	IdeographicTelegraphSymbolForDayThirteen                                   rune = 0x33EC
	IdeographicTelegraphSymbolForDayFourteen                                   rune = 0x33ED
	IdeographicTelegraphSymbolForDayFifteen                                    rune = 0x33EE
	IdeographicTelegraphSymbolForDaySixteen                                    rune = 0x33EF
	IdeographicTelegraphSymbolForDaySeventeen                                  rune = 0x33F0
	IdeographicTelegraphSymbolForDayEighteen                                   rune = 0x33F1
	IdeographicTelegraphSymbolForDayNineteen                                   rune = 0x33F2
	IdeographicTelegraphSymbolForDayTwenty                                     rune = 0x33F3
	IdeographicTelegraphSymbolForDayTwentyOne                                  rune = 0x33F4
	IdeographicTelegraphSymbolForDayTwentyTwo                                  rune = 0x33F5
	IdeographicTelegraphSymbolForDayTwentyThree                                rune = 0x33F6
	IdeographicTelegraphSymbolForDayTwentyFour                                 rune = 0x33F7
	IdeographicTelegraphSymbolForDayTwentyFive                                 rune = 0x33F8
	IdeographicTelegraphSymbolForDayTwentySix                                  rune = 0x33F9
	IdeographicTelegraphSymbolForDayTwentySeven                                rune = 0x33FA
	IdeographicTelegraphSymbolForDayTwentyEight                                rune = 0x33FB
	IdeographicTelegraphSymbolForDayTwentyNine                                 rune = 0x33FC
	IdeographicTelegraphSymbolForDayThirty                                     rune = 0x33FD
	IdeographicTelegraphSymbolForDayThirtyOne                                  rune = 0x33FE
	SquareGal                                                                  rune = 0x33FF
	HexagramForTheCreativeHeaven                                               rune = 0x4DC0
	HexagramForTheReceptiveEarth                                               rune = 0x4DC1
	HexagramForDifficultyAtTheBeginning                                        rune = 0x4DC2
	HexagramForYouthfulFolly                                                   rune = 0x4DC3
	HexagramForWaiting                                                         rune = 0x4DC4
	HexagramForConflict                                                        rune = 0x4DC5
	HexagramForTheArmy                                                         rune = 0x4DC6
	HexagramForHoldingTogether                                                 rune = 0x4DC7
	HexagramForSmallTaming                                                     rune = 0x4DC8
	HexagramForTreading                                                        rune = 0x4DC9
	HexagramForPeace                                                           rune = 0x4DCA
	HexagramForStandstill                                                      rune = 0x4DCB
	HexagramForFellowship                                                      rune = 0x4DCC
	HexagramForGreatPossession                                                 rune = 0x4DCD
	HexagramForModesty                                                         rune = 0x4DCE
	HexagramForEnthusiasm                                                      rune = 0x4DCF
	HexagramForFollowing                                                       rune = 0x4DD0
	HexagramForWorkOnTheDecayed                                                rune = 0x4DD1
	HexagramForApproach                                                        rune = 0x4DD2
	HexagramForContemplation                                                   rune = 0x4DD3
	HexagramForBitingThrough                                                   rune = 0x4DD4
	HexagramForGrace                                                           rune = 0x4DD5
	HexagramForSplittingApart                                                  rune = 0x4DD6
	HexagramForReturn                                                          rune = 0x4DD7
	HexagramForInnocence                                                       rune = 0x4DD8
	HexagramForGreatTaming                                                     rune = 0x4DD9
	HexagramForMouthCorners                                                    rune = 0x4DDA
	HexagramForGreatPreponderance                                              rune = 0x4DDB
	HexagramForTheAbysmalWater                                                 rune = 0x4DDC
	HexagramForTheClingingFire                                                 rune = 0x4DDD
	HexagramForInfluence                                                       rune = 0x4DDE
	HexagramForDuration                                                        rune = 0x4DDF
	HexagramForRetreat                                                         rune = 0x4DE0
	HexagramForGreatPower                                                      rune = 0x4DE1
	HexagramForProgress                                                        rune = 0x4DE2
	HexagramForDarkeningOfTheLight                                             rune = 0x4DE3
	HexagramForTheFamily                                                       rune = 0x4DE4
	HexagramForOpposition                                                      rune = 0x4DE5
	HexagramForObstruction                                                     rune = 0x4DE6
	HexagramForDeliverance                                                     rune = 0x4DE7
	HexagramForDecrease                                                        rune = 0x4DE8
	HexagramForIncrease                                                        rune = 0x4DE9
	HexagramForBreakthrough                                                    rune = 0x4DEA
	HexagramForComingToMeet                                                    rune = 0x4DEB
	HexagramForGatheringTogether                                               rune = 0x4DEC
	HexagramForPushingUpward                                                   rune = 0x4DED
	HexagramForOppression                                                      rune = 0x4DEE
	HexagramForTheWell                                                         rune = 0x4DEF
	HexagramForRevolution                                                      rune = 0x4DF0
	HexagramForTheCauldron                                                     rune = 0x4DF1
	HexagramForTheArousingThunder                                              rune = 0x4DF2
	HexagramForTheKeepingStillMountain                                         rune = 0x4DF3
	HexagramForDevelopment                                                     rune = 0x4DF4
	HexagramForTheMarryingMaiden                                               rune = 0x4DF5
	HexagramForAbundance                                                       rune = 0x4DF6
	HexagramForTheWanderer                                                     rune = 0x4DF7
	HexagramForTheGentleWind                                                   rune = 0x4DF8
	HexagramForTheJoyousLake                                                   rune = 0x4DF9
	HexagramForDispersion                                                      rune = 0x4DFA
	HexagramForLimitation                                                      rune = 0x4DFB
	HexagramForInnerTruth                                                      rune = 0x4DFC
	HexagramForSmallPreponderance                                              rune = 0x4DFD
	HexagramForAfterCompletion                                                 rune = 0x4DFE
	HexagramForBeforeCompletion                                                rune = 0x4DFF
	YiSyllableIt                                                               rune = 0xA000
	YiSyllableIx                                                               rune = 0xA001
	YiSyllableI                                                                rune = 0xA002
	YiSyllableIp                                                               rune = 0xA003
	YiSyllableIet                                                              rune = 0xA004
	YiSyllableIex                                                              rune = 0xA005
	YiSyllableIe                                                               rune = 0xA006
	YiSyllableIep                                                              rune = 0xA007
	YiSyllableAt                                                               rune = 0xA008
	YiSyllableAx                                                               rune = 0xA009
	YiSyllableA                                                                rune = 0xA00A
	YiSyllableAp                                                               rune = 0xA00B
	YiSyllableUox                                                              rune = 0xA00C
	YiSyllableUo                                                               rune = 0xA00D
	YiSyllableUop                                                              rune = 0xA00E
	YiSyllableOt                                                               rune = 0xA00F
	YiSyllableOx                                                               rune = 0xA010
	YiSyllableO                                                                rune = 0xA011
	YiSyllableOp                                                               rune = 0xA012
	YiSyllableEx                                                               rune = 0xA013
	YiSyllableE                                                                rune = 0xA014
	YiSyllableWu                                                               rune = 0xA015
	YiSyllableIterationMark                                                    rune = 0xA015
	YiSyllableBit                                                              rune = 0xA016
	YiSyllableBix                                                              rune = 0xA017
	YiSyllableBi                                                               rune = 0xA018
	YiSyllableBip                                                              rune = 0xA019
	YiSyllableBiet                                                             rune = 0xA01A
	YiSyllableBiex                                                             rune = 0xA01B
	YiSyllableBie                                                              rune = 0xA01C
	YiSyllableBiep                                                             rune = 0xA01D
	YiSyllableBat                                                              rune = 0xA01E
	YiSyllableBax                                                              rune = 0xA01F
	YiSyllableBa                                                               rune = 0xA020
	YiSyllableBap                                                              rune = 0xA021
	YiSyllableBuox                                                             rune = 0xA022
	YiSyllableBuo                                                              rune = 0xA023
	YiSyllableBuop                                                             rune = 0xA024
	YiSyllableBot                                                              rune = 0xA025
	YiSyllableBox                                                              rune = 0xA026
	YiSyllableBo                                                               rune = 0xA027
	YiSyllableBop                                                              rune = 0xA028
	YiSyllableBex                                                              rune = 0xA029
	YiSyllableBe                                                               rune = 0xA02A
	YiSyllableBep                                                              rune = 0xA02B
	YiSyllableBut                                                              rune = 0xA02C
	YiSyllableBux                                                              rune = 0xA02D
	YiSyllableBu                                                               rune = 0xA02E
	YiSyllableBup                                                              rune = 0xA02F
	YiSyllableBurx                                                             rune = 0xA030
	YiSyllableBur                                                              rune = 0xA031
	YiSyllableByt                                                              rune = 0xA032
	YiSyllableByx                                                              rune = 0xA033
	YiSyllableBy                                                               rune = 0xA034
	YiSyllableByp                                                              rune = 0xA035
	YiSyllableByrx                                                             rune = 0xA036
	YiSyllableByr                                                              rune = 0xA037
	YiSyllablePit                                                              rune = 0xA038
	YiSyllablePix                                                              rune = 0xA039
	YiSyllablePi                                                               rune = 0xA03A
	YiSyllablePip                                                              rune = 0xA03B
	YiSyllablePiex                                                             rune = 0xA03C
	YiSyllablePie                                                              rune = 0xA03D
	YiSyllablePiep                                                             rune = 0xA03E
	YiSyllablePat                                                              rune = 0xA03F
	YiSyllablePax                                                              rune = 0xA040
	YiSyllablePa                                                               rune = 0xA041
	YiSyllablePap                                                              rune = 0xA042
	YiSyllablePuox                                                             rune = 0xA043
	YiSyllablePuo                                                              rune = 0xA044
	YiSyllablePuop                                                             rune = 0xA045
	YiSyllablePot                                                              rune = 0xA046
	YiSyllablePox                                                              rune = 0xA047
	YiSyllablePo                                                               rune = 0xA048
	YiSyllablePop                                                              rune = 0xA049
	YiSyllablePut                                                              rune = 0xA04A
	YiSyllablePux                                                              rune = 0xA04B
	YiSyllablePu                                                               rune = 0xA04C
	YiSyllablePup                                                              rune = 0xA04D
	YiSyllablePurx                                                             rune = 0xA04E
	YiSyllablePur                                                              rune = 0xA04F
	YiSyllablePyt                                                              rune = 0xA050
	YiSyllablePyx                                                              rune = 0xA051
	YiSyllablePy                                                               rune = 0xA052
	YiSyllablePyp                                                              rune = 0xA053
	YiSyllablePyrx                                                             rune = 0xA054
	YiSyllablePyr                                                              rune = 0xA055
	YiSyllableBbit                                                             rune = 0xA056
	YiSyllableBbix                                                             rune = 0xA057
	YiSyllableBbi                                                              rune = 0xA058
	YiSyllableBbip                                                             rune = 0xA059
	YiSyllableBbiet                                                            rune = 0xA05A
	YiSyllableBbiex                                                            rune = 0xA05B
	YiSyllableBbie                                                             rune = 0xA05C
	YiSyllableBbiep                                                            rune = 0xA05D
	YiSyllableBbat                                                             rune = 0xA05E
	YiSyllableBbax                                                             rune = 0xA05F
	YiSyllableBba                                                              rune = 0xA060
	YiSyllableBbap                                                             rune = 0xA061
	YiSyllableBbuox                                                            rune = 0xA062
	YiSyllableBbuo                                                             rune = 0xA063
	YiSyllableBbuop                                                            rune = 0xA064
	YiSyllableBbot                                                             rune = 0xA065
	YiSyllableBbox                                                             rune = 0xA066
	YiSyllableBbo                                                              rune = 0xA067
	YiSyllableBbop                                                             rune = 0xA068
	YiSyllableBbex                                                             rune = 0xA069
	YiSyllableBbe                                                              rune = 0xA06A
	YiSyllableBbep                                                             rune = 0xA06B
	YiSyllableBbut                                                             rune = 0xA06C
	YiSyllableBbux                                                             rune = 0xA06D
	YiSyllableBbu                                                              rune = 0xA06E
	YiSyllableBbup                                                             rune = 0xA06F
	YiSyllableBburx                                                            rune = 0xA070
	YiSyllableBbur                                                             rune = 0xA071
	YiSyllableBbyt                                                             rune = 0xA072
	YiSyllableBbyx                                                             rune = 0xA073
	YiSyllableBby                                                              rune = 0xA074
	YiSyllableBbyp                                                             rune = 0xA075
	YiSyllableNbit                                                             rune = 0xA076
	YiSyllableNbix                                                             rune = 0xA077
	YiSyllableNbi                                                              rune = 0xA078
	YiSyllableNbip                                                             rune = 0xA079
	YiSyllableNbiex                                                            rune = 0xA07A
	YiSyllableNbie                                                             rune = 0xA07B
	YiSyllableNbiep                                                            rune = 0xA07C
	YiSyllableNbat                                                             rune = 0xA07D
	YiSyllableNbax                                                             rune = 0xA07E
	YiSyllableNba                                                              rune = 0xA07F
	YiSyllableNbap                                                             rune = 0xA080
	YiSyllableNbot                                                             rune = 0xA081
	YiSyllableNbox                                                             rune = 0xA082
	YiSyllableNbo                                                              rune = 0xA083
	YiSyllableNbop                                                             rune = 0xA084
	YiSyllableNbut                                                             rune = 0xA085
	YiSyllableNbux                                                             rune = 0xA086
	YiSyllableNbu                                                              rune = 0xA087
	YiSyllableNbup                                                             rune = 0xA088
	YiSyllableNburx                                                            rune = 0xA089
	YiSyllableNbur                                                             rune = 0xA08A
	YiSyllableNbyt                                                             rune = 0xA08B
	YiSyllableNbyx                                                             rune = 0xA08C
	YiSyllableNby                                                              rune = 0xA08D
	YiSyllableNbyp                                                             rune = 0xA08E
	YiSyllableNbyrx                                                            rune = 0xA08F
	YiSyllableNbyr                                                             rune = 0xA090
	YiSyllableHmit                                                             rune = 0xA091
	YiSyllableHmix                                                             rune = 0xA092
	YiSyllableHmi                                                              rune = 0xA093
	YiSyllableHmip                                                             rune = 0xA094
	YiSyllableHmiex                                                            rune = 0xA095
	YiSyllableHmie                                                             rune = 0xA096
	YiSyllableHmiep                                                            rune = 0xA097
	YiSyllableHmat                                                             rune = 0xA098
	YiSyllableHmax                                                             rune = 0xA099
	YiSyllableHma                                                              rune = 0xA09A
	YiSyllableHmap                                                             rune = 0xA09B
	YiSyllableHmuox                                                            rune = 0xA09C
	YiSyllableHmuo                                                             rune = 0xA09D
	YiSyllableHmuop                                                            rune = 0xA09E
	YiSyllableHmot                                                             rune = 0xA09F
	YiSyllableHmox                                                             rune = 0xA0A0
	YiSyllableHmo                                                              rune = 0xA0A1
	YiSyllableHmop                                                             rune = 0xA0A2
	YiSyllableHmut                                                             rune = 0xA0A3
	YiSyllableHmux                                                             rune = 0xA0A4
	YiSyllableHmu                                                              rune = 0xA0A5
	YiSyllableHmup                                                             rune = 0xA0A6
	YiSyllableHmurx                                                            rune = 0xA0A7
	YiSyllableHmur                                                             rune = 0xA0A8
	YiSyllableHmyx                                                             rune = 0xA0A9
	YiSyllableHmy                                                              rune = 0xA0AA
	YiSyllableHmyp                                                             rune = 0xA0AB
	YiSyllableHmyrx                                                            rune = 0xA0AC
	YiSyllableHmyr                                                             rune = 0xA0AD
	YiSyllableMit                                                              rune = 0xA0AE
	YiSyllableMix                                                              rune = 0xA0AF
	YiSyllableMi                                                               rune = 0xA0B0
	YiSyllableMip                                                              rune = 0xA0B1
	YiSyllableMiex                                                             rune = 0xA0B2
	YiSyllableMie                                                              rune = 0xA0B3
	YiSyllableMiep                                                             rune = 0xA0B4
	YiSyllableMat                                                              rune = 0xA0B5
	YiSyllableMax                                                              rune = 0xA0B6
	YiSyllableMa                                                               rune = 0xA0B7
	YiSyllableMap                                                              rune = 0xA0B8
	YiSyllableMuot                                                             rune = 0xA0B9
	YiSyllableMuox                                                             rune = 0xA0BA
	YiSyllableMuo                                                              rune = 0xA0BB
	YiSyllableMuop                                                             rune = 0xA0BC
	YiSyllableMot                                                              rune = 0xA0BD
	YiSyllableMox                                                              rune = 0xA0BE
	YiSyllableMo                                                               rune = 0xA0BF
	YiSyllableMop                                                              rune = 0xA0C0
	YiSyllableMex                                                              rune = 0xA0C1
	YiSyllableMe                                                               rune = 0xA0C2
	YiSyllableMut                                                              rune = 0xA0C3
	YiSyllableMux                                                              rune = 0xA0C4
	YiSyllableMu                                                               rune = 0xA0C5
	YiSyllableMup                                                              rune = 0xA0C6
	YiSyllableMurx                                                             rune = 0xA0C7
	YiSyllableMur                                                              rune = 0xA0C8
	YiSyllableMyt                                                              rune = 0xA0C9
	YiSyllableMyx                                                              rune = 0xA0CA
	YiSyllableMy                                                               rune = 0xA0CB
	YiSyllableMyp                                                              rune = 0xA0CC
	YiSyllableFit                                                              rune = 0xA0CD
	YiSyllableFix                                                              rune = 0xA0CE
	YiSyllableFi                                                               rune = 0xA0CF
	YiSyllableFip                                                              rune = 0xA0D0
	YiSyllableFat                                                              rune = 0xA0D1
	YiSyllableFax                                                              rune = 0xA0D2
	YiSyllableFa                                                               rune = 0xA0D3
	YiSyllableFap                                                              rune = 0xA0D4
	YiSyllableFox                                                              rune = 0xA0D5
	YiSyllableFo                                                               rune = 0xA0D6
	YiSyllableFop                                                              rune = 0xA0D7
	YiSyllableFut                                                              rune = 0xA0D8
	YiSyllableFux                                                              rune = 0xA0D9
	YiSyllableFu                                                               rune = 0xA0DA
	YiSyllableFup                                                              rune = 0xA0DB
	YiSyllableFurx                                                             rune = 0xA0DC
	YiSyllableFur                                                              rune = 0xA0DD
	YiSyllableFyt                                                              rune = 0xA0DE
	YiSyllableFyx                                                              rune = 0xA0DF
	YiSyllableFy                                                               rune = 0xA0E0
	YiSyllableFyp                                                              rune = 0xA0E1
	YiSyllableVit                                                              rune = 0xA0E2
	YiSyllableVix                                                              rune = 0xA0E3
	YiSyllableVi                                                               rune = 0xA0E4
	YiSyllableVip                                                              rune = 0xA0E5
	YiSyllableViet                                                             rune = 0xA0E6
	YiSyllableViex                                                             rune = 0xA0E7
	YiSyllableVie                                                              rune = 0xA0E8
	YiSyllableViep                                                             rune = 0xA0E9
	YiSyllableVat                                                              rune = 0xA0EA
	YiSyllableVax                                                              rune = 0xA0EB
	YiSyllableVa                                                               rune = 0xA0EC
	YiSyllableVap                                                              rune = 0xA0ED
	YiSyllableVot                                                              rune = 0xA0EE
	YiSyllableVox                                                              rune = 0xA0EF
	YiSyllableVo                                                               rune = 0xA0F0
	YiSyllableVop                                                              rune = 0xA0F1
	YiSyllableVex                                                              rune = 0xA0F2
	YiSyllableVep                                                              rune = 0xA0F3
	YiSyllableVut                                                              rune = 0xA0F4
	YiSyllableVux                                                              rune = 0xA0F5
	YiSyllableVu                                                               rune = 0xA0F6
	YiSyllableVup                                                              rune = 0xA0F7
	YiSyllableVurx                                                             rune = 0xA0F8
	YiSyllableVur                                                              rune = 0xA0F9
	YiSyllableVyt                                                              rune = 0xA0FA
	YiSyllableVyx                                                              rune = 0xA0FB
	YiSyllableVy                                                               rune = 0xA0FC
	YiSyllableVyp                                                              rune = 0xA0FD
	YiSyllableVyrx                                                             rune = 0xA0FE
	YiSyllableVyr                                                              rune = 0xA0FF
	YiSyllableDit                                                              rune = 0xA100
	YiSyllableDix                                                              rune = 0xA101
	YiSyllableDi                                                               rune = 0xA102
	YiSyllableDip                                                              rune = 0xA103
	YiSyllableDiex                                                             rune = 0xA104
	YiSyllableDie                                                              rune = 0xA105
	YiSyllableDiep                                                             rune = 0xA106
	YiSyllableDat                                                              rune = 0xA107
	YiSyllableDax                                                              rune = 0xA108
	YiSyllableDa                                                               rune = 0xA109
	YiSyllableDap                                                              rune = 0xA10A
	YiSyllableDuox                                                             rune = 0xA10B
	YiSyllableDuo                                                              rune = 0xA10C
	YiSyllableDot                                                              rune = 0xA10D
	YiSyllableDox                                                              rune = 0xA10E
	YiSyllableDo                                                               rune = 0xA10F
	YiSyllableDop                                                              rune = 0xA110
	YiSyllableDex                                                              rune = 0xA111
	YiSyllableDe                                                               rune = 0xA112
	YiSyllableDep                                                              rune = 0xA113
	YiSyllableDut                                                              rune = 0xA114
	YiSyllableDux                                                              rune = 0xA115
	YiSyllableDu                                                               rune = 0xA116
	YiSyllableDup                                                              rune = 0xA117
	YiSyllableDurx                                                             rune = 0xA118
	YiSyllableDur                                                              rune = 0xA119
	YiSyllableTit                                                              rune = 0xA11A
	YiSyllableTix                                                              rune = 0xA11B
	YiSyllableTi                                                               rune = 0xA11C
	YiSyllableTip                                                              rune = 0xA11D
	YiSyllableTiex                                                             rune = 0xA11E
	YiSyllableTie                                                              rune = 0xA11F
	YiSyllableTiep                                                             rune = 0xA120
	YiSyllableTat                                                              rune = 0xA121
	YiSyllableTax                                                              rune = 0xA122
	YiSyllableTa                                                               rune = 0xA123
	YiSyllableTap                                                              rune = 0xA124
	YiSyllableTuot                                                             rune = 0xA125
	YiSyllableTuox                                                             rune = 0xA126
	YiSyllableTuo                                                              rune = 0xA127
	YiSyllableTuop                                                             rune = 0xA128
	YiSyllableTot                                                              rune = 0xA129
	YiSyllableTox                                                              rune = 0xA12A
	YiSyllableTo                                                               rune = 0xA12B
	YiSyllableTop                                                              rune = 0xA12C
	YiSyllableTex                                                              rune = 0xA12D
	YiSyllableTe                                                               rune = 0xA12E
	YiSyllableTep                                                              rune = 0xA12F
	YiSyllableTut                                                              rune = 0xA130
	YiSyllableTux                                                              rune = 0xA131
	YiSyllableTu                                                               rune = 0xA132
	YiSyllableTup                                                              rune = 0xA133
	YiSyllableTurx                                                             rune = 0xA134
	YiSyllableTur                                                              rune = 0xA135
	YiSyllableDdit                                                             rune = 0xA136
	YiSyllableDdix                                                             rune = 0xA137
	YiSyllableDdi                                                              rune = 0xA138
	YiSyllableDdip                                                             rune = 0xA139
	YiSyllableDdiex                                                            rune = 0xA13A
	YiSyllableDdie                                                             rune = 0xA13B
	YiSyllableDdiep                                                            rune = 0xA13C
	YiSyllableDdat                                                             rune = 0xA13D
	YiSyllableDdax                                                             rune = 0xA13E
	YiSyllableDda                                                              rune = 0xA13F
	YiSyllableDdap                                                             rune = 0xA140
	YiSyllableDduox                                                            rune = 0xA141
	YiSyllableDduo                                                             rune = 0xA142
	YiSyllableDduop                                                            rune = 0xA143
	YiSyllableDdot                                                             rune = 0xA144
	YiSyllableDdox                                                             rune = 0xA145
	YiSyllableDdo                                                              rune = 0xA146
	YiSyllableDdop                                                             rune = 0xA147
	YiSyllableDdex                                                             rune = 0xA148
	YiSyllableDde                                                              rune = 0xA149
	YiSyllableDdep                                                             rune = 0xA14A
	YiSyllableDdut                                                             rune = 0xA14B
	YiSyllableDdux                                                             rune = 0xA14C
	YiSyllableDdu                                                              rune = 0xA14D
	YiSyllableDdup                                                             rune = 0xA14E
	YiSyllableDdurx                                                            rune = 0xA14F
	YiSyllableDdur                                                             rune = 0xA150
	YiSyllableNdit                                                             rune = 0xA151
	YiSyllableNdix                                                             rune = 0xA152
	YiSyllableNdi                                                              rune = 0xA153
	YiSyllableNdip                                                             rune = 0xA154
	YiSyllableNdiex                                                            rune = 0xA155
	YiSyllableNdie                                                             rune = 0xA156
	YiSyllableNdat                                                             rune = 0xA157
	YiSyllableNdax                                                             rune = 0xA158
	YiSyllableNda                                                              rune = 0xA159
	YiSyllableNdap                                                             rune = 0xA15A
	YiSyllableNdot                                                             rune = 0xA15B
	YiSyllableNdox                                                             rune = 0xA15C
	YiSyllableNdo                                                              rune = 0xA15D
	YiSyllableNdop                                                             rune = 0xA15E
	YiSyllableNdex                                                             rune = 0xA15F
	YiSyllableNde                                                              rune = 0xA160
	YiSyllableNdep                                                             rune = 0xA161
	YiSyllableNdut                                                             rune = 0xA162
	YiSyllableNdux                                                             rune = 0xA163
	YiSyllableNdu                                                              rune = 0xA164
	YiSyllableNdup                                                             rune = 0xA165
	YiSyllableNdurx                                                            rune = 0xA166
	YiSyllableNdur                                                             rune = 0xA167
	YiSyllableHnit                                                             rune = 0xA168
	YiSyllableHnix                                                             rune = 0xA169
	YiSyllableHni                                                              rune = 0xA16A
	YiSyllableHnip                                                             rune = 0xA16B
	YiSyllableHniet                                                            rune = 0xA16C
	YiSyllableHniex                                                            rune = 0xA16D
	YiSyllableHnie                                                             rune = 0xA16E
	YiSyllableHniep                                                            rune = 0xA16F
	YiSyllableHnat                                                             rune = 0xA170
	YiSyllableHnax                                                             rune = 0xA171
	YiSyllableHna                                                              rune = 0xA172
	YiSyllableHnap                                                             rune = 0xA173
	YiSyllableHnuox                                                            rune = 0xA174
	YiSyllableHnuo                                                             rune = 0xA175
	YiSyllableHnot                                                             rune = 0xA176
	YiSyllableHnox                                                             rune = 0xA177
	YiSyllableHnop                                                             rune = 0xA178
	YiSyllableHnex                                                             rune = 0xA179
	YiSyllableHne                                                              rune = 0xA17A
	YiSyllableHnep                                                             rune = 0xA17B
	YiSyllableHnut                                                             rune = 0xA17C
	YiSyllableNit                                                              rune = 0xA17D
	YiSyllableNix                                                              rune = 0xA17E
	YiSyllableNi                                                               rune = 0xA17F
	YiSyllableNip                                                              rune = 0xA180
	YiSyllableNiex                                                             rune = 0xA181
	YiSyllableNie                                                              rune = 0xA182
	YiSyllableNiep                                                             rune = 0xA183
	YiSyllableNax                                                              rune = 0xA184
	YiSyllableNa                                                               rune = 0xA185
	YiSyllableNap                                                              rune = 0xA186
	YiSyllableNuox                                                             rune = 0xA187
	YiSyllableNuo                                                              rune = 0xA188
	YiSyllableNuop                                                             rune = 0xA189
	YiSyllableNot                                                              rune = 0xA18A
	YiSyllableNox                                                              rune = 0xA18B
	YiSyllableNo                                                               rune = 0xA18C
	YiSyllableNop                                                              rune = 0xA18D
	YiSyllableNex                                                              rune = 0xA18E
	YiSyllableNe                                                               rune = 0xA18F
	YiSyllableNep                                                              rune = 0xA190
	YiSyllableNut                                                              rune = 0xA191
	YiSyllableNux                                                              rune = 0xA192
	YiSyllableNu                                                               rune = 0xA193
	YiSyllableNup                                                              rune = 0xA194
	YiSyllableNurx                                                             rune = 0xA195
	YiSyllableNur                                                              rune = 0xA196
	YiSyllableHlit                                                             rune = 0xA197
	YiSyllableHlix                                                             rune = 0xA198
	YiSyllableHli                                                              rune = 0xA199
	YiSyllableHlip                                                             rune = 0xA19A
	YiSyllableHliex                                                            rune = 0xA19B
	YiSyllableHlie                                                             rune = 0xA19C
	YiSyllableHliep                                                            rune = 0xA19D
	YiSyllableHlat                                                             rune = 0xA19E
	YiSyllableHlax                                                             rune = 0xA19F
	YiSyllableHla                                                              rune = 0xA1A0
	YiSyllableHlap                                                             rune = 0xA1A1
	YiSyllableHluox                                                            rune = 0xA1A2
	YiSyllableHluo                                                             rune = 0xA1A3
	YiSyllableHluop                                                            rune = 0xA1A4
	YiSyllableHlox                                                             rune = 0xA1A5
	YiSyllableHlo                                                              rune = 0xA1A6
	YiSyllableHlop                                                             rune = 0xA1A7
	YiSyllableHlex                                                             rune = 0xA1A8
	YiSyllableHle                                                              rune = 0xA1A9
	YiSyllableHlep                                                             rune = 0xA1AA
	YiSyllableHlut                                                             rune = 0xA1AB
	YiSyllableHlux                                                             rune = 0xA1AC
	YiSyllableHlu                                                              rune = 0xA1AD
	YiSyllableHlup                                                             rune = 0xA1AE
	YiSyllableHlurx                                                            rune = 0xA1AF
	YiSyllableHlur                                                             rune = 0xA1B0
	YiSyllableHlyt                                                             rune = 0xA1B1
	YiSyllableHlyx                                                             rune = 0xA1B2
	YiSyllableHly                                                              rune = 0xA1B3
	YiSyllableHlyp                                                             rune = 0xA1B4
	YiSyllableHlyrx                                                            rune = 0xA1B5
	YiSyllableHlyr                                                             rune = 0xA1B6
	YiSyllableLit                                                              rune = 0xA1B7
	YiSyllableLix                                                              rune = 0xA1B8
	YiSyllableLi                                                               rune = 0xA1B9
	YiSyllableLip                                                              rune = 0xA1BA
	YiSyllableLiet                                                             rune = 0xA1BB
	YiSyllableLiex                                                             rune = 0xA1BC
	YiSyllableLie                                                              rune = 0xA1BD
	YiSyllableLiep                                                             rune = 0xA1BE
	YiSyllableLat                                                              rune = 0xA1BF
	YiSyllableLax                                                              rune = 0xA1C0
	YiSyllableLa                                                               rune = 0xA1C1
	YiSyllableLap                                                              rune = 0xA1C2
	YiSyllableLuot                                                             rune = 0xA1C3
	YiSyllableLuox                                                             rune = 0xA1C4
	YiSyllableLuo                                                              rune = 0xA1C5
	YiSyllableLuop                                                             rune = 0xA1C6
	YiSyllableLot                                                              rune = 0xA1C7
	YiSyllableLox                                                              rune = 0xA1C8
	YiSyllableLo                                                               rune = 0xA1C9
	YiSyllableLop                                                              rune = 0xA1CA
	YiSyllableLex                                                              rune = 0xA1CB
	YiSyllableLe                                                               rune = 0xA1CC
	YiSyllableLep                                                              rune = 0xA1CD
	YiSyllableLut                                                              rune = 0xA1CE
	YiSyllableLux                                                              rune = 0xA1CF
	YiSyllableLu                                                               rune = 0xA1D0
	YiSyllableLup                                                              rune = 0xA1D1
	YiSyllableLurx                                                             rune = 0xA1D2
	YiSyllableLur                                                              rune = 0xA1D3
	YiSyllableLyt                                                              rune = 0xA1D4
	YiSyllableLyx                                                              rune = 0xA1D5
	YiSyllableLy                                                               rune = 0xA1D6
	YiSyllableLyp                                                              rune = 0xA1D7
	YiSyllableLyrx                                                             rune = 0xA1D8
	YiSyllableLyr                                                              rune = 0xA1D9
	YiSyllableGit                                                              rune = 0xA1DA
	YiSyllableGix                                                              rune = 0xA1DB
	YiSyllableGi                                                               rune = 0xA1DC
	YiSyllableGip                                                              rune = 0xA1DD
	YiSyllableGiet                                                             rune = 0xA1DE
	YiSyllableGiex                                                             rune = 0xA1DF
	YiSyllableGie                                                              rune = 0xA1E0
	YiSyllableGiep                                                             rune = 0xA1E1
	YiSyllableGat                                                              rune = 0xA1E2
	YiSyllableGax                                                              rune = 0xA1E3
	YiSyllableGa                                                               rune = 0xA1E4
	YiSyllableGap                                                              rune = 0xA1E5
	YiSyllableGuot                                                             rune = 0xA1E6
	YiSyllableGuox                                                             rune = 0xA1E7
	YiSyllableGuo                                                              rune = 0xA1E8
	YiSyllableGuop                                                             rune = 0xA1E9
	YiSyllableGot                                                              rune = 0xA1EA
	YiSyllableGox                                                              rune = 0xA1EB
	YiSyllableGo                                                               rune = 0xA1EC
	YiSyllableGop                                                              rune = 0xA1ED
	YiSyllableGet                                                              rune = 0xA1EE
	YiSyllableGex                                                              rune = 0xA1EF
	YiSyllableGe                                                               rune = 0xA1F0
	YiSyllableGep                                                              rune = 0xA1F1
	YiSyllableGut                                                              rune = 0xA1F2
	YiSyllableGux                                                              rune = 0xA1F3
	YiSyllableGu                                                               rune = 0xA1F4
	YiSyllableGup                                                              rune = 0xA1F5
	YiSyllableGurx                                                             rune = 0xA1F6
	YiSyllableGur                                                              rune = 0xA1F7
	YiSyllableKit                                                              rune = 0xA1F8
	YiSyllableKix                                                              rune = 0xA1F9
	YiSyllableKi                                                               rune = 0xA1FA
	YiSyllableKip                                                              rune = 0xA1FB
	YiSyllableKiex                                                             rune = 0xA1FC
	YiSyllableKie                                                              rune = 0xA1FD
	YiSyllableKiep                                                             rune = 0xA1FE
	YiSyllableKat                                                              rune = 0xA1FF
	YiSyllableKax                                                              rune = 0xA200
	YiSyllableKa                                                               rune = 0xA201
	YiSyllableKap                                                              rune = 0xA202
	YiSyllableKuox                                                             rune = 0xA203
	YiSyllableKuo                                                              rune = 0xA204
	YiSyllableKuop                                                             rune = 0xA205
	YiSyllableKot                                                              rune = 0xA206
	YiSyllableKox                                                              rune = 0xA207
	YiSyllableKo                                                               rune = 0xA208
	YiSyllableKop                                                              rune = 0xA209
	YiSyllableKet                                                              rune = 0xA20A
	YiSyllableKex                                                              rune = 0xA20B
	YiSyllableKe                                                               rune = 0xA20C
	YiSyllableKep                                                              rune = 0xA20D
	YiSyllableKut                                                              rune = 0xA20E
	YiSyllableKux                                                              rune = 0xA20F
	YiSyllableKu                                                               rune = 0xA210
	YiSyllableKup                                                              rune = 0xA211
	YiSyllableKurx                                                             rune = 0xA212
	YiSyllableKur                                                              rune = 0xA213
	YiSyllableGgit                                                             rune = 0xA214
	YiSyllableGgix                                                             rune = 0xA215
	YiSyllableGgi                                                              rune = 0xA216
	YiSyllableGgiex                                                            rune = 0xA217
	YiSyllableGgie                                                             rune = 0xA218
	YiSyllableGgiep                                                            rune = 0xA219
	YiSyllableGgat                                                             rune = 0xA21A
	YiSyllableGgax                                                             rune = 0xA21B
	YiSyllableGga                                                              rune = 0xA21C
	YiSyllableGgap                                                             rune = 0xA21D
	YiSyllableGguot                                                            rune = 0xA21E
	YiSyllableGguox                                                            rune = 0xA21F
	YiSyllableGguo                                                             rune = 0xA220
	YiSyllableGguop                                                            rune = 0xA221
	YiSyllableGgot                                                             rune = 0xA222
	YiSyllableGgox                                                             rune = 0xA223
	YiSyllableGgo                                                              rune = 0xA224
	YiSyllableGgop                                                             rune = 0xA225
	YiSyllableGget                                                             rune = 0xA226
	YiSyllableGgex                                                             rune = 0xA227
	YiSyllableGge                                                              rune = 0xA228
	YiSyllableGgep                                                             rune = 0xA229
	YiSyllableGgut                                                             rune = 0xA22A
	YiSyllableGgux                                                             rune = 0xA22B
	YiSyllableGgu                                                              rune = 0xA22C
	YiSyllableGgup                                                             rune = 0xA22D
	YiSyllableGgurx                                                            rune = 0xA22E
	YiSyllableGgur                                                             rune = 0xA22F
	YiSyllableMgiex                                                            rune = 0xA230
	YiSyllableMgie                                                             rune = 0xA231
	YiSyllableMgat                                                             rune = 0xA232
	YiSyllableMgax                                                             rune = 0xA233
	YiSyllableMga                                                              rune = 0xA234
	YiSyllableMgap                                                             rune = 0xA235
	YiSyllableMguox                                                            rune = 0xA236
	YiSyllableMguo                                                             rune = 0xA237
	YiSyllableMguop                                                            rune = 0xA238
	YiSyllableMgot                                                             rune = 0xA239
	YiSyllableMgox                                                             rune = 0xA23A
	YiSyllableMgo                                                              rune = 0xA23B
	YiSyllableMgop                                                             rune = 0xA23C
	YiSyllableMgex                                                             rune = 0xA23D
	YiSyllableMge                                                              rune = 0xA23E
	YiSyllableMgep                                                             rune = 0xA23F
	YiSyllableMgut                                                             rune = 0xA240
	YiSyllableMgux                                                             rune = 0xA241
	YiSyllableMgu                                                              rune = 0xA242
	YiSyllableMgup                                                             rune = 0xA243
	YiSyllableMgurx                                                            rune = 0xA244
	YiSyllableMgur                                                             rune = 0xA245
	YiSyllableHxit                                                             rune = 0xA246
	YiSyllableHxix                                                             rune = 0xA247
	YiSyllableHxi                                                              rune = 0xA248
	YiSyllableHxip                                                             rune = 0xA249
	YiSyllableHxiet                                                            rune = 0xA24A
	YiSyllableHxiex                                                            rune = 0xA24B
	YiSyllableHxie                                                             rune = 0xA24C
	YiSyllableHxiep                                                            rune = 0xA24D
	YiSyllableHxat                                                             rune = 0xA24E
	YiSyllableHxax                                                             rune = 0xA24F
	YiSyllableHxa                                                              rune = 0xA250
	YiSyllableHxap                                                             rune = 0xA251
	YiSyllableHxuot                                                            rune = 0xA252
	YiSyllableHxuox                                                            rune = 0xA253
	YiSyllableHxuo                                                             rune = 0xA254
	YiSyllableHxuop                                                            rune = 0xA255
	YiSyllableHxot                                                             rune = 0xA256
	YiSyllableHxox                                                             rune = 0xA257
	YiSyllableHxo                                                              rune = 0xA258
	YiSyllableHxop                                                             rune = 0xA259
	YiSyllableHxex                                                             rune = 0xA25A
	YiSyllableHxe                                                              rune = 0xA25B
	YiSyllableHxep                                                             rune = 0xA25C
	YiSyllableNgiex                                                            rune = 0xA25D
	YiSyllableNgie                                                             rune = 0xA25E
	YiSyllableNgiep                                                            rune = 0xA25F
	YiSyllableNgat                                                             rune = 0xA260
	YiSyllableNgax                                                             rune = 0xA261
	YiSyllableNga                                                              rune = 0xA262
	YiSyllableNgap                                                             rune = 0xA263
	YiSyllableNguot                                                            rune = 0xA264
	YiSyllableNguox                                                            rune = 0xA265
	YiSyllableNguo                                                             rune = 0xA266
	YiSyllableNgot                                                             rune = 0xA267
	YiSyllableNgox                                                             rune = 0xA268
	YiSyllableNgo                                                              rune = 0xA269
	YiSyllableNgop                                                             rune = 0xA26A
	YiSyllableNgex                                                             rune = 0xA26B
	YiSyllableNge                                                              rune = 0xA26C
	YiSyllableNgep                                                             rune = 0xA26D
	YiSyllableHit                                                              rune = 0xA26E
	YiSyllableHiex                                                             rune = 0xA26F
	YiSyllableHie                                                              rune = 0xA270
	YiSyllableHat                                                              rune = 0xA271
	YiSyllableHax                                                              rune = 0xA272
	YiSyllableHa                                                               rune = 0xA273
	YiSyllableHap                                                              rune = 0xA274
	YiSyllableHuot                                                             rune = 0xA275
	YiSyllableHuox                                                             rune = 0xA276
	YiSyllableHuo                                                              rune = 0xA277
	YiSyllableHuop                                                             rune = 0xA278
	YiSyllableHot                                                              rune = 0xA279
	YiSyllableHox                                                              rune = 0xA27A
	YiSyllableHo                                                               rune = 0xA27B
	YiSyllableHop                                                              rune = 0xA27C
	YiSyllableHex                                                              rune = 0xA27D
	YiSyllableHe                                                               rune = 0xA27E
	YiSyllableHep                                                              rune = 0xA27F
	YiSyllableWat                                                              rune = 0xA280
	YiSyllableWax                                                              rune = 0xA281
	YiSyllableWa                                                               rune = 0xA282
	YiSyllableWap                                                              rune = 0xA283
	YiSyllableWuox                                                             rune = 0xA284
	YiSyllableWuo                                                              rune = 0xA285
	YiSyllableWuop                                                             rune = 0xA286
	YiSyllableWox                                                              rune = 0xA287
	YiSyllableWo                                                               rune = 0xA288
	YiSyllableWop                                                              rune = 0xA289
	YiSyllableWex                                                              rune = 0xA28A
	YiSyllableWe                                                               rune = 0xA28B
	YiSyllableWep                                                              rune = 0xA28C
	YiSyllableZit                                                              rune = 0xA28D
	YiSyllableZix                                                              rune = 0xA28E
	YiSyllableZi                                                               rune = 0xA28F
	YiSyllableZip                                                              rune = 0xA290
	YiSyllableZiex                                                             rune = 0xA291
	YiSyllableZie                                                              rune = 0xA292
	YiSyllableZiep                                                             rune = 0xA293
	YiSyllableZat                                                              rune = 0xA294
	YiSyllableZax                                                              rune = 0xA295
	YiSyllableZa                                                               rune = 0xA296
	YiSyllableZap                                                              rune = 0xA297
	YiSyllableZuox                                                             rune = 0xA298
	YiSyllableZuo                                                              rune = 0xA299
	YiSyllableZuop                                                             rune = 0xA29A
	YiSyllableZot                                                              rune = 0xA29B
	YiSyllableZox                                                              rune = 0xA29C
	YiSyllableZo                                                               rune = 0xA29D
	YiSyllableZop                                                              rune = 0xA29E
	YiSyllableZex                                                              rune = 0xA29F
	YiSyllableZe                                                               rune = 0xA2A0
	YiSyllableZep                                                              rune = 0xA2A1
	YiSyllableZut                                                              rune = 0xA2A2
	YiSyllableZux                                                              rune = 0xA2A3
	YiSyllableZu                                                               rune = 0xA2A4
	YiSyllableZup                                                              rune = 0xA2A5
	YiSyllableZurx                                                             rune = 0xA2A6
	YiSyllableZur                                                              rune = 0xA2A7
	YiSyllableZyt                                                              rune = 0xA2A8
	YiSyllableZyx                                                              rune = 0xA2A9
	YiSyllableZy                                                               rune = 0xA2AA
	YiSyllableZyp                                                              rune = 0xA2AB
	YiSyllableZyrx                                                             rune = 0xA2AC
	YiSyllableZyr                                                              rune = 0xA2AD
	YiSyllableCit                                                              rune = 0xA2AE
	YiSyllableCix                                                              rune = 0xA2AF
	YiSyllableCi                                                               rune = 0xA2B0
	YiSyllableCip                                                              rune = 0xA2B1
	YiSyllableCiet                                                             rune = 0xA2B2
	YiSyllableCiex                                                             rune = 0xA2B3
	YiSyllableCie                                                              rune = 0xA2B4
	YiSyllableCiep                                                             rune = 0xA2B5
	YiSyllableCat                                                              rune = 0xA2B6
	YiSyllableCax                                                              rune = 0xA2B7
	YiSyllableCa                                                               rune = 0xA2B8
	YiSyllableCap                                                              rune = 0xA2B9
	YiSyllableCuox                                                             rune = 0xA2BA
	YiSyllableCuo                                                              rune = 0xA2BB
	YiSyllableCuop                                                             rune = 0xA2BC
	YiSyllableCot                                                              rune = 0xA2BD
	YiSyllableCox                                                              rune = 0xA2BE
	YiSyllableCo                                                               rune = 0xA2BF
	YiSyllableCop                                                              rune = 0xA2C0
	YiSyllableCex                                                              rune = 0xA2C1
	YiSyllableCe                                                               rune = 0xA2C2
	YiSyllableCep                                                              rune = 0xA2C3
	YiSyllableCut                                                              rune = 0xA2C4
	YiSyllableCux                                                              rune = 0xA2C5
	YiSyllableCu                                                               rune = 0xA2C6
	YiSyllableCup                                                              rune = 0xA2C7
	YiSyllableCurx                                                             rune = 0xA2C8
	YiSyllableCur                                                              rune = 0xA2C9
	YiSyllableCyt                                                              rune = 0xA2CA
	YiSyllableCyx                                                              rune = 0xA2CB
	YiSyllableCy                                                               rune = 0xA2CC
	YiSyllableCyp                                                              rune = 0xA2CD
	YiSyllableCyrx                                                             rune = 0xA2CE
	YiSyllableCyr                                                              rune = 0xA2CF
	YiSyllableZzit                                                             rune = 0xA2D0
	YiSyllableZzix                                                             rune = 0xA2D1
	YiSyllableZzi                                                              rune = 0xA2D2
	YiSyllableZzip                                                             rune = 0xA2D3
	YiSyllableZziet                                                            rune = 0xA2D4
	YiSyllableZziex                                                            rune = 0xA2D5
	YiSyllableZzie                                                             rune = 0xA2D6
	YiSyllableZziep                                                            rune = 0xA2D7
	YiSyllableZzat                                                             rune = 0xA2D8
	YiSyllableZzax                                                             rune = 0xA2D9
	YiSyllableZza                                                              rune = 0xA2DA
	YiSyllableZzap                                                             rune = 0xA2DB
	YiSyllableZzox                                                             rune = 0xA2DC
	YiSyllableZzo                                                              rune = 0xA2DD
	YiSyllableZzop                                                             rune = 0xA2DE
	YiSyllableZzex                                                             rune = 0xA2DF
	YiSyllableZze                                                              rune = 0xA2E0
	YiSyllableZzep                                                             rune = 0xA2E1
	YiSyllableZzux                                                             rune = 0xA2E2
	YiSyllableZzu                                                              rune = 0xA2E3
	YiSyllableZzup                                                             rune = 0xA2E4
	YiSyllableZzurx                                                            rune = 0xA2E5
	YiSyllableZzur                                                             rune = 0xA2E6
	YiSyllableZzyt                                                             rune = 0xA2E7
	YiSyllableZzyx                                                             rune = 0xA2E8
	YiSyllableZzy                                                              rune = 0xA2E9
	YiSyllableZzyp                                                             rune = 0xA2EA
	YiSyllableZzyrx                                                            rune = 0xA2EB
	YiSyllableZzyr                                                             rune = 0xA2EC
	YiSyllableNzit                                                             rune = 0xA2ED
	YiSyllableNzix                                                             rune = 0xA2EE
	YiSyllableNzi                                                              rune = 0xA2EF
	YiSyllableNzip                                                             rune = 0xA2F0
	YiSyllableNziex                                                            rune = 0xA2F1
	YiSyllableNzie                                                             rune = 0xA2F2
	YiSyllableNziep                                                            rune = 0xA2F3
	YiSyllableNzat                                                             rune = 0xA2F4
	YiSyllableNzax                                                             rune = 0xA2F5
	YiSyllableNza                                                              rune = 0xA2F6
	YiSyllableNzap                                                             rune = 0xA2F7
	YiSyllableNzuox                                                            rune = 0xA2F8
	YiSyllableNzuo                                                             rune = 0xA2F9
	YiSyllableNzox                                                             rune = 0xA2FA
	YiSyllableNzop                                                             rune = 0xA2FB
	YiSyllableNzex                                                             rune = 0xA2FC
	YiSyllableNze                                                              rune = 0xA2FD
	YiSyllableNzux                                                             rune = 0xA2FE
	YiSyllableNzu                                                              rune = 0xA2FF
	YiSyllableNzup                                                             rune = 0xA300
	YiSyllableNzurx                                                            rune = 0xA301
	YiSyllableNzur                                                             rune = 0xA302
	YiSyllableNzyt                                                             rune = 0xA303
	YiSyllableNzyx                                                             rune = 0xA304
	YiSyllableNzy                                                              rune = 0xA305
	YiSyllableNzyp                                                             rune = 0xA306
	YiSyllableNzyrx                                                            rune = 0xA307
	YiSyllableNzyr                                                             rune = 0xA308
	YiSyllableSit                                                              rune = 0xA309
	YiSyllableSix                                                              rune = 0xA30A
	YiSyllableSi                                                               rune = 0xA30B
	YiSyllableSip                                                              rune = 0xA30C
	YiSyllableSiex                                                             rune = 0xA30D
	YiSyllableSie                                                              rune = 0xA30E
	YiSyllableSiep                                                             rune = 0xA30F
	YiSyllableSat                                                              rune = 0xA310
	YiSyllableSax                                                              rune = 0xA311
	YiSyllableSa                                                               rune = 0xA312
	YiSyllableSap                                                              rune = 0xA313
	YiSyllableSuox                                                             rune = 0xA314
	YiSyllableSuo                                                              rune = 0xA315
	YiSyllableSuop                                                             rune = 0xA316
	YiSyllableSot                                                              rune = 0xA317
	YiSyllableSox                                                              rune = 0xA318
	YiSyllableSo                                                               rune = 0xA319
	YiSyllableSop                                                              rune = 0xA31A
	YiSyllableSex                                                              rune = 0xA31B
	YiSyllableSe                                                               rune = 0xA31C
	YiSyllableSep                                                              rune = 0xA31D
	YiSyllableSut                                                              rune = 0xA31E
	YiSyllableSux                                                              rune = 0xA31F
	YiSyllableSu                                                               rune = 0xA320
	YiSyllableSup                                                              rune = 0xA321
	YiSyllableSurx                                                             rune = 0xA322
	YiSyllableSur                                                              rune = 0xA323
	YiSyllableSyt                                                              rune = 0xA324
	YiSyllableSyx                                                              rune = 0xA325
	YiSyllableSy                                                               rune = 0xA326
	YiSyllableSyp                                                              rune = 0xA327
	YiSyllableSyrx                                                             rune = 0xA328
	YiSyllableSyr                                                              rune = 0xA329
	YiSyllableSsit                                                             rune = 0xA32A
	YiSyllableSsix                                                             rune = 0xA32B
	YiSyllableSsi                                                              rune = 0xA32C
	YiSyllableSsip                                                             rune = 0xA32D
	YiSyllableSsiex                                                            rune = 0xA32E
	YiSyllableSsie                                                             rune = 0xA32F
	YiSyllableSsiep                                                            rune = 0xA330
	YiSyllableSsat                                                             rune = 0xA331
	YiSyllableSsax                                                             rune = 0xA332
	YiSyllableSsa                                                              rune = 0xA333
	YiSyllableSsap                                                             rune = 0xA334
	YiSyllableSsot                                                             rune = 0xA335
	YiSyllableSsox                                                             rune = 0xA336
	YiSyllableSso                                                              rune = 0xA337
	YiSyllableSsop                                                             rune = 0xA338
	YiSyllableSsex                                                             rune = 0xA339
	YiSyllableSse                                                              rune = 0xA33A
	YiSyllableSsep                                                             rune = 0xA33B
	YiSyllableSsut                                                             rune = 0xA33C
	YiSyllableSsux                                                             rune = 0xA33D
	YiSyllableSsu                                                              rune = 0xA33E
	YiSyllableSsup                                                             rune = 0xA33F
	YiSyllableSsyt                                                             rune = 0xA340
	YiSyllableSsyx                                                             rune = 0xA341
	YiSyllableSsy                                                              rune = 0xA342
	YiSyllableSsyp                                                             rune = 0xA343
	YiSyllableSsyrx                                                            rune = 0xA344
	YiSyllableSsyr                                                             rune = 0xA345
	YiSyllableZhat                                                             rune = 0xA346
	YiSyllableZhax                                                             rune = 0xA347
	YiSyllableZha                                                              rune = 0xA348
	YiSyllableZhap                                                             rune = 0xA349
	YiSyllableZhuox                                                            rune = 0xA34A
	YiSyllableZhuo                                                             rune = 0xA34B
	YiSyllableZhuop                                                            rune = 0xA34C
	YiSyllableZhot                                                             rune = 0xA34D
	YiSyllableZhox                                                             rune = 0xA34E
	YiSyllableZho                                                              rune = 0xA34F
	YiSyllableZhop                                                             rune = 0xA350
	YiSyllableZhet                                                             rune = 0xA351
	YiSyllableZhex                                                             rune = 0xA352
	YiSyllableZhe                                                              rune = 0xA353
	YiSyllableZhep                                                             rune = 0xA354
	YiSyllableZhut                                                             rune = 0xA355
	YiSyllableZhux                                                             rune = 0xA356
	YiSyllableZhu                                                              rune = 0xA357
	YiSyllableZhup                                                             rune = 0xA358
	YiSyllableZhurx                                                            rune = 0xA359
	YiSyllableZhur                                                             rune = 0xA35A
	YiSyllableZhyt                                                             rune = 0xA35B
	YiSyllableZhyx                                                             rune = 0xA35C
	YiSyllableZhy                                                              rune = 0xA35D
	YiSyllableZhyp                                                             rune = 0xA35E
	YiSyllableZhyrx                                                            rune = 0xA35F
	YiSyllableZhyr                                                             rune = 0xA360
	YiSyllableChat                                                             rune = 0xA361
	YiSyllableChax                                                             rune = 0xA362
	YiSyllableCha                                                              rune = 0xA363
	YiSyllableChap                                                             rune = 0xA364
	YiSyllableChuot                                                            rune = 0xA365
	YiSyllableChuox                                                            rune = 0xA366
	YiSyllableChuo                                                             rune = 0xA367
	YiSyllableChuop                                                            rune = 0xA368
	YiSyllableChot                                                             rune = 0xA369
	YiSyllableChox                                                             rune = 0xA36A
	YiSyllableCho                                                              rune = 0xA36B
	YiSyllableChop                                                             rune = 0xA36C
	YiSyllableChet                                                             rune = 0xA36D
	YiSyllableChex                                                             rune = 0xA36E
	YiSyllableChe                                                              rune = 0xA36F
	YiSyllableChep                                                             rune = 0xA370
	YiSyllableChux                                                             rune = 0xA371
	YiSyllableChu                                                              rune = 0xA372
	YiSyllableChup                                                             rune = 0xA373
	YiSyllableChurx                                                            rune = 0xA374
	YiSyllableChur                                                             rune = 0xA375
	YiSyllableChyt                                                             rune = 0xA376
	YiSyllableChyx                                                             rune = 0xA377
	YiSyllableChy                                                              rune = 0xA378
	YiSyllableChyp                                                             rune = 0xA379
	YiSyllableChyrx                                                            rune = 0xA37A
	YiSyllableChyr                                                             rune = 0xA37B
	YiSyllableRrax                                                             rune = 0xA37C
	YiSyllableRra                                                              rune = 0xA37D
	YiSyllableRruox                                                            rune = 0xA37E
	YiSyllableRruo                                                             rune = 0xA37F
	YiSyllableRrot                                                             rune = 0xA380
	YiSyllableRrox                                                             rune = 0xA381
	YiSyllableRro                                                              rune = 0xA382
	YiSyllableRrop                                                             rune = 0xA383
	YiSyllableRret                                                             rune = 0xA384
	YiSyllableRrex                                                             rune = 0xA385
	YiSyllableRre                                                              rune = 0xA386
	YiSyllableRrep                                                             rune = 0xA387
	YiSyllableRrut                                                             rune = 0xA388
	YiSyllableRrux                                                             rune = 0xA389
	YiSyllableRru                                                              rune = 0xA38A
	YiSyllableRrup                                                             rune = 0xA38B
	YiSyllableRrurx                                                            rune = 0xA38C
	YiSyllableRrur                                                             rune = 0xA38D
	YiSyllableRryt                                                             rune = 0xA38E
	YiSyllableRryx                                                             rune = 0xA38F
	YiSyllableRry                                                              rune = 0xA390
	YiSyllableRryp                                                             rune = 0xA391
	YiSyllableRryrx                                                            rune = 0xA392
	YiSyllableRryr                                                             rune = 0xA393
	YiSyllableNrat                                                             rune = 0xA394
	YiSyllableNrax                                                             rune = 0xA395
	YiSyllableNra                                                              rune = 0xA396
	YiSyllableNrap                                                             rune = 0xA397
	YiSyllableNrox                                                             rune = 0xA398
	YiSyllableNro                                                              rune = 0xA399
	YiSyllableNrop                                                             rune = 0xA39A
	YiSyllableNret                                                             rune = 0xA39B
	YiSyllableNrex                                                             rune = 0xA39C
	YiSyllableNre                                                              rune = 0xA39D
	YiSyllableNrep                                                             rune = 0xA39E
	YiSyllableNrut                                                             rune = 0xA39F
	YiSyllableNrux                                                             rune = 0xA3A0
	YiSyllableNru                                                              rune = 0xA3A1
	YiSyllableNrup                                                             rune = 0xA3A2
	YiSyllableNrurx                                                            rune = 0xA3A3
	YiSyllableNrur                                                             rune = 0xA3A4
	YiSyllableNryt                                                             rune = 0xA3A5
	YiSyllableNryx                                                             rune = 0xA3A6
	YiSyllableNry                                                              rune = 0xA3A7
	YiSyllableNryp                                                             rune = 0xA3A8
	YiSyllableNryrx                                                            rune = 0xA3A9
	YiSyllableNryr                                                             rune = 0xA3AA
	YiSyllableShat                                                             rune = 0xA3AB
	YiSyllableShax                                                             rune = 0xA3AC
	YiSyllableSha                                                              rune = 0xA3AD
	YiSyllableShap                                                             rune = 0xA3AE
	YiSyllableShuox                                                            rune = 0xA3AF
	YiSyllableShuo                                                             rune = 0xA3B0
	YiSyllableShuop                                                            rune = 0xA3B1
	YiSyllableShot                                                             rune = 0xA3B2
	YiSyllableShox                                                             rune = 0xA3B3
	YiSyllableSho                                                              rune = 0xA3B4
	YiSyllableShop                                                             rune = 0xA3B5
	YiSyllableShet                                                             rune = 0xA3B6
	YiSyllableShex                                                             rune = 0xA3B7
	YiSyllableShe                                                              rune = 0xA3B8
	YiSyllableShep                                                             rune = 0xA3B9
	YiSyllableShut                                                             rune = 0xA3BA
	YiSyllableShux                                                             rune = 0xA3BB
	YiSyllableShu                                                              rune = 0xA3BC
	YiSyllableShup                                                             rune = 0xA3BD
	YiSyllableShurx                                                            rune = 0xA3BE
	YiSyllableShur                                                             rune = 0xA3BF
	YiSyllableShyt                                                             rune = 0xA3C0
	YiSyllableShyx                                                             rune = 0xA3C1
	YiSyllableShy                                                              rune = 0xA3C2
	YiSyllableShyp                                                             rune = 0xA3C3
	YiSyllableShyrx                                                            rune = 0xA3C4
	YiSyllableShyr                                                             rune = 0xA3C5
	YiSyllableRat                                                              rune = 0xA3C6
	YiSyllableRax                                                              rune = 0xA3C7
	YiSyllableRa                                                               rune = 0xA3C8
	YiSyllableRap                                                              rune = 0xA3C9
	YiSyllableRuox                                                             rune = 0xA3CA
	YiSyllableRuo                                                              rune = 0xA3CB
	YiSyllableRuop                                                             rune = 0xA3CC
	YiSyllableRot                                                              rune = 0xA3CD
	YiSyllableRox                                                              rune = 0xA3CE
	YiSyllableRo                                                               rune = 0xA3CF
	YiSyllableRop                                                              rune = 0xA3D0
	YiSyllableRex                                                              rune = 0xA3D1
	YiSyllableRe                                                               rune = 0xA3D2
	YiSyllableRep                                                              rune = 0xA3D3
	YiSyllableRut                                                              rune = 0xA3D4
	YiSyllableRux                                                              rune = 0xA3D5
	YiSyllableRu                                                               rune = 0xA3D6
	YiSyllableRup                                                              rune = 0xA3D7
	YiSyllableRurx                                                             rune = 0xA3D8
	YiSyllableRur                                                              rune = 0xA3D9
	YiSyllableRyt                                                              rune = 0xA3DA
	YiSyllableRyx                                                              rune = 0xA3DB
	YiSyllableRy                                                               rune = 0xA3DC
	YiSyllableRyp                                                              rune = 0xA3DD
	YiSyllableRyrx                                                             rune = 0xA3DE
	YiSyllableRyr                                                              rune = 0xA3DF
	YiSyllableJit                                                              rune = 0xA3E0
	YiSyllableJix                                                              rune = 0xA3E1
	YiSyllableJi                                                               rune = 0xA3E2
	YiSyllableJip                                                              rune = 0xA3E3
	YiSyllableJiet                                                             rune = 0xA3E4
	YiSyllableJiex                                                             rune = 0xA3E5
	YiSyllableJie                                                              rune = 0xA3E6
	YiSyllableJiep                                                             rune = 0xA3E7
	YiSyllableJuot                                                             rune = 0xA3E8
	YiSyllableJuox                                                             rune = 0xA3E9
	YiSyllableJuo                                                              rune = 0xA3EA
	YiSyllableJuop                                                             rune = 0xA3EB
	YiSyllableJot                                                              rune = 0xA3EC
	YiSyllableJox                                                              rune = 0xA3ED
	YiSyllableJo                                                               rune = 0xA3EE
	YiSyllableJop                                                              rune = 0xA3EF
	YiSyllableJut                                                              rune = 0xA3F0
	YiSyllableJux                                                              rune = 0xA3F1
	YiSyllableJu                                                               rune = 0xA3F2
	YiSyllableJup                                                              rune = 0xA3F3
	YiSyllableJurx                                                             rune = 0xA3F4
	YiSyllableJur                                                              rune = 0xA3F5
	YiSyllableJyt                                                              rune = 0xA3F6
	YiSyllableJyx                                                              rune = 0xA3F7
	YiSyllableJy                                                               rune = 0xA3F8
	YiSyllableJyp                                                              rune = 0xA3F9
	YiSyllableJyrx                                                             rune = 0xA3FA
	YiSyllableJyr                                                              rune = 0xA3FB
	YiSyllableQit                                                              rune = 0xA3FC
	YiSyllableQix                                                              rune = 0xA3FD
	YiSyllableQi                                                               rune = 0xA3FE
	YiSyllableQip                                                              rune = 0xA3FF
	YiSyllableQiet                                                             rune = 0xA400
	YiSyllableQiex                                                             rune = 0xA401
	YiSyllableQie                                                              rune = 0xA402
	YiSyllableQiep                                                             rune = 0xA403
	YiSyllableQuot                                                             rune = 0xA404
	YiSyllableQuox                                                             rune = 0xA405
	YiSyllableQuo                                                              rune = 0xA406
	YiSyllableQuop                                                             rune = 0xA407
	YiSyllableQot                                                              rune = 0xA408
	YiSyllableQox                                                              rune = 0xA409
	YiSyllableQo                                                               rune = 0xA40A
	YiSyllableQop                                                              rune = 0xA40B
	YiSyllableQut                                                              rune = 0xA40C
	YiSyllableQux                                                              rune = 0xA40D
	YiSyllableQu                                                               rune = 0xA40E
	YiSyllableQup                                                              rune = 0xA40F
	YiSyllableQurx                                                             rune = 0xA410
	YiSyllableQur                                                              rune = 0xA411
	YiSyllableQyt                                                              rune = 0xA412
	YiSyllableQyx                                                              rune = 0xA413
	YiSyllableQy                                                               rune = 0xA414
	YiSyllableQyp                                                              rune = 0xA415
	YiSyllableQyrx                                                             rune = 0xA416
	YiSyllableQyr                                                              rune = 0xA417
	YiSyllableJjit                                                             rune = 0xA418
	YiSyllableJjix                                                             rune = 0xA419
	YiSyllableJji                                                              rune = 0xA41A
	YiSyllableJjip                                                             rune = 0xA41B
	YiSyllableJjiet                                                            rune = 0xA41C
	YiSyllableJjiex                                                            rune = 0xA41D
	YiSyllableJjie                                                             rune = 0xA41E
	YiSyllableJjiep                                                            rune = 0xA41F
	YiSyllableJjuox                                                            rune = 0xA420
	YiSyllableJjuo                                                             rune = 0xA421
	YiSyllableJjuop                                                            rune = 0xA422
	YiSyllableJjot                                                             rune = 0xA423
	YiSyllableJjox                                                             rune = 0xA424
	YiSyllableJjo                                                              rune = 0xA425
	YiSyllableJjop                                                             rune = 0xA426
	YiSyllableJjut                                                             rune = 0xA427
	YiSyllableJjux                                                             rune = 0xA428
	YiSyllableJju                                                              rune = 0xA429
	YiSyllableJjup                                                             rune = 0xA42A
	YiSyllableJjurx                                                            rune = 0xA42B
	YiSyllableJjur                                                             rune = 0xA42C
	YiSyllableJjyt                                                             rune = 0xA42D
	YiSyllableJjyx                                                             rune = 0xA42E
	YiSyllableJjy                                                              rune = 0xA42F
	YiSyllableJjyp                                                             rune = 0xA430
	YiSyllableNjit                                                             rune = 0xA431
	YiSyllableNjix                                                             rune = 0xA432
	YiSyllableNji                                                              rune = 0xA433
	YiSyllableNjip                                                             rune = 0xA434
	YiSyllableNjiet                                                            rune = 0xA435
	YiSyllableNjiex                                                            rune = 0xA436
	YiSyllableNjie                                                             rune = 0xA437
	YiSyllableNjiep                                                            rune = 0xA438
	YiSyllableNjuox                                                            rune = 0xA439
	YiSyllableNjuo                                                             rune = 0xA43A
	YiSyllableNjot                                                             rune = 0xA43B
	YiSyllableNjox                                                             rune = 0xA43C
	YiSyllableNjo                                                              rune = 0xA43D
	YiSyllableNjop                                                             rune = 0xA43E
	YiSyllableNjux                                                             rune = 0xA43F
	YiSyllableNju                                                              rune = 0xA440
	YiSyllableNjup                                                             rune = 0xA441
	YiSyllableNjurx                                                            rune = 0xA442
	YiSyllableNjur                                                             rune = 0xA443
	YiSyllableNjyt                                                             rune = 0xA444
	YiSyllableNjyx                                                             rune = 0xA445
	YiSyllableNjy                                                              rune = 0xA446
	YiSyllableNjyp                                                             rune = 0xA447
	YiSyllableNjyrx                                                            rune = 0xA448
	YiSyllableNjyr                                                             rune = 0xA449
	YiSyllableNyit                                                             rune = 0xA44A
	YiSyllableNyix                                                             rune = 0xA44B
	YiSyllableNyi                                                              rune = 0xA44C
	YiSyllableNyip                                                             rune = 0xA44D
	YiSyllableNyiet                                                            rune = 0xA44E
	YiSyllableNyiex                                                            rune = 0xA44F
	YiSyllableNyie                                                             rune = 0xA450
	YiSyllableNyiep                                                            rune = 0xA451
	YiSyllableNyuox                                                            rune = 0xA452
	YiSyllableNyuo                                                             rune = 0xA453
	YiSyllableNyuop                                                            rune = 0xA454
	YiSyllableNyot                                                             rune = 0xA455
	YiSyllableNyox                                                             rune = 0xA456
	YiSyllableNyo                                                              rune = 0xA457
	YiSyllableNyop                                                             rune = 0xA458
	YiSyllableNyut                                                             rune = 0xA459
	YiSyllableNyux                                                             rune = 0xA45A
	YiSyllableNyu                                                              rune = 0xA45B
	YiSyllableNyup                                                             rune = 0xA45C
	YiSyllableXit                                                              rune = 0xA45D
	YiSyllableXix                                                              rune = 0xA45E
	YiSyllableXi                                                               rune = 0xA45F
	YiSyllableXip                                                              rune = 0xA460
	YiSyllableXiet                                                             rune = 0xA461
	YiSyllableXiex                                                             rune = 0xA462
	YiSyllableXie                                                              rune = 0xA463
	YiSyllableXiep                                                             rune = 0xA464
	YiSyllableXuox                                                             rune = 0xA465
	YiSyllableXuo                                                              rune = 0xA466
	YiSyllableXot                                                              rune = 0xA467
	YiSyllableXox                                                              rune = 0xA468
	YiSyllableXo                                                               rune = 0xA469
	YiSyllableXop                                                              rune = 0xA46A
	YiSyllableXyt                                                              rune = 0xA46B
	YiSyllableXyx                                                              rune = 0xA46C
	YiSyllableXy                                                               rune = 0xA46D
	YiSyllableXyp                                                              rune = 0xA46E
	YiSyllableXyrx                                                             rune = 0xA46F
	YiSyllableXyr                                                              rune = 0xA470
	YiSyllableYit                                                              rune = 0xA471
	YiSyllableYix                                                              rune = 0xA472
	YiSyllableYi                                                               rune = 0xA473
	YiSyllableYip                                                              rune = 0xA474
	YiSyllableYiet                                                             rune = 0xA475
	YiSyllableYiex                                                             rune = 0xA476
	YiSyllableYie                                                              rune = 0xA477
	YiSyllableYiep                                                             rune = 0xA478
	YiSyllableYuot                                                             rune = 0xA479
	YiSyllableYuox                                                             rune = 0xA47A
	YiSyllableYuo                                                              rune = 0xA47B
	YiSyllableYuop                                                             rune = 0xA47C
	YiSyllableYot                                                              rune = 0xA47D
	YiSyllableYox                                                              rune = 0xA47E
	YiSyllableYo                                                               rune = 0xA47F
	YiSyllableYop                                                              rune = 0xA480
	YiSyllableYut                                                              rune = 0xA481
	YiSyllableYux                                                              rune = 0xA482
	YiSyllableYu                                                               rune = 0xA483
	YiSyllableYup                                                              rune = 0xA484
	YiSyllableYurx                                                             rune = 0xA485
	YiSyllableYur                                                              rune = 0xA486
	YiSyllableYyt                                                              rune = 0xA487
	YiSyllableYyx                                                              rune = 0xA488
	YiSyllableYy                                                               rune = 0xA489
	YiSyllableYyp                                                              rune = 0xA48A
	YiSyllableYyrx                                                             rune = 0xA48B
	YiSyllableYyr                                                              rune = 0xA48C
	YiRadicalQot                                                               rune = 0xA490
	YiRadicalLi                                                                rune = 0xA491
	YiRadicalKit                                                               rune = 0xA492
	YiRadicalNyip                                                              rune = 0xA493
	YiRadicalCyp                                                               rune = 0xA494
	YiRadicalSsi                                                               rune = 0xA495
	YiRadicalGgop                                                              rune = 0xA496
	YiRadicalGep                                                               rune = 0xA497
	YiRadicalMi                                                                rune = 0xA498
	YiRadicalHxit                                                              rune = 0xA499
	YiRadicalLyr                                                               rune = 0xA49A
	YiRadicalBbut                                                              rune = 0xA49B
	YiRadicalMop                                                               rune = 0xA49C
	YiRadicalYo                                                                rune = 0xA49D
	YiRadicalPut                                                               rune = 0xA49E
	YiRadicalHxuo                                                              rune = 0xA49F
	YiRadicalTat                                                               rune = 0xA4A0
	YiRadicalGa                                                                rune = 0xA4A1
	YiRadicalZup                                                               rune = 0xA4A2
	YiRadicalCyt                                                               rune = 0xA4A3
	YiRadicalDdur                                                              rune = 0xA4A4
	YiRadicalBur                                                               rune = 0xA4A5
	YiRadicalGguo                                                              rune = 0xA4A6
	YiRadicalNyop                                                              rune = 0xA4A7
	YiRadicalTu                                                                rune = 0xA4A8
	YiRadicalOp                                                                rune = 0xA4A9
	YiRadicalJjut                                                              rune = 0xA4AA
	YiRadicalZot                                                               rune = 0xA4AB
	YiRadicalPyt                                                               rune = 0xA4AC
	YiRadicalHmo                                                               rune = 0xA4AD
	YiRadicalYit                                                               rune = 0xA4AE
	YiRadicalVur                                                               rune = 0xA4AF
	YiRadicalShy                                                               rune = 0xA4B0
	YiRadicalVep                                                               rune = 0xA4B1
	YiRadicalZa                                                                rune = 0xA4B2
	YiRadicalJo                                                                rune = 0xA4B3
	YiRadicalNzup                                                              rune = 0xA4B4
	YiRadicalJjy                                                               rune = 0xA4B5
	YiRadicalGot                                                               rune = 0xA4B6
	YiRadicalJjie                                                              rune = 0xA4B7
	YiRadicalWo                                                                rune = 0xA4B8
	YiRadicalDu                                                                rune = 0xA4B9
	YiRadicalShur                                                              rune = 0xA4BA
	YiRadicalLie                                                               rune = 0xA4BB
	YiRadicalCy                                                                rune = 0xA4BC
	YiRadicalCuop                                                              rune = 0xA4BD
	YiRadicalCip                                                               rune = 0xA4BE
	YiRadicalHxop                                                              rune = 0xA4BF
	YiRadicalShat                                                              rune = 0xA4C0
	YiRadicalZur                                                               rune = 0xA4C1
	YiRadicalShop                                                              rune = 0xA4C2
	YiRadicalChe                                                               rune = 0xA4C3
	YiRadicalZziet                                                             rune = 0xA4C4
	YiRadicalNbie                                                              rune = 0xA4C5
	YiRadicalKe                                                                rune = 0xA4C6
	LisuLetterBa                                                               rune = 0xA4D0
	LisuLetterPa                                                               rune = 0xA4D1
	LisuLetterPha                                                              rune = 0xA4D2
	LisuLetterDa                                                               rune = 0xA4D3
	LisuLetterTa                                                               rune = 0xA4D4
	LisuLetterTha                                                              rune = 0xA4D5
	LisuLetterGa                                                               rune = 0xA4D6
	LisuLetterKa                                                               rune = 0xA4D7
	LisuLetterKha                                                              rune = 0xA4D8
	LisuLetterJa                                                               rune = 0xA4D9
	LisuLetterCa                                                               rune = 0xA4DA
	LisuLetterCha                                                              rune = 0xA4DB
	LisuLetterDza                                                              rune = 0xA4DC
	LisuLetterTsa                                                              rune = 0xA4DD
	LisuLetterTsha                                                             rune = 0xA4DE
	LisuLetterMa                                                               rune = 0xA4DF
	LisuLetterNa                                                               rune = 0xA4E0
	LisuLetterLa                                                               rune = 0xA4E1
	LisuLetterSa                                                               rune = 0xA4E2
	LisuLetterZha                                                              rune = 0xA4E3
	LisuLetterZa                                                               rune = 0xA4E4
	LisuLetterNga                                                              rune = 0xA4E5
	LisuLetterHa                                                               rune = 0xA4E6
	LisuLetterXa                                                               rune = 0xA4E7
	LisuLetterHha                                                              rune = 0xA4E8
	LisuLetterFa                                                               rune = 0xA4E9
	LisuLetterWa                                                               rune = 0xA4EA
	LisuLetterSha                                                              rune = 0xA4EB
	LisuLetterYa                                                               rune = 0xA4EC
	LisuLetterGha                                                              rune = 0xA4ED
	LisuLetterA                                                                rune = 0xA4EE
	LisuLetterAe                                                               rune = 0xA4EF
	LisuLetterE                                                                rune = 0xA4F0
	LisuLetterEu                                                               rune = 0xA4F1
	LisuLetterI                                                                rune = 0xA4F2
	LisuLetterO                                                                rune = 0xA4F3
	LisuLetterU                                                                rune = 0xA4F4
	LisuLetterUe                                                               rune = 0xA4F5
	LisuLetterUh                                                               rune = 0xA4F6
	LisuLetterOe                                                               rune = 0xA4F7
	LisuLetterToneMyaTi                                                        rune = 0xA4F8
	LisuLetterToneNaPo                                                         rune = 0xA4F9
	LisuLetterToneMyaCya                                                       rune = 0xA4FA
	LisuLetterToneMyaBo                                                        rune = 0xA4FB
	LisuLetterToneMyaNa                                                        rune = 0xA4FC
	LisuLetterToneMyaJeu                                                       rune = 0xA4FD
	LisuPunctuationComma                                                       rune = 0xA4FE
	LisuPunctuationFullStop                                                    rune = 0xA4FF
	VaiSyllableEe                                                              rune = 0xA500
	VaiSyllableEen                                                             rune = 0xA501
	VaiSyllableHee                                                             rune = 0xA502
	VaiSyllableWee                                                             rune = 0xA503
	VaiSyllableWeen                                                            rune = 0xA504
	VaiSyllablePee                                                             rune = 0xA505
	VaiSyllableBhee                                                            rune = 0xA506
	VaiSyllableBee                                                             rune = 0xA507
	VaiSyllableMbee                                                            rune = 0xA508
	VaiSyllableKpee                                                            rune = 0xA509
	VaiSyllableMgbee                                                           rune = 0xA50A
	VaiSyllableGbee                                                            rune = 0xA50B
	VaiSyllableFee                                                             rune = 0xA50C
	VaiSyllableVee                                                             rune = 0xA50D
	VaiSyllableTee                                                             rune = 0xA50E
	VaiSyllableThee                                                            rune = 0xA50F
	VaiSyllableDhee                                                            rune = 0xA510
	VaiSyllableDhhee                                                           rune = 0xA511
	VaiSyllableLee                                                             rune = 0xA512
	VaiSyllableRee                                                             rune = 0xA513
	VaiSyllableDee                                                             rune = 0xA514
	VaiSyllableNdee                                                            rune = 0xA515
	VaiSyllableSee                                                             rune = 0xA516
	VaiSyllableShee                                                            rune = 0xA517
	VaiSyllableZee                                                             rune = 0xA518
	VaiSyllableZhee                                                            rune = 0xA519
	VaiSyllableCee                                                             rune = 0xA51A
	VaiSyllableJee                                                             rune = 0xA51B
	VaiSyllableNjee                                                            rune = 0xA51C
	VaiSyllableYee                                                             rune = 0xA51D
	VaiSyllableKee                                                             rune = 0xA51E
	VaiSyllableNggee                                                           rune = 0xA51F
	VaiSyllableGee                                                             rune = 0xA520
	VaiSyllableMee                                                             rune = 0xA521
	VaiSyllableNee                                                             rune = 0xA522
	VaiSyllableNyee                                                            rune = 0xA523
	VaiSyllableI                                                               rune = 0xA524
	VaiSyllableIn                                                              rune = 0xA525
	VaiSyllableHi                                                              rune = 0xA526
	VaiSyllableHin                                                             rune = 0xA527
	VaiSyllableWi                                                              rune = 0xA528
	VaiSyllableWin                                                             rune = 0xA529
	VaiSyllablePi                                                              rune = 0xA52A
	VaiSyllableBhi                                                             rune = 0xA52B
	VaiSyllableBi                                                              rune = 0xA52C
	VaiSyllableMbi                                                             rune = 0xA52D
	VaiSyllableKpi                                                             rune = 0xA52E
	VaiSyllableMgbi                                                            rune = 0xA52F
	VaiSyllableGbi                                                             rune = 0xA530
	VaiSyllableFi                                                              rune = 0xA531
	VaiSyllableVi                                                              rune = 0xA532
	VaiSyllableTi                                                              rune = 0xA533
	VaiSyllableThi                                                             rune = 0xA534
	VaiSyllableDhi                                                             rune = 0xA535
	VaiSyllableDhhi                                                            rune = 0xA536
	VaiSyllableLi                                                              rune = 0xA537
	VaiSyllableRi                                                              rune = 0xA538
	VaiSyllableDi                                                              rune = 0xA539
	VaiSyllableNdi                                                             rune = 0xA53A
	VaiSyllableSi                                                              rune = 0xA53B
	VaiSyllableShi                                                             rune = 0xA53C
	VaiSyllableZi                                                              rune = 0xA53D
	VaiSyllableZhi                                                             rune = 0xA53E
	VaiSyllableCi                                                              rune = 0xA53F
	VaiSyllableJi                                                              rune = 0xA540
	VaiSyllableNji                                                             rune = 0xA541
	VaiSyllableYi                                                              rune = 0xA542
	VaiSyllableKi                                                              rune = 0xA543
	VaiSyllableNggi                                                            rune = 0xA544
	VaiSyllableGi                                                              rune = 0xA545
	VaiSyllableMi                                                              rune = 0xA546
	VaiSyllableNi                                                              rune = 0xA547
	VaiSyllableNyi                                                             rune = 0xA548
	VaiSyllableA                                                               rune = 0xA549
	VaiSyllableAn                                                              rune = 0xA54A
	VaiSyllableNgan                                                            rune = 0xA54B
	VaiSyllableHa                                                              rune = 0xA54C
	VaiSyllableHan                                                             rune = 0xA54D
	VaiSyllableWa                                                              rune = 0xA54E
	VaiSyllableWan                                                             rune = 0xA54F
	VaiSyllablePa                                                              rune = 0xA550
	VaiSyllableBha                                                             rune = 0xA551
	VaiSyllableBa                                                              rune = 0xA552
	VaiSyllableMba                                                             rune = 0xA553
	VaiSyllableKpa                                                             rune = 0xA554
	VaiSyllableKpan                                                            rune = 0xA555
	VaiSyllableMgba                                                            rune = 0xA556
	VaiSyllableGba                                                             rune = 0xA557
	VaiSyllableFa                                                              rune = 0xA558
	VaiSyllableVa                                                              rune = 0xA559
	VaiSyllableTa                                                              rune = 0xA55A
	VaiSyllableTha                                                             rune = 0xA55B
	VaiSyllableDha                                                             rune = 0xA55C
	VaiSyllableDhha                                                            rune = 0xA55D
	VaiSyllableLa                                                              rune = 0xA55E
	VaiSyllableRa                                                              rune = 0xA55F
	VaiSyllableDa                                                              rune = 0xA560
	VaiSyllableNda                                                             rune = 0xA561
	VaiSyllableSa                                                              rune = 0xA562
	VaiSyllableSha                                                             rune = 0xA563
	VaiSyllableZa                                                              rune = 0xA564
	VaiSyllableZha                                                             rune = 0xA565
	VaiSyllableCa                                                              rune = 0xA566
	VaiSyllableJa                                                              rune = 0xA567
	VaiSyllableNja                                                             rune = 0xA568
	VaiSyllableYa                                                              rune = 0xA569
	VaiSyllableKa                                                              rune = 0xA56A
	VaiSyllableKan                                                             rune = 0xA56B
	VaiSyllableNgga                                                            rune = 0xA56C
	VaiSyllableGa                                                              rune = 0xA56D
	VaiSyllableMa                                                              rune = 0xA56E
	VaiSyllableNa                                                              rune = 0xA56F
	VaiSyllableNya                                                             rune = 0xA570
	VaiSyllableOo                                                              rune = 0xA571
	VaiSyllableOon                                                             rune = 0xA572
	VaiSyllableHoo                                                             rune = 0xA573
	VaiSyllableWoo                                                             rune = 0xA574
	VaiSyllableWoon                                                            rune = 0xA575
	VaiSyllablePoo                                                             rune = 0xA576
	VaiSyllableBhoo                                                            rune = 0xA577
	VaiSyllableBoo                                                             rune = 0xA578
	VaiSyllableMboo                                                            rune = 0xA579
	VaiSyllableKpoo                                                            rune = 0xA57A
	VaiSyllableMgboo                                                           rune = 0xA57B
	VaiSyllableGboo                                                            rune = 0xA57C
	VaiSyllableFoo                                                             rune = 0xA57D
	VaiSyllableVoo                                                             rune = 0xA57E
	VaiSyllableToo                                                             rune = 0xA57F
	VaiSyllableThoo                                                            rune = 0xA580
	VaiSyllableDhoo                                                            rune = 0xA581
	VaiSyllableDhhoo                                                           rune = 0xA582
	VaiSyllableLoo                                                             rune = 0xA583
	VaiSyllableRoo                                                             rune = 0xA584
	VaiSyllableDoo                                                             rune = 0xA585
	VaiSyllableNdoo                                                            rune = 0xA586
	VaiSyllableSoo                                                             rune = 0xA587
	VaiSyllableShoo                                                            rune = 0xA588
	VaiSyllableZoo                                                             rune = 0xA589
	VaiSyllableZhoo                                                            rune = 0xA58A
	VaiSyllableCoo                                                             rune = 0xA58B
	VaiSyllableJoo                                                             rune = 0xA58C
	VaiSyllableNjoo                                                            rune = 0xA58D
	VaiSyllableYoo                                                             rune = 0xA58E
	VaiSyllableKoo                                                             rune = 0xA58F
	VaiSyllableNggoo                                                           rune = 0xA590
	VaiSyllableGoo                                                             rune = 0xA591
	VaiSyllableMoo                                                             rune = 0xA592
	VaiSyllableNoo                                                             rune = 0xA593
	VaiSyllableNyoo                                                            rune = 0xA594
	VaiSyllableU                                                               rune = 0xA595
	VaiSyllableUn                                                              rune = 0xA596
	VaiSyllableHu                                                              rune = 0xA597
	VaiSyllableHun                                                             rune = 0xA598
	VaiSyllableWu                                                              rune = 0xA599
	VaiSyllableWun                                                             rune = 0xA59A
	VaiSyllablePu                                                              rune = 0xA59B
	VaiSyllableBhu                                                             rune = 0xA59C
	VaiSyllableBu                                                              rune = 0xA59D
	VaiSyllableMbu                                                             rune = 0xA59E
	VaiSyllableKpu                                                             rune = 0xA59F
	VaiSyllableMgbu                                                            rune = 0xA5A0
	VaiSyllableGbu                                                             rune = 0xA5A1
	VaiSyllableFu                                                              rune = 0xA5A2
	VaiSyllableVu                                                              rune = 0xA5A3
	VaiSyllableTu                                                              rune = 0xA5A4
	VaiSyllableThu                                                             rune = 0xA5A5
	VaiSyllableDhu                                                             rune = 0xA5A6
	VaiSyllableDhhu                                                            rune = 0xA5A7
	VaiSyllableLu                                                              rune = 0xA5A8
	VaiSyllableRu                                                              rune = 0xA5A9
	VaiSyllableDu                                                              rune = 0xA5AA
	VaiSyllableNdu                                                             rune = 0xA5AB
	VaiSyllableSu                                                              rune = 0xA5AC
	VaiSyllableShu                                                             rune = 0xA5AD
	VaiSyllableZu                                                              rune = 0xA5AE
	VaiSyllableZhu                                                             rune = 0xA5AF
	VaiSyllableCu                                                              rune = 0xA5B0
	VaiSyllableJu                                                              rune = 0xA5B1
	VaiSyllableNju                                                             rune = 0xA5B2
	VaiSyllableYu                                                              rune = 0xA5B3
	VaiSyllableKu                                                              rune = 0xA5B4
	VaiSyllableNggu                                                            rune = 0xA5B5
	VaiSyllableGu                                                              rune = 0xA5B6
	VaiSyllableMu                                                              rune = 0xA5B7
	VaiSyllableNu                                                              rune = 0xA5B8
	VaiSyllableNyu                                                             rune = 0xA5B9
	VaiSyllableO                                                               rune = 0xA5BA
	VaiSyllableOn                                                              rune = 0xA5BB
	VaiSyllableNgon                                                            rune = 0xA5BC
	VaiSyllableHo                                                              rune = 0xA5BD
	VaiSyllableHon                                                             rune = 0xA5BE
	VaiSyllableWo                                                              rune = 0xA5BF
	VaiSyllableWon                                                             rune = 0xA5C0
	VaiSyllablePo                                                              rune = 0xA5C1
	VaiSyllableBho                                                             rune = 0xA5C2
	VaiSyllableBo                                                              rune = 0xA5C3
	VaiSyllableMbo                                                             rune = 0xA5C4
	VaiSyllableKpo                                                             rune = 0xA5C5
	VaiSyllableMgbo                                                            rune = 0xA5C6
	VaiSyllableGbo                                                             rune = 0xA5C7
	VaiSyllableGbon                                                            rune = 0xA5C8
	VaiSyllableFo                                                              rune = 0xA5C9
	VaiSyllableVo                                                              rune = 0xA5CA
	VaiSyllableTo                                                              rune = 0xA5CB
	VaiSyllableTho                                                             rune = 0xA5CC
	VaiSyllableDho                                                             rune = 0xA5CD
	VaiSyllableDhho                                                            rune = 0xA5CE
	VaiSyllableLo                                                              rune = 0xA5CF
	VaiSyllableRo                                                              rune = 0xA5D0
	VaiSyllableDo                                                              rune = 0xA5D1
	VaiSyllableNdo                                                             rune = 0xA5D2
	VaiSyllableSo                                                              rune = 0xA5D3
	VaiSyllableSho                                                             rune = 0xA5D4
	VaiSyllableZo                                                              rune = 0xA5D5
	VaiSyllableZho                                                             rune = 0xA5D6
	VaiSyllableCo                                                              rune = 0xA5D7
	VaiSyllableJo                                                              rune = 0xA5D8
	VaiSyllableNjo                                                             rune = 0xA5D9
	VaiSyllableYo                                                              rune = 0xA5DA
	VaiSyllableKo                                                              rune = 0xA5DB
	VaiSyllableNggo                                                            rune = 0xA5DC
	VaiSyllableGo                                                              rune = 0xA5DD
	VaiSyllableMo                                                              rune = 0xA5DE
	VaiSyllableNo                                                              rune = 0xA5DF
	VaiSyllableNyo                                                             rune = 0xA5E0
	VaiSyllableE                                                               rune = 0xA5E1
	VaiSyllableEn                                                              rune = 0xA5E2
	VaiSyllableNgen                                                            rune = 0xA5E3
	VaiSyllableHe                                                              rune = 0xA5E4
	VaiSyllableHen                                                             rune = 0xA5E5
	VaiSyllableWe                                                              rune = 0xA5E6
	VaiSyllableWen                                                             rune = 0xA5E7
	VaiSyllablePe                                                              rune = 0xA5E8
	VaiSyllableBhe                                                             rune = 0xA5E9
	VaiSyllableBe                                                              rune = 0xA5EA
	VaiSyllableMbe                                                             rune = 0xA5EB
	VaiSyllableKpe                                                             rune = 0xA5EC
	VaiSyllableKpen                                                            rune = 0xA5ED
	VaiSyllableMgbe                                                            rune = 0xA5EE
	VaiSyllableGbe                                                             rune = 0xA5EF
	VaiSyllableGben                                                            rune = 0xA5F0
	VaiSyllableFe                                                              rune = 0xA5F1
	VaiSyllableVe                                                              rune = 0xA5F2
	VaiSyllableTe                                                              rune = 0xA5F3
	VaiSyllableThe                                                             rune = 0xA5F4
	VaiSyllableDhe                                                             rune = 0xA5F5
	VaiSyllableDhhe                                                            rune = 0xA5F6
	VaiSyllableLe                                                              rune = 0xA5F7
	VaiSyllableRe                                                              rune = 0xA5F8
	VaiSyllableDe                                                              rune = 0xA5F9
	VaiSyllableNde                                                             rune = 0xA5FA
	VaiSyllableSe                                                              rune = 0xA5FB
	VaiSyllableShe                                                             rune = 0xA5FC
	VaiSyllableZe                                                              rune = 0xA5FD
	VaiSyllableZhe                                                             rune = 0xA5FE
	VaiSyllableCe                                                              rune = 0xA5FF
	VaiSyllableJe                                                              rune = 0xA600
	VaiSyllableNje                                                             rune = 0xA601
	VaiSyllableYe                                                              rune = 0xA602
	VaiSyllableKe                                                              rune = 0xA603
	VaiSyllableNgge                                                            rune = 0xA604
	VaiSyllableNggen                                                           rune = 0xA605
	VaiSyllableGe                                                              rune = 0xA606
	VaiSyllableGen                                                             rune = 0xA607
	VaiSyllableMe                                                              rune = 0xA608
	VaiSyllableNe                                                              rune = 0xA609
	VaiSyllableNye                                                             rune = 0xA60A
	VaiSyllableNg                                                              rune = 0xA60B
	VaiSyllableLengthener                                                      rune = 0xA60C
	VaiComma                                                                   rune = 0xA60D
	VaiFullStop                                                                rune = 0xA60E
	VaiQuestionMark                                                            rune = 0xA60F
	VaiSyllableNdoleFa                                                         rune = 0xA610
	VaiSyllableNdoleKa                                                         rune = 0xA611
	VaiSyllableNdoleSoo                                                        rune = 0xA612
	VaiSymbolFeeng                                                             rune = 0xA613
	VaiSymbolKeeng                                                             rune = 0xA614
	VaiSymbolTing                                                              rune = 0xA615
	VaiSymbolNii                                                               rune = 0xA616
	VaiSymbolBang                                                              rune = 0xA617
	VaiSymbolFaa                                                               rune = 0xA618
	VaiSymbolTaa                                                               rune = 0xA619
	VaiSymbolDang                                                              rune = 0xA61A
	VaiSymbolDoong                                                             rune = 0xA61B
	VaiSymbolKung                                                              rune = 0xA61C
	VaiSymbolTong                                                              rune = 0xA61D
	VaiSymbolDoO                                                               rune = 0xA61E
	VaiSymbolJong                                                              rune = 0xA61F
	VaiDigitZero                                                               rune = 0xA620
	VaiDigitOne                                                                rune = 0xA621
	VaiDigitTwo                                                                rune = 0xA622
	VaiDigitThree                                                              rune = 0xA623
	VaiDigitFour                                                               rune = 0xA624
	VaiDigitFive                                                               rune = 0xA625
	VaiDigitSix                                                                rune = 0xA626
	VaiDigitSeven                                                              rune = 0xA627
	VaiDigitEight                                                              rune = 0xA628
	VaiDigitNine                                                               rune = 0xA629
	VaiSyllableNdoleMa                                                         rune = 0xA62A
	VaiSyllableNdoleDo                                                         rune = 0xA62B
	CyrillicCapitalLetterZemlya                                                rune = 0xA640
	CyrillicSmallLetterZemlya                                                  rune = 0xA641
	CyrillicCapitalLetterDzelo                                                 rune = 0xA642
	CyrillicSmallLetterDzelo                                                   rune = 0xA643
	CyrillicCapitalLetterReversedDze                                           rune = 0xA644
	CyrillicSmallLetterReversedDze                                             rune = 0xA645
	CyrillicCapitalLetterIota                                                  rune = 0xA646
	CyrillicSmallLetterIota                                                    rune = 0xA647
	CyrillicCapitalLetterDjerv                                                 rune = 0xA648
	CyrillicSmallLetterDjerv                                                   rune = 0xA649
	CyrillicCapitalLetterMonographUk                                           rune = 0xA64A
	CyrillicSmallLetterMonographUk                                             rune = 0xA64B
	CyrillicCapitalLetterBroadOmega                                            rune = 0xA64C
	CyrillicSmallLetterBroadOmega                                              rune = 0xA64D
	CyrillicCapitalLetterNeutralYer                                            rune = 0xA64E
	CyrillicSmallLetterNeutralYer                                              rune = 0xA64F
	CyrillicCapitalLetterYeruWithBackYer                                       rune = 0xA650
	CyrillicSmallLetterYeruWithBackYer                                         rune = 0xA651
	CyrillicCapitalLetterIotifiedYat                                           rune = 0xA652
	CyrillicSmallLetterIotifiedYat                                             rune = 0xA653
	CyrillicCapitalLetterReversedYu                                            rune = 0xA654
	CyrillicSmallLetterReversedYu                                              rune = 0xA655
	CyrillicCapitalLetterIotifiedA                                             rune = 0xA656
	CyrillicSmallLetterIotifiedA                                               rune = 0xA657
	CyrillicCapitalLetterClosedLittleYus                                       rune = 0xA658
	CyrillicSmallLetterClosedLittleYus                                         rune = 0xA659
	CyrillicCapitalLetterBlendedYus                                            rune = 0xA65A
	CyrillicSmallLetterBlendedYus                                              rune = 0xA65B
	CyrillicCapitalLetterIotifiedClosedLittleYus                               rune = 0xA65C
	CyrillicSmallLetterIotifiedClosedLittleYus                                 rune = 0xA65D
	CyrillicCapitalLetterYn                                                    rune = 0xA65E
	CyrillicSmallLetterYn                                                      rune = 0xA65F
	CyrillicCapitalLetterReversedTse                                           rune = 0xA660
	CyrillicSmallLetterReversedTse                                             rune = 0xA661
	CyrillicCapitalLetterSoftDe                                                rune = 0xA662
	CyrillicSmallLetterSoftDe                                                  rune = 0xA663
	CyrillicCapitalLetterSoftEl                                                rune = 0xA664
	CyrillicSmallLetterSoftEl                                                  rune = 0xA665
	CyrillicCapitalLetterSoftEm                                                rune = 0xA666
	CyrillicSmallLetterSoftEm                                                  rune = 0xA667
	CyrillicCapitalLetterMonocularO                                            rune = 0xA668
	CyrillicSmallLetterMonocularO                                              rune = 0xA669
	CyrillicCapitalLetterBinocularO                                            rune = 0xA66A
	CyrillicSmallLetterBinocularO                                              rune = 0xA66B
	CyrillicCapitalLetterDoubleMonocularO                                      rune = 0xA66C
	CyrillicSmallLetterDoubleMonocularO                                        rune = 0xA66D
	CyrillicLetterMultiocularO                                                 rune = 0xA66E
	CombiningCyrillicVzmet                                                     rune = 0xA66F
	CombiningCyrillicTenMillionsSign                                           rune = 0xA670
	CombiningCyrillicHundredMillionsSign                                       rune = 0xA671
	CombiningCyrillicThousandMillionsSign                                      rune = 0xA672
	SlavonicAsterisk                                                           rune = 0xA673
	CombiningCyrillicLetterUkrainianIe                                         rune = 0xA674
	CombiningCyrillicLetterI                                                   rune = 0xA675
	CombiningCyrillicLetterYi                                                  rune = 0xA676
	CombiningCyrillicLetterU                                                   rune = 0xA677
	CombiningCyrillicLetterHardSign                                            rune = 0xA678
	CombiningCyrillicLetterYeru                                                rune = 0xA679
	CombiningCyrillicLetterSoftSign                                            rune = 0xA67A
	CombiningCyrillicLetterOmega                                               rune = 0xA67B
	CombiningCyrillicKavyka                                                    rune = 0xA67C
	CombiningCyrillicPayerok                                                   rune = 0xA67D
	CyrillicKavyka                                                             rune = 0xA67E
	CyrillicPayerok                                                            rune = 0xA67F
	CyrillicCapitalLetterDwe                                                   rune = 0xA680
	CyrillicSmallLetterDwe                                                     rune = 0xA681
	CyrillicCapitalLetterDzwe                                                  rune = 0xA682
	CyrillicSmallLetterDzwe                                                    rune = 0xA683
	CyrillicCapitalLetterZhwe                                                  rune = 0xA684
	CyrillicSmallLetterZhwe                                                    rune = 0xA685
	CyrillicCapitalLetterCche                                                  rune = 0xA686
	CyrillicSmallLetterCche                                                    rune = 0xA687
	CyrillicCapitalLetterDzze                                                  rune = 0xA688
	CyrillicSmallLetterDzze                                                    rune = 0xA689
	CyrillicCapitalLetterTeWithMiddleHook                                      rune = 0xA68A
	CyrillicSmallLetterTeWithMiddleHook                                        rune = 0xA68B
	CyrillicCapitalLetterTwe                                                   rune = 0xA68C
	CyrillicSmallLetterTwe                                                     rune = 0xA68D
	CyrillicCapitalLetterTswe                                                  rune = 0xA68E
	CyrillicSmallLetterTswe                                                    rune = 0xA68F
	CyrillicCapitalLetterTsse                                                  rune = 0xA690
	CyrillicSmallLetterTsse                                                    rune = 0xA691
	CyrillicCapitalLetterTche                                                  rune = 0xA692
	CyrillicSmallLetterTche                                                    rune = 0xA693
	CyrillicCapitalLetterHwe                                                   rune = 0xA694
	CyrillicSmallLetterHwe                                                     rune = 0xA695
	CyrillicCapitalLetterShwe                                                  rune = 0xA696
	CyrillicSmallLetterShwe                                                    rune = 0xA697
	CyrillicCapitalLetterDoubleO                                               rune = 0xA698
	CyrillicSmallLetterDoubleO                                                 rune = 0xA699
	CyrillicCapitalLetterCrossedO                                              rune = 0xA69A
	CyrillicSmallLetterCrossedO                                                rune = 0xA69B
	ModifierLetterCyrillicHardSign                                             rune = 0xA69C
	ModifierLetterCyrillicSoftSign                                             rune = 0xA69D
	CombiningCyrillicLetterEf                                                  rune = 0xA69E
	CombiningCyrillicLetterIotifiedE                                           rune = 0xA69F
	BamumLetterA                                                               rune = 0xA6A0
	BamumLetterKa                                                              rune = 0xA6A1
	BamumLetterU                                                               rune = 0xA6A2
	BamumLetterKu                                                              rune = 0xA6A3
	BamumLetterEe                                                              rune = 0xA6A4
	BamumLetterRee                                                             rune = 0xA6A5
	BamumLetterTae                                                             rune = 0xA6A6
	BamumLetterO                                                               rune = 0xA6A7
	BamumLetterNyi                                                             rune = 0xA6A8
	BamumLetterI                                                               rune = 0xA6A9
	BamumLetterLa                                                              rune = 0xA6AA
	BamumLetterPa                                                              rune = 0xA6AB
	BamumLetterRii                                                             rune = 0xA6AC
	BamumLetterRiee                                                            rune = 0xA6AD
	BamumLetterLeeee                                                           rune = 0xA6AE
	BamumLetterMeeee                                                           rune = 0xA6AF
	BamumLetterTaa                                                             rune = 0xA6B0
	BamumLetterNdaa                                                            rune = 0xA6B1
	BamumLetterNjaem                                                           rune = 0xA6B2
	BamumLetterM                                                               rune = 0xA6B3
	BamumLetterSuu                                                             rune = 0xA6B4
	BamumLetterMu                                                              rune = 0xA6B5
	BamumLetterShii                                                            rune = 0xA6B6
	BamumLetterSi                                                              rune = 0xA6B7
	BamumLetterSheux                                                           rune = 0xA6B8
	BamumLetterSeux                                                            rune = 0xA6B9
	BamumLetterKyee                                                            rune = 0xA6BA
	BamumLetterKet                                                             rune = 0xA6BB
	BamumLetterNuae                                                            rune = 0xA6BC
	BamumLetterNu                                                              rune = 0xA6BD
	BamumLetterNjuae                                                           rune = 0xA6BE
	BamumLetterYoq                                                             rune = 0xA6BF
	BamumLetterShu                                                             rune = 0xA6C0
	BamumLetterYuq                                                             rune = 0xA6C1
	BamumLetterYa                                                              rune = 0xA6C2
	BamumLetterNsha                                                            rune = 0xA6C3
	BamumLetterKeux                                                            rune = 0xA6C4
	BamumLetterPeux                                                            rune = 0xA6C5
	BamumLetterNjee                                                            rune = 0xA6C6
	BamumLetterNtee                                                            rune = 0xA6C7
	BamumLetterPue                                                             rune = 0xA6C8
	BamumLetterWue                                                             rune = 0xA6C9
	BamumLetterPee                                                             rune = 0xA6CA
	BamumLetterFee                                                             rune = 0xA6CB
	BamumLetterRu                                                              rune = 0xA6CC
	BamumLetterLu                                                              rune = 0xA6CD
	BamumLetterMi                                                              rune = 0xA6CE
	BamumLetterNi                                                              rune = 0xA6CF
	BamumLetterReux                                                            rune = 0xA6D0
	BamumLetterRae                                                             rune = 0xA6D1
	BamumLetterKen                                                             rune = 0xA6D2
	BamumLetterNgkwaen                                                         rune = 0xA6D3
	BamumLetterNgga                                                            rune = 0xA6D4
	BamumLetterNga                                                             rune = 0xA6D5
	BamumLetterSho                                                             rune = 0xA6D6
	BamumLetterPuae                                                            rune = 0xA6D7
	BamumLetterFu                                                              rune = 0xA6D8
	BamumLetterFom                                                             rune = 0xA6D9
	BamumLetterWa                                                              rune = 0xA6DA
	BamumLetterNa                                                              rune = 0xA6DB
	BamumLetterLi                                                              rune = 0xA6DC
	BamumLetterPi                                                              rune = 0xA6DD
	BamumLetterLoq                                                             rune = 0xA6DE
	BamumLetterKo                                                              rune = 0xA6DF
	BamumLetterMben                                                            rune = 0xA6E0
	BamumLetterRen                                                             rune = 0xA6E1
	BamumLetterMen                                                             rune = 0xA6E2
	BamumLetterMa                                                              rune = 0xA6E3
	BamumLetterTi                                                              rune = 0xA6E4
	BamumLetterKi                                                              rune = 0xA6E5
	BamumLetterMo                                                              rune = 0xA6E6
	BamumLetterMbaa                                                            rune = 0xA6E7
	BamumLetterTet                                                             rune = 0xA6E8
	BamumLetterKpa                                                             rune = 0xA6E9
	BamumLetterTen                                                             rune = 0xA6EA
	BamumLetterNtuu                                                            rune = 0xA6EB
	BamumLetterSamba                                                           rune = 0xA6EC
	BamumLetterFaamae                                                          rune = 0xA6ED
	BamumLetterKovuu                                                           rune = 0xA6EE
	BamumLetterKoghom                                                          rune = 0xA6EF
	BamumCombiningMarkKoqndon                                                  rune = 0xA6F0
	BamumCombiningMarkTukwentis                                                rune = 0xA6F1
	BamumNjaemli                                                               rune = 0xA6F2
	BamumFullStop                                                              rune = 0xA6F3
	BamumColon                                                                 rune = 0xA6F4
	BamumComma                                                                 rune = 0xA6F5
	BamumSemicolon                                                             rune = 0xA6F6
	BamumQuestionMark                                                          rune = 0xA6F7
	ModifierLetterChineseToneYinPing                                           rune = 0xA700
	ModifierLetterChineseToneYangPing                                          rune = 0xA701
	ModifierLetterChineseToneYinShang                                          rune = 0xA702
	ModifierLetterChineseToneYangShang                                         rune = 0xA703
	ModifierLetterChineseToneYinQu                                             rune = 0xA704
	ModifierLetterChineseToneYangQu                                            rune = 0xA705
	ModifierLetterChineseToneYinRu                                             rune = 0xA706
	ModifierLetterChineseToneYangRu                                            rune = 0xA707
	ModifierLetterExtraHighDottedToneBar                                       rune = 0xA708
	ModifierLetterHighDottedToneBar                                            rune = 0xA709
	ModifierLetterMidDottedToneBar                                             rune = 0xA70A
	ModifierLetterLowDottedToneBar                                             rune = 0xA70B
	ModifierLetterExtraLowDottedToneBar                                        rune = 0xA70C
	ModifierLetterExtraHighDottedLeftStemToneBar                               rune = 0xA70D
	ModifierLetterHighDottedLeftStemToneBar                                    rune = 0xA70E
	ModifierLetterMidDottedLeftStemToneBar                                     rune = 0xA70F
	ModifierLetterLowDottedLeftStemToneBar                                     rune = 0xA710
	ModifierLetterExtraLowDottedLeftStemToneBar                                rune = 0xA711
	ModifierLetterExtraHighLeftStemToneBar                                     rune = 0xA712
	ModifierLetterHighLeftStemToneBar                                          rune = 0xA713
	ModifierLetterMidLeftStemToneBar                                           rune = 0xA714
	ModifierLetterLowLeftStemToneBar                                           rune = 0xA715
	ModifierLetterExtraLowLeftStemToneBar                                      rune = 0xA716
	ModifierLetterDotVerticalBar                                               rune = 0xA717
	ModifierLetterDotSlash                                                     rune = 0xA718
	ModifierLetterDotHorizontalBar                                             rune = 0xA719
	ModifierLetterLowerRightCornerAngle                                        rune = 0xA71A
	ModifierLetterRaisedUpArrow                                                rune = 0xA71B
	ModifierLetterRaisedDownArrow                                              rune = 0xA71C
	ModifierLetterRaisedExclamationMark                                        rune = 0xA71D
	ModifierLetterRaisedInvertedExclamationMark                                rune = 0xA71E
	ModifierLetterLowInvertedExclamationMark                                   rune = 0xA71F
	ModifierLetterStressAndHighTone                                            rune = 0xA720
	ModifierLetterStressAndLowTone                                             rune = 0xA721
	LatinCapitalLetterEgyptologicalAlef                                        rune = 0xA722
	LatinSmallLetterEgyptologicalAlef                                          rune = 0xA723
	LatinCapitalLetterEgyptologicalAin                                         rune = 0xA724
	LatinSmallLetterEgyptologicalAin                                           rune = 0xA725
	LatinCapitalLetterHeng                                                     rune = 0xA726
	LatinSmallLetterHeng                                                       rune = 0xA727
	LatinCapitalLetterTz                                                       rune = 0xA728
	LatinSmallLetterTz                                                         rune = 0xA729
	LatinCapitalLetterTresillo                                                 rune = 0xA72A
	LatinSmallLetterTresillo                                                   rune = 0xA72B
	LatinCapitalLetterCuatrillo                                                rune = 0xA72C
	LatinSmallLetterCuatrillo                                                  rune = 0xA72D
	LatinCapitalLetterCuatrilloWithComma                                       rune = 0xA72E
	LatinSmallLetterCuatrilloWithComma                                         rune = 0xA72F
	LatinLetterSmallCapitalF                                                   rune = 0xA730
	LatinLetterSmallCapitalS                                                   rune = 0xA731
	LatinCapitalLetterAa                                                       rune = 0xA732
	LatinSmallLetterAa                                                         rune = 0xA733
	LatinCapitalLetterAo                                                       rune = 0xA734
	LatinSmallLetterAo                                                         rune = 0xA735
	LatinCapitalLetterAu                                                       rune = 0xA736
	LatinSmallLetterAu                                                         rune = 0xA737
	LatinCapitalLetterAv                                                       rune = 0xA738
	LatinSmallLetterAv                                                         rune = 0xA739
	LatinCapitalLetterAvWithHorizontalBar                                      rune = 0xA73A
	LatinSmallLetterAvWithHorizontalBar                                        rune = 0xA73B
	LatinCapitalLetterAy                                                       rune = 0xA73C
	LatinSmallLetterAy                                                         rune = 0xA73D
	LatinCapitalLetterReversedCWithDot                                         rune = 0xA73E
	LatinSmallLetterReversedCWithDot                                           rune = 0xA73F
	LatinCapitalLetterKWithStroke                                              rune = 0xA740
	LatinSmallLetterKWithStroke                                                rune = 0xA741
	LatinCapitalLetterKWithDiagonalStroke                                      rune = 0xA742
	LatinSmallLetterKWithDiagonalStroke                                        rune = 0xA743
	LatinCapitalLetterKWithStrokeAndDiagonalStroke                             rune = 0xA744
	LatinSmallLetterKWithStrokeAndDiagonalStroke                               rune = 0xA745
	LatinCapitalLetterBrokenL                                                  rune = 0xA746
	LatinSmallLetterBrokenL                                                    rune = 0xA747
	LatinCapitalLetterLWithHighStroke                                          rune = 0xA748
	LatinSmallLetterLWithHighStroke                                            rune = 0xA749
	LatinCapitalLetterOWithLongStrokeOverlay                                   rune = 0xA74A
	LatinSmallLetterOWithLongStrokeOverlay                                     rune = 0xA74B
	LatinCapitalLetterOWithLoop                                                rune = 0xA74C
	LatinSmallLetterOWithLoop                                                  rune = 0xA74D
	LatinCapitalLetterOo                                                       rune = 0xA74E
	LatinSmallLetterOo                                                         rune = 0xA74F
	LatinCapitalLetterPWithStrokeThroughDescender                              rune = 0xA750
	LatinSmallLetterPWithStrokeThroughDescender                                rune = 0xA751
	LatinCapitalLetterPWithFlourish                                            rune = 0xA752
	LatinSmallLetterPWithFlourish                                              rune = 0xA753
	LatinCapitalLetterPWithSquirrelTail                                        rune = 0xA754
	LatinSmallLetterPWithSquirrelTail                                          rune = 0xA755
	LatinCapitalLetterQWithStrokeThroughDescender                              rune = 0xA756
	LatinSmallLetterQWithStrokeThroughDescender                                rune = 0xA757
	LatinCapitalLetterQWithDiagonalStroke                                      rune = 0xA758
	LatinSmallLetterQWithDiagonalStroke                                        rune = 0xA759
	LatinCapitalLetterRRotunda                                                 rune = 0xA75A
	LatinSmallLetterRRotunda                                                   rune = 0xA75B
	LatinCapitalLetterRumRotunda                                               rune = 0xA75C
	LatinSmallLetterRumRotunda                                                 rune = 0xA75D
	LatinCapitalLetterVWithDiagonalStroke                                      rune = 0xA75E
	LatinSmallLetterVWithDiagonalStroke                                        rune = 0xA75F
	LatinCapitalLetterVy                                                       rune = 0xA760
	LatinSmallLetterVy                                                         rune = 0xA761
	LatinCapitalLetterVisigothicZ                                              rune = 0xA762
	LatinSmallLetterVisigothicZ                                                rune = 0xA763
	LatinCapitalLetterThornWithStroke                                          rune = 0xA764
	LatinSmallLetterThornWithStroke                                            rune = 0xA765
	LatinCapitalLetterThornWithStrokeThroughDescender                          rune = 0xA766
	LatinSmallLetterThornWithStrokeThroughDescender                            rune = 0xA767
	LatinCapitalLetterVend                                                     rune = 0xA768
	LatinSmallLetterVend                                                       rune = 0xA769
	LatinCapitalLetterEt                                                       rune = 0xA76A
	LatinSmallLetterEt                                                         rune = 0xA76B
	LatinCapitalLetterIs                                                       rune = 0xA76C
	LatinSmallLetterIs                                                         rune = 0xA76D
	LatinCapitalLetterCon                                                      rune = 0xA76E
	LatinSmallLetterCon                                                        rune = 0xA76F
	ModifierLetterUs                                                           rune = 0xA770
	LatinSmallLetterDum                                                        rune = 0xA771
	LatinSmallLetterLum                                                        rune = 0xA772
	LatinSmallLetterMum                                                        rune = 0xA773
	LatinSmallLetterNum                                                        rune = 0xA774
	LatinSmallLetterRum                                                        rune = 0xA775
	LatinLetterSmallCapitalRum                                                 rune = 0xA776
	LatinSmallLetterTum                                                        rune = 0xA777
	LatinSmallLetterUm                                                         rune = 0xA778
	LatinCapitalLetterInsularD                                                 rune = 0xA779
	LatinSmallLetterInsularD                                                   rune = 0xA77A
	LatinCapitalLetterInsularF                                                 rune = 0xA77B
	LatinSmallLetterInsularF                                                   rune = 0xA77C
	LatinCapitalLetterInsularG                                                 rune = 0xA77D
	LatinCapitalLetterTurnedInsularG                                           rune = 0xA77E
	LatinSmallLetterTurnedInsularG                                             rune = 0xA77F
	LatinCapitalLetterTurnedL                                                  rune = 0xA780
	LatinSmallLetterTurnedL                                                    rune = 0xA781
	LatinCapitalLetterInsularR                                                 rune = 0xA782
	LatinSmallLetterInsularR                                                   rune = 0xA783
	LatinCapitalLetterInsularS                                                 rune = 0xA784
	LatinSmallLetterInsularS                                                   rune = 0xA785
	LatinCapitalLetterInsularT                                                 rune = 0xA786
	LatinSmallLetterInsularT                                                   rune = 0xA787
	ModifierLetterLowCircumflexAccent                                          rune = 0xA788
	ModifierLetterColon                                                        rune = 0xA789
	ModifierLetterShortEqualsSign                                              rune = 0xA78A
	LatinCapitalLetterSaltillo                                                 rune = 0xA78B
	LatinSmallLetterSaltillo                                                   rune = 0xA78C
	LatinCapitalLetterTurnedH                                                  rune = 0xA78D
	LatinSmallLetterLWithRetroflexHookAndBelt                                  rune = 0xA78E
	LatinLetterSinologicalDot                                                  rune = 0xA78F
	LatinCapitalLetterNWithDescender                                           rune = 0xA790
	LatinSmallLetterNWithDescender                                             rune = 0xA791
	LatinCapitalLetterCWithBar                                                 rune = 0xA792
	LatinSmallLetterCWithBar                                                   rune = 0xA793
	LatinSmallLetterCWithPalatalHook                                           rune = 0xA794
	LatinSmallLetterHWithPalatalHook                                           rune = 0xA795
	LatinCapitalLetterBWithFlourish                                            rune = 0xA796
	LatinSmallLetterBWithFlourish                                              rune = 0xA797
	LatinCapitalLetterFWithStroke                                              rune = 0xA798
	LatinSmallLetterFWithStroke                                                rune = 0xA799
	LatinCapitalLetterVolapukAe                                                rune = 0xA79A
	LatinSmallLetterVolapukAe                                                  rune = 0xA79B
	LatinCapitalLetterVolapukOe                                                rune = 0xA79C
	LatinSmallLetterVolapukOe                                                  rune = 0xA79D
	LatinCapitalLetterVolapukUe                                                rune = 0xA79E
	LatinSmallLetterVolapukUe                                                  rune = 0xA79F
	LatinCapitalLetterGWithObliqueStroke                                       rune = 0xA7A0
	LatinSmallLetterGWithObliqueStroke                                         rune = 0xA7A1
	LatinCapitalLetterKWithObliqueStroke                                       rune = 0xA7A2
	LatinSmallLetterKWithObliqueStroke                                         rune = 0xA7A3
	LatinCapitalLetterNWithObliqueStroke                                       rune = 0xA7A4
	LatinSmallLetterNWithObliqueStroke                                         rune = 0xA7A5
	LatinCapitalLetterRWithObliqueStroke                                       rune = 0xA7A6
	LatinSmallLetterRWithObliqueStroke                                         rune = 0xA7A7
	LatinCapitalLetterSWithObliqueStroke                                       rune = 0xA7A8
	LatinSmallLetterSWithObliqueStroke                                         rune = 0xA7A9
	LatinCapitalLetterHWithHook                                                rune = 0xA7AA
	LatinCapitalLetterReversedOpenE                                            rune = 0xA7AB
	LatinCapitalLetterScriptG                                                  rune = 0xA7AC
	LatinCapitalLetterLWithBelt                                                rune = 0xA7AD
	LatinCapitalLetterSmallCapitalI                                            rune = 0xA7AE
	LatinLetterSmallCapitalQ                                                   rune = 0xA7AF
	LatinCapitalLetterTurnedK                                                  rune = 0xA7B0
	LatinCapitalLetterTurnedT                                                  rune = 0xA7B1
	LatinCapitalLetterJWithCrossedTail                                         rune = 0xA7B2
	LatinCapitalLetterChi                                                      rune = 0xA7B3
	LatinCapitalLetterBeta                                                     rune = 0xA7B4
	LatinSmallLetterBeta                                                       rune = 0xA7B5
	LatinCapitalLetterOmega                                                    rune = 0xA7B6
	LatinSmallLetterOmega                                                      rune = 0xA7B7
	LatinCapitalLetterUWithStroke                                              rune = 0xA7B8
	LatinSmallLetterUWithStroke                                                rune = 0xA7B9
	LatinCapitalLetterGlottalA                                                 rune = 0xA7BA
	LatinSmallLetterGlottalA                                                   rune = 0xA7BB
	LatinCapitalLetterGlottalI                                                 rune = 0xA7BC
	LatinSmallLetterGlottalI                                                   rune = 0xA7BD
	LatinCapitalLetterGlottalU                                                 rune = 0xA7BE
	LatinSmallLetterGlottalU                                                   rune = 0xA7BF
	LatinCapitalLetterAnglicanaW                                               rune = 0xA7C2
	LatinSmallLetterAnglicanaW                                                 rune = 0xA7C3
	LatinCapitalLetterCWithPalatalHook                                         rune = 0xA7C4
	LatinCapitalLetterSWithHook                                                rune = 0xA7C5
	LatinCapitalLetterZWithPalatalHook                                         rune = 0xA7C6
	LatinCapitalLetterDWithShortStrokeOverlay                                  rune = 0xA7C7
	LatinSmallLetterDWithShortStrokeOverlay                                    rune = 0xA7C8
	LatinCapitalLetterSWithShortStrokeOverlay                                  rune = 0xA7C9
	LatinSmallLetterSWithShortStrokeOverlay                                    rune = 0xA7CA
	LatinCapitalLetterReversedHalfH                                            rune = 0xA7F5
	LatinSmallLetterReversedHalfH                                              rune = 0xA7F6
	LatinEpigraphicLetterSidewaysI                                             rune = 0xA7F7
	ModifierLetterCapitalHWithStroke                                           rune = 0xA7F8
	ModifierLetterSmallLigatureOe                                              rune = 0xA7F9
	LatinLetterSmallCapitalTurnedM                                             rune = 0xA7FA
	LatinEpigraphicLetterReversedF                                             rune = 0xA7FB
	LatinEpigraphicLetterReversedP                                             rune = 0xA7FC
	LatinEpigraphicLetterInvertedM                                             rune = 0xA7FD
	LatinEpigraphicLetterILonga                                                rune = 0xA7FE
	LatinEpigraphicLetterArchaicM                                              rune = 0xA7FF
	SylotiNagriLetterA                                                         rune = 0xA800
	SylotiNagriLetterI                                                         rune = 0xA801
	SylotiNagriSignDvisvara                                                    rune = 0xA802
	SylotiNagriLetterU                                                         rune = 0xA803
	SylotiNagriLetterE                                                         rune = 0xA804
	SylotiNagriLetterO                                                         rune = 0xA805
	SylotiNagriSignHasanta                                                     rune = 0xA806
	SylotiNagriLetterKo                                                        rune = 0xA807
	SylotiNagriLetterKho                                                       rune = 0xA808
	SylotiNagriLetterGo                                                        rune = 0xA809
	SylotiNagriLetterGho                                                       rune = 0xA80A
	SylotiNagriSignAnusvara                                                    rune = 0xA80B
	SylotiNagriLetterCo                                                        rune = 0xA80C
	SylotiNagriLetterCho                                                       rune = 0xA80D
	SylotiNagriLetterJo                                                        rune = 0xA80E
	SylotiNagriLetterJho                                                       rune = 0xA80F
	SylotiNagriLetterTto                                                       rune = 0xA810
	SylotiNagriLetterTtho                                                      rune = 0xA811
	SylotiNagriLetterDdo                                                       rune = 0xA812
	SylotiNagriLetterDdho                                                      rune = 0xA813
	SylotiNagriLetterTo                                                        rune = 0xA814
	SylotiNagriLetterTho                                                       rune = 0xA815
	SylotiNagriLetterDo                                                        rune = 0xA816
	SylotiNagriLetterDho                                                       rune = 0xA817
	SylotiNagriLetterNo                                                        rune = 0xA818
	SylotiNagriLetterPo                                                        rune = 0xA819
	SylotiNagriLetterPho                                                       rune = 0xA81A
	SylotiNagriLetterBo                                                        rune = 0xA81B
	SylotiNagriLetterBho                                                       rune = 0xA81C
	SylotiNagriLetterMo                                                        rune = 0xA81D
	SylotiNagriLetterRo                                                        rune = 0xA81E
	SylotiNagriLetterLo                                                        rune = 0xA81F
	SylotiNagriLetterRro                                                       rune = 0xA820
	SylotiNagriLetterSo                                                        rune = 0xA821
	SylotiNagriLetterHo                                                        rune = 0xA822
	SylotiNagriVowelSignA                                                      rune = 0xA823
	SylotiNagriVowelSignI                                                      rune = 0xA824
	SylotiNagriVowelSignU                                                      rune = 0xA825
	SylotiNagriVowelSignE                                                      rune = 0xA826
	SylotiNagriVowelSignOo                                                     rune = 0xA827
	SylotiNagriPoetryMark1                                                     rune = 0xA828
	SylotiNagriPoetryMark2                                                     rune = 0xA829
	SylotiNagriPoetryMark3                                                     rune = 0xA82A
	SylotiNagriPoetryMark4                                                     rune = 0xA82B
	SylotiNagriSignAlternateHasanta                                            rune = 0xA82C
	NorthIndicFractionOneQuarter                                               rune = 0xA830
	NorthIndicFractionOneHalf                                                  rune = 0xA831
	NorthIndicFractionThreeQuarters                                            rune = 0xA832
	NorthIndicFractionOneSixteenth                                             rune = 0xA833
	NorthIndicFractionOneEighth                                                rune = 0xA834
	NorthIndicFractionThreeSixteenths                                          rune = 0xA835
	NorthIndicQuarterMark                                                      rune = 0xA836
	NorthIndicPlaceholderMark                                                  rune = 0xA837
	NorthIndicRupeeMark                                                        rune = 0xA838
	NorthIndicQuantityMark                                                     rune = 0xA839
	PhagsPaLetterKa                                                            rune = 0xA840
	PhagsPaLetterKha                                                           rune = 0xA841
	PhagsPaLetterGa                                                            rune = 0xA842
	PhagsPaLetterNga                                                           rune = 0xA843
	PhagsPaLetterCa                                                            rune = 0xA844
	PhagsPaLetterCha                                                           rune = 0xA845
	PhagsPaLetterJa                                                            rune = 0xA846
	PhagsPaLetterNya                                                           rune = 0xA847
	PhagsPaLetterTa                                                            rune = 0xA848
	PhagsPaLetterTha                                                           rune = 0xA849
	PhagsPaLetterDa                                                            rune = 0xA84A
	PhagsPaLetterNa                                                            rune = 0xA84B
	PhagsPaLetterPa                                                            rune = 0xA84C
	PhagsPaLetterPha                                                           rune = 0xA84D
	PhagsPaLetterBa                                                            rune = 0xA84E
	PhagsPaLetterMa                                                            rune = 0xA84F
	PhagsPaLetterTsa                                                           rune = 0xA850
	PhagsPaLetterTsha                                                          rune = 0xA851
	PhagsPaLetterDza                                                           rune = 0xA852
	PhagsPaLetterWa                                                            rune = 0xA853
	PhagsPaLetterZha                                                           rune = 0xA854
	PhagsPaLetterZa                                                            rune = 0xA855
	PhagsPaLetterSmallA                                                        rune = 0xA856
	PhagsPaLetterYa                                                            rune = 0xA857
	PhagsPaLetterRa                                                            rune = 0xA858
	PhagsPaLetterLa                                                            rune = 0xA859
	PhagsPaLetterSha                                                           rune = 0xA85A
	PhagsPaLetterSa                                                            rune = 0xA85B
	PhagsPaLetterHa                                                            rune = 0xA85C
	PhagsPaLetterA                                                             rune = 0xA85D
	PhagsPaLetterI                                                             rune = 0xA85E
	PhagsPaLetterU                                                             rune = 0xA85F
	PhagsPaLetterE                                                             rune = 0xA860
	PhagsPaLetterO                                                             rune = 0xA861
	PhagsPaLetterQa                                                            rune = 0xA862
	PhagsPaLetterXa                                                            rune = 0xA863
	PhagsPaLetterFa                                                            rune = 0xA864
	PhagsPaLetterGga                                                           rune = 0xA865
	PhagsPaLetterEe                                                            rune = 0xA866
	PhagsPaSubjoinedLetterWa                                                   rune = 0xA867
	PhagsPaSubjoinedLetterYa                                                   rune = 0xA868
	PhagsPaLetterTta                                                           rune = 0xA869
	PhagsPaLetterTtha                                                          rune = 0xA86A
	PhagsPaLetterDda                                                           rune = 0xA86B
	PhagsPaLetterNna                                                           rune = 0xA86C
	PhagsPaLetterAlternateYa                                                   rune = 0xA86D
	PhagsPaLetterVoicelessSha                                                  rune = 0xA86E
	PhagsPaLetterVoicedHa                                                      rune = 0xA86F
	PhagsPaLetterAspiratedFa                                                   rune = 0xA870
	PhagsPaSubjoinedLetterRa                                                   rune = 0xA871
	PhagsPaSuperfixedLetterRa                                                  rune = 0xA872
	PhagsPaLetterCandrabindu                                                   rune = 0xA873
	PhagsPaSingleHeadMark                                                      rune = 0xA874
	PhagsPaDoubleHeadMark                                                      rune = 0xA875
	PhagsPaMarkShad                                                            rune = 0xA876
	PhagsPaMarkDoubleShad                                                      rune = 0xA877
	SaurashtraSignAnusvara                                                     rune = 0xA880
	SaurashtraSignVisarga                                                      rune = 0xA881
	SaurashtraLetterA                                                          rune = 0xA882
	SaurashtraLetterAa                                                         rune = 0xA883
	SaurashtraLetterI                                                          rune = 0xA884
	SaurashtraLetterIi                                                         rune = 0xA885
	SaurashtraLetterU                                                          rune = 0xA886
	SaurashtraLetterUu                                                         rune = 0xA887
	SaurashtraLetterVocalicR                                                   rune = 0xA888
	SaurashtraLetterVocalicRr                                                  rune = 0xA889
	SaurashtraLetterVocalicL                                                   rune = 0xA88A
	SaurashtraLetterVocalicLl                                                  rune = 0xA88B
	SaurashtraLetterE                                                          rune = 0xA88C
	SaurashtraLetterEe                                                         rune = 0xA88D
	SaurashtraLetterAi                                                         rune = 0xA88E
	SaurashtraLetterO                                                          rune = 0xA88F
	SaurashtraLetterOo                                                         rune = 0xA890
	SaurashtraLetterAu                                                         rune = 0xA891
	SaurashtraLetterKa                                                         rune = 0xA892
	SaurashtraLetterKha                                                        rune = 0xA893
	SaurashtraLetterGa                                                         rune = 0xA894
	SaurashtraLetterGha                                                        rune = 0xA895
	SaurashtraLetterNga                                                        rune = 0xA896
	SaurashtraLetterCa                                                         rune = 0xA897
	SaurashtraLetterCha                                                        rune = 0xA898
	SaurashtraLetterJa                                                         rune = 0xA899
	SaurashtraLetterJha                                                        rune = 0xA89A
	SaurashtraLetterNya                                                        rune = 0xA89B
	SaurashtraLetterTta                                                        rune = 0xA89C
	SaurashtraLetterTtha                                                       rune = 0xA89D
	SaurashtraLetterDda                                                        rune = 0xA89E
	SaurashtraLetterDdha                                                       rune = 0xA89F
	SaurashtraLetterNna                                                        rune = 0xA8A0
	SaurashtraLetterTa                                                         rune = 0xA8A1
	SaurashtraLetterTha                                                        rune = 0xA8A2
	SaurashtraLetterDa                                                         rune = 0xA8A3
	SaurashtraLetterDha                                                        rune = 0xA8A4
	SaurashtraLetterNa                                                         rune = 0xA8A5
	SaurashtraLetterPa                                                         rune = 0xA8A6
	SaurashtraLetterPha                                                        rune = 0xA8A7
	SaurashtraLetterBa                                                         rune = 0xA8A8
	SaurashtraLetterBha                                                        rune = 0xA8A9
	SaurashtraLetterMa                                                         rune = 0xA8AA
	SaurashtraLetterYa                                                         rune = 0xA8AB
	SaurashtraLetterRa                                                         rune = 0xA8AC
	SaurashtraLetterLa                                                         rune = 0xA8AD
	SaurashtraLetterVa                                                         rune = 0xA8AE
	SaurashtraLetterSha                                                        rune = 0xA8AF
	SaurashtraLetterSsa                                                        rune = 0xA8B0
	SaurashtraLetterSa                                                         rune = 0xA8B1
	SaurashtraLetterHa                                                         rune = 0xA8B2
	SaurashtraLetterLla                                                        rune = 0xA8B3
	SaurashtraConsonantSignHaaru                                               rune = 0xA8B4
	SaurashtraVowelSignAa                                                      rune = 0xA8B5
	SaurashtraVowelSignI                                                       rune = 0xA8B6
	SaurashtraVowelSignIi                                                      rune = 0xA8B7
	SaurashtraVowelSignU                                                       rune = 0xA8B8
	SaurashtraVowelSignUu                                                      rune = 0xA8B9
	SaurashtraVowelSignVocalicR                                                rune = 0xA8BA
	SaurashtraVowelSignVocalicRr                                               rune = 0xA8BB
	SaurashtraVowelSignVocalicL                                                rune = 0xA8BC
	SaurashtraVowelSignVocalicLl                                               rune = 0xA8BD
	SaurashtraVowelSignE                                                       rune = 0xA8BE
	SaurashtraVowelSignEe                                                      rune = 0xA8BF
	SaurashtraVowelSignAi                                                      rune = 0xA8C0
	SaurashtraVowelSignO                                                       rune = 0xA8C1
	SaurashtraVowelSignOo                                                      rune = 0xA8C2
	SaurashtraVowelSignAu                                                      rune = 0xA8C3
	SaurashtraSignVirama                                                       rune = 0xA8C4
	SaurashtraSignCandrabindu                                                  rune = 0xA8C5
	SaurashtraDanda                                                            rune = 0xA8CE
	SaurashtraDoubleDanda                                                      rune = 0xA8CF
	SaurashtraDigitZero                                                        rune = 0xA8D0
	SaurashtraDigitOne                                                         rune = 0xA8D1
	SaurashtraDigitTwo                                                         rune = 0xA8D2
	SaurashtraDigitThree                                                       rune = 0xA8D3
	SaurashtraDigitFour                                                        rune = 0xA8D4
	SaurashtraDigitFive                                                        rune = 0xA8D5
	SaurashtraDigitSix                                                         rune = 0xA8D6
	SaurashtraDigitSeven                                                       rune = 0xA8D7
	SaurashtraDigitEight                                                       rune = 0xA8D8
	SaurashtraDigitNine                                                        rune = 0xA8D9
	CombiningDevanagariDigitZero                                               rune = 0xA8E0
	CombiningDevanagariDigitOne                                                rune = 0xA8E1
	CombiningDevanagariDigitTwo                                                rune = 0xA8E2
	CombiningDevanagariDigitThree                                              rune = 0xA8E3
	CombiningDevanagariDigitFour                                               rune = 0xA8E4
	CombiningDevanagariDigitFive                                               rune = 0xA8E5
	CombiningDevanagariDigitSix                                                rune = 0xA8E6
	CombiningDevanagariDigitSeven                                              rune = 0xA8E7
	CombiningDevanagariDigitEight                                              rune = 0xA8E8
	CombiningDevanagariDigitNine                                               rune = 0xA8E9
	CombiningDevanagariLetterA                                                 rune = 0xA8EA
	CombiningDevanagariLetterU                                                 rune = 0xA8EB
	CombiningDevanagariLetterKa                                                rune = 0xA8EC
	CombiningDevanagariLetterNa                                                rune = 0xA8ED
	CombiningDevanagariLetterPa                                                rune = 0xA8EE
	CombiningDevanagariLetterRa                                                rune = 0xA8EF
	CombiningDevanagariLetterVi                                                rune = 0xA8F0
	CombiningDevanagariSignAvagraha                                            rune = 0xA8F1
	DevanagariSignSpacingCandrabindu                                           rune = 0xA8F2
	DevanagariSignCandrabinduVirama                                            rune = 0xA8F3
	DevanagariSignDoubleCandrabinduVirama                                      rune = 0xA8F4
	DevanagariSignCandrabinduTwo                                               rune = 0xA8F5
	DevanagariSignCandrabinduThree                                             rune = 0xA8F6
	DevanagariSignCandrabinduAvagraha                                          rune = 0xA8F7
	DevanagariSignPushpika                                                     rune = 0xA8F8
	DevanagariGapFiller                                                        rune = 0xA8F9
	DevanagariCaret                                                            rune = 0xA8FA
	DevanagariHeadstroke                                                       rune = 0xA8FB
	DevanagariSignSiddham                                                      rune = 0xA8FC
	DevanagariJainOm                                                           rune = 0xA8FD
	DevanagariLetterAy                                                         rune = 0xA8FE
	DevanagariVowelSignAy                                                      rune = 0xA8FF
	KayahLiDigitZero                                                           rune = 0xA900
	KayahLiDigitOne                                                            rune = 0xA901
	KayahLiDigitTwo                                                            rune = 0xA902
	KayahLiDigitThree                                                          rune = 0xA903
	KayahLiDigitFour                                                           rune = 0xA904
	KayahLiDigitFive                                                           rune = 0xA905
	KayahLiDigitSix                                                            rune = 0xA906
	KayahLiDigitSeven                                                          rune = 0xA907
	KayahLiDigitEight                                                          rune = 0xA908
	KayahLiDigitNine                                                           rune = 0xA909
	KayahLiLetterKa                                                            rune = 0xA90A
	KayahLiLetterKha                                                           rune = 0xA90B
	KayahLiLetterGa                                                            rune = 0xA90C
	KayahLiLetterNga                                                           rune = 0xA90D
	KayahLiLetterSa                                                            rune = 0xA90E
	KayahLiLetterSha                                                           rune = 0xA90F
	KayahLiLetterZa                                                            rune = 0xA910
	KayahLiLetterNya                                                           rune = 0xA911
	KayahLiLetterTa                                                            rune = 0xA912
	KayahLiLetterHta                                                           rune = 0xA913
	KayahLiLetterNa                                                            rune = 0xA914
	KayahLiLetterPa                                                            rune = 0xA915
	KayahLiLetterPha                                                           rune = 0xA916
	KayahLiLetterMa                                                            rune = 0xA917
	KayahLiLetterDa                                                            rune = 0xA918
	KayahLiLetterBa                                                            rune = 0xA919
	KayahLiLetterRa                                                            rune = 0xA91A
	KayahLiLetterYa                                                            rune = 0xA91B
	KayahLiLetterLa                                                            rune = 0xA91C
	KayahLiLetterWa                                                            rune = 0xA91D
	KayahLiLetterTha                                                           rune = 0xA91E
	KayahLiLetterHa                                                            rune = 0xA91F
	KayahLiLetterVa                                                            rune = 0xA920
	KayahLiLetterCa                                                            rune = 0xA921
	KayahLiLetterA                                                             rune = 0xA922
	KayahLiLetterOe                                                            rune = 0xA923
	KayahLiLetterI                                                             rune = 0xA924
	KayahLiLetterOo                                                            rune = 0xA925
	KayahLiVowelUe                                                             rune = 0xA926
	KayahLiVowelE                                                              rune = 0xA927
	KayahLiVowelU                                                              rune = 0xA928
	KayahLiVowelEe                                                             rune = 0xA929
	KayahLiVowelO                                                              rune = 0xA92A
	KayahLiTonePlophu                                                          rune = 0xA92B
	KayahLiToneCalya                                                           rune = 0xA92C
	KayahLiToneCalyaPlophu                                                     rune = 0xA92D
	KayahLiSignCwi                                                             rune = 0xA92E
	KayahLiSignShya                                                            rune = 0xA92F
	RejangLetterKa                                                             rune = 0xA930
	RejangLetterGa                                                             rune = 0xA931
	RejangLetterNga                                                            rune = 0xA932
	RejangLetterTa                                                             rune = 0xA933
	RejangLetterDa                                                             rune = 0xA934
	RejangLetterNa                                                             rune = 0xA935
	RejangLetterPa                                                             rune = 0xA936
	RejangLetterBa                                                             rune = 0xA937
	RejangLetterMa                                                             rune = 0xA938
	RejangLetterCa                                                             rune = 0xA939
	RejangLetterJa                                                             rune = 0xA93A
	RejangLetterNya                                                            rune = 0xA93B
	RejangLetterSa                                                             rune = 0xA93C
	RejangLetterRa                                                             rune = 0xA93D
	RejangLetterLa                                                             rune = 0xA93E
	RejangLetterYa                                                             rune = 0xA93F
	RejangLetterWa                                                             rune = 0xA940
	RejangLetterHa                                                             rune = 0xA941
	RejangLetterMba                                                            rune = 0xA942
	RejangLetterNgga                                                           rune = 0xA943
	RejangLetterNda                                                            rune = 0xA944
	RejangLetterNyja                                                           rune = 0xA945
	RejangLetterA                                                              rune = 0xA946
	RejangVowelSignI                                                           rune = 0xA947
	RejangVowelSignU                                                           rune = 0xA948
	RejangVowelSignE                                                           rune = 0xA949
	RejangVowelSignAi                                                          rune = 0xA94A
	RejangVowelSignO                                                           rune = 0xA94B
	RejangVowelSignAu                                                          rune = 0xA94C
	RejangVowelSignEu                                                          rune = 0xA94D
	RejangVowelSignEa                                                          rune = 0xA94E
	RejangConsonantSignNg                                                      rune = 0xA94F
	RejangConsonantSignN                                                       rune = 0xA950
	RejangConsonantSignR                                                       rune = 0xA951
	RejangConsonantSignH                                                       rune = 0xA952
	RejangVirama                                                               rune = 0xA953
	RejangSectionMark                                                          rune = 0xA95F
	HangulChoseongTikeutMieum                                                  rune = 0xA960
	HangulChoseongTikeutPieup                                                  rune = 0xA961
	HangulChoseongTikeutSios                                                   rune = 0xA962
	HangulChoseongTikeutCieuc                                                  rune = 0xA963
	HangulChoseongRieulKiyeok                                                  rune = 0xA964
	HangulChoseongRieulSsangkiyeok                                             rune = 0xA965
	HangulChoseongRieulTikeut                                                  rune = 0xA966
	HangulChoseongRieulSsangtikeut                                             rune = 0xA967
	HangulChoseongRieulMieum                                                   rune = 0xA968
	HangulChoseongRieulPieup                                                   rune = 0xA969
	HangulChoseongRieulSsangpieup                                              rune = 0xA96A
	HangulChoseongRieulKapyeounpieup                                           rune = 0xA96B
	HangulChoseongRieulSios                                                    rune = 0xA96C
	HangulChoseongRieulCieuc                                                   rune = 0xA96D
	HangulChoseongRieulKhieukh                                                 rune = 0xA96E
	HangulChoseongMieumKiyeok                                                  rune = 0xA96F
	HangulChoseongMieumTikeut                                                  rune = 0xA970
	HangulChoseongMieumSios                                                    rune = 0xA971
	HangulChoseongPieupSiosThieuth                                             rune = 0xA972
	HangulChoseongPieupKhieukh                                                 rune = 0xA973
	HangulChoseongPieupHieuh                                                   rune = 0xA974
	HangulChoseongSsangsiosPieup                                               rune = 0xA975
	HangulChoseongIeungRieul                                                   rune = 0xA976
	HangulChoseongIeungHieuh                                                   rune = 0xA977
	HangulChoseongSsangcieucHieuh                                              rune = 0xA978
	HangulChoseongSsangthieuth                                                 rune = 0xA979
	HangulChoseongPhieuphHieuh                                                 rune = 0xA97A
	HangulChoseongHieuhSios                                                    rune = 0xA97B
	HangulChoseongSsangyeorinhieuh                                             rune = 0xA97C
	JavaneseSignPanyangga                                                      rune = 0xA980
	JavaneseSignCecak                                                          rune = 0xA981
	JavaneseSignLayar                                                          rune = 0xA982
	JavaneseSignWignyan                                                        rune = 0xA983
	JavaneseLetterA                                                            rune = 0xA984
	JavaneseLetterIKawi                                                        rune = 0xA985
	JavaneseLetterI                                                            rune = 0xA986
	JavaneseLetterIi                                                           rune = 0xA987
	JavaneseLetterU                                                            rune = 0xA988
	JavaneseLetterPaCerek                                                      rune = 0xA989
	JavaneseLetterNgaLelet                                                     rune = 0xA98A
	JavaneseLetterNgaLeletRaswadi                                              rune = 0xA98B
	JavaneseLetterE                                                            rune = 0xA98C
	JavaneseLetterAi                                                           rune = 0xA98D
	JavaneseLetterO                                                            rune = 0xA98E
	JavaneseLetterKa                                                           rune = 0xA98F
	JavaneseLetterKaSasak                                                      rune = 0xA990
	JavaneseLetterKaMurda                                                      rune = 0xA991
	JavaneseLetterGa                                                           rune = 0xA992
	JavaneseLetterGaMurda                                                      rune = 0xA993
	JavaneseLetterNga                                                          rune = 0xA994
	JavaneseLetterCa                                                           rune = 0xA995
	JavaneseLetterCaMurda                                                      rune = 0xA996
	JavaneseLetterJa                                                           rune = 0xA997
	JavaneseLetterNyaMurda                                                     rune = 0xA998
	JavaneseLetterJaMahaprana                                                  rune = 0xA999
	JavaneseLetterNya                                                          rune = 0xA99A
	JavaneseLetterTta                                                          rune = 0xA99B
	JavaneseLetterTtaMahaprana                                                 rune = 0xA99C
	JavaneseLetterDda                                                          rune = 0xA99D
	JavaneseLetterDdaMahaprana                                                 rune = 0xA99E
	JavaneseLetterNaMurda                                                      rune = 0xA99F
	JavaneseLetterTa                                                           rune = 0xA9A0
	JavaneseLetterTaMurda                                                      rune = 0xA9A1
	JavaneseLetterDa                                                           rune = 0xA9A2
	JavaneseLetterDaMahaprana                                                  rune = 0xA9A3
	JavaneseLetterNa                                                           rune = 0xA9A4
	JavaneseLetterPa                                                           rune = 0xA9A5
	JavaneseLetterPaMurda                                                      rune = 0xA9A6
	JavaneseLetterBa                                                           rune = 0xA9A7
	JavaneseLetterBaMurda                                                      rune = 0xA9A8
	JavaneseLetterMa                                                           rune = 0xA9A9
	JavaneseLetterYa                                                           rune = 0xA9AA
	JavaneseLetterRa                                                           rune = 0xA9AB
	JavaneseLetterRaAgung                                                      rune = 0xA9AC
	JavaneseLetterLa                                                           rune = 0xA9AD
	JavaneseLetterWa                                                           rune = 0xA9AE
	JavaneseLetterSaMurda                                                      rune = 0xA9AF
	JavaneseLetterSaMahaprana                                                  rune = 0xA9B0
	JavaneseLetterSa                                                           rune = 0xA9B1
	JavaneseLetterHa                                                           rune = 0xA9B2
	JavaneseSignCecakTelu                                                      rune = 0xA9B3
	JavaneseVowelSignTarung                                                    rune = 0xA9B4
	JavaneseVowelSignTolong                                                    rune = 0xA9B5
	JavaneseVowelSignWulu                                                      rune = 0xA9B6
	JavaneseVowelSignWuluMelik                                                 rune = 0xA9B7
	JavaneseVowelSignSuku                                                      rune = 0xA9B8
	JavaneseVowelSignSukuMendut                                                rune = 0xA9B9
	JavaneseVowelSignTaling                                                    rune = 0xA9BA
	JavaneseVowelSignDirgaMure                                                 rune = 0xA9BB
	JavaneseVowelSignPepet                                                     rune = 0xA9BC
	JavaneseConsonantSignKeret                                                 rune = 0xA9BD
	JavaneseConsonantSignPengkal                                               rune = 0xA9BE
	JavaneseConsonantSignCakra                                                 rune = 0xA9BF
	JavanesePangkon                                                            rune = 0xA9C0
	JavaneseLeftRerenggan                                                      rune = 0xA9C1
	JavaneseRightRerenggan                                                     rune = 0xA9C2
	JavanesePadaAndap                                                          rune = 0xA9C3
	JavanesePadaMadya                                                          rune = 0xA9C4
	JavanesePadaLuhur                                                          rune = 0xA9C5
	JavanesePadaWindu                                                          rune = 0xA9C6
	JavanesePadaPangkat                                                        rune = 0xA9C7
	JavanesePadaLingsa                                                         rune = 0xA9C8
	JavanesePadaLungsi                                                         rune = 0xA9C9
	JavanesePadaAdeg                                                           rune = 0xA9CA
	JavanesePadaAdegAdeg                                                       rune = 0xA9CB
	JavanesePadaPiseleh                                                        rune = 0xA9CC
	JavaneseTurnedPadaPiseleh                                                  rune = 0xA9CD
	JavanesePangrangkep                                                        rune = 0xA9CF
	JavaneseDigitZero                                                          rune = 0xA9D0
	JavaneseDigitOne                                                           rune = 0xA9D1
	JavaneseDigitTwo                                                           rune = 0xA9D2
	JavaneseDigitThree                                                         rune = 0xA9D3
	JavaneseDigitFour                                                          rune = 0xA9D4
	JavaneseDigitFive                                                          rune = 0xA9D5
	JavaneseDigitSix                                                           rune = 0xA9D6
	JavaneseDigitSeven                                                         rune = 0xA9D7
	JavaneseDigitEight                                                         rune = 0xA9D8
	JavaneseDigitNine                                                          rune = 0xA9D9
	JavanesePadaTirtaTumetes                                                   rune = 0xA9DE
	JavanesePadaIsenIsen                                                       rune = 0xA9DF
	MyanmarLetterShanGha                                                       rune = 0xA9E0
	MyanmarLetterShanCha                                                       rune = 0xA9E1
	MyanmarLetterShanJha                                                       rune = 0xA9E2
	MyanmarLetterShanNna                                                       rune = 0xA9E3
	MyanmarLetterShanBha                                                       rune = 0xA9E4
	MyanmarSignShanSaw                                                         rune = 0xA9E5
	MyanmarModifierLetterShanReduplication                                     rune = 0xA9E6
	MyanmarLetterTaiLaingNya                                                   rune = 0xA9E7
	MyanmarLetterTaiLaingFa                                                    rune = 0xA9E8
	MyanmarLetterTaiLaingGa                                                    rune = 0xA9E9
	MyanmarLetterTaiLaingGha                                                   rune = 0xA9EA
	MyanmarLetterTaiLaingJa                                                    rune = 0xA9EB
	MyanmarLetterTaiLaingJha                                                   rune = 0xA9EC
	MyanmarLetterTaiLaingDda                                                   rune = 0xA9ED
	MyanmarLetterTaiLaingDdha                                                  rune = 0xA9EE
	MyanmarLetterTaiLaingNna                                                   rune = 0xA9EF
	MyanmarTaiLaingDigitZero                                                   rune = 0xA9F0
	MyanmarTaiLaingDigitOne                                                    rune = 0xA9F1
	MyanmarTaiLaingDigitTwo                                                    rune = 0xA9F2
	MyanmarTaiLaingDigitThree                                                  rune = 0xA9F3
	MyanmarTaiLaingDigitFour                                                   rune = 0xA9F4
	MyanmarTaiLaingDigitFive                                                   rune = 0xA9F5
	MyanmarTaiLaingDigitSix                                                    rune = 0xA9F6
	MyanmarTaiLaingDigitSeven                                                  rune = 0xA9F7
	MyanmarTaiLaingDigitEight                                                  rune = 0xA9F8
	MyanmarTaiLaingDigitNine                                                   rune = 0xA9F9
	MyanmarLetterTaiLaingLla                                                   rune = 0xA9FA
	MyanmarLetterTaiLaingDa                                                    rune = 0xA9FB
	MyanmarLetterTaiLaingDha                                                   rune = 0xA9FC
	MyanmarLetterTaiLaingBa                                                    rune = 0xA9FD
	MyanmarLetterTaiLaingBha                                                   rune = 0xA9FE
	ChamLetterA                                                                rune = 0xAA00
	ChamLetterI                                                                rune = 0xAA01
	ChamLetterU                                                                rune = 0xAA02
	ChamLetterE                                                                rune = 0xAA03
	ChamLetterAi                                                               rune = 0xAA04
	ChamLetterO                                                                rune = 0xAA05
	ChamLetterKa                                                               rune = 0xAA06
	ChamLetterKha                                                              rune = 0xAA07
	ChamLetterGa                                                               rune = 0xAA08
	ChamLetterGha                                                              rune = 0xAA09
	ChamLetterNgue                                                             rune = 0xAA0A
	ChamLetterNga                                                              rune = 0xAA0B
	ChamLetterCha                                                              rune = 0xAA0C
	ChamLetterChha                                                             rune = 0xAA0D
	ChamLetterJa                                                               rune = 0xAA0E
	ChamLetterJha                                                              rune = 0xAA0F
	ChamLetterNhue                                                             rune = 0xAA10
	ChamLetterNha                                                              rune = 0xAA11
	ChamLetterNhja                                                             rune = 0xAA12
	ChamLetterTa                                                               rune = 0xAA13
	ChamLetterTha                                                              rune = 0xAA14
	ChamLetterDa                                                               rune = 0xAA15
	ChamLetterDha                                                              rune = 0xAA16
	ChamLetterNue                                                              rune = 0xAA17
	ChamLetterNa                                                               rune = 0xAA18
	ChamLetterDda                                                              rune = 0xAA19
	ChamLetterPa                                                               rune = 0xAA1A
	ChamLetterPpa                                                              rune = 0xAA1B
	ChamLetterPha                                                              rune = 0xAA1C
	ChamLetterBa                                                               rune = 0xAA1D
	ChamLetterBha                                                              rune = 0xAA1E
	ChamLetterMue                                                              rune = 0xAA1F
	ChamLetterMa                                                               rune = 0xAA20
	ChamLetterBba                                                              rune = 0xAA21
	ChamLetterYa                                                               rune = 0xAA22
	ChamLetterRa                                                               rune = 0xAA23
	ChamLetterLa                                                               rune = 0xAA24
	ChamLetterVa                                                               rune = 0xAA25
	ChamLetterSsa                                                              rune = 0xAA26
	ChamLetterSa                                                               rune = 0xAA27
	ChamLetterHa                                                               rune = 0xAA28
	ChamVowelSignAa                                                            rune = 0xAA29
	ChamVowelSignI                                                             rune = 0xAA2A
	ChamVowelSignIi                                                            rune = 0xAA2B
	ChamVowelSignEi                                                            rune = 0xAA2C
	ChamVowelSignU                                                             rune = 0xAA2D
	ChamVowelSignOe                                                            rune = 0xAA2E
	ChamVowelSignO                                                             rune = 0xAA2F
	ChamVowelSignAi                                                            rune = 0xAA30
	ChamVowelSignAu                                                            rune = 0xAA31
	ChamVowelSignUe                                                            rune = 0xAA32
	ChamConsonantSignYa                                                        rune = 0xAA33
	ChamConsonantSignRa                                                        rune = 0xAA34
	ChamConsonantSignLa                                                        rune = 0xAA35
	ChamConsonantSignWa                                                        rune = 0xAA36
	ChamLetterFinalK                                                           rune = 0xAA40
	ChamLetterFinalG                                                           rune = 0xAA41
	ChamLetterFinalNg                                                          rune = 0xAA42
	ChamConsonantSignFinalNg                                                   rune = 0xAA43
	ChamLetterFinalCh                                                          rune = 0xAA44
	ChamLetterFinalT                                                           rune = 0xAA45
	ChamLetterFinalN                                                           rune = 0xAA46
	ChamLetterFinalP                                                           rune = 0xAA47
	ChamLetterFinalY                                                           rune = 0xAA48
	ChamLetterFinalR                                                           rune = 0xAA49
	ChamLetterFinalL                                                           rune = 0xAA4A
	ChamLetterFinalSs                                                          rune = 0xAA4B
	ChamConsonantSignFinalM                                                    rune = 0xAA4C
	ChamConsonantSignFinalH                                                    rune = 0xAA4D
	ChamDigitZero                                                              rune = 0xAA50
	ChamDigitOne                                                               rune = 0xAA51
	ChamDigitTwo                                                               rune = 0xAA52
	ChamDigitThree                                                             rune = 0xAA53
	ChamDigitFour                                                              rune = 0xAA54
	ChamDigitFive                                                              rune = 0xAA55
	ChamDigitSix                                                               rune = 0xAA56
	ChamDigitSeven                                                             rune = 0xAA57
	ChamDigitEight                                                             rune = 0xAA58
	ChamDigitNine                                                              rune = 0xAA59
	ChamPunctuationSpiral                                                      rune = 0xAA5C
	ChamPunctuationDanda                                                       rune = 0xAA5D
	ChamPunctuationDoubleDanda                                                 rune = 0xAA5E
	ChamPunctuationTripleDanda                                                 rune = 0xAA5F
	MyanmarLetterKhamtiGa                                                      rune = 0xAA60
	MyanmarLetterKhamtiCa                                                      rune = 0xAA61
	MyanmarLetterKhamtiCha                                                     rune = 0xAA62
	MyanmarLetterKhamtiJa                                                      rune = 0xAA63
	MyanmarLetterKhamtiJha                                                     rune = 0xAA64
	MyanmarLetterKhamtiNya                                                     rune = 0xAA65
	MyanmarLetterKhamtiTta                                                     rune = 0xAA66
	MyanmarLetterKhamtiTtha                                                    rune = 0xAA67
	MyanmarLetterKhamtiDda                                                     rune = 0xAA68
	MyanmarLetterKhamtiDdha                                                    rune = 0xAA69
	MyanmarLetterKhamtiDha                                                     rune = 0xAA6A
	MyanmarLetterKhamtiNa                                                      rune = 0xAA6B
	MyanmarLetterKhamtiSa                                                      rune = 0xAA6C
	MyanmarLetterKhamtiHa                                                      rune = 0xAA6D
	MyanmarLetterKhamtiHha                                                     rune = 0xAA6E
	MyanmarLetterKhamtiFa                                                      rune = 0xAA6F
	MyanmarModifierLetterKhamtiReduplication                                   rune = 0xAA70
	MyanmarLetterKhamtiXa                                                      rune = 0xAA71
	MyanmarLetterKhamtiZa                                                      rune = 0xAA72
	MyanmarLetterKhamtiRa                                                      rune = 0xAA73
	MyanmarLogogramKhamtiOay                                                   rune = 0xAA74
	MyanmarLogogramKhamtiQn                                                    rune = 0xAA75
	MyanmarLogogramKhamtiHm                                                    rune = 0xAA76
	MyanmarSymbolAitonExclamation                                              rune = 0xAA77
	MyanmarSymbolAitonOne                                                      rune = 0xAA78
	MyanmarSymbolAitonTwo                                                      rune = 0xAA79
	MyanmarLetterAitonRa                                                       rune = 0xAA7A
	MyanmarSignPaoKarenTone                                                    rune = 0xAA7B
	MyanmarSignTaiLaingTone2                                                   rune = 0xAA7C
	MyanmarSignTaiLaingTone5                                                   rune = 0xAA7D
	MyanmarLetterShwePalaungCha                                                rune = 0xAA7E
	MyanmarLetterShwePalaungSha                                                rune = 0xAA7F
	TaiVietLetterLowKo                                                         rune = 0xAA80
	TaiVietLetterHighKo                                                        rune = 0xAA81
	TaiVietLetterLowKho                                                        rune = 0xAA82
	TaiVietLetterHighKho                                                       rune = 0xAA83
	TaiVietLetterLowKhho                                                       rune = 0xAA84
	TaiVietLetterHighKhho                                                      rune = 0xAA85
	TaiVietLetterLowGo                                                         rune = 0xAA86
	TaiVietLetterHighGo                                                        rune = 0xAA87
	TaiVietLetterLowNgo                                                        rune = 0xAA88
	TaiVietLetterHighNgo                                                       rune = 0xAA89
	TaiVietLetterLowCo                                                         rune = 0xAA8A
	TaiVietLetterHighCo                                                        rune = 0xAA8B
	TaiVietLetterLowCho                                                        rune = 0xAA8C
	TaiVietLetterHighCho                                                       rune = 0xAA8D
	TaiVietLetterLowSo                                                         rune = 0xAA8E
	TaiVietLetterHighSo                                                        rune = 0xAA8F
	TaiVietLetterLowNyo                                                        rune = 0xAA90
	TaiVietLetterHighNyo                                                       rune = 0xAA91
	TaiVietLetterLowDo                                                         rune = 0xAA92
	TaiVietLetterHighDo                                                        rune = 0xAA93
	TaiVietLetterLowTo                                                         rune = 0xAA94
	TaiVietLetterHighTo                                                        rune = 0xAA95
	TaiVietLetterLowTho                                                        rune = 0xAA96
	TaiVietLetterHighTho                                                       rune = 0xAA97
	TaiVietLetterLowNo                                                         rune = 0xAA98
	TaiVietLetterHighNo                                                        rune = 0xAA99
	TaiVietLetterLowBo                                                         rune = 0xAA9A
	TaiVietLetterHighBo                                                        rune = 0xAA9B
	TaiVietLetterLowPo                                                         rune = 0xAA9C
	TaiVietLetterHighPo                                                        rune = 0xAA9D
	TaiVietLetterLowPho                                                        rune = 0xAA9E
	TaiVietLetterHighPho                                                       rune = 0xAA9F
	TaiVietLetterLowFo                                                         rune = 0xAAA0
	TaiVietLetterHighFo                                                        rune = 0xAAA1
	TaiVietLetterLowMo                                                         rune = 0xAAA2
	TaiVietLetterHighMo                                                        rune = 0xAAA3
	TaiVietLetterLowYo                                                         rune = 0xAAA4
	TaiVietLetterHighYo                                                        rune = 0xAAA5
	TaiVietLetterLowRo                                                         rune = 0xAAA6
	TaiVietLetterHighRo                                                        rune = 0xAAA7
	TaiVietLetterLowLo                                                         rune = 0xAAA8
	TaiVietLetterHighLo                                                        rune = 0xAAA9
	TaiVietLetterLowVo                                                         rune = 0xAAAA
	TaiVietLetterHighVo                                                        rune = 0xAAAB
	TaiVietLetterLowHo                                                         rune = 0xAAAC
	TaiVietLetterHighHo                                                        rune = 0xAAAD
	TaiVietLetterLowO                                                          rune = 0xAAAE
	TaiVietLetterHighO                                                         rune = 0xAAAF
	TaiVietMaiKang                                                             rune = 0xAAB0
	TaiVietVowelAa                                                             rune = 0xAAB1
	TaiVietVowelI                                                              rune = 0xAAB2
	TaiVietVowelUe                                                             rune = 0xAAB3
	TaiVietVowelU                                                              rune = 0xAAB4
	TaiVietVowelE                                                              rune = 0xAAB5
	TaiVietVowelO                                                              rune = 0xAAB6
	TaiVietMaiKhit                                                             rune = 0xAAB7
	TaiVietVowelIa                                                             rune = 0xAAB8
	TaiVietVowelUea                                                            rune = 0xAAB9
	TaiVietVowelUa                                                             rune = 0xAABA
	TaiVietVowelAue                                                            rune = 0xAABB
	TaiVietVowelAy                                                             rune = 0xAABC
	TaiVietVowelAn                                                             rune = 0xAABD
	TaiVietVowelAm                                                             rune = 0xAABE
	TaiVietToneMaiEk                                                           rune = 0xAABF
	TaiVietToneMaiNueng                                                        rune = 0xAAC0
	TaiVietToneMaiTho                                                          rune = 0xAAC1
	TaiVietToneMaiSong                                                         rune = 0xAAC2
	TaiVietSymbolKon                                                           rune = 0xAADB
	TaiVietSymbolNueng                                                         rune = 0xAADC
	TaiVietSymbolSam                                                           rune = 0xAADD
	TaiVietSymbolHoHoi                                                         rune = 0xAADE
	TaiVietSymbolKoiKoi                                                        rune = 0xAADF
	MeeteiMayekLetterE                                                         rune = 0xAAE0
	MeeteiMayekLetterO                                                         rune = 0xAAE1
	MeeteiMayekLetterCha                                                       rune = 0xAAE2
	MeeteiMayekLetterNya                                                       rune = 0xAAE3
	MeeteiMayekLetterTta                                                       rune = 0xAAE4
	MeeteiMayekLetterTtha                                                      rune = 0xAAE5
	MeeteiMayekLetterDda                                                       rune = 0xAAE6
	MeeteiMayekLetterDdha                                                      rune = 0xAAE7
	MeeteiMayekLetterNna                                                       rune = 0xAAE8
	MeeteiMayekLetterSha                                                       rune = 0xAAE9
	MeeteiMayekLetterSsa                                                       rune = 0xAAEA
	MeeteiMayekVowelSignIi                                                     rune = 0xAAEB
	MeeteiMayekVowelSignUu                                                     rune = 0xAAEC
	MeeteiMayekVowelSignAai                                                    rune = 0xAAED
	MeeteiMayekVowelSignAu                                                     rune = 0xAAEE
	MeeteiMayekVowelSignAau                                                    rune = 0xAAEF
	MeeteiMayekCheikhan                                                        rune = 0xAAF0
	MeeteiMayekAhangKhudam                                                     rune = 0xAAF1
	MeeteiMayekAnji                                                            rune = 0xAAF2
	MeeteiMayekSyllableRepetitionMark                                          rune = 0xAAF3
	MeeteiMayekWordRepetitionMark                                              rune = 0xAAF4
	MeeteiMayekVowelSignVisarga                                                rune = 0xAAF5
	MeeteiMayekVirama                                                          rune = 0xAAF6
	EthiopicSyllableTthu                                                       rune = 0xAB01
	EthiopicSyllableTthi                                                       rune = 0xAB02
	EthiopicSyllableTthaa                                                      rune = 0xAB03
	EthiopicSyllableTthee                                                      rune = 0xAB04
	EthiopicSyllableTthe                                                       rune = 0xAB05
	EthiopicSyllableTtho                                                       rune = 0xAB06
	EthiopicSyllableDdhu                                                       rune = 0xAB09
	EthiopicSyllableDdhi                                                       rune = 0xAB0A
	EthiopicSyllableDdhaa                                                      rune = 0xAB0B
	EthiopicSyllableDdhee                                                      rune = 0xAB0C
	EthiopicSyllableDdhe                                                       rune = 0xAB0D
	EthiopicSyllableDdho                                                       rune = 0xAB0E
	EthiopicSyllableDzu                                                        rune = 0xAB11
	EthiopicSyllableDzi                                                        rune = 0xAB12
	EthiopicSyllableDzaa                                                       rune = 0xAB13
	EthiopicSyllableDzee                                                       rune = 0xAB14
	EthiopicSyllableDze                                                        rune = 0xAB15
	EthiopicSyllableDzo                                                        rune = 0xAB16
	EthiopicSyllableCchha                                                      rune = 0xAB20
	EthiopicSyllableCchhu                                                      rune = 0xAB21
	EthiopicSyllableCchhi                                                      rune = 0xAB22
	EthiopicSyllableCchhaa                                                     rune = 0xAB23
	EthiopicSyllableCchhee                                                     rune = 0xAB24
	EthiopicSyllableCchhe                                                      rune = 0xAB25
	EthiopicSyllableCchho                                                      rune = 0xAB26
	EthiopicSyllableBba                                                        rune = 0xAB28
	EthiopicSyllableBbu                                                        rune = 0xAB29
	EthiopicSyllableBbi                                                        rune = 0xAB2A
	EthiopicSyllableBbaa                                                       rune = 0xAB2B
	EthiopicSyllableBbee                                                       rune = 0xAB2C
	EthiopicSyllableBbe                                                        rune = 0xAB2D
	EthiopicSyllableBbo                                                        rune = 0xAB2E
	LatinSmallLetterBarredAlpha                                                rune = 0xAB30
	LatinSmallLetterAReversedSchwa                                             rune = 0xAB31
	LatinSmallLetterBlackletterE                                               rune = 0xAB32
	LatinSmallLetterBarredE                                                    rune = 0xAB33
	LatinSmallLetterEWithFlourish                                              rune = 0xAB34
	LatinSmallLetterLenisF                                                     rune = 0xAB35
	LatinSmallLetterScriptGWithCrossedTail                                     rune = 0xAB36
	LatinSmallLetterLWithInvertedLazyS                                         rune = 0xAB37
	LatinSmallLetterLWithDoubleMiddleTilde                                     rune = 0xAB38
	LatinSmallLetterLWithMiddleRing                                            rune = 0xAB39
	LatinSmallLetterMWithCrossedTail                                           rune = 0xAB3A
	LatinSmallLetterNWithCrossedTail                                           rune = 0xAB3B
	LatinSmallLetterEngWithCrossedTail                                         rune = 0xAB3C
	LatinSmallLetterBlackletterO                                               rune = 0xAB3D
	LatinSmallLetterBlackletterOWithStroke                                     rune = 0xAB3E
	LatinSmallLetterOpenOWithStroke                                            rune = 0xAB3F
	LatinSmallLetterInvertedOe                                                 rune = 0xAB40
	LatinSmallLetterTurnedOeWithStroke                                         rune = 0xAB41
	LatinSmallLetterTurnedOeWithHorizontalStroke                               rune = 0xAB42
	LatinSmallLetterTurnedOOpenO                                               rune = 0xAB43
	LatinSmallLetterTurnedOOpenOWithStroke                                     rune = 0xAB44
	LatinSmallLetterStirrupR                                                   rune = 0xAB45
	LatinLetterSmallCapitalRWithRightLeg                                       rune = 0xAB46
	LatinSmallLetterRWithoutHandle                                             rune = 0xAB47
	LatinSmallLetterDoubleR                                                    rune = 0xAB48
	LatinSmallLetterRWithCrossedTail                                           rune = 0xAB49
	LatinSmallLetterDoubleRWithCrossedTail                                     rune = 0xAB4A
	LatinSmallLetterScriptR                                                    rune = 0xAB4B
	LatinSmallLetterScriptRWithRing                                            rune = 0xAB4C
	LatinSmallLetterBaselineEsh                                                rune = 0xAB4D
	LatinSmallLetterUWithShortRightLeg                                         rune = 0xAB4E
	LatinSmallLetterUBarWithShortRightLeg                                      rune = 0xAB4F
	LatinSmallLetterUi                                                         rune = 0xAB50
	LatinSmallLetterTurnedUi                                                   rune = 0xAB51
	LatinSmallLetterUWithLeftHook                                              rune = 0xAB52
	LatinSmallLetterChi                                                        rune = 0xAB53
	LatinSmallLetterChiWithLowRightRing                                        rune = 0xAB54
	LatinSmallLetterChiWithLowLeftSerif                                        rune = 0xAB55
	LatinSmallLetterXWithLowRightRing                                          rune = 0xAB56
	LatinSmallLetterXWithLongLeftLeg                                           rune = 0xAB57
	LatinSmallLetterXWithLongLeftLegAndLowRightRing                            rune = 0xAB58
	LatinSmallLetterXWithLongLeftLegWithSerif                                  rune = 0xAB59
	LatinSmallLetterYWithShortRightLeg                                         rune = 0xAB5A
	ModifierBreveWithInvertedBreve                                             rune = 0xAB5B
	ModifierLetterSmallHeng                                                    rune = 0xAB5C
	ModifierLetterSmallLWithInvertedLazyS                                      rune = 0xAB5D
	ModifierLetterSmallLWithMiddleTilde                                        rune = 0xAB5E
	ModifierLetterSmallUWithLeftHook                                           rune = 0xAB5F
	LatinSmallLetterSakhaYat                                                   rune = 0xAB60
	LatinSmallLetterIotifiedE                                                  rune = 0xAB61
	LatinSmallLetterOpenOe                                                     rune = 0xAB62
	LatinSmallLetterUo                                                         rune = 0xAB63
	LatinSmallLetterInvertedAlpha                                              rune = 0xAB64
	GreekLetterSmallCapitalOmega                                               rune = 0xAB65
	LatinSmallLetterDzDigraphWithRetroflexHook                                 rune = 0xAB66
	LatinSmallLetterTsDigraphWithRetroflexHook                                 rune = 0xAB67
	LatinSmallLetterTurnedRWithMiddleTilde                                     rune = 0xAB68
	ModifierLetterSmallTurnedW                                                 rune = 0xAB69
	ModifierLetterLeftTack                                                     rune = 0xAB6A
	ModifierLetterRightTack                                                    rune = 0xAB6B
	CherokeeSmallLetterA                                                       rune = 0xAB70
	CherokeeSmallLetterE                                                       rune = 0xAB71
	CherokeeSmallLetterI                                                       rune = 0xAB72
	CherokeeSmallLetterO                                                       rune = 0xAB73
	CherokeeSmallLetterU                                                       rune = 0xAB74
	CherokeeSmallLetterV                                                       rune = 0xAB75
	CherokeeSmallLetterGa                                                      rune = 0xAB76
	CherokeeSmallLetterKa                                                      rune = 0xAB77
	CherokeeSmallLetterGe                                                      rune = 0xAB78
	CherokeeSmallLetterGi                                                      rune = 0xAB79
	CherokeeSmallLetterGo                                                      rune = 0xAB7A
	CherokeeSmallLetterGu                                                      rune = 0xAB7B
	CherokeeSmallLetterGv                                                      rune = 0xAB7C
	CherokeeSmallLetterHa                                                      rune = 0xAB7D
	CherokeeSmallLetterHe                                                      rune = 0xAB7E
	CherokeeSmallLetterHi                                                      rune = 0xAB7F
	CherokeeSmallLetterHo                                                      rune = 0xAB80
	CherokeeSmallLetterHu                                                      rune = 0xAB81
	CherokeeSmallLetterHv                                                      rune = 0xAB82
	CherokeeSmallLetterLa                                                      rune = 0xAB83
	CherokeeSmallLetterLe                                                      rune = 0xAB84
	CherokeeSmallLetterLi                                                      rune = 0xAB85
	CherokeeSmallLetterLo                                                      rune = 0xAB86
	CherokeeSmallLetterLu                                                      rune = 0xAB87
	CherokeeSmallLetterLv                                                      rune = 0xAB88
	CherokeeSmallLetterMa                                                      rune = 0xAB89
	CherokeeSmallLetterMe                                                      rune = 0xAB8A
	CherokeeSmallLetterMi                                                      rune = 0xAB8B
	CherokeeSmallLetterMo                                                      rune = 0xAB8C
	CherokeeSmallLetterMu                                                      rune = 0xAB8D
	CherokeeSmallLetterNa                                                      rune = 0xAB8E
	CherokeeSmallLetterHna                                                     rune = 0xAB8F
	CherokeeSmallLetterNah                                                     rune = 0xAB90
	CherokeeSmallLetterNe                                                      rune = 0xAB91
	CherokeeSmallLetterNi                                                      rune = 0xAB92
	CherokeeSmallLetterNo                                                      rune = 0xAB93
	CherokeeSmallLetterNu                                                      rune = 0xAB94
	CherokeeSmallLetterNv                                                      rune = 0xAB95
	CherokeeSmallLetterQua                                                     rune = 0xAB96
	CherokeeSmallLetterQue                                                     rune = 0xAB97
	CherokeeSmallLetterQui                                                     rune = 0xAB98
	CherokeeSmallLetterQuo                                                     rune = 0xAB99
	CherokeeSmallLetterQuu                                                     rune = 0xAB9A
	CherokeeSmallLetterQuv                                                     rune = 0xAB9B
	CherokeeSmallLetterSa                                                      rune = 0xAB9C
	CherokeeSmallLetterS                                                       rune = 0xAB9D
	CherokeeSmallLetterSe                                                      rune = 0xAB9E
	CherokeeSmallLetterSi                                                      rune = 0xAB9F
	CherokeeSmallLetterSo                                                      rune = 0xABA0
	CherokeeSmallLetterSu                                                      rune = 0xABA1
	CherokeeSmallLetterSv                                                      rune = 0xABA2
	CherokeeSmallLetterDa                                                      rune = 0xABA3
	CherokeeSmallLetterTa                                                      rune = 0xABA4
	CherokeeSmallLetterDe                                                      rune = 0xABA5
	CherokeeSmallLetterTe                                                      rune = 0xABA6
	CherokeeSmallLetterDi                                                      rune = 0xABA7
	CherokeeSmallLetterTi                                                      rune = 0xABA8
	CherokeeSmallLetterDo                                                      rune = 0xABA9
	CherokeeSmallLetterDu                                                      rune = 0xABAA
	CherokeeSmallLetterDv                                                      rune = 0xABAB
	CherokeeSmallLetterDla                                                     rune = 0xABAC
	CherokeeSmallLetterTla                                                     rune = 0xABAD
	CherokeeSmallLetterTle                                                     rune = 0xABAE
	CherokeeSmallLetterTli                                                     rune = 0xABAF
	CherokeeSmallLetterTlo                                                     rune = 0xABB0
	CherokeeSmallLetterTlu                                                     rune = 0xABB1
	CherokeeSmallLetterTlv                                                     rune = 0xABB2
	CherokeeSmallLetterTsa                                                     rune = 0xABB3
	CherokeeSmallLetterTse                                                     rune = 0xABB4
	CherokeeSmallLetterTsi                                                     rune = 0xABB5
	CherokeeSmallLetterTso                                                     rune = 0xABB6
	CherokeeSmallLetterTsu                                                     rune = 0xABB7
	CherokeeSmallLetterTsv                                                     rune = 0xABB8
	CherokeeSmallLetterWa                                                      rune = 0xABB9
	CherokeeSmallLetterWe                                                      rune = 0xABBA
	CherokeeSmallLetterWi                                                      rune = 0xABBB
	CherokeeSmallLetterWo                                                      rune = 0xABBC
	CherokeeSmallLetterWu                                                      rune = 0xABBD
	CherokeeSmallLetterWv                                                      rune = 0xABBE
	CherokeeSmallLetterYa                                                      rune = 0xABBF
	MeeteiMayekLetterKok                                                       rune = 0xABC0
	MeeteiMayekLetterSam                                                       rune = 0xABC1
	MeeteiMayekLetterLai                                                       rune = 0xABC2
	MeeteiMayekLetterMit                                                       rune = 0xABC3
	MeeteiMayekLetterPa                                                        rune = 0xABC4
	MeeteiMayekLetterNa                                                        rune = 0xABC5
	MeeteiMayekLetterChil                                                      rune = 0xABC6
	MeeteiMayekLetterTil                                                       rune = 0xABC7
	MeeteiMayekLetterKhou                                                      rune = 0xABC8
	MeeteiMayekLetterNgou                                                      rune = 0xABC9
	MeeteiMayekLetterThou                                                      rune = 0xABCA
	MeeteiMayekLetterWai                                                       rune = 0xABCB
	MeeteiMayekLetterYang                                                      rune = 0xABCC
	MeeteiMayekLetterHuk                                                       rune = 0xABCD
	MeeteiMayekLetterUn                                                        rune = 0xABCE
	MeeteiMayekLetterI                                                         rune = 0xABCF
	MeeteiMayekLetterPham                                                      rune = 0xABD0
	MeeteiMayekLetterAtiya                                                     rune = 0xABD1
	MeeteiMayekLetterGok                                                       rune = 0xABD2
	MeeteiMayekLetterJham                                                      rune = 0xABD3
	MeeteiMayekLetterRai                                                       rune = 0xABD4
	MeeteiMayekLetterBa                                                        rune = 0xABD5
	MeeteiMayekLetterJil                                                       rune = 0xABD6
	MeeteiMayekLetterDil                                                       rune = 0xABD7
	MeeteiMayekLetterGhou                                                      rune = 0xABD8
	MeeteiMayekLetterDhou                                                      rune = 0xABD9
	MeeteiMayekLetterBham                                                      rune = 0xABDA
	MeeteiMayekLetterKokLonsum                                                 rune = 0xABDB
	MeeteiMayekLetterLaiLonsum                                                 rune = 0xABDC
	MeeteiMayekLetterMitLonsum                                                 rune = 0xABDD
	MeeteiMayekLetterPaLonsum                                                  rune = 0xABDE
	MeeteiMayekLetterNaLonsum                                                  rune = 0xABDF
	MeeteiMayekLetterTilLonsum                                                 rune = 0xABE0
	MeeteiMayekLetterNgouLonsum                                                rune = 0xABE1
	MeeteiMayekLetterILonsum                                                   rune = 0xABE2
	MeeteiMayekVowelSignOnap                                                   rune = 0xABE3
	MeeteiMayekVowelSignInap                                                   rune = 0xABE4
	MeeteiMayekVowelSignAnap                                                   rune = 0xABE5
	MeeteiMayekVowelSignYenap                                                  rune = 0xABE6
	MeeteiMayekVowelSignSounap                                                 rune = 0xABE7
	MeeteiMayekVowelSignUnap                                                   rune = 0xABE8
	MeeteiMayekVowelSignCheinap                                                rune = 0xABE9
	MeeteiMayekVowelSignNung                                                   rune = 0xABEA
	MeeteiMayekCheikhei                                                        rune = 0xABEB
	MeeteiMayekLumIyek                                                         rune = 0xABEC
	MeeteiMayekApunIyek                                                        rune = 0xABED
	MeeteiMayekDigitZero                                                       rune = 0xABF0
	MeeteiMayekDigitOne                                                        rune = 0xABF1
	MeeteiMayekDigitTwo                                                        rune = 0xABF2
	MeeteiMayekDigitThree                                                      rune = 0xABF3
	MeeteiMayekDigitFour                                                       rune = 0xABF4
	MeeteiMayekDigitFive                                                       rune = 0xABF5
	MeeteiMayekDigitSix                                                        rune = 0xABF6
	MeeteiMayekDigitSeven                                                      rune = 0xABF7
	MeeteiMayekDigitEight                                                      rune = 0xABF8
	MeeteiMayekDigitNine                                                       rune = 0xABF9
	HangulSyllableGa                                                           rune = 0xAC00
	HangulSyllableGag                                                          rune = 0xAC01
	HangulSyllableGagg                                                         rune = 0xAC02
	HangulSyllableGags                                                         rune = 0xAC03
	HangulSyllableGan                                                          rune = 0xAC04
	HangulSyllableGanj                                                         rune = 0xAC05
	HangulSyllableGanh                                                         rune = 0xAC06
	HangulSyllableGad                                                          rune = 0xAC07
	HangulSyllableGal                                                          rune = 0xAC08
	HangulSyllableGalg                                                         rune = 0xAC09
	HangulSyllableGalm                                                         rune = 0xAC0A
	HangulSyllableGalb                                                         rune = 0xAC0B
	HangulSyllableGals                                                         rune = 0xAC0C
	HangulSyllableGalt                                                         rune = 0xAC0D
	HangulSyllableGalp                                                         rune = 0xAC0E
	HangulSyllableGalh                                                         rune = 0xAC0F
	HangulSyllableGam                                                          rune = 0xAC10
	HangulSyllableGab                                                          rune = 0xAC11
	HangulSyllableGabs                                                         rune = 0xAC12
	HangulSyllableGas                                                          rune = 0xAC13
	HangulSyllableGass                                                         rune = 0xAC14
	HangulSyllableGang                                                         rune = 0xAC15
	HangulSyllableGaj                                                          rune = 0xAC16
	HangulSyllableGac                                                          rune = 0xAC17
	HangulSyllableGak                                                          rune = 0xAC18
	HangulSyllableGat                                                          rune = 0xAC19
	HangulSyllableGap                                                          rune = 0xAC1A
	HangulSyllableGah                                                          rune = 0xAC1B
	HangulSyllableGae                                                          rune = 0xAC1C
	HangulSyllableGaeg                                                         rune = 0xAC1D
	HangulSyllableGaegg                                                        rune = 0xAC1E
	HangulSyllableGaegs                                                        rune = 0xAC1F
	HangulSyllableGaen                                                         rune = 0xAC20
	HangulSyllableGaenj                                                        rune = 0xAC21
	HangulSyllableGaenh                                                        rune = 0xAC22
	HangulSyllableGaed                                                         rune = 0xAC23
	HangulSyllableGael                                                         rune = 0xAC24
	HangulSyllableGaelg                                                        rune = 0xAC25
	HangulSyllableGaelm                                                        rune = 0xAC26
	HangulSyllableGaelb                                                        rune = 0xAC27
	HangulSyllableGaels                                                        rune = 0xAC28
	HangulSyllableGaelt                                                        rune = 0xAC29
	HangulSyllableGaelp                                                        rune = 0xAC2A
	HangulSyllableGaelh                                                        rune = 0xAC2B
	HangulSyllableGaem                                                         rune = 0xAC2C
	HangulSyllableGaeb                                                         rune = 0xAC2D
	HangulSyllableGaebs                                                        rune = 0xAC2E
	HangulSyllableGaes                                                         rune = 0xAC2F
	HangulSyllableGaess                                                        rune = 0xAC30
	HangulSyllableGaeng                                                        rune = 0xAC31
	HangulSyllableGaej                                                         rune = 0xAC32
	HangulSyllableGaec                                                         rune = 0xAC33
	HangulSyllableGaek                                                         rune = 0xAC34
	HangulSyllableGaet                                                         rune = 0xAC35
	HangulSyllableGaep                                                         rune = 0xAC36
	HangulSyllableGaeh                                                         rune = 0xAC37
	HangulSyllableGya                                                          rune = 0xAC38
	HangulSyllableGyag                                                         rune = 0xAC39
	HangulSyllableGyagg                                                        rune = 0xAC3A
	HangulSyllableGyags                                                        rune = 0xAC3B
	HangulSyllableGyan                                                         rune = 0xAC3C
	HangulSyllableGyanj                                                        rune = 0xAC3D
	HangulSyllableGyanh                                                        rune = 0xAC3E
	HangulSyllableGyad                                                         rune = 0xAC3F
	HangulSyllableGyal                                                         rune = 0xAC40
	HangulSyllableGyalg                                                        rune = 0xAC41
	HangulSyllableGyalm                                                        rune = 0xAC42
	HangulSyllableGyalb                                                        rune = 0xAC43
	HangulSyllableGyals                                                        rune = 0xAC44
	HangulSyllableGyalt                                                        rune = 0xAC45
	HangulSyllableGyalp                                                        rune = 0xAC46
	HangulSyllableGyalh                                                        rune = 0xAC47
	HangulSyllableGyam                                                         rune = 0xAC48
	HangulSyllableGyab                                                         rune = 0xAC49
	HangulSyllableGyabs                                                        rune = 0xAC4A
	HangulSyllableGyas                                                         rune = 0xAC4B
	HangulSyllableGyass                                                        rune = 0xAC4C
	HangulSyllableGyang                                                        rune = 0xAC4D
	HangulSyllableGyaj                                                         rune = 0xAC4E
	HangulSyllableGyac                                                         rune = 0xAC4F
	HangulSyllableGyak                                                         rune = 0xAC50
	HangulSyllableGyat                                                         rune = 0xAC51
	HangulSyllableGyap                                                         rune = 0xAC52
	HangulSyllableGyah                                                         rune = 0xAC53
	HangulSyllableGyae                                                         rune = 0xAC54
	HangulSyllableGyaeg                                                        rune = 0xAC55
	HangulSyllableGyaegg                                                       rune = 0xAC56
	HangulSyllableGyaegs                                                       rune = 0xAC57
	HangulSyllableGyaen                                                        rune = 0xAC58
	HangulSyllableGyaenj                                                       rune = 0xAC59
	HangulSyllableGyaenh                                                       rune = 0xAC5A
	HangulSyllableGyaed                                                        rune = 0xAC5B
	HangulSyllableGyael                                                        rune = 0xAC5C
	HangulSyllableGyaelg                                                       rune = 0xAC5D
	HangulSyllableGyaelm                                                       rune = 0xAC5E
	HangulSyllableGyaelb                                                       rune = 0xAC5F
	HangulSyllableGyaels                                                       rune = 0xAC60
	HangulSyllableGyaelt                                                       rune = 0xAC61
	HangulSyllableGyaelp                                                       rune = 0xAC62
	HangulSyllableGyaelh                                                       rune = 0xAC63
	HangulSyllableGyaem                                                        rune = 0xAC64
	HangulSyllableGyaeb                                                        rune = 0xAC65
	HangulSyllableGyaebs                                                       rune = 0xAC66
	HangulSyllableGyaes                                                        rune = 0xAC67
	HangulSyllableGyaess                                                       rune = 0xAC68
	HangulSyllableGyaeng                                                       rune = 0xAC69
	HangulSyllableGyaej                                                        rune = 0xAC6A
	HangulSyllableGyaec                                                        rune = 0xAC6B
	HangulSyllableGyaek                                                        rune = 0xAC6C
	HangulSyllableGyaet                                                        rune = 0xAC6D
	HangulSyllableGyaep                                                        rune = 0xAC6E
	HangulSyllableGyaeh                                                        rune = 0xAC6F
	HangulSyllableGeo                                                          rune = 0xAC70
	HangulSyllableGeog                                                         rune = 0xAC71
	HangulSyllableGeogg                                                        rune = 0xAC72
	HangulSyllableGeogs                                                        rune = 0xAC73
	HangulSyllableGeon                                                         rune = 0xAC74
	HangulSyllableGeonj                                                        rune = 0xAC75
	HangulSyllableGeonh                                                        rune = 0xAC76
	HangulSyllableGeod                                                         rune = 0xAC77
	HangulSyllableGeol                                                         rune = 0xAC78
	HangulSyllableGeolg                                                        rune = 0xAC79
	HangulSyllableGeolm                                                        rune = 0xAC7A
	HangulSyllableGeolb                                                        rune = 0xAC7B
	HangulSyllableGeols                                                        rune = 0xAC7C
	HangulSyllableGeolt                                                        rune = 0xAC7D
	HangulSyllableGeolp                                                        rune = 0xAC7E
	HangulSyllableGeolh                                                        rune = 0xAC7F
	HangulSyllableGeom                                                         rune = 0xAC80
	HangulSyllableGeob                                                         rune = 0xAC81
	HangulSyllableGeobs                                                        rune = 0xAC82
	HangulSyllableGeos                                                         rune = 0xAC83
	HangulSyllableGeoss                                                        rune = 0xAC84
	HangulSyllableGeong                                                        rune = 0xAC85
	HangulSyllableGeoj                                                         rune = 0xAC86
	HangulSyllableGeoc                                                         rune = 0xAC87
	HangulSyllableGeok                                                         rune = 0xAC88
	HangulSyllableGeot                                                         rune = 0xAC89
	HangulSyllableGeop                                                         rune = 0xAC8A
	HangulSyllableGeoh                                                         rune = 0xAC8B
	HangulSyllableGe                                                           rune = 0xAC8C
	HangulSyllableGeg                                                          rune = 0xAC8D
	HangulSyllableGegg                                                         rune = 0xAC8E
	HangulSyllableGegs                                                         rune = 0xAC8F
	HangulSyllableGen                                                          rune = 0xAC90
	HangulSyllableGenj                                                         rune = 0xAC91
	HangulSyllableGenh                                                         rune = 0xAC92
	HangulSyllableGed                                                          rune = 0xAC93
	HangulSyllableGel                                                          rune = 0xAC94
	HangulSyllableGelg                                                         rune = 0xAC95
	HangulSyllableGelm                                                         rune = 0xAC96
	HangulSyllableGelb                                                         rune = 0xAC97
	HangulSyllableGels                                                         rune = 0xAC98
	HangulSyllableGelt                                                         rune = 0xAC99
	HangulSyllableGelp                                                         rune = 0xAC9A
	HangulSyllableGelh                                                         rune = 0xAC9B
	HangulSyllableGem                                                          rune = 0xAC9C
	HangulSyllableGeb                                                          rune = 0xAC9D
	HangulSyllableGebs                                                         rune = 0xAC9E
	HangulSyllableGes                                                          rune = 0xAC9F
	HangulSyllableGess                                                         rune = 0xACA0
	HangulSyllableGeng                                                         rune = 0xACA1
	HangulSyllableGej                                                          rune = 0xACA2
	HangulSyllableGec                                                          rune = 0xACA3
	HangulSyllableGek                                                          rune = 0xACA4
	HangulSyllableGet                                                          rune = 0xACA5
	HangulSyllableGep                                                          rune = 0xACA6
	HangulSyllableGeh                                                          rune = 0xACA7
	HangulSyllableGyeo                                                         rune = 0xACA8
	HangulSyllableGyeog                                                        rune = 0xACA9
	HangulSyllableGyeogg                                                       rune = 0xACAA
	HangulSyllableGyeogs                                                       rune = 0xACAB
	HangulSyllableGyeon                                                        rune = 0xACAC
	HangulSyllableGyeonj                                                       rune = 0xACAD
	HangulSyllableGyeonh                                                       rune = 0xACAE
	HangulSyllableGyeod                                                        rune = 0xACAF
	HangulSyllableGyeol                                                        rune = 0xACB0
	HangulSyllableGyeolg                                                       rune = 0xACB1
	HangulSyllableGyeolm                                                       rune = 0xACB2
	HangulSyllableGyeolb                                                       rune = 0xACB3
	HangulSyllableGyeols                                                       rune = 0xACB4
	HangulSyllableGyeolt                                                       rune = 0xACB5
	HangulSyllableGyeolp                                                       rune = 0xACB6
	HangulSyllableGyeolh                                                       rune = 0xACB7
	HangulSyllableGyeom                                                        rune = 0xACB8
	HangulSyllableGyeob                                                        rune = 0xACB9
	HangulSyllableGyeobs                                                       rune = 0xACBA
	HangulSyllableGyeos                                                        rune = 0xACBB
	HangulSyllableGyeoss                                                       rune = 0xACBC
	HangulSyllableGyeong                                                       rune = 0xACBD
	HangulSyllableGyeoj                                                        rune = 0xACBE
	HangulSyllableGyeoc                                                        rune = 0xACBF
	HangulSyllableGyeok                                                        rune = 0xACC0
	HangulSyllableGyeot                                                        rune = 0xACC1
	HangulSyllableGyeop                                                        rune = 0xACC2
	HangulSyllableGyeoh                                                        rune = 0xACC3
	HangulSyllableGye                                                          rune = 0xACC4
	HangulSyllableGyeg                                                         rune = 0xACC5
	HangulSyllableGyegg                                                        rune = 0xACC6
	HangulSyllableGyegs                                                        rune = 0xACC7
	HangulSyllableGyen                                                         rune = 0xACC8
	HangulSyllableGyenj                                                        rune = 0xACC9
	HangulSyllableGyenh                                                        rune = 0xACCA
	HangulSyllableGyed                                                         rune = 0xACCB
	HangulSyllableGyel                                                         rune = 0xACCC
	HangulSyllableGyelg                                                        rune = 0xACCD
	HangulSyllableGyelm                                                        rune = 0xACCE
	HangulSyllableGyelb                                                        rune = 0xACCF
	HangulSyllableGyels                                                        rune = 0xACD0
	HangulSyllableGyelt                                                        rune = 0xACD1
	HangulSyllableGyelp                                                        rune = 0xACD2
	HangulSyllableGyelh                                                        rune = 0xACD3
	HangulSyllableGyem                                                         rune = 0xACD4
	HangulSyllableGyeb                                                         rune = 0xACD5
	HangulSyllableGyebs                                                        rune = 0xACD6
	HangulSyllableGyes                                                         rune = 0xACD7
	HangulSyllableGyess                                                        rune = 0xACD8
	HangulSyllableGyeng                                                        rune = 0xACD9
	HangulSyllableGyej                                                         rune = 0xACDA
	HangulSyllableGyec                                                         rune = 0xACDB
	HangulSyllableGyek                                                         rune = 0xACDC
	HangulSyllableGyet                                                         rune = 0xACDD
	HangulSyllableGyep                                                         rune = 0xACDE
	HangulSyllableGyeh                                                         rune = 0xACDF
	HangulSyllableGo                                                           rune = 0xACE0
	HangulSyllableGog                                                          rune = 0xACE1
	HangulSyllableGogg                                                         rune = 0xACE2
	HangulSyllableGogs                                                         rune = 0xACE3
	HangulSyllableGon                                                          rune = 0xACE4
	HangulSyllableGonj                                                         rune = 0xACE5
	HangulSyllableGonh                                                         rune = 0xACE6
	HangulSyllableGod                                                          rune = 0xACE7
	HangulSyllableGol                                                          rune = 0xACE8
	HangulSyllableGolg                                                         rune = 0xACE9
	HangulSyllableGolm                                                         rune = 0xACEA
	HangulSyllableGolb                                                         rune = 0xACEB
	HangulSyllableGols                                                         rune = 0xACEC
	HangulSyllableGolt                                                         rune = 0xACED
	HangulSyllableGolp                                                         rune = 0xACEE
	HangulSyllableGolh                                                         rune = 0xACEF
	HangulSyllableGom                                                          rune = 0xACF0
	HangulSyllableGob                                                          rune = 0xACF1
	HangulSyllableGobs                                                         rune = 0xACF2
	HangulSyllableGos                                                          rune = 0xACF3
	HangulSyllableGoss                                                         rune = 0xACF4
	HangulSyllableGong                                                         rune = 0xACF5
	HangulSyllableGoj                                                          rune = 0xACF6
	HangulSyllableGoc                                                          rune = 0xACF7
	HangulSyllableGok                                                          rune = 0xACF8
	HangulSyllableGot                                                          rune = 0xACF9
	HangulSyllableGop                                                          rune = 0xACFA
	HangulSyllableGoh                                                          rune = 0xACFB
	HangulSyllableGwa                                                          rune = 0xACFC
	HangulSyllableGwag                                                         rune = 0xACFD
	HangulSyllableGwagg                                                        rune = 0xACFE
	HangulSyllableGwags                                                        rune = 0xACFF
	HangulSyllableGwan                                                         rune = 0xAD00
	HangulSyllableGwanj                                                        rune = 0xAD01
	HangulSyllableGwanh                                                        rune = 0xAD02
	HangulSyllableGwad                                                         rune = 0xAD03
	HangulSyllableGwal                                                         rune = 0xAD04
	HangulSyllableGwalg                                                        rune = 0xAD05
	HangulSyllableGwalm                                                        rune = 0xAD06
	HangulSyllableGwalb                                                        rune = 0xAD07
	HangulSyllableGwals                                                        rune = 0xAD08
	HangulSyllableGwalt                                                        rune = 0xAD09
	HangulSyllableGwalp                                                        rune = 0xAD0A
	HangulSyllableGwalh                                                        rune = 0xAD0B
	HangulSyllableGwam                                                         rune = 0xAD0C
	HangulSyllableGwab                                                         rune = 0xAD0D
	HangulSyllableGwabs                                                        rune = 0xAD0E
	HangulSyllableGwas                                                         rune = 0xAD0F
	HangulSyllableGwass                                                        rune = 0xAD10
	HangulSyllableGwang                                                        rune = 0xAD11
	HangulSyllableGwaj                                                         rune = 0xAD12
	HangulSyllableGwac                                                         rune = 0xAD13
	HangulSyllableGwak                                                         rune = 0xAD14
	HangulSyllableGwat                                                         rune = 0xAD15
	HangulSyllableGwap                                                         rune = 0xAD16
	HangulSyllableGwah                                                         rune = 0xAD17
	HangulSyllableGwae                                                         rune = 0xAD18
	HangulSyllableGwaeg                                                        rune = 0xAD19
	HangulSyllableGwaegg                                                       rune = 0xAD1A
	HangulSyllableGwaegs                                                       rune = 0xAD1B
	HangulSyllableGwaen                                                        rune = 0xAD1C
	HangulSyllableGwaenj                                                       rune = 0xAD1D
	HangulSyllableGwaenh                                                       rune = 0xAD1E
	HangulSyllableGwaed                                                        rune = 0xAD1F
	HangulSyllableGwael                                                        rune = 0xAD20
	HangulSyllableGwaelg                                                       rune = 0xAD21
	HangulSyllableGwaelm                                                       rune = 0xAD22
	HangulSyllableGwaelb                                                       rune = 0xAD23
	HangulSyllableGwaels                                                       rune = 0xAD24
	HangulSyllableGwaelt                                                       rune = 0xAD25
	HangulSyllableGwaelp                                                       rune = 0xAD26
	HangulSyllableGwaelh                                                       rune = 0xAD27
	HangulSyllableGwaem                                                        rune = 0xAD28
	HangulSyllableGwaeb                                                        rune = 0xAD29
	HangulSyllableGwaebs                                                       rune = 0xAD2A
	HangulSyllableGwaes                                                        rune = 0xAD2B
	HangulSyllableGwaess                                                       rune = 0xAD2C
	HangulSyllableGwaeng                                                       rune = 0xAD2D
	HangulSyllableGwaej                                                        rune = 0xAD2E
	HangulSyllableGwaec                                                        rune = 0xAD2F
	HangulSyllableGwaek                                                        rune = 0xAD30
	HangulSyllableGwaet                                                        rune = 0xAD31
	HangulSyllableGwaep                                                        rune = 0xAD32
	HangulSyllableGwaeh                                                        rune = 0xAD33
	HangulSyllableGoe                                                          rune = 0xAD34
	HangulSyllableGoeg                                                         rune = 0xAD35
	HangulSyllableGoegg                                                        rune = 0xAD36
	HangulSyllableGoegs                                                        rune = 0xAD37
	HangulSyllableGoen                                                         rune = 0xAD38
	HangulSyllableGoenj                                                        rune = 0xAD39
	HangulSyllableGoenh                                                        rune = 0xAD3A
	HangulSyllableGoed                                                         rune = 0xAD3B
	HangulSyllableGoel                                                         rune = 0xAD3C
	HangulSyllableGoelg                                                        rune = 0xAD3D
	HangulSyllableGoelm                                                        rune = 0xAD3E
	HangulSyllableGoelb                                                        rune = 0xAD3F
	HangulSyllableGoels                                                        rune = 0xAD40
	HangulSyllableGoelt                                                        rune = 0xAD41
	HangulSyllableGoelp                                                        rune = 0xAD42
	HangulSyllableGoelh                                                        rune = 0xAD43
	HangulSyllableGoem                                                         rune = 0xAD44
	HangulSyllableGoeb                                                         rune = 0xAD45
	HangulSyllableGoebs                                                        rune = 0xAD46
	HangulSyllableGoes                                                         rune = 0xAD47
	HangulSyllableGoess                                                        rune = 0xAD48
	HangulSyllableGoeng                                                        rune = 0xAD49
	HangulSyllableGoej                                                         rune = 0xAD4A
	HangulSyllableGoec                                                         rune = 0xAD4B
	HangulSyllableGoek                                                         rune = 0xAD4C
	HangulSyllableGoet                                                         rune = 0xAD4D
	HangulSyllableGoep                                                         rune = 0xAD4E
	HangulSyllableGoeh                                                         rune = 0xAD4F
	HangulSyllableGyo                                                          rune = 0xAD50
	HangulSyllableGyog                                                         rune = 0xAD51
	HangulSyllableGyogg                                                        rune = 0xAD52
	HangulSyllableGyogs                                                        rune = 0xAD53
	HangulSyllableGyon                                                         rune = 0xAD54
	HangulSyllableGyonj                                                        rune = 0xAD55
	HangulSyllableGyonh                                                        rune = 0xAD56
	HangulSyllableGyod                                                         rune = 0xAD57
	HangulSyllableGyol                                                         rune = 0xAD58
	HangulSyllableGyolg                                                        rune = 0xAD59
	HangulSyllableGyolm                                                        rune = 0xAD5A
	HangulSyllableGyolb                                                        rune = 0xAD5B
	HangulSyllableGyols                                                        rune = 0xAD5C
	HangulSyllableGyolt                                                        rune = 0xAD5D
	HangulSyllableGyolp                                                        rune = 0xAD5E
	HangulSyllableGyolh                                                        rune = 0xAD5F
	HangulSyllableGyom                                                         rune = 0xAD60
	HangulSyllableGyob                                                         rune = 0xAD61
	HangulSyllableGyobs                                                        rune = 0xAD62
	HangulSyllableGyos                                                         rune = 0xAD63
	HangulSyllableGyoss                                                        rune = 0xAD64
	HangulSyllableGyong                                                        rune = 0xAD65
	HangulSyllableGyoj                                                         rune = 0xAD66
	HangulSyllableGyoc                                                         rune = 0xAD67
	HangulSyllableGyok                                                         rune = 0xAD68
	HangulSyllableGyot                                                         rune = 0xAD69
	HangulSyllableGyop                                                         rune = 0xAD6A
	HangulSyllableGyoh                                                         rune = 0xAD6B
	HangulSyllableGu                                                           rune = 0xAD6C
	HangulSyllableGug                                                          rune = 0xAD6D
	HangulSyllableGugg                                                         rune = 0xAD6E
	HangulSyllableGugs                                                         rune = 0xAD6F
	HangulSyllableGun                                                          rune = 0xAD70
	HangulSyllableGunj                                                         rune = 0xAD71
	HangulSyllableGunh                                                         rune = 0xAD72
	HangulSyllableGud                                                          rune = 0xAD73
	HangulSyllableGul                                                          rune = 0xAD74
	HangulSyllableGulg                                                         rune = 0xAD75
	HangulSyllableGulm                                                         rune = 0xAD76
	HangulSyllableGulb                                                         rune = 0xAD77
	HangulSyllableGuls                                                         rune = 0xAD78
	HangulSyllableGult                                                         rune = 0xAD79
	HangulSyllableGulp                                                         rune = 0xAD7A
	HangulSyllableGulh                                                         rune = 0xAD7B
	HangulSyllableGum                                                          rune = 0xAD7C
	HangulSyllableGub                                                          rune = 0xAD7D
	HangulSyllableGubs                                                         rune = 0xAD7E
	HangulSyllableGus                                                          rune = 0xAD7F
	HangulSyllableGuss                                                         rune = 0xAD80
	HangulSyllableGung                                                         rune = 0xAD81
	HangulSyllableGuj                                                          rune = 0xAD82
	HangulSyllableGuc                                                          rune = 0xAD83
	HangulSyllableGuk                                                          rune = 0xAD84
	HangulSyllableGut                                                          rune = 0xAD85
	HangulSyllableGup                                                          rune = 0xAD86
	HangulSyllableGuh                                                          rune = 0xAD87
	HangulSyllableGweo                                                         rune = 0xAD88
	HangulSyllableGweog                                                        rune = 0xAD89
	HangulSyllableGweogg                                                       rune = 0xAD8A
	HangulSyllableGweogs                                                       rune = 0xAD8B
	HangulSyllableGweon                                                        rune = 0xAD8C
	HangulSyllableGweonj                                                       rune = 0xAD8D
	HangulSyllableGweonh                                                       rune = 0xAD8E
	HangulSyllableGweod                                                        rune = 0xAD8F
	HangulSyllableGweol                                                        rune = 0xAD90
	HangulSyllableGweolg                                                       rune = 0xAD91
	HangulSyllableGweolm                                                       rune = 0xAD92
	HangulSyllableGweolb                                                       rune = 0xAD93
	HangulSyllableGweols                                                       rune = 0xAD94
	HangulSyllableGweolt                                                       rune = 0xAD95
	HangulSyllableGweolp                                                       rune = 0xAD96
	HangulSyllableGweolh                                                       rune = 0xAD97
	HangulSyllableGweom                                                        rune = 0xAD98
	HangulSyllableGweob                                                        rune = 0xAD99
	HangulSyllableGweobs                                                       rune = 0xAD9A
	HangulSyllableGweos                                                        rune = 0xAD9B
	HangulSyllableGweoss                                                       rune = 0xAD9C
	HangulSyllableGweong                                                       rune = 0xAD9D
	HangulSyllableGweoj                                                        rune = 0xAD9E
	HangulSyllableGweoc                                                        rune = 0xAD9F
	HangulSyllableGweok                                                        rune = 0xADA0
	HangulSyllableGweot                                                        rune = 0xADA1
	HangulSyllableGweop                                                        rune = 0xADA2
	HangulSyllableGweoh                                                        rune = 0xADA3
	HangulSyllableGwe                                                          rune = 0xADA4
	HangulSyllableGweg                                                         rune = 0xADA5
	HangulSyllableGwegg                                                        rune = 0xADA6
	HangulSyllableGwegs                                                        rune = 0xADA7
	HangulSyllableGwen                                                         rune = 0xADA8
	HangulSyllableGwenj                                                        rune = 0xADA9
	HangulSyllableGwenh                                                        rune = 0xADAA
	HangulSyllableGwed                                                         rune = 0xADAB
	HangulSyllableGwel                                                         rune = 0xADAC
	HangulSyllableGwelg                                                        rune = 0xADAD
	HangulSyllableGwelm                                                        rune = 0xADAE
	HangulSyllableGwelb                                                        rune = 0xADAF
	HangulSyllableGwels                                                        rune = 0xADB0
	HangulSyllableGwelt                                                        rune = 0xADB1
	HangulSyllableGwelp                                                        rune = 0xADB2
	HangulSyllableGwelh                                                        rune = 0xADB3
	HangulSyllableGwem                                                         rune = 0xADB4
	HangulSyllableGweb                                                         rune = 0xADB5
	HangulSyllableGwebs                                                        rune = 0xADB6
	HangulSyllableGwes                                                         rune = 0xADB7
	HangulSyllableGwess                                                        rune = 0xADB8
	HangulSyllableGweng                                                        rune = 0xADB9
	HangulSyllableGwej                                                         rune = 0xADBA
	HangulSyllableGwec                                                         rune = 0xADBB
	HangulSyllableGwek                                                         rune = 0xADBC
	HangulSyllableGwet                                                         rune = 0xADBD
	HangulSyllableGwep                                                         rune = 0xADBE
	HangulSyllableGweh                                                         rune = 0xADBF
	HangulSyllableGwi                                                          rune = 0xADC0
	HangulSyllableGwig                                                         rune = 0xADC1
	HangulSyllableGwigg                                                        rune = 0xADC2
	HangulSyllableGwigs                                                        rune = 0xADC3
	HangulSyllableGwin                                                         rune = 0xADC4
	HangulSyllableGwinj                                                        rune = 0xADC5
	HangulSyllableGwinh                                                        rune = 0xADC6
	HangulSyllableGwid                                                         rune = 0xADC7
	HangulSyllableGwil                                                         rune = 0xADC8
	HangulSyllableGwilg                                                        rune = 0xADC9
	HangulSyllableGwilm                                                        rune = 0xADCA
	HangulSyllableGwilb                                                        rune = 0xADCB
	HangulSyllableGwils                                                        rune = 0xADCC
	HangulSyllableGwilt                                                        rune = 0xADCD
	HangulSyllableGwilp                                                        rune = 0xADCE
	HangulSyllableGwilh                                                        rune = 0xADCF
	HangulSyllableGwim                                                         rune = 0xADD0
	HangulSyllableGwib                                                         rune = 0xADD1
	HangulSyllableGwibs                                                        rune = 0xADD2
	HangulSyllableGwis                                                         rune = 0xADD3
	HangulSyllableGwiss                                                        rune = 0xADD4
	HangulSyllableGwing                                                        rune = 0xADD5
	HangulSyllableGwij                                                         rune = 0xADD6
	HangulSyllableGwic                                                         rune = 0xADD7
	HangulSyllableGwik                                                         rune = 0xADD8
	HangulSyllableGwit                                                         rune = 0xADD9
	HangulSyllableGwip                                                         rune = 0xADDA
	HangulSyllableGwih                                                         rune = 0xADDB
	HangulSyllableGyu                                                          rune = 0xADDC
	HangulSyllableGyug                                                         rune = 0xADDD
	HangulSyllableGyugg                                                        rune = 0xADDE
	HangulSyllableGyugs                                                        rune = 0xADDF
	HangulSyllableGyun                                                         rune = 0xADE0
	HangulSyllableGyunj                                                        rune = 0xADE1
	HangulSyllableGyunh                                                        rune = 0xADE2
	HangulSyllableGyud                                                         rune = 0xADE3
	HangulSyllableGyul                                                         rune = 0xADE4
	HangulSyllableGyulg                                                        rune = 0xADE5
	HangulSyllableGyulm                                                        rune = 0xADE6
	HangulSyllableGyulb                                                        rune = 0xADE7
	HangulSyllableGyuls                                                        rune = 0xADE8
	HangulSyllableGyult                                                        rune = 0xADE9
	HangulSyllableGyulp                                                        rune = 0xADEA
	HangulSyllableGyulh                                                        rune = 0xADEB
	HangulSyllableGyum                                                         rune = 0xADEC
	HangulSyllableGyub                                                         rune = 0xADED
	HangulSyllableGyubs                                                        rune = 0xADEE
	HangulSyllableGyus                                                         rune = 0xADEF
	HangulSyllableGyuss                                                        rune = 0xADF0
	HangulSyllableGyung                                                        rune = 0xADF1
	HangulSyllableGyuj                                                         rune = 0xADF2
	HangulSyllableGyuc                                                         rune = 0xADF3
	HangulSyllableGyuk                                                         rune = 0xADF4
	HangulSyllableGyut                                                         rune = 0xADF5
	HangulSyllableGyup                                                         rune = 0xADF6
	HangulSyllableGyuh                                                         rune = 0xADF7
	HangulSyllableGeu                                                          rune = 0xADF8
	HangulSyllableGeug                                                         rune = 0xADF9
	HangulSyllableGeugg                                                        rune = 0xADFA
	HangulSyllableGeugs                                                        rune = 0xADFB
	HangulSyllableGeun                                                         rune = 0xADFC
	HangulSyllableGeunj                                                        rune = 0xADFD
	HangulSyllableGeunh                                                        rune = 0xADFE
	HangulSyllableGeud                                                         rune = 0xADFF
	HangulSyllableGeul                                                         rune = 0xAE00
	HangulSyllableGeulg                                                        rune = 0xAE01
	HangulSyllableGeulm                                                        rune = 0xAE02
	HangulSyllableGeulb                                                        rune = 0xAE03
	HangulSyllableGeuls                                                        rune = 0xAE04
	HangulSyllableGeult                                                        rune = 0xAE05
	HangulSyllableGeulp                                                        rune = 0xAE06
	HangulSyllableGeulh                                                        rune = 0xAE07
	HangulSyllableGeum                                                         rune = 0xAE08
	HangulSyllableGeub                                                         rune = 0xAE09
	HangulSyllableGeubs                                                        rune = 0xAE0A
	HangulSyllableGeus                                                         rune = 0xAE0B
	HangulSyllableGeuss                                                        rune = 0xAE0C
	HangulSyllableGeung                                                        rune = 0xAE0D
	HangulSyllableGeuj                                                         rune = 0xAE0E
	HangulSyllableGeuc                                                         rune = 0xAE0F
	HangulSyllableGeuk                                                         rune = 0xAE10
	HangulSyllableGeut                                                         rune = 0xAE11
	HangulSyllableGeup                                                         rune = 0xAE12
	HangulSyllableGeuh                                                         rune = 0xAE13
	HangulSyllableGyi                                                          rune = 0xAE14
	HangulSyllableGyig                                                         rune = 0xAE15
	HangulSyllableGyigg                                                        rune = 0xAE16
	HangulSyllableGyigs                                                        rune = 0xAE17
	HangulSyllableGyin                                                         rune = 0xAE18
	HangulSyllableGyinj                                                        rune = 0xAE19
	HangulSyllableGyinh                                                        rune = 0xAE1A
	HangulSyllableGyid                                                         rune = 0xAE1B
	HangulSyllableGyil                                                         rune = 0xAE1C
	HangulSyllableGyilg                                                        rune = 0xAE1D
	HangulSyllableGyilm                                                        rune = 0xAE1E
	HangulSyllableGyilb                                                        rune = 0xAE1F
	HangulSyllableGyils                                                        rune = 0xAE20
	HangulSyllableGyilt                                                        rune = 0xAE21
	HangulSyllableGyilp                                                        rune = 0xAE22
	HangulSyllableGyilh                                                        rune = 0xAE23
	HangulSyllableGyim                                                         rune = 0xAE24
	HangulSyllableGyib                                                         rune = 0xAE25
	HangulSyllableGyibs                                                        rune = 0xAE26
	HangulSyllableGyis                                                         rune = 0xAE27
	HangulSyllableGyiss                                                        rune = 0xAE28
	HangulSyllableGying                                                        rune = 0xAE29
	HangulSyllableGyij                                                         rune = 0xAE2A
	HangulSyllableGyic                                                         rune = 0xAE2B
	HangulSyllableGyik                                                         rune = 0xAE2C
	HangulSyllableGyit                                                         rune = 0xAE2D
	HangulSyllableGyip                                                         rune = 0xAE2E
	HangulSyllableGyih                                                         rune = 0xAE2F
	HangulSyllableGi                                                           rune = 0xAE30
	HangulSyllableGig                                                          rune = 0xAE31
	HangulSyllableGigg                                                         rune = 0xAE32
	HangulSyllableGigs                                                         rune = 0xAE33
	HangulSyllableGin                                                          rune = 0xAE34
	HangulSyllableGinj                                                         rune = 0xAE35
	HangulSyllableGinh                                                         rune = 0xAE36
	HangulSyllableGid                                                          rune = 0xAE37
	HangulSyllableGil                                                          rune = 0xAE38
	HangulSyllableGilg                                                         rune = 0xAE39
	HangulSyllableGilm                                                         rune = 0xAE3A
	HangulSyllableGilb                                                         rune = 0xAE3B
	HangulSyllableGils                                                         rune = 0xAE3C
	HangulSyllableGilt                                                         rune = 0xAE3D
	HangulSyllableGilp                                                         rune = 0xAE3E
	HangulSyllableGilh                                                         rune = 0xAE3F
	HangulSyllableGim                                                          rune = 0xAE40
	HangulSyllableGib                                                          rune = 0xAE41
	HangulSyllableGibs                                                         rune = 0xAE42
	HangulSyllableGis                                                          rune = 0xAE43
	HangulSyllableGiss                                                         rune = 0xAE44
	HangulSyllableGing                                                         rune = 0xAE45
	HangulSyllableGij                                                          rune = 0xAE46
	HangulSyllableGic                                                          rune = 0xAE47
	HangulSyllableGik                                                          rune = 0xAE48
	HangulSyllableGit                                                          rune = 0xAE49
	HangulSyllableGip                                                          rune = 0xAE4A
	HangulSyllableGih                                                          rune = 0xAE4B
	HangulSyllableGga                                                          rune = 0xAE4C
	HangulSyllableGgag                                                         rune = 0xAE4D
	HangulSyllableGgagg                                                        rune = 0xAE4E
	HangulSyllableGgags                                                        rune = 0xAE4F
	HangulSyllableGgan                                                         rune = 0xAE50
	HangulSyllableGganj                                                        rune = 0xAE51
	HangulSyllableGganh                                                        rune = 0xAE52
	HangulSyllableGgad                                                         rune = 0xAE53
	HangulSyllableGgal                                                         rune = 0xAE54
	HangulSyllableGgalg                                                        rune = 0xAE55
	HangulSyllableGgalm                                                        rune = 0xAE56
	HangulSyllableGgalb                                                        rune = 0xAE57
	HangulSyllableGgals                                                        rune = 0xAE58
	HangulSyllableGgalt                                                        rune = 0xAE59
	HangulSyllableGgalp                                                        rune = 0xAE5A
	HangulSyllableGgalh                                                        rune = 0xAE5B
	HangulSyllableGgam                                                         rune = 0xAE5C
	HangulSyllableGgab                                                         rune = 0xAE5D
	HangulSyllableGgabs                                                        rune = 0xAE5E
	HangulSyllableGgas                                                         rune = 0xAE5F
	HangulSyllableGgass                                                        rune = 0xAE60
	HangulSyllableGgang                                                        rune = 0xAE61
	HangulSyllableGgaj                                                         rune = 0xAE62
	HangulSyllableGgac                                                         rune = 0xAE63
	HangulSyllableGgak                                                         rune = 0xAE64
	HangulSyllableGgat                                                         rune = 0xAE65
	HangulSyllableGgap                                                         rune = 0xAE66
	HangulSyllableGgah                                                         rune = 0xAE67
	HangulSyllableGgae                                                         rune = 0xAE68
	HangulSyllableGgaeg                                                        rune = 0xAE69
	HangulSyllableGgaegg                                                       rune = 0xAE6A
	HangulSyllableGgaegs                                                       rune = 0xAE6B
	HangulSyllableGgaen                                                        rune = 0xAE6C
	HangulSyllableGgaenj                                                       rune = 0xAE6D
	HangulSyllableGgaenh                                                       rune = 0xAE6E
	HangulSyllableGgaed                                                        rune = 0xAE6F
	HangulSyllableGgael                                                        rune = 0xAE70
	HangulSyllableGgaelg                                                       rune = 0xAE71
	HangulSyllableGgaelm                                                       rune = 0xAE72
	HangulSyllableGgaelb                                                       rune = 0xAE73
	HangulSyllableGgaels                                                       rune = 0xAE74
	HangulSyllableGgaelt                                                       rune = 0xAE75
	HangulSyllableGgaelp                                                       rune = 0xAE76
	HangulSyllableGgaelh                                                       rune = 0xAE77
	HangulSyllableGgaem                                                        rune = 0xAE78
	HangulSyllableGgaeb                                                        rune = 0xAE79
	HangulSyllableGgaebs                                                       rune = 0xAE7A
	HangulSyllableGgaes                                                        rune = 0xAE7B
	HangulSyllableGgaess                                                       rune = 0xAE7C
	HangulSyllableGgaeng                                                       rune = 0xAE7D
	HangulSyllableGgaej                                                        rune = 0xAE7E
	HangulSyllableGgaec                                                        rune = 0xAE7F
	HangulSyllableGgaek                                                        rune = 0xAE80
	HangulSyllableGgaet                                                        rune = 0xAE81
	HangulSyllableGgaep                                                        rune = 0xAE82
	HangulSyllableGgaeh                                                        rune = 0xAE83
	HangulSyllableGgya                                                         rune = 0xAE84
	HangulSyllableGgyag                                                        rune = 0xAE85
	HangulSyllableGgyagg                                                       rune = 0xAE86
	HangulSyllableGgyags                                                       rune = 0xAE87
	HangulSyllableGgyan                                                        rune = 0xAE88
	HangulSyllableGgyanj                                                       rune = 0xAE89
	HangulSyllableGgyanh                                                       rune = 0xAE8A
	HangulSyllableGgyad                                                        rune = 0xAE8B
	HangulSyllableGgyal                                                        rune = 0xAE8C
	HangulSyllableGgyalg                                                       rune = 0xAE8D
	HangulSyllableGgyalm                                                       rune = 0xAE8E
	HangulSyllableGgyalb                                                       rune = 0xAE8F
	HangulSyllableGgyals                                                       rune = 0xAE90
	HangulSyllableGgyalt                                                       rune = 0xAE91
	HangulSyllableGgyalp                                                       rune = 0xAE92
	HangulSyllableGgyalh                                                       rune = 0xAE93
	HangulSyllableGgyam                                                        rune = 0xAE94
	HangulSyllableGgyab                                                        rune = 0xAE95
	HangulSyllableGgyabs                                                       rune = 0xAE96
	HangulSyllableGgyas                                                        rune = 0xAE97
	HangulSyllableGgyass                                                       rune = 0xAE98
	HangulSyllableGgyang                                                       rune = 0xAE99
	HangulSyllableGgyaj                                                        rune = 0xAE9A
	HangulSyllableGgyac                                                        rune = 0xAE9B
	HangulSyllableGgyak                                                        rune = 0xAE9C
	HangulSyllableGgyat                                                        rune = 0xAE9D
	HangulSyllableGgyap                                                        rune = 0xAE9E
	HangulSyllableGgyah                                                        rune = 0xAE9F
	HangulSyllableGgyae                                                        rune = 0xAEA0
	HangulSyllableGgyaeg                                                       rune = 0xAEA1
	HangulSyllableGgyaegg                                                      rune = 0xAEA2
	HangulSyllableGgyaegs                                                      rune = 0xAEA3
	HangulSyllableGgyaen                                                       rune = 0xAEA4
	HangulSyllableGgyaenj                                                      rune = 0xAEA5
	HangulSyllableGgyaenh                                                      rune = 0xAEA6
	HangulSyllableGgyaed                                                       rune = 0xAEA7
	HangulSyllableGgyael                                                       rune = 0xAEA8
	HangulSyllableGgyaelg                                                      rune = 0xAEA9
	HangulSyllableGgyaelm                                                      rune = 0xAEAA
	HangulSyllableGgyaelb                                                      rune = 0xAEAB
	HangulSyllableGgyaels                                                      rune = 0xAEAC
	HangulSyllableGgyaelt                                                      rune = 0xAEAD
	HangulSyllableGgyaelp                                                      rune = 0xAEAE
	HangulSyllableGgyaelh                                                      rune = 0xAEAF
	HangulSyllableGgyaem                                                       rune = 0xAEB0
	HangulSyllableGgyaeb                                                       rune = 0xAEB1
	HangulSyllableGgyaebs                                                      rune = 0xAEB2
	HangulSyllableGgyaes                                                       rune = 0xAEB3
	HangulSyllableGgyaess                                                      rune = 0xAEB4
	HangulSyllableGgyaeng                                                      rune = 0xAEB5
	HangulSyllableGgyaej                                                       rune = 0xAEB6
	HangulSyllableGgyaec                                                       rune = 0xAEB7
	HangulSyllableGgyaek                                                       rune = 0xAEB8
	HangulSyllableGgyaet                                                       rune = 0xAEB9
	HangulSyllableGgyaep                                                       rune = 0xAEBA
	HangulSyllableGgyaeh                                                       rune = 0xAEBB
	HangulSyllableGgeo                                                         rune = 0xAEBC
	HangulSyllableGgeog                                                        rune = 0xAEBD
	HangulSyllableGgeogg                                                       rune = 0xAEBE
	HangulSyllableGgeogs                                                       rune = 0xAEBF
	HangulSyllableGgeon                                                        rune = 0xAEC0
	HangulSyllableGgeonj                                                       rune = 0xAEC1
	HangulSyllableGgeonh                                                       rune = 0xAEC2
	HangulSyllableGgeod                                                        rune = 0xAEC3
	HangulSyllableGgeol                                                        rune = 0xAEC4
	HangulSyllableGgeolg                                                       rune = 0xAEC5
	HangulSyllableGgeolm                                                       rune = 0xAEC6
	HangulSyllableGgeolb                                                       rune = 0xAEC7
	HangulSyllableGgeols                                                       rune = 0xAEC8
	HangulSyllableGgeolt                                                       rune = 0xAEC9
	HangulSyllableGgeolp                                                       rune = 0xAECA
	HangulSyllableGgeolh                                                       rune = 0xAECB
	HangulSyllableGgeom                                                        rune = 0xAECC
	HangulSyllableGgeob                                                        rune = 0xAECD
	HangulSyllableGgeobs                                                       rune = 0xAECE
	HangulSyllableGgeos                                                        rune = 0xAECF
	HangulSyllableGgeoss                                                       rune = 0xAED0
	HangulSyllableGgeong                                                       rune = 0xAED1
	HangulSyllableGgeoj                                                        rune = 0xAED2
	HangulSyllableGgeoc                                                        rune = 0xAED3
	HangulSyllableGgeok                                                        rune = 0xAED4
	HangulSyllableGgeot                                                        rune = 0xAED5
	HangulSyllableGgeop                                                        rune = 0xAED6
	HangulSyllableGgeoh                                                        rune = 0xAED7
	HangulSyllableGge                                                          rune = 0xAED8
	HangulSyllableGgeg                                                         rune = 0xAED9
	HangulSyllableGgegg                                                        rune = 0xAEDA
	HangulSyllableGgegs                                                        rune = 0xAEDB
	HangulSyllableGgen                                                         rune = 0xAEDC
	HangulSyllableGgenj                                                        rune = 0xAEDD
	HangulSyllableGgenh                                                        rune = 0xAEDE
	HangulSyllableGged                                                         rune = 0xAEDF
	HangulSyllableGgel                                                         rune = 0xAEE0
	HangulSyllableGgelg                                                        rune = 0xAEE1
	HangulSyllableGgelm                                                        rune = 0xAEE2
	HangulSyllableGgelb                                                        rune = 0xAEE3
	HangulSyllableGgels                                                        rune = 0xAEE4
	HangulSyllableGgelt                                                        rune = 0xAEE5
	HangulSyllableGgelp                                                        rune = 0xAEE6
	HangulSyllableGgelh                                                        rune = 0xAEE7
	HangulSyllableGgem                                                         rune = 0xAEE8
	HangulSyllableGgeb                                                         rune = 0xAEE9
	HangulSyllableGgebs                                                        rune = 0xAEEA
	HangulSyllableGges                                                         rune = 0xAEEB
	HangulSyllableGgess                                                        rune = 0xAEEC
	HangulSyllableGgeng                                                        rune = 0xAEED
	HangulSyllableGgej                                                         rune = 0xAEEE
	HangulSyllableGgec                                                         rune = 0xAEEF
	HangulSyllableGgek                                                         rune = 0xAEF0
	HangulSyllableGget                                                         rune = 0xAEF1
	HangulSyllableGgep                                                         rune = 0xAEF2
	HangulSyllableGgeh                                                         rune = 0xAEF3
	HangulSyllableGgyeo                                                        rune = 0xAEF4
	HangulSyllableGgyeog                                                       rune = 0xAEF5
	HangulSyllableGgyeogg                                                      rune = 0xAEF6
	HangulSyllableGgyeogs                                                      rune = 0xAEF7
	HangulSyllableGgyeon                                                       rune = 0xAEF8
	HangulSyllableGgyeonj                                                      rune = 0xAEF9
	HangulSyllableGgyeonh                                                      rune = 0xAEFA
	HangulSyllableGgyeod                                                       rune = 0xAEFB
	HangulSyllableGgyeol                                                       rune = 0xAEFC
	HangulSyllableGgyeolg                                                      rune = 0xAEFD
	HangulSyllableGgyeolm                                                      rune = 0xAEFE
	HangulSyllableGgyeolb                                                      rune = 0xAEFF
	HangulSyllableGgyeols                                                      rune = 0xAF00
	HangulSyllableGgyeolt                                                      rune = 0xAF01
	HangulSyllableGgyeolp                                                      rune = 0xAF02
	HangulSyllableGgyeolh                                                      rune = 0xAF03
	HangulSyllableGgyeom                                                       rune = 0xAF04
	HangulSyllableGgyeob                                                       rune = 0xAF05
	HangulSyllableGgyeobs                                                      rune = 0xAF06
	HangulSyllableGgyeos                                                       rune = 0xAF07
	HangulSyllableGgyeoss                                                      rune = 0xAF08
	HangulSyllableGgyeong                                                      rune = 0xAF09
	HangulSyllableGgyeoj                                                       rune = 0xAF0A
	HangulSyllableGgyeoc                                                       rune = 0xAF0B
	HangulSyllableGgyeok                                                       rune = 0xAF0C
	HangulSyllableGgyeot                                                       rune = 0xAF0D
	HangulSyllableGgyeop                                                       rune = 0xAF0E
	HangulSyllableGgyeoh                                                       rune = 0xAF0F
	HangulSyllableGgye                                                         rune = 0xAF10
	HangulSyllableGgyeg                                                        rune = 0xAF11
	HangulSyllableGgyegg                                                       rune = 0xAF12
	HangulSyllableGgyegs                                                       rune = 0xAF13
	HangulSyllableGgyen                                                        rune = 0xAF14
	HangulSyllableGgyenj                                                       rune = 0xAF15
	HangulSyllableGgyenh                                                       rune = 0xAF16
	HangulSyllableGgyed                                                        rune = 0xAF17
	HangulSyllableGgyel                                                        rune = 0xAF18
	HangulSyllableGgyelg                                                       rune = 0xAF19
	HangulSyllableGgyelm                                                       rune = 0xAF1A
	HangulSyllableGgyelb                                                       rune = 0xAF1B
	HangulSyllableGgyels                                                       rune = 0xAF1C
	HangulSyllableGgyelt                                                       rune = 0xAF1D
	HangulSyllableGgyelp                                                       rune = 0xAF1E
	HangulSyllableGgyelh                                                       rune = 0xAF1F
	HangulSyllableGgyem                                                        rune = 0xAF20
	HangulSyllableGgyeb                                                        rune = 0xAF21
	HangulSyllableGgyebs                                                       rune = 0xAF22
	HangulSyllableGgyes                                                        rune = 0xAF23
	HangulSyllableGgyess                                                       rune = 0xAF24
	HangulSyllableGgyeng                                                       rune = 0xAF25
	HangulSyllableGgyej                                                        rune = 0xAF26
	HangulSyllableGgyec                                                        rune = 0xAF27
	HangulSyllableGgyek                                                        rune = 0xAF28
	HangulSyllableGgyet                                                        rune = 0xAF29
	HangulSyllableGgyep                                                        rune = 0xAF2A
	HangulSyllableGgyeh                                                        rune = 0xAF2B
	HangulSyllableGgo                                                          rune = 0xAF2C
	HangulSyllableGgog                                                         rune = 0xAF2D
	HangulSyllableGgogg                                                        rune = 0xAF2E
	HangulSyllableGgogs                                                        rune = 0xAF2F
	HangulSyllableGgon                                                         rune = 0xAF30
	HangulSyllableGgonj                                                        rune = 0xAF31
	HangulSyllableGgonh                                                        rune = 0xAF32
	HangulSyllableGgod                                                         rune = 0xAF33
	HangulSyllableGgol                                                         rune = 0xAF34
	HangulSyllableGgolg                                                        rune = 0xAF35
	HangulSyllableGgolm                                                        rune = 0xAF36
	HangulSyllableGgolb                                                        rune = 0xAF37
	HangulSyllableGgols                                                        rune = 0xAF38
	HangulSyllableGgolt                                                        rune = 0xAF39
	HangulSyllableGgolp                                                        rune = 0xAF3A
	HangulSyllableGgolh                                                        rune = 0xAF3B
	HangulSyllableGgom                                                         rune = 0xAF3C
	HangulSyllableGgob                                                         rune = 0xAF3D
	HangulSyllableGgobs                                                        rune = 0xAF3E
	HangulSyllableGgos                                                         rune = 0xAF3F
	HangulSyllableGgoss                                                        rune = 0xAF40
	HangulSyllableGgong                                                        rune = 0xAF41
	HangulSyllableGgoj                                                         rune = 0xAF42
	HangulSyllableGgoc                                                         rune = 0xAF43
	HangulSyllableGgok                                                         rune = 0xAF44
	HangulSyllableGgot                                                         rune = 0xAF45
	HangulSyllableGgop                                                         rune = 0xAF46
	HangulSyllableGgoh                                                         rune = 0xAF47
	HangulSyllableGgwa                                                         rune = 0xAF48
	HangulSyllableGgwag                                                        rune = 0xAF49
	HangulSyllableGgwagg                                                       rune = 0xAF4A
	HangulSyllableGgwags                                                       rune = 0xAF4B
	HangulSyllableGgwan                                                        rune = 0xAF4C
	HangulSyllableGgwanj                                                       rune = 0xAF4D
	HangulSyllableGgwanh                                                       rune = 0xAF4E
	HangulSyllableGgwad                                                        rune = 0xAF4F
	HangulSyllableGgwal                                                        rune = 0xAF50
	HangulSyllableGgwalg                                                       rune = 0xAF51
	HangulSyllableGgwalm                                                       rune = 0xAF52
	HangulSyllableGgwalb                                                       rune = 0xAF53
	HangulSyllableGgwals                                                       rune = 0xAF54
	HangulSyllableGgwalt                                                       rune = 0xAF55
	HangulSyllableGgwalp                                                       rune = 0xAF56
	HangulSyllableGgwalh                                                       rune = 0xAF57
	HangulSyllableGgwam                                                        rune = 0xAF58
	HangulSyllableGgwab                                                        rune = 0xAF59
	HangulSyllableGgwabs                                                       rune = 0xAF5A
	HangulSyllableGgwas                                                        rune = 0xAF5B
	HangulSyllableGgwass                                                       rune = 0xAF5C
	HangulSyllableGgwang                                                       rune = 0xAF5D
	HangulSyllableGgwaj                                                        rune = 0xAF5E
	HangulSyllableGgwac                                                        rune = 0xAF5F
	HangulSyllableGgwak                                                        rune = 0xAF60
	HangulSyllableGgwat                                                        rune = 0xAF61
	HangulSyllableGgwap                                                        rune = 0xAF62
	HangulSyllableGgwah                                                        rune = 0xAF63
	HangulSyllableGgwae                                                        rune = 0xAF64
	HangulSyllableGgwaeg                                                       rune = 0xAF65
	HangulSyllableGgwaegg                                                      rune = 0xAF66
	HangulSyllableGgwaegs                                                      rune = 0xAF67
	HangulSyllableGgwaen                                                       rune = 0xAF68
	HangulSyllableGgwaenj                                                      rune = 0xAF69
	HangulSyllableGgwaenh                                                      rune = 0xAF6A
	HangulSyllableGgwaed                                                       rune = 0xAF6B
	HangulSyllableGgwael                                                       rune = 0xAF6C
	HangulSyllableGgwaelg                                                      rune = 0xAF6D
	HangulSyllableGgwaelm                                                      rune = 0xAF6E
	HangulSyllableGgwaelb                                                      rune = 0xAF6F
	HangulSyllableGgwaels                                                      rune = 0xAF70
	HangulSyllableGgwaelt                                                      rune = 0xAF71
	HangulSyllableGgwaelp                                                      rune = 0xAF72
	HangulSyllableGgwaelh                                                      rune = 0xAF73
	HangulSyllableGgwaem                                                       rune = 0xAF74
	HangulSyllableGgwaeb                                                       rune = 0xAF75
	HangulSyllableGgwaebs                                                      rune = 0xAF76
	HangulSyllableGgwaes                                                       rune = 0xAF77
	HangulSyllableGgwaess                                                      rune = 0xAF78
	HangulSyllableGgwaeng                                                      rune = 0xAF79
	HangulSyllableGgwaej                                                       rune = 0xAF7A
	HangulSyllableGgwaec                                                       rune = 0xAF7B
	HangulSyllableGgwaek                                                       rune = 0xAF7C
	HangulSyllableGgwaet                                                       rune = 0xAF7D
	HangulSyllableGgwaep                                                       rune = 0xAF7E
	HangulSyllableGgwaeh                                                       rune = 0xAF7F
	HangulSyllableGgoe                                                         rune = 0xAF80
	HangulSyllableGgoeg                                                        rune = 0xAF81
	HangulSyllableGgoegg                                                       rune = 0xAF82
	HangulSyllableGgoegs                                                       rune = 0xAF83
	HangulSyllableGgoen                                                        rune = 0xAF84
	HangulSyllableGgoenj                                                       rune = 0xAF85
	HangulSyllableGgoenh                                                       rune = 0xAF86
	HangulSyllableGgoed                                                        rune = 0xAF87
	HangulSyllableGgoel                                                        rune = 0xAF88
	HangulSyllableGgoelg                                                       rune = 0xAF89
	HangulSyllableGgoelm                                                       rune = 0xAF8A
	HangulSyllableGgoelb                                                       rune = 0xAF8B
	HangulSyllableGgoels                                                       rune = 0xAF8C
	HangulSyllableGgoelt                                                       rune = 0xAF8D
	HangulSyllableGgoelp                                                       rune = 0xAF8E
	HangulSyllableGgoelh                                                       rune = 0xAF8F
	HangulSyllableGgoem                                                        rune = 0xAF90
	HangulSyllableGgoeb                                                        rune = 0xAF91
	HangulSyllableGgoebs                                                       rune = 0xAF92
	HangulSyllableGgoes                                                        rune = 0xAF93
	HangulSyllableGgoess                                                       rune = 0xAF94
	HangulSyllableGgoeng                                                       rune = 0xAF95
	HangulSyllableGgoej                                                        rune = 0xAF96
	HangulSyllableGgoec                                                        rune = 0xAF97
	HangulSyllableGgoek                                                        rune = 0xAF98
	HangulSyllableGgoet                                                        rune = 0xAF99
	HangulSyllableGgoep                                                        rune = 0xAF9A
	HangulSyllableGgoeh                                                        rune = 0xAF9B
	HangulSyllableGgyo                                                         rune = 0xAF9C
	HangulSyllableGgyog                                                        rune = 0xAF9D
	HangulSyllableGgyogg                                                       rune = 0xAF9E
	HangulSyllableGgyogs                                                       rune = 0xAF9F
	HangulSyllableGgyon                                                        rune = 0xAFA0
	HangulSyllableGgyonj                                                       rune = 0xAFA1
	HangulSyllableGgyonh                                                       rune = 0xAFA2
	HangulSyllableGgyod                                                        rune = 0xAFA3
	HangulSyllableGgyol                                                        rune = 0xAFA4
	HangulSyllableGgyolg                                                       rune = 0xAFA5
	HangulSyllableGgyolm                                                       rune = 0xAFA6
	HangulSyllableGgyolb                                                       rune = 0xAFA7
	HangulSyllableGgyols                                                       rune = 0xAFA8
	HangulSyllableGgyolt                                                       rune = 0xAFA9
	HangulSyllableGgyolp                                                       rune = 0xAFAA
	HangulSyllableGgyolh                                                       rune = 0xAFAB
	HangulSyllableGgyom                                                        rune = 0xAFAC
	HangulSyllableGgyob                                                        rune = 0xAFAD
	HangulSyllableGgyobs                                                       rune = 0xAFAE
	HangulSyllableGgyos                                                        rune = 0xAFAF
	HangulSyllableGgyoss                                                       rune = 0xAFB0
	HangulSyllableGgyong                                                       rune = 0xAFB1
	HangulSyllableGgyoj                                                        rune = 0xAFB2
	HangulSyllableGgyoc                                                        rune = 0xAFB3
	HangulSyllableGgyok                                                        rune = 0xAFB4
	HangulSyllableGgyot                                                        rune = 0xAFB5
	HangulSyllableGgyop                                                        rune = 0xAFB6
	HangulSyllableGgyoh                                                        rune = 0xAFB7
	HangulSyllableGgu                                                          rune = 0xAFB8
	HangulSyllableGgug                                                         rune = 0xAFB9
	HangulSyllableGgugg                                                        rune = 0xAFBA
	HangulSyllableGgugs                                                        rune = 0xAFBB
	HangulSyllableGgun                                                         rune = 0xAFBC
	HangulSyllableGgunj                                                        rune = 0xAFBD
	HangulSyllableGgunh                                                        rune = 0xAFBE
	HangulSyllableGgud                                                         rune = 0xAFBF
	HangulSyllableGgul                                                         rune = 0xAFC0
	HangulSyllableGgulg                                                        rune = 0xAFC1
	HangulSyllableGgulm                                                        rune = 0xAFC2
	HangulSyllableGgulb                                                        rune = 0xAFC3
	HangulSyllableGguls                                                        rune = 0xAFC4
	HangulSyllableGgult                                                        rune = 0xAFC5
	HangulSyllableGgulp                                                        rune = 0xAFC6
	HangulSyllableGgulh                                                        rune = 0xAFC7
	HangulSyllableGgum                                                         rune = 0xAFC8
	HangulSyllableGgub                                                         rune = 0xAFC9
	HangulSyllableGgubs                                                        rune = 0xAFCA
	HangulSyllableGgus                                                         rune = 0xAFCB
	HangulSyllableGguss                                                        rune = 0xAFCC
	HangulSyllableGgung                                                        rune = 0xAFCD
	HangulSyllableGguj                                                         rune = 0xAFCE
	HangulSyllableGguc                                                         rune = 0xAFCF
	HangulSyllableGguk                                                         rune = 0xAFD0
	HangulSyllableGgut                                                         rune = 0xAFD1
	HangulSyllableGgup                                                         rune = 0xAFD2
	HangulSyllableGguh                                                         rune = 0xAFD3
	HangulSyllableGgweo                                                        rune = 0xAFD4
	HangulSyllableGgweog                                                       rune = 0xAFD5
	HangulSyllableGgweogg                                                      rune = 0xAFD6
	HangulSyllableGgweogs                                                      rune = 0xAFD7
	HangulSyllableGgweon                                                       rune = 0xAFD8
	HangulSyllableGgweonj                                                      rune = 0xAFD9
	HangulSyllableGgweonh                                                      rune = 0xAFDA
	HangulSyllableGgweod                                                       rune = 0xAFDB
	HangulSyllableGgweol                                                       rune = 0xAFDC
	HangulSyllableGgweolg                                                      rune = 0xAFDD
	HangulSyllableGgweolm                                                      rune = 0xAFDE
	HangulSyllableGgweolb                                                      rune = 0xAFDF
	HangulSyllableGgweols                                                      rune = 0xAFE0
	HangulSyllableGgweolt                                                      rune = 0xAFE1
	HangulSyllableGgweolp                                                      rune = 0xAFE2
	HangulSyllableGgweolh                                                      rune = 0xAFE3
	HangulSyllableGgweom                                                       rune = 0xAFE4
	HangulSyllableGgweob                                                       rune = 0xAFE5
	HangulSyllableGgweobs                                                      rune = 0xAFE6
	HangulSyllableGgweos                                                       rune = 0xAFE7
	HangulSyllableGgweoss                                                      rune = 0xAFE8
	HangulSyllableGgweong                                                      rune = 0xAFE9
	HangulSyllableGgweoj                                                       rune = 0xAFEA
	HangulSyllableGgweoc                                                       rune = 0xAFEB
	HangulSyllableGgweok                                                       rune = 0xAFEC
	HangulSyllableGgweot                                                       rune = 0xAFED
	HangulSyllableGgweop                                                       rune = 0xAFEE
	HangulSyllableGgweoh                                                       rune = 0xAFEF
	HangulSyllableGgwe                                                         rune = 0xAFF0
	HangulSyllableGgweg                                                        rune = 0xAFF1
	HangulSyllableGgwegg                                                       rune = 0xAFF2
	HangulSyllableGgwegs                                                       rune = 0xAFF3
	HangulSyllableGgwen                                                        rune = 0xAFF4
	HangulSyllableGgwenj                                                       rune = 0xAFF5
	HangulSyllableGgwenh                                                       rune = 0xAFF6
	HangulSyllableGgwed                                                        rune = 0xAFF7
	HangulSyllableGgwel                                                        rune = 0xAFF8
	HangulSyllableGgwelg                                                       rune = 0xAFF9
	HangulSyllableGgwelm                                                       rune = 0xAFFA
	HangulSyllableGgwelb                                                       rune = 0xAFFB
	HangulSyllableGgwels                                                       rune = 0xAFFC
	HangulSyllableGgwelt                                                       rune = 0xAFFD
	HangulSyllableGgwelp                                                       rune = 0xAFFE
	HangulSyllableGgwelh                                                       rune = 0xAFFF
	HangulSyllableGgwem                                                        rune = 0xB000
	HangulSyllableGgweb                                                        rune = 0xB001
	HangulSyllableGgwebs                                                       rune = 0xB002
	HangulSyllableGgwes                                                        rune = 0xB003
	HangulSyllableGgwess                                                       rune = 0xB004
	HangulSyllableGgweng                                                       rune = 0xB005
	HangulSyllableGgwej                                                        rune = 0xB006
	HangulSyllableGgwec                                                        rune = 0xB007
	HangulSyllableGgwek                                                        rune = 0xB008
	HangulSyllableGgwet                                                        rune = 0xB009
	HangulSyllableGgwep                                                        rune = 0xB00A
	HangulSyllableGgweh                                                        rune = 0xB00B
	HangulSyllableGgwi                                                         rune = 0xB00C
	HangulSyllableGgwig                                                        rune = 0xB00D
	HangulSyllableGgwigg                                                       rune = 0xB00E
	HangulSyllableGgwigs                                                       rune = 0xB00F
	HangulSyllableGgwin                                                        rune = 0xB010
	HangulSyllableGgwinj                                                       rune = 0xB011
	HangulSyllableGgwinh                                                       rune = 0xB012
	HangulSyllableGgwid                                                        rune = 0xB013
	HangulSyllableGgwil                                                        rune = 0xB014
	HangulSyllableGgwilg                                                       rune = 0xB015
	HangulSyllableGgwilm                                                       rune = 0xB016
	HangulSyllableGgwilb                                                       rune = 0xB017
	HangulSyllableGgwils                                                       rune = 0xB018
	HangulSyllableGgwilt                                                       rune = 0xB019
	HangulSyllableGgwilp                                                       rune = 0xB01A
	HangulSyllableGgwilh                                                       rune = 0xB01B
	HangulSyllableGgwim                                                        rune = 0xB01C
	HangulSyllableGgwib                                                        rune = 0xB01D
	HangulSyllableGgwibs                                                       rune = 0xB01E
	HangulSyllableGgwis                                                        rune = 0xB01F
	HangulSyllableGgwiss                                                       rune = 0xB020
	HangulSyllableGgwing                                                       rune = 0xB021
	HangulSyllableGgwij                                                        rune = 0xB022
	HangulSyllableGgwic                                                        rune = 0xB023
	HangulSyllableGgwik                                                        rune = 0xB024
	HangulSyllableGgwit                                                        rune = 0xB025
	HangulSyllableGgwip                                                        rune = 0xB026
	HangulSyllableGgwih                                                        rune = 0xB027
	HangulSyllableGgyu                                                         rune = 0xB028
	HangulSyllableGgyug                                                        rune = 0xB029
	HangulSyllableGgyugg                                                       rune = 0xB02A
	HangulSyllableGgyugs                                                       rune = 0xB02B
	HangulSyllableGgyun                                                        rune = 0xB02C
	HangulSyllableGgyunj                                                       rune = 0xB02D
	HangulSyllableGgyunh                                                       rune = 0xB02E
	HangulSyllableGgyud                                                        rune = 0xB02F
	HangulSyllableGgyul                                                        rune = 0xB030
	HangulSyllableGgyulg                                                       rune = 0xB031
	HangulSyllableGgyulm                                                       rune = 0xB032
	HangulSyllableGgyulb                                                       rune = 0xB033
	HangulSyllableGgyuls                                                       rune = 0xB034
	HangulSyllableGgyult                                                       rune = 0xB035
	HangulSyllableGgyulp                                                       rune = 0xB036
	HangulSyllableGgyulh                                                       rune = 0xB037
	HangulSyllableGgyum                                                        rune = 0xB038
	HangulSyllableGgyub                                                        rune = 0xB039
	HangulSyllableGgyubs                                                       rune = 0xB03A
	HangulSyllableGgyus                                                        rune = 0xB03B
	HangulSyllableGgyuss                                                       rune = 0xB03C
	HangulSyllableGgyung                                                       rune = 0xB03D
	HangulSyllableGgyuj                                                        rune = 0xB03E
	HangulSyllableGgyuc                                                        rune = 0xB03F
	HangulSyllableGgyuk                                                        rune = 0xB040
	HangulSyllableGgyut                                                        rune = 0xB041
	HangulSyllableGgyup                                                        rune = 0xB042
	HangulSyllableGgyuh                                                        rune = 0xB043
	HangulSyllableGgeu                                                         rune = 0xB044
	HangulSyllableGgeug                                                        rune = 0xB045
	HangulSyllableGgeugg                                                       rune = 0xB046
	HangulSyllableGgeugs                                                       rune = 0xB047
	HangulSyllableGgeun                                                        rune = 0xB048
	HangulSyllableGgeunj                                                       rune = 0xB049
	HangulSyllableGgeunh                                                       rune = 0xB04A
	HangulSyllableGgeud                                                        rune = 0xB04B
	HangulSyllableGgeul                                                        rune = 0xB04C
	HangulSyllableGgeulg                                                       rune = 0xB04D
	HangulSyllableGgeulm                                                       rune = 0xB04E
	HangulSyllableGgeulb                                                       rune = 0xB04F
	HangulSyllableGgeuls                                                       rune = 0xB050
	HangulSyllableGgeult                                                       rune = 0xB051
	HangulSyllableGgeulp                                                       rune = 0xB052
	HangulSyllableGgeulh                                                       rune = 0xB053
	HangulSyllableGgeum                                                        rune = 0xB054
	HangulSyllableGgeub                                                        rune = 0xB055
	HangulSyllableGgeubs                                                       rune = 0xB056
	HangulSyllableGgeus                                                        rune = 0xB057
	HangulSyllableGgeuss                                                       rune = 0xB058
	HangulSyllableGgeung                                                       rune = 0xB059
	HangulSyllableGgeuj                                                        rune = 0xB05A
	HangulSyllableGgeuc                                                        rune = 0xB05B
	HangulSyllableGgeuk                                                        rune = 0xB05C
	HangulSyllableGgeut                                                        rune = 0xB05D
	HangulSyllableGgeup                                                        rune = 0xB05E
	HangulSyllableGgeuh                                                        rune = 0xB05F
	HangulSyllableGgyi                                                         rune = 0xB060
	HangulSyllableGgyig                                                        rune = 0xB061
	HangulSyllableGgyigg                                                       rune = 0xB062
	HangulSyllableGgyigs                                                       rune = 0xB063
	HangulSyllableGgyin                                                        rune = 0xB064
	HangulSyllableGgyinj                                                       rune = 0xB065
	HangulSyllableGgyinh                                                       rune = 0xB066
	HangulSyllableGgyid                                                        rune = 0xB067
	HangulSyllableGgyil                                                        rune = 0xB068
	HangulSyllableGgyilg                                                       rune = 0xB069
	HangulSyllableGgyilm                                                       rune = 0xB06A
	HangulSyllableGgyilb                                                       rune = 0xB06B
	HangulSyllableGgyils                                                       rune = 0xB06C
	HangulSyllableGgyilt                                                       rune = 0xB06D
	HangulSyllableGgyilp                                                       rune = 0xB06E
	HangulSyllableGgyilh                                                       rune = 0xB06F
	HangulSyllableGgyim                                                        rune = 0xB070
	HangulSyllableGgyib                                                        rune = 0xB071
	HangulSyllableGgyibs                                                       rune = 0xB072
	HangulSyllableGgyis                                                        rune = 0xB073
	HangulSyllableGgyiss                                                       rune = 0xB074
	HangulSyllableGgying                                                       rune = 0xB075
	HangulSyllableGgyij                                                        rune = 0xB076
	HangulSyllableGgyic                                                        rune = 0xB077
	HangulSyllableGgyik                                                        rune = 0xB078
	HangulSyllableGgyit                                                        rune = 0xB079
	HangulSyllableGgyip                                                        rune = 0xB07A
	HangulSyllableGgyih                                                        rune = 0xB07B
	HangulSyllableGgi                                                          rune = 0xB07C
	HangulSyllableGgig                                                         rune = 0xB07D
	HangulSyllableGgigg                                                        rune = 0xB07E
	HangulSyllableGgigs                                                        rune = 0xB07F
	HangulSyllableGgin                                                         rune = 0xB080
	HangulSyllableGginj                                                        rune = 0xB081
	HangulSyllableGginh                                                        rune = 0xB082
	HangulSyllableGgid                                                         rune = 0xB083
	HangulSyllableGgil                                                         rune = 0xB084
	HangulSyllableGgilg                                                        rune = 0xB085
	HangulSyllableGgilm                                                        rune = 0xB086
	HangulSyllableGgilb                                                        rune = 0xB087
	HangulSyllableGgils                                                        rune = 0xB088
	HangulSyllableGgilt                                                        rune = 0xB089
	HangulSyllableGgilp                                                        rune = 0xB08A
	HangulSyllableGgilh                                                        rune = 0xB08B
	HangulSyllableGgim                                                         rune = 0xB08C
	HangulSyllableGgib                                                         rune = 0xB08D
	HangulSyllableGgibs                                                        rune = 0xB08E
	HangulSyllableGgis                                                         rune = 0xB08F
	HangulSyllableGgiss                                                        rune = 0xB090
	HangulSyllableGging                                                        rune = 0xB091
	HangulSyllableGgij                                                         rune = 0xB092
	HangulSyllableGgic                                                         rune = 0xB093
	HangulSyllableGgik                                                         rune = 0xB094
	HangulSyllableGgit                                                         rune = 0xB095
	HangulSyllableGgip                                                         rune = 0xB096
	HangulSyllableGgih                                                         rune = 0xB097
	HangulSyllableNa                                                           rune = 0xB098
	HangulSyllableNag                                                          rune = 0xB099
	HangulSyllableNagg                                                         rune = 0xB09A
	HangulSyllableNags                                                         rune = 0xB09B
	HangulSyllableNan                                                          rune = 0xB09C
	HangulSyllableNanj                                                         rune = 0xB09D
	HangulSyllableNanh                                                         rune = 0xB09E
	HangulSyllableNad                                                          rune = 0xB09F
	HangulSyllableNal                                                          rune = 0xB0A0
	HangulSyllableNalg                                                         rune = 0xB0A1
	HangulSyllableNalm                                                         rune = 0xB0A2
	HangulSyllableNalb                                                         rune = 0xB0A3
	HangulSyllableNals                                                         rune = 0xB0A4
	HangulSyllableNalt                                                         rune = 0xB0A5
	HangulSyllableNalp                                                         rune = 0xB0A6
	HangulSyllableNalh                                                         rune = 0xB0A7
	HangulSyllableNam                                                          rune = 0xB0A8
	HangulSyllableNab                                                          rune = 0xB0A9
	HangulSyllableNabs                                                         rune = 0xB0AA
	HangulSyllableNas                                                          rune = 0xB0AB
	HangulSyllableNass                                                         rune = 0xB0AC
	HangulSyllableNang                                                         rune = 0xB0AD
	HangulSyllableNaj                                                          rune = 0xB0AE
	HangulSyllableNac                                                          rune = 0xB0AF
	HangulSyllableNak                                                          rune = 0xB0B0
	HangulSyllableNat                                                          rune = 0xB0B1
	HangulSyllableNap                                                          rune = 0xB0B2
	HangulSyllableNah                                                          rune = 0xB0B3
	HangulSyllableNae                                                          rune = 0xB0B4
	HangulSyllableNaeg                                                         rune = 0xB0B5
	HangulSyllableNaegg                                                        rune = 0xB0B6
	HangulSyllableNaegs                                                        rune = 0xB0B7
	HangulSyllableNaen                                                         rune = 0xB0B8
	HangulSyllableNaenj                                                        rune = 0xB0B9
	HangulSyllableNaenh                                                        rune = 0xB0BA
	HangulSyllableNaed                                                         rune = 0xB0BB
	HangulSyllableNael                                                         rune = 0xB0BC
	HangulSyllableNaelg                                                        rune = 0xB0BD
	HangulSyllableNaelm                                                        rune = 0xB0BE
	HangulSyllableNaelb                                                        rune = 0xB0BF
	HangulSyllableNaels                                                        rune = 0xB0C0
	HangulSyllableNaelt                                                        rune = 0xB0C1
	HangulSyllableNaelp                                                        rune = 0xB0C2
	HangulSyllableNaelh                                                        rune = 0xB0C3
	HangulSyllableNaem                                                         rune = 0xB0C4
	HangulSyllableNaeb                                                         rune = 0xB0C5
	HangulSyllableNaebs                                                        rune = 0xB0C6
	HangulSyllableNaes                                                         rune = 0xB0C7
	HangulSyllableNaess                                                        rune = 0xB0C8
	HangulSyllableNaeng                                                        rune = 0xB0C9
	HangulSyllableNaej                                                         rune = 0xB0CA
	HangulSyllableNaec                                                         rune = 0xB0CB
	HangulSyllableNaek                                                         rune = 0xB0CC
	HangulSyllableNaet                                                         rune = 0xB0CD
	HangulSyllableNaep                                                         rune = 0xB0CE
	HangulSyllableNaeh                                                         rune = 0xB0CF
	HangulSyllableNya                                                          rune = 0xB0D0
	HangulSyllableNyag                                                         rune = 0xB0D1
	HangulSyllableNyagg                                                        rune = 0xB0D2
	HangulSyllableNyags                                                        rune = 0xB0D3
	HangulSyllableNyan                                                         rune = 0xB0D4
	HangulSyllableNyanj                                                        rune = 0xB0D5
	HangulSyllableNyanh                                                        rune = 0xB0D6
	HangulSyllableNyad                                                         rune = 0xB0D7
	HangulSyllableNyal                                                         rune = 0xB0D8
	HangulSyllableNyalg                                                        rune = 0xB0D9
	HangulSyllableNyalm                                                        rune = 0xB0DA
	HangulSyllableNyalb                                                        rune = 0xB0DB
	HangulSyllableNyals                                                        rune = 0xB0DC
	HangulSyllableNyalt                                                        rune = 0xB0DD
	HangulSyllableNyalp                                                        rune = 0xB0DE
	HangulSyllableNyalh                                                        rune = 0xB0DF
	HangulSyllableNyam                                                         rune = 0xB0E0
	HangulSyllableNyab                                                         rune = 0xB0E1
	HangulSyllableNyabs                                                        rune = 0xB0E2
	HangulSyllableNyas                                                         rune = 0xB0E3
	HangulSyllableNyass                                                        rune = 0xB0E4
	HangulSyllableNyang                                                        rune = 0xB0E5
	HangulSyllableNyaj                                                         rune = 0xB0E6
	HangulSyllableNyac                                                         rune = 0xB0E7
	HangulSyllableNyak                                                         rune = 0xB0E8
	HangulSyllableNyat                                                         rune = 0xB0E9
	HangulSyllableNyap                                                         rune = 0xB0EA
	HangulSyllableNyah                                                         rune = 0xB0EB
	HangulSyllableNyae                                                         rune = 0xB0EC
	HangulSyllableNyaeg                                                        rune = 0xB0ED
	HangulSyllableNyaegg                                                       rune = 0xB0EE
	HangulSyllableNyaegs                                                       rune = 0xB0EF
	HangulSyllableNyaen                                                        rune = 0xB0F0
	HangulSyllableNyaenj                                                       rune = 0xB0F1
	HangulSyllableNyaenh                                                       rune = 0xB0F2
	HangulSyllableNyaed                                                        rune = 0xB0F3
	HangulSyllableNyael                                                        rune = 0xB0F4
	HangulSyllableNyaelg                                                       rune = 0xB0F5
	HangulSyllableNyaelm                                                       rune = 0xB0F6
	HangulSyllableNyaelb                                                       rune = 0xB0F7
	HangulSyllableNyaels                                                       rune = 0xB0F8
	HangulSyllableNyaelt                                                       rune = 0xB0F9
	HangulSyllableNyaelp                                                       rune = 0xB0FA
	HangulSyllableNyaelh                                                       rune = 0xB0FB
	HangulSyllableNyaem                                                        rune = 0xB0FC
	HangulSyllableNyaeb                                                        rune = 0xB0FD
	HangulSyllableNyaebs                                                       rune = 0xB0FE
	HangulSyllableNyaes                                                        rune = 0xB0FF
	HangulSyllableNyaess                                                       rune = 0xB100
	HangulSyllableNyaeng                                                       rune = 0xB101
	HangulSyllableNyaej                                                        rune = 0xB102
	HangulSyllableNyaec                                                        rune = 0xB103
	HangulSyllableNyaek                                                        rune = 0xB104
	HangulSyllableNyaet                                                        rune = 0xB105
	HangulSyllableNyaep                                                        rune = 0xB106
	HangulSyllableNyaeh                                                        rune = 0xB107
	HangulSyllableNeo                                                          rune = 0xB108
	HangulSyllableNeog                                                         rune = 0xB109
	HangulSyllableNeogg                                                        rune = 0xB10A
	HangulSyllableNeogs                                                        rune = 0xB10B
	HangulSyllableNeon                                                         rune = 0xB10C
	HangulSyllableNeonj                                                        rune = 0xB10D
	HangulSyllableNeonh                                                        rune = 0xB10E
	HangulSyllableNeod                                                         rune = 0xB10F
	HangulSyllableNeol                                                         rune = 0xB110
	HangulSyllableNeolg                                                        rune = 0xB111
	HangulSyllableNeolm                                                        rune = 0xB112
	HangulSyllableNeolb                                                        rune = 0xB113
	HangulSyllableNeols                                                        rune = 0xB114
	HangulSyllableNeolt                                                        rune = 0xB115
	HangulSyllableNeolp                                                        rune = 0xB116
	HangulSyllableNeolh                                                        rune = 0xB117
	HangulSyllableNeom                                                         rune = 0xB118
	HangulSyllableNeob                                                         rune = 0xB119
	HangulSyllableNeobs                                                        rune = 0xB11A
	HangulSyllableNeos                                                         rune = 0xB11B
	HangulSyllableNeoss                                                        rune = 0xB11C
	HangulSyllableNeong                                                        rune = 0xB11D
	HangulSyllableNeoj                                                         rune = 0xB11E
	HangulSyllableNeoc                                                         rune = 0xB11F
	HangulSyllableNeok                                                         rune = 0xB120
	HangulSyllableNeot                                                         rune = 0xB121
	HangulSyllableNeop                                                         rune = 0xB122
	HangulSyllableNeoh                                                         rune = 0xB123
	HangulSyllableNe                                                           rune = 0xB124
	HangulSyllableNeg                                                          rune = 0xB125
	HangulSyllableNegg                                                         rune = 0xB126
	HangulSyllableNegs                                                         rune = 0xB127
	HangulSyllableNen                                                          rune = 0xB128
	HangulSyllableNenj                                                         rune = 0xB129
	HangulSyllableNenh                                                         rune = 0xB12A
	HangulSyllableNed                                                          rune = 0xB12B
	HangulSyllableNel                                                          rune = 0xB12C
	HangulSyllableNelg                                                         rune = 0xB12D
	HangulSyllableNelm                                                         rune = 0xB12E
	HangulSyllableNelb                                                         rune = 0xB12F
	HangulSyllableNels                                                         rune = 0xB130
	HangulSyllableNelt                                                         rune = 0xB131
	HangulSyllableNelp                                                         rune = 0xB132
	HangulSyllableNelh                                                         rune = 0xB133
	HangulSyllableNem                                                          rune = 0xB134
	HangulSyllableNeb                                                          rune = 0xB135
	HangulSyllableNebs                                                         rune = 0xB136
	HangulSyllableNes                                                          rune = 0xB137
	HangulSyllableNess                                                         rune = 0xB138
	HangulSyllableNeng                                                         rune = 0xB139
	HangulSyllableNej                                                          rune = 0xB13A
	HangulSyllableNec                                                          rune = 0xB13B
	HangulSyllableNek                                                          rune = 0xB13C
	HangulSyllableNet                                                          rune = 0xB13D
	HangulSyllableNep                                                          rune = 0xB13E
	HangulSyllableNeh                                                          rune = 0xB13F
	HangulSyllableNyeo                                                         rune = 0xB140
	HangulSyllableNyeog                                                        rune = 0xB141
	HangulSyllableNyeogg                                                       rune = 0xB142
	HangulSyllableNyeogs                                                       rune = 0xB143
	HangulSyllableNyeon                                                        rune = 0xB144
	HangulSyllableNyeonj                                                       rune = 0xB145
	HangulSyllableNyeonh                                                       rune = 0xB146
	HangulSyllableNyeod                                                        rune = 0xB147
	HangulSyllableNyeol                                                        rune = 0xB148
	HangulSyllableNyeolg                                                       rune = 0xB149
	HangulSyllableNyeolm                                                       rune = 0xB14A
	HangulSyllableNyeolb                                                       rune = 0xB14B
	HangulSyllableNyeols                                                       rune = 0xB14C
	HangulSyllableNyeolt                                                       rune = 0xB14D
	HangulSyllableNyeolp                                                       rune = 0xB14E
	HangulSyllableNyeolh                                                       rune = 0xB14F
	HangulSyllableNyeom                                                        rune = 0xB150
	HangulSyllableNyeob                                                        rune = 0xB151
	HangulSyllableNyeobs                                                       rune = 0xB152
	HangulSyllableNyeos                                                        rune = 0xB153
	HangulSyllableNyeoss                                                       rune = 0xB154
	HangulSyllableNyeong                                                       rune = 0xB155
	HangulSyllableNyeoj                                                        rune = 0xB156
	HangulSyllableNyeoc                                                        rune = 0xB157
	HangulSyllableNyeok                                                        rune = 0xB158
	HangulSyllableNyeot                                                        rune = 0xB159
	HangulSyllableNyeop                                                        rune = 0xB15A
	HangulSyllableNyeoh                                                        rune = 0xB15B
	HangulSyllableNye                                                          rune = 0xB15C
	HangulSyllableNyeg                                                         rune = 0xB15D
	HangulSyllableNyegg                                                        rune = 0xB15E
	HangulSyllableNyegs                                                        rune = 0xB15F
	HangulSyllableNyen                                                         rune = 0xB160
	HangulSyllableNyenj                                                        rune = 0xB161
	HangulSyllableNyenh                                                        rune = 0xB162
	HangulSyllableNyed                                                         rune = 0xB163
	HangulSyllableNyel                                                         rune = 0xB164
	HangulSyllableNyelg                                                        rune = 0xB165
	HangulSyllableNyelm                                                        rune = 0xB166
	HangulSyllableNyelb                                                        rune = 0xB167
	HangulSyllableNyels                                                        rune = 0xB168
	HangulSyllableNyelt                                                        rune = 0xB169
	HangulSyllableNyelp                                                        rune = 0xB16A
	HangulSyllableNyelh                                                        rune = 0xB16B
	HangulSyllableNyem                                                         rune = 0xB16C
	HangulSyllableNyeb                                                         rune = 0xB16D
	HangulSyllableNyebs                                                        rune = 0xB16E
	HangulSyllableNyes                                                         rune = 0xB16F
	HangulSyllableNyess                                                        rune = 0xB170
	HangulSyllableNyeng                                                        rune = 0xB171
	HangulSyllableNyej                                                         rune = 0xB172
	HangulSyllableNyec                                                         rune = 0xB173
	HangulSyllableNyek                                                         rune = 0xB174
	HangulSyllableNyet                                                         rune = 0xB175
	HangulSyllableNyep                                                         rune = 0xB176
	HangulSyllableNyeh                                                         rune = 0xB177
	HangulSyllableNo                                                           rune = 0xB178
	HangulSyllableNog                                                          rune = 0xB179
	HangulSyllableNogg                                                         rune = 0xB17A
	HangulSyllableNogs                                                         rune = 0xB17B
	HangulSyllableNon                                                          rune = 0xB17C
	HangulSyllableNonj                                                         rune = 0xB17D
	HangulSyllableNonh                                                         rune = 0xB17E
	HangulSyllableNod                                                          rune = 0xB17F
	HangulSyllableNol                                                          rune = 0xB180
	HangulSyllableNolg                                                         rune = 0xB181
	HangulSyllableNolm                                                         rune = 0xB182
	HangulSyllableNolb                                                         rune = 0xB183
	HangulSyllableNols                                                         rune = 0xB184
	HangulSyllableNolt                                                         rune = 0xB185
	HangulSyllableNolp                                                         rune = 0xB186
	HangulSyllableNolh                                                         rune = 0xB187
	HangulSyllableNom                                                          rune = 0xB188
	HangulSyllableNob                                                          rune = 0xB189
	HangulSyllableNobs                                                         rune = 0xB18A
	HangulSyllableNos                                                          rune = 0xB18B
	HangulSyllableNoss                                                         rune = 0xB18C
	HangulSyllableNong                                                         rune = 0xB18D
	HangulSyllableNoj                                                          rune = 0xB18E
	HangulSyllableNoc                                                          rune = 0xB18F
	HangulSyllableNok                                                          rune = 0xB190
	HangulSyllableNot                                                          rune = 0xB191
	HangulSyllableNop                                                          rune = 0xB192
	HangulSyllableNoh                                                          rune = 0xB193
	HangulSyllableNwa                                                          rune = 0xB194
	HangulSyllableNwag                                                         rune = 0xB195
	HangulSyllableNwagg                                                        rune = 0xB196
	HangulSyllableNwags                                                        rune = 0xB197
	HangulSyllableNwan                                                         rune = 0xB198
	HangulSyllableNwanj                                                        rune = 0xB199
	HangulSyllableNwanh                                                        rune = 0xB19A
	HangulSyllableNwad                                                         rune = 0xB19B
	HangulSyllableNwal                                                         rune = 0xB19C
	HangulSyllableNwalg                                                        rune = 0xB19D
	HangulSyllableNwalm                                                        rune = 0xB19E
	HangulSyllableNwalb                                                        rune = 0xB19F
	HangulSyllableNwals                                                        rune = 0xB1A0
	HangulSyllableNwalt                                                        rune = 0xB1A1
	HangulSyllableNwalp                                                        rune = 0xB1A2
	HangulSyllableNwalh                                                        rune = 0xB1A3
	HangulSyllableNwam                                                         rune = 0xB1A4
	HangulSyllableNwab                                                         rune = 0xB1A5
	HangulSyllableNwabs                                                        rune = 0xB1A6
	HangulSyllableNwas                                                         rune = 0xB1A7
	HangulSyllableNwass                                                        rune = 0xB1A8
	HangulSyllableNwang                                                        rune = 0xB1A9
	HangulSyllableNwaj                                                         rune = 0xB1AA
	HangulSyllableNwac                                                         rune = 0xB1AB
	HangulSyllableNwak                                                         rune = 0xB1AC
	HangulSyllableNwat                                                         rune = 0xB1AD
	HangulSyllableNwap                                                         rune = 0xB1AE
	HangulSyllableNwah                                                         rune = 0xB1AF
	HangulSyllableNwae                                                         rune = 0xB1B0
	HangulSyllableNwaeg                                                        rune = 0xB1B1
	HangulSyllableNwaegg                                                       rune = 0xB1B2
	HangulSyllableNwaegs                                                       rune = 0xB1B3
	HangulSyllableNwaen                                                        rune = 0xB1B4
	HangulSyllableNwaenj                                                       rune = 0xB1B5
	HangulSyllableNwaenh                                                       rune = 0xB1B6
	HangulSyllableNwaed                                                        rune = 0xB1B7
	HangulSyllableNwael                                                        rune = 0xB1B8
	HangulSyllableNwaelg                                                       rune = 0xB1B9
	HangulSyllableNwaelm                                                       rune = 0xB1BA
	HangulSyllableNwaelb                                                       rune = 0xB1BB
	HangulSyllableNwaels                                                       rune = 0xB1BC
	HangulSyllableNwaelt                                                       rune = 0xB1BD
	HangulSyllableNwaelp                                                       rune = 0xB1BE
	HangulSyllableNwaelh                                                       rune = 0xB1BF
	HangulSyllableNwaem                                                        rune = 0xB1C0
	HangulSyllableNwaeb                                                        rune = 0xB1C1
	HangulSyllableNwaebs                                                       rune = 0xB1C2
	HangulSyllableNwaes                                                        rune = 0xB1C3
	HangulSyllableNwaess                                                       rune = 0xB1C4
	HangulSyllableNwaeng                                                       rune = 0xB1C5
	HangulSyllableNwaej                                                        rune = 0xB1C6
	HangulSyllableNwaec                                                        rune = 0xB1C7
	HangulSyllableNwaek                                                        rune = 0xB1C8
	HangulSyllableNwaet                                                        rune = 0xB1C9
	HangulSyllableNwaep                                                        rune = 0xB1CA
	HangulSyllableNwaeh                                                        rune = 0xB1CB
	HangulSyllableNoe                                                          rune = 0xB1CC
	HangulSyllableNoeg                                                         rune = 0xB1CD
	HangulSyllableNoegg                                                        rune = 0xB1CE
	HangulSyllableNoegs                                                        rune = 0xB1CF
	HangulSyllableNoen                                                         rune = 0xB1D0
	HangulSyllableNoenj                                                        rune = 0xB1D1
	HangulSyllableNoenh                                                        rune = 0xB1D2
	HangulSyllableNoed                                                         rune = 0xB1D3
	HangulSyllableNoel                                                         rune = 0xB1D4
	HangulSyllableNoelg                                                        rune = 0xB1D5
	HangulSyllableNoelm                                                        rune = 0xB1D6
	HangulSyllableNoelb                                                        rune = 0xB1D7
	HangulSyllableNoels                                                        rune = 0xB1D8
	HangulSyllableNoelt                                                        rune = 0xB1D9
	HangulSyllableNoelp                                                        rune = 0xB1DA
	HangulSyllableNoelh                                                        rune = 0xB1DB
	HangulSyllableNoem                                                         rune = 0xB1DC
	HangulSyllableNoeb                                                         rune = 0xB1DD
	HangulSyllableNoebs                                                        rune = 0xB1DE
	HangulSyllableNoes                                                         rune = 0xB1DF
	HangulSyllableNoess                                                        rune = 0xB1E0
	HangulSyllableNoeng                                                        rune = 0xB1E1
	HangulSyllableNoej                                                         rune = 0xB1E2
	HangulSyllableNoec                                                         rune = 0xB1E3
	HangulSyllableNoek                                                         rune = 0xB1E4
	HangulSyllableNoet                                                         rune = 0xB1E5
	HangulSyllableNoep                                                         rune = 0xB1E6
	HangulSyllableNoeh                                                         rune = 0xB1E7
	HangulSyllableNyo                                                          rune = 0xB1E8
	HangulSyllableNyog                                                         rune = 0xB1E9
	HangulSyllableNyogg                                                        rune = 0xB1EA
	HangulSyllableNyogs                                                        rune = 0xB1EB
	HangulSyllableNyon                                                         rune = 0xB1EC
	HangulSyllableNyonj                                                        rune = 0xB1ED
	HangulSyllableNyonh                                                        rune = 0xB1EE
	HangulSyllableNyod                                                         rune = 0xB1EF
	HangulSyllableNyol                                                         rune = 0xB1F0
	HangulSyllableNyolg                                                        rune = 0xB1F1
	HangulSyllableNyolm                                                        rune = 0xB1F2
	HangulSyllableNyolb                                                        rune = 0xB1F3
	HangulSyllableNyols                                                        rune = 0xB1F4
	HangulSyllableNyolt                                                        rune = 0xB1F5
	HangulSyllableNyolp                                                        rune = 0xB1F6
	HangulSyllableNyolh                                                        rune = 0xB1F7
	HangulSyllableNyom                                                         rune = 0xB1F8
	HangulSyllableNyob                                                         rune = 0xB1F9
	HangulSyllableNyobs                                                        rune = 0xB1FA
	HangulSyllableNyos                                                         rune = 0xB1FB
	HangulSyllableNyoss                                                        rune = 0xB1FC
	HangulSyllableNyong                                                        rune = 0xB1FD
	HangulSyllableNyoj                                                         rune = 0xB1FE
	HangulSyllableNyoc                                                         rune = 0xB1FF
	HangulSyllableNyok                                                         rune = 0xB200
	HangulSyllableNyot                                                         rune = 0xB201
	HangulSyllableNyop                                                         rune = 0xB202
	HangulSyllableNyoh                                                         rune = 0xB203
	HangulSyllableNu                                                           rune = 0xB204
	HangulSyllableNug                                                          rune = 0xB205
	HangulSyllableNugg                                                         rune = 0xB206
	HangulSyllableNugs                                                         rune = 0xB207
	HangulSyllableNun                                                          rune = 0xB208
	HangulSyllableNunj                                                         rune = 0xB209
	HangulSyllableNunh                                                         rune = 0xB20A
	HangulSyllableNud                                                          rune = 0xB20B
	HangulSyllableNul                                                          rune = 0xB20C
	HangulSyllableNulg                                                         rune = 0xB20D
	HangulSyllableNulm                                                         rune = 0xB20E
	HangulSyllableNulb                                                         rune = 0xB20F
	HangulSyllableNuls                                                         rune = 0xB210
	HangulSyllableNult                                                         rune = 0xB211
	HangulSyllableNulp                                                         rune = 0xB212
	HangulSyllableNulh                                                         rune = 0xB213
	HangulSyllableNum                                                          rune = 0xB214
	HangulSyllableNub                                                          rune = 0xB215
	HangulSyllableNubs                                                         rune = 0xB216
	HangulSyllableNus                                                          rune = 0xB217
	HangulSyllableNuss                                                         rune = 0xB218
	HangulSyllableNung                                                         rune = 0xB219
	HangulSyllableNuj                                                          rune = 0xB21A
	HangulSyllableNuc                                                          rune = 0xB21B
	HangulSyllableNuk                                                          rune = 0xB21C
	HangulSyllableNut                                                          rune = 0xB21D
	HangulSyllableNup                                                          rune = 0xB21E
	HangulSyllableNuh                                                          rune = 0xB21F
	HangulSyllableNweo                                                         rune = 0xB220
	HangulSyllableNweog                                                        rune = 0xB221
	HangulSyllableNweogg                                                       rune = 0xB222
	HangulSyllableNweogs                                                       rune = 0xB223
	HangulSyllableNweon                                                        rune = 0xB224
	HangulSyllableNweonj                                                       rune = 0xB225
	HangulSyllableNweonh                                                       rune = 0xB226
	HangulSyllableNweod                                                        rune = 0xB227
	HangulSyllableNweol                                                        rune = 0xB228
	HangulSyllableNweolg                                                       rune = 0xB229
	HangulSyllableNweolm                                                       rune = 0xB22A
	HangulSyllableNweolb                                                       rune = 0xB22B
	HangulSyllableNweols                                                       rune = 0xB22C
	HangulSyllableNweolt                                                       rune = 0xB22D
	HangulSyllableNweolp                                                       rune = 0xB22E
	HangulSyllableNweolh                                                       rune = 0xB22F
	HangulSyllableNweom                                                        rune = 0xB230
	HangulSyllableNweob                                                        rune = 0xB231
	HangulSyllableNweobs                                                       rune = 0xB232
	HangulSyllableNweos                                                        rune = 0xB233
	HangulSyllableNweoss                                                       rune = 0xB234
	HangulSyllableNweong                                                       rune = 0xB235
	HangulSyllableNweoj                                                        rune = 0xB236
	HangulSyllableNweoc                                                        rune = 0xB237
	HangulSyllableNweok                                                        rune = 0xB238
	HangulSyllableNweot                                                        rune = 0xB239
	HangulSyllableNweop                                                        rune = 0xB23A
	HangulSyllableNweoh                                                        rune = 0xB23B
	HangulSyllableNwe                                                          rune = 0xB23C
	HangulSyllableNweg                                                         rune = 0xB23D
	HangulSyllableNwegg                                                        rune = 0xB23E
	HangulSyllableNwegs                                                        rune = 0xB23F
	HangulSyllableNwen                                                         rune = 0xB240
	HangulSyllableNwenj                                                        rune = 0xB241
	HangulSyllableNwenh                                                        rune = 0xB242
	HangulSyllableNwed                                                         rune = 0xB243
	HangulSyllableNwel                                                         rune = 0xB244
	HangulSyllableNwelg                                                        rune = 0xB245
	HangulSyllableNwelm                                                        rune = 0xB246
	HangulSyllableNwelb                                                        rune = 0xB247
	HangulSyllableNwels                                                        rune = 0xB248
	HangulSyllableNwelt                                                        rune = 0xB249
	HangulSyllableNwelp                                                        rune = 0xB24A
	HangulSyllableNwelh                                                        rune = 0xB24B
	HangulSyllableNwem                                                         rune = 0xB24C
	HangulSyllableNweb                                                         rune = 0xB24D
	HangulSyllableNwebs                                                        rune = 0xB24E
	HangulSyllableNwes                                                         rune = 0xB24F
	HangulSyllableNwess                                                        rune = 0xB250
	HangulSyllableNweng                                                        rune = 0xB251
	HangulSyllableNwej                                                         rune = 0xB252
	HangulSyllableNwec                                                         rune = 0xB253
	HangulSyllableNwek                                                         rune = 0xB254
	HangulSyllableNwet                                                         rune = 0xB255
	HangulSyllableNwep                                                         rune = 0xB256
	HangulSyllableNweh                                                         rune = 0xB257
	HangulSyllableNwi                                                          rune = 0xB258
	HangulSyllableNwig                                                         rune = 0xB259
	HangulSyllableNwigg                                                        rune = 0xB25A
	HangulSyllableNwigs                                                        rune = 0xB25B
	HangulSyllableNwin                                                         rune = 0xB25C
	HangulSyllableNwinj                                                        rune = 0xB25D
	HangulSyllableNwinh                                                        rune = 0xB25E
	HangulSyllableNwid                                                         rune = 0xB25F
	HangulSyllableNwil                                                         rune = 0xB260
	HangulSyllableNwilg                                                        rune = 0xB261
	HangulSyllableNwilm                                                        rune = 0xB262
	HangulSyllableNwilb                                                        rune = 0xB263
	HangulSyllableNwils                                                        rune = 0xB264
	HangulSyllableNwilt                                                        rune = 0xB265
	HangulSyllableNwilp                                                        rune = 0xB266
	HangulSyllableNwilh                                                        rune = 0xB267
	HangulSyllableNwim                                                         rune = 0xB268
	HangulSyllableNwib                                                         rune = 0xB269
	HangulSyllableNwibs                                                        rune = 0xB26A
	HangulSyllableNwis                                                         rune = 0xB26B
	HangulSyllableNwiss                                                        rune = 0xB26C
	HangulSyllableNwing                                                        rune = 0xB26D
	HangulSyllableNwij                                                         rune = 0xB26E
	HangulSyllableNwic                                                         rune = 0xB26F
	HangulSyllableNwik                                                         rune = 0xB270
	HangulSyllableNwit                                                         rune = 0xB271
	HangulSyllableNwip                                                         rune = 0xB272
	HangulSyllableNwih                                                         rune = 0xB273
	HangulSyllableNyu                                                          rune = 0xB274
	HangulSyllableNyug                                                         rune = 0xB275
	HangulSyllableNyugg                                                        rune = 0xB276
	HangulSyllableNyugs                                                        rune = 0xB277
	HangulSyllableNyun                                                         rune = 0xB278
	HangulSyllableNyunj                                                        rune = 0xB279
	HangulSyllableNyunh                                                        rune = 0xB27A
	HangulSyllableNyud                                                         rune = 0xB27B
	HangulSyllableNyul                                                         rune = 0xB27C
	HangulSyllableNyulg                                                        rune = 0xB27D
	HangulSyllableNyulm                                                        rune = 0xB27E
	HangulSyllableNyulb                                                        rune = 0xB27F
	HangulSyllableNyuls                                                        rune = 0xB280
	HangulSyllableNyult                                                        rune = 0xB281
	HangulSyllableNyulp                                                        rune = 0xB282
	HangulSyllableNyulh                                                        rune = 0xB283
	HangulSyllableNyum                                                         rune = 0xB284
	HangulSyllableNyub                                                         rune = 0xB285
	HangulSyllableNyubs                                                        rune = 0xB286
	HangulSyllableNyus                                                         rune = 0xB287
	HangulSyllableNyuss                                                        rune = 0xB288
	HangulSyllableNyung                                                        rune = 0xB289
	HangulSyllableNyuj                                                         rune = 0xB28A
	HangulSyllableNyuc                                                         rune = 0xB28B
	HangulSyllableNyuk                                                         rune = 0xB28C
	HangulSyllableNyut                                                         rune = 0xB28D
	HangulSyllableNyup                                                         rune = 0xB28E
	HangulSyllableNyuh                                                         rune = 0xB28F
	HangulSyllableNeu                                                          rune = 0xB290
	HangulSyllableNeug                                                         rune = 0xB291
	HangulSyllableNeugg                                                        rune = 0xB292
	HangulSyllableNeugs                                                        rune = 0xB293
	HangulSyllableNeun                                                         rune = 0xB294
	HangulSyllableNeunj                                                        rune = 0xB295
	HangulSyllableNeunh                                                        rune = 0xB296
	HangulSyllableNeud                                                         rune = 0xB297
	HangulSyllableNeul                                                         rune = 0xB298
	HangulSyllableNeulg                                                        rune = 0xB299
	HangulSyllableNeulm                                                        rune = 0xB29A
	HangulSyllableNeulb                                                        rune = 0xB29B
	HangulSyllableNeuls                                                        rune = 0xB29C
	HangulSyllableNeult                                                        rune = 0xB29D
	HangulSyllableNeulp                                                        rune = 0xB29E
	HangulSyllableNeulh                                                        rune = 0xB29F
	HangulSyllableNeum                                                         rune = 0xB2A0
	HangulSyllableNeub                                                         rune = 0xB2A1
	HangulSyllableNeubs                                                        rune = 0xB2A2
	HangulSyllableNeus                                                         rune = 0xB2A3
	HangulSyllableNeuss                                                        rune = 0xB2A4
	HangulSyllableNeung                                                        rune = 0xB2A5
	HangulSyllableNeuj                                                         rune = 0xB2A6
	HangulSyllableNeuc                                                         rune = 0xB2A7
	HangulSyllableNeuk                                                         rune = 0xB2A8
	HangulSyllableNeut                                                         rune = 0xB2A9
	HangulSyllableNeup                                                         rune = 0xB2AA
	HangulSyllableNeuh                                                         rune = 0xB2AB
	HangulSyllableNyi                                                          rune = 0xB2AC
	HangulSyllableNyig                                                         rune = 0xB2AD
	HangulSyllableNyigg                                                        rune = 0xB2AE
	HangulSyllableNyigs                                                        rune = 0xB2AF
	HangulSyllableNyin                                                         rune = 0xB2B0
	HangulSyllableNyinj                                                        rune = 0xB2B1
	HangulSyllableNyinh                                                        rune = 0xB2B2
	HangulSyllableNyid                                                         rune = 0xB2B3
	HangulSyllableNyil                                                         rune = 0xB2B4
	HangulSyllableNyilg                                                        rune = 0xB2B5
	HangulSyllableNyilm                                                        rune = 0xB2B6
	HangulSyllableNyilb                                                        rune = 0xB2B7
	HangulSyllableNyils                                                        rune = 0xB2B8
	HangulSyllableNyilt                                                        rune = 0xB2B9
	HangulSyllableNyilp                                                        rune = 0xB2BA
	HangulSyllableNyilh                                                        rune = 0xB2BB
	HangulSyllableNyim                                                         rune = 0xB2BC
	HangulSyllableNyib                                                         rune = 0xB2BD
	HangulSyllableNyibs                                                        rune = 0xB2BE
	HangulSyllableNyis                                                         rune = 0xB2BF
	HangulSyllableNyiss                                                        rune = 0xB2C0
	HangulSyllableNying                                                        rune = 0xB2C1
	HangulSyllableNyij                                                         rune = 0xB2C2
	HangulSyllableNyic                                                         rune = 0xB2C3
	HangulSyllableNyik                                                         rune = 0xB2C4
	HangulSyllableNyit                                                         rune = 0xB2C5
	HangulSyllableNyip                                                         rune = 0xB2C6
	HangulSyllableNyih                                                         rune = 0xB2C7
	HangulSyllableNi                                                           rune = 0xB2C8
	HangulSyllableNig                                                          rune = 0xB2C9
	HangulSyllableNigg                                                         rune = 0xB2CA
	HangulSyllableNigs                                                         rune = 0xB2CB
	HangulSyllableNin                                                          rune = 0xB2CC
	HangulSyllableNinj                                                         rune = 0xB2CD
	HangulSyllableNinh                                                         rune = 0xB2CE
	HangulSyllableNid                                                          rune = 0xB2CF
	HangulSyllableNil                                                          rune = 0xB2D0
	HangulSyllableNilg                                                         rune = 0xB2D1
	HangulSyllableNilm                                                         rune = 0xB2D2
	HangulSyllableNilb                                                         rune = 0xB2D3
	HangulSyllableNils                                                         rune = 0xB2D4
	HangulSyllableNilt                                                         rune = 0xB2D5
	HangulSyllableNilp                                                         rune = 0xB2D6
	HangulSyllableNilh                                                         rune = 0xB2D7
	HangulSyllableNim                                                          rune = 0xB2D8
	HangulSyllableNib                                                          rune = 0xB2D9
	HangulSyllableNibs                                                         rune = 0xB2DA
	HangulSyllableNis                                                          rune = 0xB2DB
	HangulSyllableNiss                                                         rune = 0xB2DC
	HangulSyllableNing                                                         rune = 0xB2DD
	HangulSyllableNij                                                          rune = 0xB2DE
	HangulSyllableNic                                                          rune = 0xB2DF
	HangulSyllableNik                                                          rune = 0xB2E0
	HangulSyllableNit                                                          rune = 0xB2E1
	HangulSyllableNip                                                          rune = 0xB2E2
	HangulSyllableNih                                                          rune = 0xB2E3
	HangulSyllableDa                                                           rune = 0xB2E4
	HangulSyllableDag                                                          rune = 0xB2E5
	HangulSyllableDagg                                                         rune = 0xB2E6
	HangulSyllableDags                                                         rune = 0xB2E7
	HangulSyllableDan                                                          rune = 0xB2E8
	HangulSyllableDanj                                                         rune = 0xB2E9
	HangulSyllableDanh                                                         rune = 0xB2EA
	HangulSyllableDad                                                          rune = 0xB2EB
	HangulSyllableDal                                                          rune = 0xB2EC
	HangulSyllableDalg                                                         rune = 0xB2ED
	HangulSyllableDalm                                                         rune = 0xB2EE
	HangulSyllableDalb                                                         rune = 0xB2EF
	HangulSyllableDals                                                         rune = 0xB2F0
	HangulSyllableDalt                                                         rune = 0xB2F1
	HangulSyllableDalp                                                         rune = 0xB2F2
	HangulSyllableDalh                                                         rune = 0xB2F3
	HangulSyllableDam                                                          rune = 0xB2F4
	HangulSyllableDab                                                          rune = 0xB2F5
	HangulSyllableDabs                                                         rune = 0xB2F6
	HangulSyllableDas                                                          rune = 0xB2F7
	HangulSyllableDass                                                         rune = 0xB2F8
	HangulSyllableDang                                                         rune = 0xB2F9
	HangulSyllableDaj                                                          rune = 0xB2FA
	HangulSyllableDac                                                          rune = 0xB2FB
	HangulSyllableDak                                                          rune = 0xB2FC
	HangulSyllableDat                                                          rune = 0xB2FD
	HangulSyllableDap                                                          rune = 0xB2FE
	HangulSyllableDah                                                          rune = 0xB2FF
	HangulSyllableDae                                                          rune = 0xB300
	HangulSyllableDaeg                                                         rune = 0xB301
	HangulSyllableDaegg                                                        rune = 0xB302
	HangulSyllableDaegs                                                        rune = 0xB303
	HangulSyllableDaen                                                         rune = 0xB304
	HangulSyllableDaenj                                                        rune = 0xB305
	HangulSyllableDaenh                                                        rune = 0xB306
	HangulSyllableDaed                                                         rune = 0xB307
	HangulSyllableDael                                                         rune = 0xB308
	HangulSyllableDaelg                                                        rune = 0xB309
	HangulSyllableDaelm                                                        rune = 0xB30A
	HangulSyllableDaelb                                                        rune = 0xB30B
	HangulSyllableDaels                                                        rune = 0xB30C
	HangulSyllableDaelt                                                        rune = 0xB30D
	HangulSyllableDaelp                                                        rune = 0xB30E
	HangulSyllableDaelh                                                        rune = 0xB30F
	HangulSyllableDaem                                                         rune = 0xB310
	HangulSyllableDaeb                                                         rune = 0xB311
	HangulSyllableDaebs                                                        rune = 0xB312
	HangulSyllableDaes                                                         rune = 0xB313
	HangulSyllableDaess                                                        rune = 0xB314
	HangulSyllableDaeng                                                        rune = 0xB315
	HangulSyllableDaej                                                         rune = 0xB316
	HangulSyllableDaec                                                         rune = 0xB317
	HangulSyllableDaek                                                         rune = 0xB318
	HangulSyllableDaet                                                         rune = 0xB319
	HangulSyllableDaep                                                         rune = 0xB31A
	HangulSyllableDaeh                                                         rune = 0xB31B
	HangulSyllableDya                                                          rune = 0xB31C
	HangulSyllableDyag                                                         rune = 0xB31D
	HangulSyllableDyagg                                                        rune = 0xB31E
	HangulSyllableDyags                                                        rune = 0xB31F
	HangulSyllableDyan                                                         rune = 0xB320
	HangulSyllableDyanj                                                        rune = 0xB321
	HangulSyllableDyanh                                                        rune = 0xB322
	HangulSyllableDyad                                                         rune = 0xB323
	HangulSyllableDyal                                                         rune = 0xB324
	HangulSyllableDyalg                                                        rune = 0xB325
	HangulSyllableDyalm                                                        rune = 0xB326
	HangulSyllableDyalb                                                        rune = 0xB327
	HangulSyllableDyals                                                        rune = 0xB328
	HangulSyllableDyalt                                                        rune = 0xB329
	HangulSyllableDyalp                                                        rune = 0xB32A
	HangulSyllableDyalh                                                        rune = 0xB32B
	HangulSyllableDyam                                                         rune = 0xB32C
	HangulSyllableDyab                                                         rune = 0xB32D
	HangulSyllableDyabs                                                        rune = 0xB32E
	HangulSyllableDyas                                                         rune = 0xB32F
	HangulSyllableDyass                                                        rune = 0xB330
	HangulSyllableDyang                                                        rune = 0xB331
	HangulSyllableDyaj                                                         rune = 0xB332
	HangulSyllableDyac                                                         rune = 0xB333
	HangulSyllableDyak                                                         rune = 0xB334
	HangulSyllableDyat                                                         rune = 0xB335
	HangulSyllableDyap                                                         rune = 0xB336
	HangulSyllableDyah                                                         rune = 0xB337
	HangulSyllableDyae                                                         rune = 0xB338
	HangulSyllableDyaeg                                                        rune = 0xB339
	HangulSyllableDyaegg                                                       rune = 0xB33A
	HangulSyllableDyaegs                                                       rune = 0xB33B
	HangulSyllableDyaen                                                        rune = 0xB33C
	HangulSyllableDyaenj                                                       rune = 0xB33D
	HangulSyllableDyaenh                                                       rune = 0xB33E
	HangulSyllableDyaed                                                        rune = 0xB33F
	HangulSyllableDyael                                                        rune = 0xB340
	HangulSyllableDyaelg                                                       rune = 0xB341
	HangulSyllableDyaelm                                                       rune = 0xB342
	HangulSyllableDyaelb                                                       rune = 0xB343
	HangulSyllableDyaels                                                       rune = 0xB344
	HangulSyllableDyaelt                                                       rune = 0xB345
	HangulSyllableDyaelp                                                       rune = 0xB346
	HangulSyllableDyaelh                                                       rune = 0xB347
	HangulSyllableDyaem                                                        rune = 0xB348
	HangulSyllableDyaeb                                                        rune = 0xB349
	HangulSyllableDyaebs                                                       rune = 0xB34A
	HangulSyllableDyaes                                                        rune = 0xB34B
	HangulSyllableDyaess                                                       rune = 0xB34C
	HangulSyllableDyaeng                                                       rune = 0xB34D
	HangulSyllableDyaej                                                        rune = 0xB34E
	HangulSyllableDyaec                                                        rune = 0xB34F
	HangulSyllableDyaek                                                        rune = 0xB350
	HangulSyllableDyaet                                                        rune = 0xB351
	HangulSyllableDyaep                                                        rune = 0xB352
	HangulSyllableDyaeh                                                        rune = 0xB353
	HangulSyllableDeo                                                          rune = 0xB354
	HangulSyllableDeog                                                         rune = 0xB355
	HangulSyllableDeogg                                                        rune = 0xB356
	HangulSyllableDeogs                                                        rune = 0xB357
	HangulSyllableDeon                                                         rune = 0xB358
	HangulSyllableDeonj                                                        rune = 0xB359
	HangulSyllableDeonh                                                        rune = 0xB35A
	HangulSyllableDeod                                                         rune = 0xB35B
	HangulSyllableDeol                                                         rune = 0xB35C
	HangulSyllableDeolg                                                        rune = 0xB35D
	HangulSyllableDeolm                                                        rune = 0xB35E
	HangulSyllableDeolb                                                        rune = 0xB35F
	HangulSyllableDeols                                                        rune = 0xB360
	HangulSyllableDeolt                                                        rune = 0xB361
	HangulSyllableDeolp                                                        rune = 0xB362
	HangulSyllableDeolh                                                        rune = 0xB363
	HangulSyllableDeom                                                         rune = 0xB364
	HangulSyllableDeob                                                         rune = 0xB365
	HangulSyllableDeobs                                                        rune = 0xB366
	HangulSyllableDeos                                                         rune = 0xB367
	HangulSyllableDeoss                                                        rune = 0xB368
	HangulSyllableDeong                                                        rune = 0xB369
	HangulSyllableDeoj                                                         rune = 0xB36A
	HangulSyllableDeoc                                                         rune = 0xB36B
	HangulSyllableDeok                                                         rune = 0xB36C
	HangulSyllableDeot                                                         rune = 0xB36D
	HangulSyllableDeop                                                         rune = 0xB36E
	HangulSyllableDeoh                                                         rune = 0xB36F
	HangulSyllableDe                                                           rune = 0xB370
	HangulSyllableDeg                                                          rune = 0xB371
	HangulSyllableDegg                                                         rune = 0xB372
	HangulSyllableDegs                                                         rune = 0xB373
	HangulSyllableDen                                                          rune = 0xB374
	HangulSyllableDenj                                                         rune = 0xB375
	HangulSyllableDenh                                                         rune = 0xB376
	HangulSyllableDed                                                          rune = 0xB377
	HangulSyllableDel                                                          rune = 0xB378
	HangulSyllableDelg                                                         rune = 0xB379
	HangulSyllableDelm                                                         rune = 0xB37A
	HangulSyllableDelb                                                         rune = 0xB37B
	HangulSyllableDels                                                         rune = 0xB37C
	HangulSyllableDelt                                                         rune = 0xB37D
	HangulSyllableDelp                                                         rune = 0xB37E
	HangulSyllableDelh                                                         rune = 0xB37F
	HangulSyllableDem                                                          rune = 0xB380
	HangulSyllableDeb                                                          rune = 0xB381
	HangulSyllableDebs                                                         rune = 0xB382
	HangulSyllableDes                                                          rune = 0xB383
	HangulSyllableDess                                                         rune = 0xB384
	HangulSyllableDeng                                                         rune = 0xB385
	HangulSyllableDej                                                          rune = 0xB386
	HangulSyllableDec                                                          rune = 0xB387
	HangulSyllableDek                                                          rune = 0xB388
	HangulSyllableDet                                                          rune = 0xB389
	HangulSyllableDep                                                          rune = 0xB38A
	HangulSyllableDeh                                                          rune = 0xB38B
	HangulSyllableDyeo                                                         rune = 0xB38C
	HangulSyllableDyeog                                                        rune = 0xB38D
	HangulSyllableDyeogg                                                       rune = 0xB38E
	HangulSyllableDyeogs                                                       rune = 0xB38F
	HangulSyllableDyeon                                                        rune = 0xB390
	HangulSyllableDyeonj                                                       rune = 0xB391
	HangulSyllableDyeonh                                                       rune = 0xB392
	HangulSyllableDyeod                                                        rune = 0xB393
	HangulSyllableDyeol                                                        rune = 0xB394
	HangulSyllableDyeolg                                                       rune = 0xB395
	HangulSyllableDyeolm                                                       rune = 0xB396
	HangulSyllableDyeolb                                                       rune = 0xB397
	HangulSyllableDyeols                                                       rune = 0xB398
	HangulSyllableDyeolt                                                       rune = 0xB399
	HangulSyllableDyeolp                                                       rune = 0xB39A
	HangulSyllableDyeolh                                                       rune = 0xB39B
	HangulSyllableDyeom                                                        rune = 0xB39C
	HangulSyllableDyeob                                                        rune = 0xB39D
	HangulSyllableDyeobs                                                       rune = 0xB39E
	HangulSyllableDyeos                                                        rune = 0xB39F
	HangulSyllableDyeoss                                                       rune = 0xB3A0
	HangulSyllableDyeong                                                       rune = 0xB3A1
	HangulSyllableDyeoj                                                        rune = 0xB3A2
	HangulSyllableDyeoc                                                        rune = 0xB3A3
	HangulSyllableDyeok                                                        rune = 0xB3A4
	HangulSyllableDyeot                                                        rune = 0xB3A5
	HangulSyllableDyeop                                                        rune = 0xB3A6
	HangulSyllableDyeoh                                                        rune = 0xB3A7
	HangulSyllableDye                                                          rune = 0xB3A8
	HangulSyllableDyeg                                                         rune = 0xB3A9
	HangulSyllableDyegg                                                        rune = 0xB3AA
	HangulSyllableDyegs                                                        rune = 0xB3AB
	HangulSyllableDyen                                                         rune = 0xB3AC
	HangulSyllableDyenj                                                        rune = 0xB3AD
	HangulSyllableDyenh                                                        rune = 0xB3AE
	HangulSyllableDyed                                                         rune = 0xB3AF
	HangulSyllableDyel                                                         rune = 0xB3B0
	HangulSyllableDyelg                                                        rune = 0xB3B1
	HangulSyllableDyelm                                                        rune = 0xB3B2
	HangulSyllableDyelb                                                        rune = 0xB3B3
	HangulSyllableDyels                                                        rune = 0xB3B4
	HangulSyllableDyelt                                                        rune = 0xB3B5
	HangulSyllableDyelp                                                        rune = 0xB3B6
	HangulSyllableDyelh                                                        rune = 0xB3B7
	HangulSyllableDyem                                                         rune = 0xB3B8
	HangulSyllableDyeb                                                         rune = 0xB3B9
	HangulSyllableDyebs                                                        rune = 0xB3BA
	HangulSyllableDyes                                                         rune = 0xB3BB
	HangulSyllableDyess                                                        rune = 0xB3BC
	HangulSyllableDyeng                                                        rune = 0xB3BD
	HangulSyllableDyej                                                         rune = 0xB3BE
	HangulSyllableDyec                                                         rune = 0xB3BF
	HangulSyllableDyek                                                         rune = 0xB3C0
	HangulSyllableDyet                                                         rune = 0xB3C1
	HangulSyllableDyep                                                         rune = 0xB3C2
	HangulSyllableDyeh                                                         rune = 0xB3C3
	HangulSyllableDo                                                           rune = 0xB3C4
	HangulSyllableDog                                                          rune = 0xB3C5
	HangulSyllableDogg                                                         rune = 0xB3C6
	HangulSyllableDogs                                                         rune = 0xB3C7
	HangulSyllableDon                                                          rune = 0xB3C8
	HangulSyllableDonj                                                         rune = 0xB3C9
	HangulSyllableDonh                                                         rune = 0xB3CA
	HangulSyllableDod                                                          rune = 0xB3CB
	HangulSyllableDol                                                          rune = 0xB3CC
	HangulSyllableDolg                                                         rune = 0xB3CD
	HangulSyllableDolm                                                         rune = 0xB3CE
	HangulSyllableDolb                                                         rune = 0xB3CF
	HangulSyllableDols                                                         rune = 0xB3D0
	HangulSyllableDolt                                                         rune = 0xB3D1
	HangulSyllableDolp                                                         rune = 0xB3D2
	HangulSyllableDolh                                                         rune = 0xB3D3
	HangulSyllableDom                                                          rune = 0xB3D4
	HangulSyllableDob                                                          rune = 0xB3D5
	HangulSyllableDobs                                                         rune = 0xB3D6
	HangulSyllableDos                                                          rune = 0xB3D7
	HangulSyllableDoss                                                         rune = 0xB3D8
	HangulSyllableDong                                                         rune = 0xB3D9
	HangulSyllableDoj                                                          rune = 0xB3DA
	HangulSyllableDoc                                                          rune = 0xB3DB
	HangulSyllableDok                                                          rune = 0xB3DC
	HangulSyllableDot                                                          rune = 0xB3DD
	HangulSyllableDop                                                          rune = 0xB3DE
	HangulSyllableDoh                                                          rune = 0xB3DF
	HangulSyllableDwa                                                          rune = 0xB3E0
	HangulSyllableDwag                                                         rune = 0xB3E1
	HangulSyllableDwagg                                                        rune = 0xB3E2
	HangulSyllableDwags                                                        rune = 0xB3E3
	HangulSyllableDwan                                                         rune = 0xB3E4
	HangulSyllableDwanj                                                        rune = 0xB3E5
	HangulSyllableDwanh                                                        rune = 0xB3E6
	HangulSyllableDwad                                                         rune = 0xB3E7
	HangulSyllableDwal                                                         rune = 0xB3E8
	HangulSyllableDwalg                                                        rune = 0xB3E9
	HangulSyllableDwalm                                                        rune = 0xB3EA
	HangulSyllableDwalb                                                        rune = 0xB3EB
	HangulSyllableDwals                                                        rune = 0xB3EC
	HangulSyllableDwalt                                                        rune = 0xB3ED
	HangulSyllableDwalp                                                        rune = 0xB3EE
	HangulSyllableDwalh                                                        rune = 0xB3EF
	HangulSyllableDwam                                                         rune = 0xB3F0
	HangulSyllableDwab                                                         rune = 0xB3F1
	HangulSyllableDwabs                                                        rune = 0xB3F2
	HangulSyllableDwas                                                         rune = 0xB3F3
	HangulSyllableDwass                                                        rune = 0xB3F4
	HangulSyllableDwang                                                        rune = 0xB3F5
	HangulSyllableDwaj                                                         rune = 0xB3F6
	HangulSyllableDwac                                                         rune = 0xB3F7
	HangulSyllableDwak                                                         rune = 0xB3F8
	HangulSyllableDwat                                                         rune = 0xB3F9
	HangulSyllableDwap                                                         rune = 0xB3FA
	HangulSyllableDwah                                                         rune = 0xB3FB
	HangulSyllableDwae                                                         rune = 0xB3FC
	HangulSyllableDwaeg                                                        rune = 0xB3FD
	HangulSyllableDwaegg                                                       rune = 0xB3FE
	HangulSyllableDwaegs                                                       rune = 0xB3FF
	HangulSyllableDwaen                                                        rune = 0xB400
	HangulSyllableDwaenj                                                       rune = 0xB401
	HangulSyllableDwaenh                                                       rune = 0xB402
	HangulSyllableDwaed                                                        rune = 0xB403
	HangulSyllableDwael                                                        rune = 0xB404
	HangulSyllableDwaelg                                                       rune = 0xB405
	HangulSyllableDwaelm                                                       rune = 0xB406
	HangulSyllableDwaelb                                                       rune = 0xB407
	HangulSyllableDwaels                                                       rune = 0xB408
	HangulSyllableDwaelt                                                       rune = 0xB409
	HangulSyllableDwaelp                                                       rune = 0xB40A
	HangulSyllableDwaelh                                                       rune = 0xB40B
	HangulSyllableDwaem                                                        rune = 0xB40C
	HangulSyllableDwaeb                                                        rune = 0xB40D
	HangulSyllableDwaebs                                                       rune = 0xB40E
	HangulSyllableDwaes                                                        rune = 0xB40F
	HangulSyllableDwaess                                                       rune = 0xB410
	HangulSyllableDwaeng                                                       rune = 0xB411
	HangulSyllableDwaej                                                        rune = 0xB412
	HangulSyllableDwaec                                                        rune = 0xB413
	HangulSyllableDwaek                                                        rune = 0xB414
	HangulSyllableDwaet                                                        rune = 0xB415
	HangulSyllableDwaep                                                        rune = 0xB416
	HangulSyllableDwaeh                                                        rune = 0xB417
	HangulSyllableDoe                                                          rune = 0xB418
	HangulSyllableDoeg                                                         rune = 0xB419
	HangulSyllableDoegg                                                        rune = 0xB41A
	HangulSyllableDoegs                                                        rune = 0xB41B
	HangulSyllableDoen                                                         rune = 0xB41C
	HangulSyllableDoenj                                                        rune = 0xB41D
	HangulSyllableDoenh                                                        rune = 0xB41E
	HangulSyllableDoed                                                         rune = 0xB41F
	HangulSyllableDoel                                                         rune = 0xB420
	HangulSyllableDoelg                                                        rune = 0xB421
	HangulSyllableDoelm                                                        rune = 0xB422
	HangulSyllableDoelb                                                        rune = 0xB423
	HangulSyllableDoels                                                        rune = 0xB424
	HangulSyllableDoelt                                                        rune = 0xB425
	HangulSyllableDoelp                                                        rune = 0xB426
	HangulSyllableDoelh                                                        rune = 0xB427
	HangulSyllableDoem                                                         rune = 0xB428
	HangulSyllableDoeb                                                         rune = 0xB429
	HangulSyllableDoebs                                                        rune = 0xB42A
	HangulSyllableDoes                                                         rune = 0xB42B
	HangulSyllableDoess                                                        rune = 0xB42C
	HangulSyllableDoeng                                                        rune = 0xB42D
	HangulSyllableDoej                                                         rune = 0xB42E
	HangulSyllableDoec                                                         rune = 0xB42F
	HangulSyllableDoek                                                         rune = 0xB430
	HangulSyllableDoet                                                         rune = 0xB431
	HangulSyllableDoep                                                         rune = 0xB432
	HangulSyllableDoeh                                                         rune = 0xB433
	HangulSyllableDyo                                                          rune = 0xB434
	HangulSyllableDyog                                                         rune = 0xB435
	HangulSyllableDyogg                                                        rune = 0xB436
	HangulSyllableDyogs                                                        rune = 0xB437
	HangulSyllableDyon                                                         rune = 0xB438
	HangulSyllableDyonj                                                        rune = 0xB439
	HangulSyllableDyonh                                                        rune = 0xB43A
	HangulSyllableDyod                                                         rune = 0xB43B
	HangulSyllableDyol                                                         rune = 0xB43C
	HangulSyllableDyolg                                                        rune = 0xB43D
	HangulSyllableDyolm                                                        rune = 0xB43E
	HangulSyllableDyolb                                                        rune = 0xB43F
	HangulSyllableDyols                                                        rune = 0xB440
	HangulSyllableDyolt                                                        rune = 0xB441
	HangulSyllableDyolp                                                        rune = 0xB442
	HangulSyllableDyolh                                                        rune = 0xB443
	HangulSyllableDyom                                                         rune = 0xB444
	HangulSyllableDyob                                                         rune = 0xB445
	HangulSyllableDyobs                                                        rune = 0xB446
	HangulSyllableDyos                                                         rune = 0xB447
	HangulSyllableDyoss                                                        rune = 0xB448
	HangulSyllableDyong                                                        rune = 0xB449
	HangulSyllableDyoj                                                         rune = 0xB44A
	HangulSyllableDyoc                                                         rune = 0xB44B
	HangulSyllableDyok                                                         rune = 0xB44C
	HangulSyllableDyot                                                         rune = 0xB44D
	HangulSyllableDyop                                                         rune = 0xB44E
	HangulSyllableDyoh                                                         rune = 0xB44F
	HangulSyllableDu                                                           rune = 0xB450
	HangulSyllableDug                                                          rune = 0xB451
	HangulSyllableDugg                                                         rune = 0xB452
	HangulSyllableDugs                                                         rune = 0xB453
	HangulSyllableDun                                                          rune = 0xB454
	HangulSyllableDunj                                                         rune = 0xB455
	HangulSyllableDunh                                                         rune = 0xB456
	HangulSyllableDud                                                          rune = 0xB457
	HangulSyllableDul                                                          rune = 0xB458
	HangulSyllableDulg                                                         rune = 0xB459
	HangulSyllableDulm                                                         rune = 0xB45A
	HangulSyllableDulb                                                         rune = 0xB45B
	HangulSyllableDuls                                                         rune = 0xB45C
	HangulSyllableDult                                                         rune = 0xB45D
	HangulSyllableDulp                                                         rune = 0xB45E
	HangulSyllableDulh                                                         rune = 0xB45F
	HangulSyllableDum                                                          rune = 0xB460
	HangulSyllableDub                                                          rune = 0xB461
	HangulSyllableDubs                                                         rune = 0xB462
	HangulSyllableDus                                                          rune = 0xB463
	HangulSyllableDuss                                                         rune = 0xB464
	HangulSyllableDung                                                         rune = 0xB465
	HangulSyllableDuj                                                          rune = 0xB466
	HangulSyllableDuc                                                          rune = 0xB467
	HangulSyllableDuk                                                          rune = 0xB468
	HangulSyllableDut                                                          rune = 0xB469
	HangulSyllableDup                                                          rune = 0xB46A
	HangulSyllableDuh                                                          rune = 0xB46B
	HangulSyllableDweo                                                         rune = 0xB46C
	HangulSyllableDweog                                                        rune = 0xB46D
	HangulSyllableDweogg                                                       rune = 0xB46E
	HangulSyllableDweogs                                                       rune = 0xB46F
	HangulSyllableDweon                                                        rune = 0xB470
	HangulSyllableDweonj                                                       rune = 0xB471
	HangulSyllableDweonh                                                       rune = 0xB472
	HangulSyllableDweod                                                        rune = 0xB473
	HangulSyllableDweol                                                        rune = 0xB474
	HangulSyllableDweolg                                                       rune = 0xB475
	HangulSyllableDweolm                                                       rune = 0xB476
	HangulSyllableDweolb                                                       rune = 0xB477
	HangulSyllableDweols                                                       rune = 0xB478
	HangulSyllableDweolt                                                       rune = 0xB479
	HangulSyllableDweolp                                                       rune = 0xB47A
	HangulSyllableDweolh                                                       rune = 0xB47B
	HangulSyllableDweom                                                        rune = 0xB47C
	HangulSyllableDweob                                                        rune = 0xB47D
	HangulSyllableDweobs                                                       rune = 0xB47E
	HangulSyllableDweos                                                        rune = 0xB47F
	HangulSyllableDweoss                                                       rune = 0xB480
	HangulSyllableDweong                                                       rune = 0xB481
	HangulSyllableDweoj                                                        rune = 0xB482
	HangulSyllableDweoc                                                        rune = 0xB483
	HangulSyllableDweok                                                        rune = 0xB484
	HangulSyllableDweot                                                        rune = 0xB485
	HangulSyllableDweop                                                        rune = 0xB486
	HangulSyllableDweoh                                                        rune = 0xB487
	HangulSyllableDwe                                                          rune = 0xB488
	HangulSyllableDweg                                                         rune = 0xB489
	HangulSyllableDwegg                                                        rune = 0xB48A
	HangulSyllableDwegs                                                        rune = 0xB48B
	HangulSyllableDwen                                                         rune = 0xB48C
	HangulSyllableDwenj                                                        rune = 0xB48D
	HangulSyllableDwenh                                                        rune = 0xB48E
	HangulSyllableDwed                                                         rune = 0xB48F
	HangulSyllableDwel                                                         rune = 0xB490
	HangulSyllableDwelg                                                        rune = 0xB491
	HangulSyllableDwelm                                                        rune = 0xB492
	HangulSyllableDwelb                                                        rune = 0xB493
	HangulSyllableDwels                                                        rune = 0xB494
	HangulSyllableDwelt                                                        rune = 0xB495
	HangulSyllableDwelp                                                        rune = 0xB496
	HangulSyllableDwelh                                                        rune = 0xB497
	HangulSyllableDwem                                                         rune = 0xB498
	HangulSyllableDweb                                                         rune = 0xB499
	HangulSyllableDwebs                                                        rune = 0xB49A
	HangulSyllableDwes                                                         rune = 0xB49B
	HangulSyllableDwess                                                        rune = 0xB49C
	HangulSyllableDweng                                                        rune = 0xB49D
	HangulSyllableDwej                                                         rune = 0xB49E
	HangulSyllableDwec                                                         rune = 0xB49F
	HangulSyllableDwek                                                         rune = 0xB4A0
	HangulSyllableDwet                                                         rune = 0xB4A1
	HangulSyllableDwep                                                         rune = 0xB4A2
	HangulSyllableDweh                                                         rune = 0xB4A3
	HangulSyllableDwi                                                          rune = 0xB4A4
	HangulSyllableDwig                                                         rune = 0xB4A5
	HangulSyllableDwigg                                                        rune = 0xB4A6
	HangulSyllableDwigs                                                        rune = 0xB4A7
	HangulSyllableDwin                                                         rune = 0xB4A8
	HangulSyllableDwinj                                                        rune = 0xB4A9
	HangulSyllableDwinh                                                        rune = 0xB4AA
	HangulSyllableDwid                                                         rune = 0xB4AB
	HangulSyllableDwil                                                         rune = 0xB4AC
	HangulSyllableDwilg                                                        rune = 0xB4AD
	HangulSyllableDwilm                                                        rune = 0xB4AE
	HangulSyllableDwilb                                                        rune = 0xB4AF
	HangulSyllableDwils                                                        rune = 0xB4B0
	HangulSyllableDwilt                                                        rune = 0xB4B1
	HangulSyllableDwilp                                                        rune = 0xB4B2
	HangulSyllableDwilh                                                        rune = 0xB4B3
	HangulSyllableDwim                                                         rune = 0xB4B4
	HangulSyllableDwib                                                         rune = 0xB4B5
	HangulSyllableDwibs                                                        rune = 0xB4B6
	HangulSyllableDwis                                                         rune = 0xB4B7
	HangulSyllableDwiss                                                        rune = 0xB4B8
	HangulSyllableDwing                                                        rune = 0xB4B9
	HangulSyllableDwij                                                         rune = 0xB4BA
	HangulSyllableDwic                                                         rune = 0xB4BB
	HangulSyllableDwik                                                         rune = 0xB4BC
	HangulSyllableDwit                                                         rune = 0xB4BD
	HangulSyllableDwip                                                         rune = 0xB4BE
	HangulSyllableDwih                                                         rune = 0xB4BF
	HangulSyllableDyu                                                          rune = 0xB4C0
	HangulSyllableDyug                                                         rune = 0xB4C1
	HangulSyllableDyugg                                                        rune = 0xB4C2
	HangulSyllableDyugs                                                        rune = 0xB4C3
	HangulSyllableDyun                                                         rune = 0xB4C4
	HangulSyllableDyunj                                                        rune = 0xB4C5
	HangulSyllableDyunh                                                        rune = 0xB4C6
	HangulSyllableDyud                                                         rune = 0xB4C7
	HangulSyllableDyul                                                         rune = 0xB4C8
	HangulSyllableDyulg                                                        rune = 0xB4C9
	HangulSyllableDyulm                                                        rune = 0xB4CA
	HangulSyllableDyulb                                                        rune = 0xB4CB
	HangulSyllableDyuls                                                        rune = 0xB4CC
	HangulSyllableDyult                                                        rune = 0xB4CD
	HangulSyllableDyulp                                                        rune = 0xB4CE
	HangulSyllableDyulh                                                        rune = 0xB4CF
	HangulSyllableDyum                                                         rune = 0xB4D0
	HangulSyllableDyub                                                         rune = 0xB4D1
	HangulSyllableDyubs                                                        rune = 0xB4D2
	HangulSyllableDyus                                                         rune = 0xB4D3
	HangulSyllableDyuss                                                        rune = 0xB4D4
	HangulSyllableDyung                                                        rune = 0xB4D5
	HangulSyllableDyuj                                                         rune = 0xB4D6
	HangulSyllableDyuc                                                         rune = 0xB4D7
	HangulSyllableDyuk                                                         rune = 0xB4D8
	HangulSyllableDyut                                                         rune = 0xB4D9
	HangulSyllableDyup                                                         rune = 0xB4DA
	HangulSyllableDyuh                                                         rune = 0xB4DB
	HangulSyllableDeu                                                          rune = 0xB4DC
	HangulSyllableDeug                                                         rune = 0xB4DD
	HangulSyllableDeugg                                                        rune = 0xB4DE
	HangulSyllableDeugs                                                        rune = 0xB4DF
	HangulSyllableDeun                                                         rune = 0xB4E0
	HangulSyllableDeunj                                                        rune = 0xB4E1
	HangulSyllableDeunh                                                        rune = 0xB4E2
	HangulSyllableDeud                                                         rune = 0xB4E3
	HangulSyllableDeul                                                         rune = 0xB4E4
	HangulSyllableDeulg                                                        rune = 0xB4E5
	HangulSyllableDeulm                                                        rune = 0xB4E6
	HangulSyllableDeulb                                                        rune = 0xB4E7
	HangulSyllableDeuls                                                        rune = 0xB4E8
	HangulSyllableDeult                                                        rune = 0xB4E9
	HangulSyllableDeulp                                                        rune = 0xB4EA
	HangulSyllableDeulh                                                        rune = 0xB4EB
	HangulSyllableDeum                                                         rune = 0xB4EC
	HangulSyllableDeub                                                         rune = 0xB4ED
	HangulSyllableDeubs                                                        rune = 0xB4EE
	HangulSyllableDeus                                                         rune = 0xB4EF
	HangulSyllableDeuss                                                        rune = 0xB4F0
	HangulSyllableDeung                                                        rune = 0xB4F1
	HangulSyllableDeuj                                                         rune = 0xB4F2
	HangulSyllableDeuc                                                         rune = 0xB4F3
	HangulSyllableDeuk                                                         rune = 0xB4F4
	HangulSyllableDeut                                                         rune = 0xB4F5
	HangulSyllableDeup                                                         rune = 0xB4F6
	HangulSyllableDeuh                                                         rune = 0xB4F7
	HangulSyllableDyi                                                          rune = 0xB4F8
	HangulSyllableDyig                                                         rune = 0xB4F9
	HangulSyllableDyigg                                                        rune = 0xB4FA
	HangulSyllableDyigs                                                        rune = 0xB4FB
	HangulSyllableDyin                                                         rune = 0xB4FC
	HangulSyllableDyinj                                                        rune = 0xB4FD
	HangulSyllableDyinh                                                        rune = 0xB4FE
	HangulSyllableDyid                                                         rune = 0xB4FF
	HangulSyllableDyil                                                         rune = 0xB500
	HangulSyllableDyilg                                                        rune = 0xB501
	HangulSyllableDyilm                                                        rune = 0xB502
	HangulSyllableDyilb                                                        rune = 0xB503
	HangulSyllableDyils                                                        rune = 0xB504
	HangulSyllableDyilt                                                        rune = 0xB505
	HangulSyllableDyilp                                                        rune = 0xB506
	HangulSyllableDyilh                                                        rune = 0xB507
	HangulSyllableDyim                                                         rune = 0xB508
	HangulSyllableDyib                                                         rune = 0xB509
	HangulSyllableDyibs                                                        rune = 0xB50A
	HangulSyllableDyis                                                         rune = 0xB50B
	HangulSyllableDyiss                                                        rune = 0xB50C
	HangulSyllableDying                                                        rune = 0xB50D
	HangulSyllableDyij                                                         rune = 0xB50E
	HangulSyllableDyic                                                         rune = 0xB50F
	HangulSyllableDyik                                                         rune = 0xB510
	HangulSyllableDyit                                                         rune = 0xB511
	HangulSyllableDyip                                                         rune = 0xB512
	HangulSyllableDyih                                                         rune = 0xB513
	HangulSyllableDi                                                           rune = 0xB514
	HangulSyllableDig                                                          rune = 0xB515
	HangulSyllableDigg                                                         rune = 0xB516
	HangulSyllableDigs                                                         rune = 0xB517
	HangulSyllableDin                                                          rune = 0xB518
	HangulSyllableDinj                                                         rune = 0xB519
	HangulSyllableDinh                                                         rune = 0xB51A
	HangulSyllableDid                                                          rune = 0xB51B
	HangulSyllableDil                                                          rune = 0xB51C
	HangulSyllableDilg                                                         rune = 0xB51D
	HangulSyllableDilm                                                         rune = 0xB51E
	HangulSyllableDilb                                                         rune = 0xB51F
	HangulSyllableDils                                                         rune = 0xB520
	HangulSyllableDilt                                                         rune = 0xB521
	HangulSyllableDilp                                                         rune = 0xB522
	HangulSyllableDilh                                                         rune = 0xB523
	HangulSyllableDim                                                          rune = 0xB524
	HangulSyllableDib                                                          rune = 0xB525
	HangulSyllableDibs                                                         rune = 0xB526
	HangulSyllableDis                                                          rune = 0xB527
	HangulSyllableDiss                                                         rune = 0xB528
	HangulSyllableDing                                                         rune = 0xB529
	HangulSyllableDij                                                          rune = 0xB52A
	HangulSyllableDic                                                          rune = 0xB52B
	HangulSyllableDik                                                          rune = 0xB52C
	HangulSyllableDit                                                          rune = 0xB52D
	HangulSyllableDip                                                          rune = 0xB52E
	HangulSyllableDih                                                          rune = 0xB52F
	HangulSyllableDda                                                          rune = 0xB530
	HangulSyllableDdag                                                         rune = 0xB531
	HangulSyllableDdagg                                                        rune = 0xB532
	HangulSyllableDdags                                                        rune = 0xB533
	HangulSyllableDdan                                                         rune = 0xB534
	HangulSyllableDdanj                                                        rune = 0xB535
	HangulSyllableDdanh                                                        rune = 0xB536
	HangulSyllableDdad                                                         rune = 0xB537
	HangulSyllableDdal                                                         rune = 0xB538
	HangulSyllableDdalg                                                        rune = 0xB539
	HangulSyllableDdalm                                                        rune = 0xB53A
	HangulSyllableDdalb                                                        rune = 0xB53B
	HangulSyllableDdals                                                        rune = 0xB53C
	HangulSyllableDdalt                                                        rune = 0xB53D
	HangulSyllableDdalp                                                        rune = 0xB53E
	HangulSyllableDdalh                                                        rune = 0xB53F
	HangulSyllableDdam                                                         rune = 0xB540
	HangulSyllableDdab                                                         rune = 0xB541
	HangulSyllableDdabs                                                        rune = 0xB542
	HangulSyllableDdas                                                         rune = 0xB543
	HangulSyllableDdass                                                        rune = 0xB544
	HangulSyllableDdang                                                        rune = 0xB545
	HangulSyllableDdaj                                                         rune = 0xB546
	HangulSyllableDdac                                                         rune = 0xB547
	HangulSyllableDdak                                                         rune = 0xB548
	HangulSyllableDdat                                                         rune = 0xB549
	HangulSyllableDdap                                                         rune = 0xB54A
	HangulSyllableDdah                                                         rune = 0xB54B
	HangulSyllableDdae                                                         rune = 0xB54C
	HangulSyllableDdaeg                                                        rune = 0xB54D
	HangulSyllableDdaegg                                                       rune = 0xB54E
	HangulSyllableDdaegs                                                       rune = 0xB54F
	HangulSyllableDdaen                                                        rune = 0xB550
	HangulSyllableDdaenj                                                       rune = 0xB551
	HangulSyllableDdaenh                                                       rune = 0xB552
	HangulSyllableDdaed                                                        rune = 0xB553
	HangulSyllableDdael                                                        rune = 0xB554
	HangulSyllableDdaelg                                                       rune = 0xB555
	HangulSyllableDdaelm                                                       rune = 0xB556
	HangulSyllableDdaelb                                                       rune = 0xB557
	HangulSyllableDdaels                                                       rune = 0xB558
	HangulSyllableDdaelt                                                       rune = 0xB559
	HangulSyllableDdaelp                                                       rune = 0xB55A
	HangulSyllableDdaelh                                                       rune = 0xB55B
	HangulSyllableDdaem                                                        rune = 0xB55C
	HangulSyllableDdaeb                                                        rune = 0xB55D
	HangulSyllableDdaebs                                                       rune = 0xB55E
	HangulSyllableDdaes                                                        rune = 0xB55F
	HangulSyllableDdaess                                                       rune = 0xB560
	HangulSyllableDdaeng                                                       rune = 0xB561
	HangulSyllableDdaej                                                        rune = 0xB562
	HangulSyllableDdaec                                                        rune = 0xB563
	HangulSyllableDdaek                                                        rune = 0xB564
	HangulSyllableDdaet                                                        rune = 0xB565
	HangulSyllableDdaep                                                        rune = 0xB566
	HangulSyllableDdaeh                                                        rune = 0xB567
	HangulSyllableDdya                                                         rune = 0xB568
	HangulSyllableDdyag                                                        rune = 0xB569
	HangulSyllableDdyagg                                                       rune = 0xB56A
	HangulSyllableDdyags                                                       rune = 0xB56B
	HangulSyllableDdyan                                                        rune = 0xB56C
	HangulSyllableDdyanj                                                       rune = 0xB56D
	HangulSyllableDdyanh                                                       rune = 0xB56E
	HangulSyllableDdyad                                                        rune = 0xB56F
	HangulSyllableDdyal                                                        rune = 0xB570
	HangulSyllableDdyalg                                                       rune = 0xB571
	HangulSyllableDdyalm                                                       rune = 0xB572
	HangulSyllableDdyalb                                                       rune = 0xB573
	HangulSyllableDdyals                                                       rune = 0xB574
	HangulSyllableDdyalt                                                       rune = 0xB575
	HangulSyllableDdyalp                                                       rune = 0xB576
	HangulSyllableDdyalh                                                       rune = 0xB577
	HangulSyllableDdyam                                                        rune = 0xB578
	HangulSyllableDdyab                                                        rune = 0xB579
	HangulSyllableDdyabs                                                       rune = 0xB57A
	HangulSyllableDdyas                                                        rune = 0xB57B
	HangulSyllableDdyass                                                       rune = 0xB57C
	HangulSyllableDdyang                                                       rune = 0xB57D
	HangulSyllableDdyaj                                                        rune = 0xB57E
	HangulSyllableDdyac                                                        rune = 0xB57F
	HangulSyllableDdyak                                                        rune = 0xB580
	HangulSyllableDdyat                                                        rune = 0xB581
	HangulSyllableDdyap                                                        rune = 0xB582
	HangulSyllableDdyah                                                        rune = 0xB583
	HangulSyllableDdyae                                                        rune = 0xB584
	HangulSyllableDdyaeg                                                       rune = 0xB585
	HangulSyllableDdyaegg                                                      rune = 0xB586
	HangulSyllableDdyaegs                                                      rune = 0xB587
	HangulSyllableDdyaen                                                       rune = 0xB588
	HangulSyllableDdyaenj                                                      rune = 0xB589
	HangulSyllableDdyaenh                                                      rune = 0xB58A
	HangulSyllableDdyaed                                                       rune = 0xB58B
	HangulSyllableDdyael                                                       rune = 0xB58C
	HangulSyllableDdyaelg                                                      rune = 0xB58D
	HangulSyllableDdyaelm                                                      rune = 0xB58E
	HangulSyllableDdyaelb                                                      rune = 0xB58F
	HangulSyllableDdyaels                                                      rune = 0xB590
	HangulSyllableDdyaelt                                                      rune = 0xB591
	HangulSyllableDdyaelp                                                      rune = 0xB592
	HangulSyllableDdyaelh                                                      rune = 0xB593
	HangulSyllableDdyaem                                                       rune = 0xB594
	HangulSyllableDdyaeb                                                       rune = 0xB595
	HangulSyllableDdyaebs                                                      rune = 0xB596
	HangulSyllableDdyaes                                                       rune = 0xB597
	HangulSyllableDdyaess                                                      rune = 0xB598
	HangulSyllableDdyaeng                                                      rune = 0xB599
	HangulSyllableDdyaej                                                       rune = 0xB59A
	HangulSyllableDdyaec                                                       rune = 0xB59B
	HangulSyllableDdyaek                                                       rune = 0xB59C
	HangulSyllableDdyaet                                                       rune = 0xB59D
	HangulSyllableDdyaep                                                       rune = 0xB59E
	HangulSyllableDdyaeh                                                       rune = 0xB59F
	HangulSyllableDdeo                                                         rune = 0xB5A0
	HangulSyllableDdeog                                                        rune = 0xB5A1
	HangulSyllableDdeogg                                                       rune = 0xB5A2
	HangulSyllableDdeogs                                                       rune = 0xB5A3
	HangulSyllableDdeon                                                        rune = 0xB5A4
	HangulSyllableDdeonj                                                       rune = 0xB5A5
	HangulSyllableDdeonh                                                       rune = 0xB5A6
	HangulSyllableDdeod                                                        rune = 0xB5A7
	HangulSyllableDdeol                                                        rune = 0xB5A8
	HangulSyllableDdeolg                                                       rune = 0xB5A9
	HangulSyllableDdeolm                                                       rune = 0xB5AA
	HangulSyllableDdeolb                                                       rune = 0xB5AB
	HangulSyllableDdeols                                                       rune = 0xB5AC
	HangulSyllableDdeolt                                                       rune = 0xB5AD
	HangulSyllableDdeolp                                                       rune = 0xB5AE
	HangulSyllableDdeolh                                                       rune = 0xB5AF
	HangulSyllableDdeom                                                        rune = 0xB5B0
	HangulSyllableDdeob                                                        rune = 0xB5B1
	HangulSyllableDdeobs                                                       rune = 0xB5B2
	HangulSyllableDdeos                                                        rune = 0xB5B3
	HangulSyllableDdeoss                                                       rune = 0xB5B4
	HangulSyllableDdeong                                                       rune = 0xB5B5
	HangulSyllableDdeoj                                                        rune = 0xB5B6
	HangulSyllableDdeoc                                                        rune = 0xB5B7
	HangulSyllableDdeok                                                        rune = 0xB5B8
	HangulSyllableDdeot                                                        rune = 0xB5B9
	HangulSyllableDdeop                                                        rune = 0xB5BA
	HangulSyllableDdeoh                                                        rune = 0xB5BB
	HangulSyllableDde                                                          rune = 0xB5BC
	HangulSyllableDdeg                                                         rune = 0xB5BD
	HangulSyllableDdegg                                                        rune = 0xB5BE
	HangulSyllableDdegs                                                        rune = 0xB5BF
	HangulSyllableDden                                                         rune = 0xB5C0
	HangulSyllableDdenj                                                        rune = 0xB5C1
	HangulSyllableDdenh                                                        rune = 0xB5C2
	HangulSyllableDded                                                         rune = 0xB5C3
	HangulSyllableDdel                                                         rune = 0xB5C4
	HangulSyllableDdelg                                                        rune = 0xB5C5
	HangulSyllableDdelm                                                        rune = 0xB5C6
	HangulSyllableDdelb                                                        rune = 0xB5C7
	HangulSyllableDdels                                                        rune = 0xB5C8
	HangulSyllableDdelt                                                        rune = 0xB5C9
	HangulSyllableDdelp                                                        rune = 0xB5CA
	HangulSyllableDdelh                                                        rune = 0xB5CB
	HangulSyllableDdem                                                         rune = 0xB5CC
	HangulSyllableDdeb                                                         rune = 0xB5CD
	HangulSyllableDdebs                                                        rune = 0xB5CE
	HangulSyllableDdes                                                         rune = 0xB5CF
	HangulSyllableDdess                                                        rune = 0xB5D0
	HangulSyllableDdeng                                                        rune = 0xB5D1
	HangulSyllableDdej                                                         rune = 0xB5D2
	HangulSyllableDdec                                                         rune = 0xB5D3
	HangulSyllableDdek                                                         rune = 0xB5D4
	HangulSyllableDdet                                                         rune = 0xB5D5
	HangulSyllableDdep                                                         rune = 0xB5D6
	HangulSyllableDdeh                                                         rune = 0xB5D7
	HangulSyllableDdyeo                                                        rune = 0xB5D8
	HangulSyllableDdyeog                                                       rune = 0xB5D9
	HangulSyllableDdyeogg                                                      rune = 0xB5DA
	HangulSyllableDdyeogs                                                      rune = 0xB5DB
	HangulSyllableDdyeon                                                       rune = 0xB5DC
	HangulSyllableDdyeonj                                                      rune = 0xB5DD
	HangulSyllableDdyeonh                                                      rune = 0xB5DE
	HangulSyllableDdyeod                                                       rune = 0xB5DF
	HangulSyllableDdyeol                                                       rune = 0xB5E0
	HangulSyllableDdyeolg                                                      rune = 0xB5E1
	HangulSyllableDdyeolm                                                      rune = 0xB5E2
	HangulSyllableDdyeolb                                                      rune = 0xB5E3
	HangulSyllableDdyeols                                                      rune = 0xB5E4
	HangulSyllableDdyeolt                                                      rune = 0xB5E5
	HangulSyllableDdyeolp                                                      rune = 0xB5E6
	HangulSyllableDdyeolh                                                      rune = 0xB5E7
	HangulSyllableDdyeom                                                       rune = 0xB5E8
	HangulSyllableDdyeob                                                       rune = 0xB5E9
	HangulSyllableDdyeobs                                                      rune = 0xB5EA
	HangulSyllableDdyeos                                                       rune = 0xB5EB
	HangulSyllableDdyeoss                                                      rune = 0xB5EC
	HangulSyllableDdyeong                                                      rune = 0xB5ED
	HangulSyllableDdyeoj                                                       rune = 0xB5EE
	HangulSyllableDdyeoc                                                       rune = 0xB5EF
	HangulSyllableDdyeok                                                       rune = 0xB5F0
	HangulSyllableDdyeot                                                       rune = 0xB5F1
	HangulSyllableDdyeop                                                       rune = 0xB5F2
	HangulSyllableDdyeoh                                                       rune = 0xB5F3
	HangulSyllableDdye                                                         rune = 0xB5F4
	HangulSyllableDdyeg                                                        rune = 0xB5F5
	HangulSyllableDdyegg                                                       rune = 0xB5F6
	HangulSyllableDdyegs                                                       rune = 0xB5F7
	HangulSyllableDdyen                                                        rune = 0xB5F8
	HangulSyllableDdyenj                                                       rune = 0xB5F9
	HangulSyllableDdyenh                                                       rune = 0xB5FA
	HangulSyllableDdyed                                                        rune = 0xB5FB
	HangulSyllableDdyel                                                        rune = 0xB5FC
	HangulSyllableDdyelg                                                       rune = 0xB5FD
	HangulSyllableDdyelm                                                       rune = 0xB5FE
	HangulSyllableDdyelb                                                       rune = 0xB5FF
	HangulSyllableDdyels                                                       rune = 0xB600
	HangulSyllableDdyelt                                                       rune = 0xB601
	HangulSyllableDdyelp                                                       rune = 0xB602
	HangulSyllableDdyelh                                                       rune = 0xB603
	HangulSyllableDdyem                                                        rune = 0xB604
	HangulSyllableDdyeb                                                        rune = 0xB605
	HangulSyllableDdyebs                                                       rune = 0xB606
	HangulSyllableDdyes                                                        rune = 0xB607
	HangulSyllableDdyess                                                       rune = 0xB608
	HangulSyllableDdyeng                                                       rune = 0xB609
	HangulSyllableDdyej                                                        rune = 0xB60A
	HangulSyllableDdyec                                                        rune = 0xB60B
	HangulSyllableDdyek                                                        rune = 0xB60C
	HangulSyllableDdyet                                                        rune = 0xB60D
	HangulSyllableDdyep                                                        rune = 0xB60E
	HangulSyllableDdyeh                                                        rune = 0xB60F
	HangulSyllableDdo                                                          rune = 0xB610
	HangulSyllableDdog                                                         rune = 0xB611
	HangulSyllableDdogg                                                        rune = 0xB612
	HangulSyllableDdogs                                                        rune = 0xB613
	HangulSyllableDdon                                                         rune = 0xB614
	HangulSyllableDdonj                                                        rune = 0xB615
	HangulSyllableDdonh                                                        rune = 0xB616
	HangulSyllableDdod                                                         rune = 0xB617
	HangulSyllableDdol                                                         rune = 0xB618
	HangulSyllableDdolg                                                        rune = 0xB619
	HangulSyllableDdolm                                                        rune = 0xB61A
	HangulSyllableDdolb                                                        rune = 0xB61B
	HangulSyllableDdols                                                        rune = 0xB61C
	HangulSyllableDdolt                                                        rune = 0xB61D
	HangulSyllableDdolp                                                        rune = 0xB61E
	HangulSyllableDdolh                                                        rune = 0xB61F
	HangulSyllableDdom                                                         rune = 0xB620
	HangulSyllableDdob                                                         rune = 0xB621
	HangulSyllableDdobs                                                        rune = 0xB622
	HangulSyllableDdos                                                         rune = 0xB623
	HangulSyllableDdoss                                                        rune = 0xB624
	HangulSyllableDdong                                                        rune = 0xB625
	HangulSyllableDdoj                                                         rune = 0xB626
	HangulSyllableDdoc                                                         rune = 0xB627
	HangulSyllableDdok                                                         rune = 0xB628
	HangulSyllableDdot                                                         rune = 0xB629
	HangulSyllableDdop                                                         rune = 0xB62A
	HangulSyllableDdoh                                                         rune = 0xB62B
	HangulSyllableDdwa                                                         rune = 0xB62C
	HangulSyllableDdwag                                                        rune = 0xB62D
	HangulSyllableDdwagg                                                       rune = 0xB62E
	HangulSyllableDdwags                                                       rune = 0xB62F
	HangulSyllableDdwan                                                        rune = 0xB630
	HangulSyllableDdwanj                                                       rune = 0xB631
	HangulSyllableDdwanh                                                       rune = 0xB632
	HangulSyllableDdwad                                                        rune = 0xB633
	HangulSyllableDdwal                                                        rune = 0xB634
	HangulSyllableDdwalg                                                       rune = 0xB635
	HangulSyllableDdwalm                                                       rune = 0xB636
	HangulSyllableDdwalb                                                       rune = 0xB637
	HangulSyllableDdwals                                                       rune = 0xB638
	HangulSyllableDdwalt                                                       rune = 0xB639
	HangulSyllableDdwalp                                                       rune = 0xB63A
	HangulSyllableDdwalh                                                       rune = 0xB63B
	HangulSyllableDdwam                                                        rune = 0xB63C
	HangulSyllableDdwab                                                        rune = 0xB63D
	HangulSyllableDdwabs                                                       rune = 0xB63E
	HangulSyllableDdwas                                                        rune = 0xB63F
	HangulSyllableDdwass                                                       rune = 0xB640
	HangulSyllableDdwang                                                       rune = 0xB641
	HangulSyllableDdwaj                                                        rune = 0xB642
	HangulSyllableDdwac                                                        rune = 0xB643
	HangulSyllableDdwak                                                        rune = 0xB644
	HangulSyllableDdwat                                                        rune = 0xB645
	HangulSyllableDdwap                                                        rune = 0xB646
	HangulSyllableDdwah                                                        rune = 0xB647
	HangulSyllableDdwae                                                        rune = 0xB648
	HangulSyllableDdwaeg                                                       rune = 0xB649
	HangulSyllableDdwaegg                                                      rune = 0xB64A
	HangulSyllableDdwaegs                                                      rune = 0xB64B
	HangulSyllableDdwaen                                                       rune = 0xB64C
	HangulSyllableDdwaenj                                                      rune = 0xB64D
	HangulSyllableDdwaenh                                                      rune = 0xB64E
	HangulSyllableDdwaed                                                       rune = 0xB64F
	HangulSyllableDdwael                                                       rune = 0xB650
	HangulSyllableDdwaelg                                                      rune = 0xB651
	HangulSyllableDdwaelm                                                      rune = 0xB652
	HangulSyllableDdwaelb                                                      rune = 0xB653
	HangulSyllableDdwaels                                                      rune = 0xB654
	HangulSyllableDdwaelt                                                      rune = 0xB655
	HangulSyllableDdwaelp                                                      rune = 0xB656
	HangulSyllableDdwaelh                                                      rune = 0xB657
	HangulSyllableDdwaem                                                       rune = 0xB658
	HangulSyllableDdwaeb                                                       rune = 0xB659
	HangulSyllableDdwaebs                                                      rune = 0xB65A
	HangulSyllableDdwaes                                                       rune = 0xB65B
	HangulSyllableDdwaess                                                      rune = 0xB65C
	HangulSyllableDdwaeng                                                      rune = 0xB65D
	HangulSyllableDdwaej                                                       rune = 0xB65E
	HangulSyllableDdwaec                                                       rune = 0xB65F
	HangulSyllableDdwaek                                                       rune = 0xB660
	HangulSyllableDdwaet                                                       rune = 0xB661
	HangulSyllableDdwaep                                                       rune = 0xB662
	HangulSyllableDdwaeh                                                       rune = 0xB663
	HangulSyllableDdoe                                                         rune = 0xB664
	HangulSyllableDdoeg                                                        rune = 0xB665
	HangulSyllableDdoegg                                                       rune = 0xB666
	HangulSyllableDdoegs                                                       rune = 0xB667
	HangulSyllableDdoen                                                        rune = 0xB668
	HangulSyllableDdoenj                                                       rune = 0xB669
	HangulSyllableDdoenh                                                       rune = 0xB66A
	HangulSyllableDdoed                                                        rune = 0xB66B
	HangulSyllableDdoel                                                        rune = 0xB66C
	HangulSyllableDdoelg                                                       rune = 0xB66D
	HangulSyllableDdoelm                                                       rune = 0xB66E
	HangulSyllableDdoelb                                                       rune = 0xB66F
	HangulSyllableDdoels                                                       rune = 0xB670
	HangulSyllableDdoelt                                                       rune = 0xB671
	HangulSyllableDdoelp                                                       rune = 0xB672
	HangulSyllableDdoelh                                                       rune = 0xB673
	HangulSyllableDdoem                                                        rune = 0xB674
	HangulSyllableDdoeb                                                        rune = 0xB675
	HangulSyllableDdoebs                                                       rune = 0xB676
	HangulSyllableDdoes                                                        rune = 0xB677
	HangulSyllableDdoess                                                       rune = 0xB678
	HangulSyllableDdoeng                                                       rune = 0xB679
	HangulSyllableDdoej                                                        rune = 0xB67A
	HangulSyllableDdoec                                                        rune = 0xB67B
	HangulSyllableDdoek                                                        rune = 0xB67C
	HangulSyllableDdoet                                                        rune = 0xB67D
	HangulSyllableDdoep                                                        rune = 0xB67E
	HangulSyllableDdoeh                                                        rune = 0xB67F
	HangulSyllableDdyo                                                         rune = 0xB680
	HangulSyllableDdyog                                                        rune = 0xB681
	HangulSyllableDdyogg                                                       rune = 0xB682
	HangulSyllableDdyogs                                                       rune = 0xB683
	HangulSyllableDdyon                                                        rune = 0xB684
	HangulSyllableDdyonj                                                       rune = 0xB685
	HangulSyllableDdyonh                                                       rune = 0xB686
	HangulSyllableDdyod                                                        rune = 0xB687
	HangulSyllableDdyol                                                        rune = 0xB688
	HangulSyllableDdyolg                                                       rune = 0xB689
	HangulSyllableDdyolm                                                       rune = 0xB68A
	HangulSyllableDdyolb                                                       rune = 0xB68B
	HangulSyllableDdyols                                                       rune = 0xB68C
	HangulSyllableDdyolt                                                       rune = 0xB68D
	HangulSyllableDdyolp                                                       rune = 0xB68E
	HangulSyllableDdyolh                                                       rune = 0xB68F
	HangulSyllableDdyom                                                        rune = 0xB690
	HangulSyllableDdyob                                                        rune = 0xB691
	HangulSyllableDdyobs                                                       rune = 0xB692
	HangulSyllableDdyos                                                        rune = 0xB693
	HangulSyllableDdyoss                                                       rune = 0xB694
	HangulSyllableDdyong                                                       rune = 0xB695
	HangulSyllableDdyoj                                                        rune = 0xB696
	HangulSyllableDdyoc                                                        rune = 0xB697
	HangulSyllableDdyok                                                        rune = 0xB698
	HangulSyllableDdyot                                                        rune = 0xB699
	HangulSyllableDdyop                                                        rune = 0xB69A
	HangulSyllableDdyoh                                                        rune = 0xB69B
	HangulSyllableDdu                                                          rune = 0xB69C
	HangulSyllableDdug                                                         rune = 0xB69D
	HangulSyllableDdugg                                                        rune = 0xB69E
	HangulSyllableDdugs                                                        rune = 0xB69F
	HangulSyllableDdun                                                         rune = 0xB6A0
	HangulSyllableDdunj                                                        rune = 0xB6A1
	HangulSyllableDdunh                                                        rune = 0xB6A2
	HangulSyllableDdud                                                         rune = 0xB6A3
	HangulSyllableDdul                                                         rune = 0xB6A4
	HangulSyllableDdulg                                                        rune = 0xB6A5
	HangulSyllableDdulm                                                        rune = 0xB6A6
	HangulSyllableDdulb                                                        rune = 0xB6A7
	HangulSyllableDduls                                                        rune = 0xB6A8
	HangulSyllableDdult                                                        rune = 0xB6A9
	HangulSyllableDdulp                                                        rune = 0xB6AA
	HangulSyllableDdulh                                                        rune = 0xB6AB
	HangulSyllableDdum                                                         rune = 0xB6AC
	HangulSyllableDdub                                                         rune = 0xB6AD
	HangulSyllableDdubs                                                        rune = 0xB6AE
	HangulSyllableDdus                                                         rune = 0xB6AF
	HangulSyllableDduss                                                        rune = 0xB6B0
	HangulSyllableDdung                                                        rune = 0xB6B1
	HangulSyllableDduj                                                         rune = 0xB6B2
	HangulSyllableDduc                                                         rune = 0xB6B3
	HangulSyllableDduk                                                         rune = 0xB6B4
	HangulSyllableDdut                                                         rune = 0xB6B5
	HangulSyllableDdup                                                         rune = 0xB6B6
	HangulSyllableDduh                                                         rune = 0xB6B7
	HangulSyllableDdweo                                                        rune = 0xB6B8
	HangulSyllableDdweog                                                       rune = 0xB6B9
	HangulSyllableDdweogg                                                      rune = 0xB6BA
	HangulSyllableDdweogs                                                      rune = 0xB6BB
	HangulSyllableDdweon                                                       rune = 0xB6BC
	HangulSyllableDdweonj                                                      rune = 0xB6BD
	HangulSyllableDdweonh                                                      rune = 0xB6BE
	HangulSyllableDdweod                                                       rune = 0xB6BF
	HangulSyllableDdweol                                                       rune = 0xB6C0
	HangulSyllableDdweolg                                                      rune = 0xB6C1
	HangulSyllableDdweolm                                                      rune = 0xB6C2
	HangulSyllableDdweolb                                                      rune = 0xB6C3
	HangulSyllableDdweols                                                      rune = 0xB6C4
	HangulSyllableDdweolt                                                      rune = 0xB6C5
	HangulSyllableDdweolp                                                      rune = 0xB6C6
	HangulSyllableDdweolh                                                      rune = 0xB6C7
	HangulSyllableDdweom                                                       rune = 0xB6C8
	HangulSyllableDdweob                                                       rune = 0xB6C9
	HangulSyllableDdweobs                                                      rune = 0xB6CA
	HangulSyllableDdweos                                                       rune = 0xB6CB
	HangulSyllableDdweoss                                                      rune = 0xB6CC
	HangulSyllableDdweong                                                      rune = 0xB6CD
	HangulSyllableDdweoj                                                       rune = 0xB6CE
	HangulSyllableDdweoc                                                       rune = 0xB6CF
	HangulSyllableDdweok                                                       rune = 0xB6D0
	HangulSyllableDdweot                                                       rune = 0xB6D1
	HangulSyllableDdweop                                                       rune = 0xB6D2
	HangulSyllableDdweoh                                                       rune = 0xB6D3
	HangulSyllableDdwe                                                         rune = 0xB6D4
	HangulSyllableDdweg                                                        rune = 0xB6D5
	HangulSyllableDdwegg                                                       rune = 0xB6D6
	HangulSyllableDdwegs                                                       rune = 0xB6D7
	HangulSyllableDdwen                                                        rune = 0xB6D8
	HangulSyllableDdwenj                                                       rune = 0xB6D9
	HangulSyllableDdwenh                                                       rune = 0xB6DA
	HangulSyllableDdwed                                                        rune = 0xB6DB
	HangulSyllableDdwel                                                        rune = 0xB6DC
	HangulSyllableDdwelg                                                       rune = 0xB6DD
	HangulSyllableDdwelm                                                       rune = 0xB6DE
	HangulSyllableDdwelb                                                       rune = 0xB6DF
	HangulSyllableDdwels                                                       rune = 0xB6E0
	HangulSyllableDdwelt                                                       rune = 0xB6E1
	HangulSyllableDdwelp                                                       rune = 0xB6E2
	HangulSyllableDdwelh                                                       rune = 0xB6E3
	HangulSyllableDdwem                                                        rune = 0xB6E4
	HangulSyllableDdweb                                                        rune = 0xB6E5
	HangulSyllableDdwebs                                                       rune = 0xB6E6
	HangulSyllableDdwes                                                        rune = 0xB6E7
	HangulSyllableDdwess                                                       rune = 0xB6E8
	HangulSyllableDdweng                                                       rune = 0xB6E9
	HangulSyllableDdwej                                                        rune = 0xB6EA
	HangulSyllableDdwec                                                        rune = 0xB6EB
	HangulSyllableDdwek                                                        rune = 0xB6EC
	HangulSyllableDdwet                                                        rune = 0xB6ED
	HangulSyllableDdwep                                                        rune = 0xB6EE
	HangulSyllableDdweh                                                        rune = 0xB6EF
	HangulSyllableDdwi                                                         rune = 0xB6F0
	HangulSyllableDdwig                                                        rune = 0xB6F1
	HangulSyllableDdwigg                                                       rune = 0xB6F2
	HangulSyllableDdwigs                                                       rune = 0xB6F3
	HangulSyllableDdwin                                                        rune = 0xB6F4
	HangulSyllableDdwinj                                                       rune = 0xB6F5
	HangulSyllableDdwinh                                                       rune = 0xB6F6
	HangulSyllableDdwid                                                        rune = 0xB6F7
	HangulSyllableDdwil                                                        rune = 0xB6F8
	HangulSyllableDdwilg                                                       rune = 0xB6F9
	HangulSyllableDdwilm                                                       rune = 0xB6FA
	HangulSyllableDdwilb                                                       rune = 0xB6FB
	HangulSyllableDdwils                                                       rune = 0xB6FC
	HangulSyllableDdwilt                                                       rune = 0xB6FD
	HangulSyllableDdwilp                                                       rune = 0xB6FE
	HangulSyllableDdwilh                                                       rune = 0xB6FF
	HangulSyllableDdwim                                                        rune = 0xB700
	HangulSyllableDdwib                                                        rune = 0xB701
	HangulSyllableDdwibs                                                       rune = 0xB702
	HangulSyllableDdwis                                                        rune = 0xB703
	HangulSyllableDdwiss                                                       rune = 0xB704
	HangulSyllableDdwing                                                       rune = 0xB705
	HangulSyllableDdwij                                                        rune = 0xB706
	HangulSyllableDdwic                                                        rune = 0xB707
	HangulSyllableDdwik                                                        rune = 0xB708
	HangulSyllableDdwit                                                        rune = 0xB709
	HangulSyllableDdwip                                                        rune = 0xB70A
	HangulSyllableDdwih                                                        rune = 0xB70B
	HangulSyllableDdyu                                                         rune = 0xB70C
	HangulSyllableDdyug                                                        rune = 0xB70D
	HangulSyllableDdyugg                                                       rune = 0xB70E
	HangulSyllableDdyugs                                                       rune = 0xB70F
	HangulSyllableDdyun                                                        rune = 0xB710
	HangulSyllableDdyunj                                                       rune = 0xB711
	HangulSyllableDdyunh                                                       rune = 0xB712
	HangulSyllableDdyud                                                        rune = 0xB713
	HangulSyllableDdyul                                                        rune = 0xB714
	HangulSyllableDdyulg                                                       rune = 0xB715
	HangulSyllableDdyulm                                                       rune = 0xB716
	HangulSyllableDdyulb                                                       rune = 0xB717
	HangulSyllableDdyuls                                                       rune = 0xB718
	HangulSyllableDdyult                                                       rune = 0xB719
	HangulSyllableDdyulp                                                       rune = 0xB71A
	HangulSyllableDdyulh                                                       rune = 0xB71B
	HangulSyllableDdyum                                                        rune = 0xB71C
	HangulSyllableDdyub                                                        rune = 0xB71D
	HangulSyllableDdyubs                                                       rune = 0xB71E
	HangulSyllableDdyus                                                        rune = 0xB71F
	HangulSyllableDdyuss                                                       rune = 0xB720
	HangulSyllableDdyung                                                       rune = 0xB721
	HangulSyllableDdyuj                                                        rune = 0xB722
	HangulSyllableDdyuc                                                        rune = 0xB723
	HangulSyllableDdyuk                                                        rune = 0xB724
	HangulSyllableDdyut                                                        rune = 0xB725
	HangulSyllableDdyup                                                        rune = 0xB726
	HangulSyllableDdyuh                                                        rune = 0xB727
	HangulSyllableDdeu                                                         rune = 0xB728
	HangulSyllableDdeug                                                        rune = 0xB729
	HangulSyllableDdeugg                                                       rune = 0xB72A
	HangulSyllableDdeugs                                                       rune = 0xB72B
	HangulSyllableDdeun                                                        rune = 0xB72C
	HangulSyllableDdeunj                                                       rune = 0xB72D
	HangulSyllableDdeunh                                                       rune = 0xB72E
	HangulSyllableDdeud                                                        rune = 0xB72F
	HangulSyllableDdeul                                                        rune = 0xB730
	HangulSyllableDdeulg                                                       rune = 0xB731
	HangulSyllableDdeulm                                                       rune = 0xB732
	HangulSyllableDdeulb                                                       rune = 0xB733
	HangulSyllableDdeuls                                                       rune = 0xB734
	HangulSyllableDdeult                                                       rune = 0xB735
	HangulSyllableDdeulp                                                       rune = 0xB736
	HangulSyllableDdeulh                                                       rune = 0xB737
	HangulSyllableDdeum                                                        rune = 0xB738
	HangulSyllableDdeub                                                        rune = 0xB739
	HangulSyllableDdeubs                                                       rune = 0xB73A
	HangulSyllableDdeus                                                        rune = 0xB73B
	HangulSyllableDdeuss                                                       rune = 0xB73C
	HangulSyllableDdeung                                                       rune = 0xB73D
	HangulSyllableDdeuj                                                        rune = 0xB73E
	HangulSyllableDdeuc                                                        rune = 0xB73F
	HangulSyllableDdeuk                                                        rune = 0xB740
	HangulSyllableDdeut                                                        rune = 0xB741
	HangulSyllableDdeup                                                        rune = 0xB742
	HangulSyllableDdeuh                                                        rune = 0xB743
	HangulSyllableDdyi                                                         rune = 0xB744
	HangulSyllableDdyig                                                        rune = 0xB745
	HangulSyllableDdyigg                                                       rune = 0xB746
	HangulSyllableDdyigs                                                       rune = 0xB747
	HangulSyllableDdyin                                                        rune = 0xB748
	HangulSyllableDdyinj                                                       rune = 0xB749
	HangulSyllableDdyinh                                                       rune = 0xB74A
	HangulSyllableDdyid                                                        rune = 0xB74B
	HangulSyllableDdyil                                                        rune = 0xB74C
	HangulSyllableDdyilg                                                       rune = 0xB74D
	HangulSyllableDdyilm                                                       rune = 0xB74E
	HangulSyllableDdyilb                                                       rune = 0xB74F
	HangulSyllableDdyils                                                       rune = 0xB750
	HangulSyllableDdyilt                                                       rune = 0xB751
	HangulSyllableDdyilp                                                       rune = 0xB752
	HangulSyllableDdyilh                                                       rune = 0xB753
	HangulSyllableDdyim                                                        rune = 0xB754
	HangulSyllableDdyib                                                        rune = 0xB755
	HangulSyllableDdyibs                                                       rune = 0xB756
	HangulSyllableDdyis                                                        rune = 0xB757
	HangulSyllableDdyiss                                                       rune = 0xB758
	HangulSyllableDdying                                                       rune = 0xB759
	HangulSyllableDdyij                                                        rune = 0xB75A
	HangulSyllableDdyic                                                        rune = 0xB75B
	HangulSyllableDdyik                                                        rune = 0xB75C
	HangulSyllableDdyit                                                        rune = 0xB75D
	HangulSyllableDdyip                                                        rune = 0xB75E
	HangulSyllableDdyih                                                        rune = 0xB75F
	HangulSyllableDdi                                                          rune = 0xB760
	HangulSyllableDdig                                                         rune = 0xB761
	HangulSyllableDdigg                                                        rune = 0xB762
	HangulSyllableDdigs                                                        rune = 0xB763
	HangulSyllableDdin                                                         rune = 0xB764
	HangulSyllableDdinj                                                        rune = 0xB765
	HangulSyllableDdinh                                                        rune = 0xB766
	HangulSyllableDdid                                                         rune = 0xB767
	HangulSyllableDdil                                                         rune = 0xB768
	HangulSyllableDdilg                                                        rune = 0xB769
	HangulSyllableDdilm                                                        rune = 0xB76A
	HangulSyllableDdilb                                                        rune = 0xB76B
	HangulSyllableDdils                                                        rune = 0xB76C
	HangulSyllableDdilt                                                        rune = 0xB76D
	HangulSyllableDdilp                                                        rune = 0xB76E
	HangulSyllableDdilh                                                        rune = 0xB76F
	HangulSyllableDdim                                                         rune = 0xB770
	HangulSyllableDdib                                                         rune = 0xB771
	HangulSyllableDdibs                                                        rune = 0xB772
	HangulSyllableDdis                                                         rune = 0xB773
	HangulSyllableDdiss                                                        rune = 0xB774
	HangulSyllableDding                                                        rune = 0xB775
	HangulSyllableDdij                                                         rune = 0xB776
	HangulSyllableDdic                                                         rune = 0xB777
	HangulSyllableDdik                                                         rune = 0xB778
	HangulSyllableDdit                                                         rune = 0xB779
	HangulSyllableDdip                                                         rune = 0xB77A
	HangulSyllableDdih                                                         rune = 0xB77B
	HangulSyllableRa                                                           rune = 0xB77C
	HangulSyllableRag                                                          rune = 0xB77D
	HangulSyllableRagg                                                         rune = 0xB77E
	HangulSyllableRags                                                         rune = 0xB77F
	HangulSyllableRan                                                          rune = 0xB780
	HangulSyllableRanj                                                         rune = 0xB781
	HangulSyllableRanh                                                         rune = 0xB782
	HangulSyllableRad                                                          rune = 0xB783
	HangulSyllableRal                                                          rune = 0xB784
	HangulSyllableRalg                                                         rune = 0xB785
	HangulSyllableRalm                                                         rune = 0xB786
	HangulSyllableRalb                                                         rune = 0xB787
	HangulSyllableRals                                                         rune = 0xB788
	HangulSyllableRalt                                                         rune = 0xB789
	HangulSyllableRalp                                                         rune = 0xB78A
	HangulSyllableRalh                                                         rune = 0xB78B
	HangulSyllableRam                                                          rune = 0xB78C
	HangulSyllableRab                                                          rune = 0xB78D
	HangulSyllableRabs                                                         rune = 0xB78E
	HangulSyllableRas                                                          rune = 0xB78F
	HangulSyllableRass                                                         rune = 0xB790
	HangulSyllableRang                                                         rune = 0xB791
	HangulSyllableRaj                                                          rune = 0xB792
	HangulSyllableRac                                                          rune = 0xB793
	HangulSyllableRak                                                          rune = 0xB794
	HangulSyllableRat                                                          rune = 0xB795
	HangulSyllableRap                                                          rune = 0xB796
	HangulSyllableRah                                                          rune = 0xB797
	HangulSyllableRae                                                          rune = 0xB798
	HangulSyllableRaeg                                                         rune = 0xB799
	HangulSyllableRaegg                                                        rune = 0xB79A
	HangulSyllableRaegs                                                        rune = 0xB79B
	HangulSyllableRaen                                                         rune = 0xB79C
	HangulSyllableRaenj                                                        rune = 0xB79D
	HangulSyllableRaenh                                                        rune = 0xB79E
	HangulSyllableRaed                                                         rune = 0xB79F
	HangulSyllableRael                                                         rune = 0xB7A0
	HangulSyllableRaelg                                                        rune = 0xB7A1
	HangulSyllableRaelm                                                        rune = 0xB7A2
	HangulSyllableRaelb                                                        rune = 0xB7A3
	HangulSyllableRaels                                                        rune = 0xB7A4
	HangulSyllableRaelt                                                        rune = 0xB7A5
	HangulSyllableRaelp                                                        rune = 0xB7A6
	HangulSyllableRaelh                                                        rune = 0xB7A7
	HangulSyllableRaem                                                         rune = 0xB7A8
	HangulSyllableRaeb                                                         rune = 0xB7A9
	HangulSyllableRaebs                                                        rune = 0xB7AA
	HangulSyllableRaes                                                         rune = 0xB7AB
	HangulSyllableRaess                                                        rune = 0xB7AC
	HangulSyllableRaeng                                                        rune = 0xB7AD
	HangulSyllableRaej                                                         rune = 0xB7AE
	HangulSyllableRaec                                                         rune = 0xB7AF
	HangulSyllableRaek                                                         rune = 0xB7B0
	HangulSyllableRaet                                                         rune = 0xB7B1
	HangulSyllableRaep                                                         rune = 0xB7B2
	HangulSyllableRaeh                                                         rune = 0xB7B3
	HangulSyllableRya                                                          rune = 0xB7B4
	HangulSyllableRyag                                                         rune = 0xB7B5
	HangulSyllableRyagg                                                        rune = 0xB7B6
	HangulSyllableRyags                                                        rune = 0xB7B7
	HangulSyllableRyan                                                         rune = 0xB7B8
	HangulSyllableRyanj                                                        rune = 0xB7B9
	HangulSyllableRyanh                                                        rune = 0xB7BA
	HangulSyllableRyad                                                         rune = 0xB7BB
	HangulSyllableRyal                                                         rune = 0xB7BC
	HangulSyllableRyalg                                                        rune = 0xB7BD
	HangulSyllableRyalm                                                        rune = 0xB7BE
	HangulSyllableRyalb                                                        rune = 0xB7BF
	HangulSyllableRyals                                                        rune = 0xB7C0
	HangulSyllableRyalt                                                        rune = 0xB7C1
	HangulSyllableRyalp                                                        rune = 0xB7C2
	HangulSyllableRyalh                                                        rune = 0xB7C3
	HangulSyllableRyam                                                         rune = 0xB7C4
	HangulSyllableRyab                                                         rune = 0xB7C5
	HangulSyllableRyabs                                                        rune = 0xB7C6
	HangulSyllableRyas                                                         rune = 0xB7C7
	HangulSyllableRyass                                                        rune = 0xB7C8
	HangulSyllableRyang                                                        rune = 0xB7C9
	HangulSyllableRyaj                                                         rune = 0xB7CA
	HangulSyllableRyac                                                         rune = 0xB7CB
	HangulSyllableRyak                                                         rune = 0xB7CC
	HangulSyllableRyat                                                         rune = 0xB7CD
	HangulSyllableRyap                                                         rune = 0xB7CE
	HangulSyllableRyah                                                         rune = 0xB7CF
	HangulSyllableRyae                                                         rune = 0xB7D0
	HangulSyllableRyaeg                                                        rune = 0xB7D1
	HangulSyllableRyaegg                                                       rune = 0xB7D2
	HangulSyllableRyaegs                                                       rune = 0xB7D3
	HangulSyllableRyaen                                                        rune = 0xB7D4
	HangulSyllableRyaenj                                                       rune = 0xB7D5
	HangulSyllableRyaenh                                                       rune = 0xB7D6
	HangulSyllableRyaed                                                        rune = 0xB7D7
	HangulSyllableRyael                                                        rune = 0xB7D8
	HangulSyllableRyaelg                                                       rune = 0xB7D9
	HangulSyllableRyaelm                                                       rune = 0xB7DA
	HangulSyllableRyaelb                                                       rune = 0xB7DB
	HangulSyllableRyaels                                                       rune = 0xB7DC
	HangulSyllableRyaelt                                                       rune = 0xB7DD
	HangulSyllableRyaelp                                                       rune = 0xB7DE
	HangulSyllableRyaelh                                                       rune = 0xB7DF
	HangulSyllableRyaem                                                        rune = 0xB7E0
	HangulSyllableRyaeb                                                        rune = 0xB7E1
	HangulSyllableRyaebs                                                       rune = 0xB7E2
	HangulSyllableRyaes                                                        rune = 0xB7E3
	HangulSyllableRyaess                                                       rune = 0xB7E4
	HangulSyllableRyaeng                                                       rune = 0xB7E5
	HangulSyllableRyaej                                                        rune = 0xB7E6
	HangulSyllableRyaec                                                        rune = 0xB7E7
	HangulSyllableRyaek                                                        rune = 0xB7E8
	HangulSyllableRyaet                                                        rune = 0xB7E9
	HangulSyllableRyaep                                                        rune = 0xB7EA
	HangulSyllableRyaeh                                                        rune = 0xB7EB
	HangulSyllableReo                                                          rune = 0xB7EC
	HangulSyllableReog                                                         rune = 0xB7ED
	HangulSyllableReogg                                                        rune = 0xB7EE
	HangulSyllableReogs                                                        rune = 0xB7EF
	HangulSyllableReon                                                         rune = 0xB7F0
	HangulSyllableReonj                                                        rune = 0xB7F1
	HangulSyllableReonh                                                        rune = 0xB7F2
	HangulSyllableReod                                                         rune = 0xB7F3
	HangulSyllableReol                                                         rune = 0xB7F4
	HangulSyllableReolg                                                        rune = 0xB7F5
	HangulSyllableReolm                                                        rune = 0xB7F6
	HangulSyllableReolb                                                        rune = 0xB7F7
	HangulSyllableReols                                                        rune = 0xB7F8
	HangulSyllableReolt                                                        rune = 0xB7F9
	HangulSyllableReolp                                                        rune = 0xB7FA
	HangulSyllableReolh                                                        rune = 0xB7FB
	HangulSyllableReom                                                         rune = 0xB7FC
	HangulSyllableReob                                                         rune = 0xB7FD
	HangulSyllableReobs                                                        rune = 0xB7FE
	HangulSyllableReos                                                         rune = 0xB7FF
	HangulSyllableReoss                                                        rune = 0xB800
	HangulSyllableReong                                                        rune = 0xB801
	HangulSyllableReoj                                                         rune = 0xB802
	HangulSyllableReoc                                                         rune = 0xB803
	HangulSyllableReok                                                         rune = 0xB804
	HangulSyllableReot                                                         rune = 0xB805
	HangulSyllableReop                                                         rune = 0xB806
	HangulSyllableReoh                                                         rune = 0xB807
	HangulSyllableRe                                                           rune = 0xB808
	HangulSyllableReg                                                          rune = 0xB809
	HangulSyllableRegg                                                         rune = 0xB80A
	HangulSyllableRegs                                                         rune = 0xB80B
	HangulSyllableRen                                                          rune = 0xB80C
	HangulSyllableRenj                                                         rune = 0xB80D
	HangulSyllableRenh                                                         rune = 0xB80E
	HangulSyllableRed                                                          rune = 0xB80F
	HangulSyllableRel                                                          rune = 0xB810
	HangulSyllableRelg                                                         rune = 0xB811
	HangulSyllableRelm                                                         rune = 0xB812
	HangulSyllableRelb                                                         rune = 0xB813
	HangulSyllableRels                                                         rune = 0xB814
	HangulSyllableRelt                                                         rune = 0xB815
	HangulSyllableRelp                                                         rune = 0xB816
	HangulSyllableRelh                                                         rune = 0xB817
	HangulSyllableRem                                                          rune = 0xB818
	HangulSyllableReb                                                          rune = 0xB819
	HangulSyllableRebs                                                         rune = 0xB81A
	HangulSyllableRes                                                          rune = 0xB81B
	HangulSyllableRess                                                         rune = 0xB81C
	HangulSyllableReng                                                         rune = 0xB81D
	HangulSyllableRej                                                          rune = 0xB81E
	HangulSyllableRec                                                          rune = 0xB81F
	HangulSyllableRek                                                          rune = 0xB820
	HangulSyllableRet                                                          rune = 0xB821
	HangulSyllableRep                                                          rune = 0xB822
	HangulSyllableReh                                                          rune = 0xB823
	HangulSyllableRyeo                                                         rune = 0xB824
	HangulSyllableRyeog                                                        rune = 0xB825
	HangulSyllableRyeogg                                                       rune = 0xB826
	HangulSyllableRyeogs                                                       rune = 0xB827
	HangulSyllableRyeon                                                        rune = 0xB828
	HangulSyllableRyeonj                                                       rune = 0xB829
	HangulSyllableRyeonh                                                       rune = 0xB82A
	HangulSyllableRyeod                                                        rune = 0xB82B
	HangulSyllableRyeol                                                        rune = 0xB82C
	HangulSyllableRyeolg                                                       rune = 0xB82D
	HangulSyllableRyeolm                                                       rune = 0xB82E
	HangulSyllableRyeolb                                                       rune = 0xB82F
	HangulSyllableRyeols                                                       rune = 0xB830
	HangulSyllableRyeolt                                                       rune = 0xB831
	HangulSyllableRyeolp                                                       rune = 0xB832
	HangulSyllableRyeolh                                                       rune = 0xB833
	HangulSyllableRyeom                                                        rune = 0xB834
	HangulSyllableRyeob                                                        rune = 0xB835
	HangulSyllableRyeobs                                                       rune = 0xB836
	HangulSyllableRyeos                                                        rune = 0xB837
	HangulSyllableRyeoss                                                       rune = 0xB838
	HangulSyllableRyeong                                                       rune = 0xB839
	HangulSyllableRyeoj                                                        rune = 0xB83A
	HangulSyllableRyeoc                                                        rune = 0xB83B
	HangulSyllableRyeok                                                        rune = 0xB83C
	HangulSyllableRyeot                                                        rune = 0xB83D
	HangulSyllableRyeop                                                        rune = 0xB83E
	HangulSyllableRyeoh                                                        rune = 0xB83F
	HangulSyllableRye                                                          rune = 0xB840
	HangulSyllableRyeg                                                         rune = 0xB841
	HangulSyllableRyegg                                                        rune = 0xB842
	HangulSyllableRyegs                                                        rune = 0xB843
	HangulSyllableRyen                                                         rune = 0xB844
	HangulSyllableRyenj                                                        rune = 0xB845
	HangulSyllableRyenh                                                        rune = 0xB846
	HangulSyllableRyed                                                         rune = 0xB847
	HangulSyllableRyel                                                         rune = 0xB848
	HangulSyllableRyelg                                                        rune = 0xB849
	HangulSyllableRyelm                                                        rune = 0xB84A
	HangulSyllableRyelb                                                        rune = 0xB84B
	HangulSyllableRyels                                                        rune = 0xB84C
	HangulSyllableRyelt                                                        rune = 0xB84D
	HangulSyllableRyelp                                                        rune = 0xB84E
	HangulSyllableRyelh                                                        rune = 0xB84F
	HangulSyllableRyem                                                         rune = 0xB850
	HangulSyllableRyeb                                                         rune = 0xB851
	HangulSyllableRyebs                                                        rune = 0xB852
	HangulSyllableRyes                                                         rune = 0xB853
	HangulSyllableRyess                                                        rune = 0xB854
	HangulSyllableRyeng                                                        rune = 0xB855
	HangulSyllableRyej                                                         rune = 0xB856
	HangulSyllableRyec                                                         rune = 0xB857
	HangulSyllableRyek                                                         rune = 0xB858
	HangulSyllableRyet                                                         rune = 0xB859
	HangulSyllableRyep                                                         rune = 0xB85A
	HangulSyllableRyeh                                                         rune = 0xB85B
	HangulSyllableRo                                                           rune = 0xB85C
	HangulSyllableRog                                                          rune = 0xB85D
	HangulSyllableRogg                                                         rune = 0xB85E
	HangulSyllableRogs                                                         rune = 0xB85F
	HangulSyllableRon                                                          rune = 0xB860
	HangulSyllableRonj                                                         rune = 0xB861
	HangulSyllableRonh                                                         rune = 0xB862
	HangulSyllableRod                                                          rune = 0xB863
	HangulSyllableRol                                                          rune = 0xB864
	HangulSyllableRolg                                                         rune = 0xB865
	HangulSyllableRolm                                                         rune = 0xB866
	HangulSyllableRolb                                                         rune = 0xB867
	HangulSyllableRols                                                         rune = 0xB868
	HangulSyllableRolt                                                         rune = 0xB869
	HangulSyllableRolp                                                         rune = 0xB86A
	HangulSyllableRolh                                                         rune = 0xB86B
	HangulSyllableRom                                                          rune = 0xB86C
	HangulSyllableRob                                                          rune = 0xB86D
	HangulSyllableRobs                                                         rune = 0xB86E
	HangulSyllableRos                                                          rune = 0xB86F
	HangulSyllableRoss                                                         rune = 0xB870
	HangulSyllableRong                                                         rune = 0xB871
	HangulSyllableRoj                                                          rune = 0xB872
	HangulSyllableRoc                                                          rune = 0xB873
	HangulSyllableRok                                                          rune = 0xB874
	HangulSyllableRot                                                          rune = 0xB875
	HangulSyllableRop                                                          rune = 0xB876
	HangulSyllableRoh                                                          rune = 0xB877
	HangulSyllableRwa                                                          rune = 0xB878
	HangulSyllableRwag                                                         rune = 0xB879
	HangulSyllableRwagg                                                        rune = 0xB87A
	HangulSyllableRwags                                                        rune = 0xB87B
	HangulSyllableRwan                                                         rune = 0xB87C
	HangulSyllableRwanj                                                        rune = 0xB87D
	HangulSyllableRwanh                                                        rune = 0xB87E
	HangulSyllableRwad                                                         rune = 0xB87F
	HangulSyllableRwal                                                         rune = 0xB880
	HangulSyllableRwalg                                                        rune = 0xB881
	HangulSyllableRwalm                                                        rune = 0xB882
	HangulSyllableRwalb                                                        rune = 0xB883
	HangulSyllableRwals                                                        rune = 0xB884
	HangulSyllableRwalt                                                        rune = 0xB885
	HangulSyllableRwalp                                                        rune = 0xB886
	HangulSyllableRwalh                                                        rune = 0xB887
	HangulSyllableRwam                                                         rune = 0xB888
	HangulSyllableRwab                                                         rune = 0xB889
	HangulSyllableRwabs                                                        rune = 0xB88A
	HangulSyllableRwas                                                         rune = 0xB88B
	HangulSyllableRwass                                                        rune = 0xB88C
	HangulSyllableRwang                                                        rune = 0xB88D
	HangulSyllableRwaj                                                         rune = 0xB88E
	HangulSyllableRwac                                                         rune = 0xB88F
	HangulSyllableRwak                                                         rune = 0xB890
	HangulSyllableRwat                                                         rune = 0xB891
	HangulSyllableRwap                                                         rune = 0xB892
	HangulSyllableRwah                                                         rune = 0xB893
	HangulSyllableRwae                                                         rune = 0xB894
	HangulSyllableRwaeg                                                        rune = 0xB895
	HangulSyllableRwaegg                                                       rune = 0xB896
	HangulSyllableRwaegs                                                       rune = 0xB897
	HangulSyllableRwaen                                                        rune = 0xB898
	HangulSyllableRwaenj                                                       rune = 0xB899
	HangulSyllableRwaenh                                                       rune = 0xB89A
	HangulSyllableRwaed                                                        rune = 0xB89B
	HangulSyllableRwael                                                        rune = 0xB89C
	HangulSyllableRwaelg                                                       rune = 0xB89D
	HangulSyllableRwaelm                                                       rune = 0xB89E
	HangulSyllableRwaelb                                                       rune = 0xB89F
	HangulSyllableRwaels                                                       rune = 0xB8A0
	HangulSyllableRwaelt                                                       rune = 0xB8A1
	HangulSyllableRwaelp                                                       rune = 0xB8A2
	HangulSyllableRwaelh                                                       rune = 0xB8A3
	HangulSyllableRwaem                                                        rune = 0xB8A4
	HangulSyllableRwaeb                                                        rune = 0xB8A5
	HangulSyllableRwaebs                                                       rune = 0xB8A6
	HangulSyllableRwaes                                                        rune = 0xB8A7
	HangulSyllableRwaess                                                       rune = 0xB8A8
	HangulSyllableRwaeng                                                       rune = 0xB8A9
	HangulSyllableRwaej                                                        rune = 0xB8AA
	HangulSyllableRwaec                                                        rune = 0xB8AB
	HangulSyllableRwaek                                                        rune = 0xB8AC
	HangulSyllableRwaet                                                        rune = 0xB8AD
	HangulSyllableRwaep                                                        rune = 0xB8AE
	HangulSyllableRwaeh                                                        rune = 0xB8AF
	HangulSyllableRoe                                                          rune = 0xB8B0
	HangulSyllableRoeg                                                         rune = 0xB8B1
	HangulSyllableRoegg                                                        rune = 0xB8B2
	HangulSyllableRoegs                                                        rune = 0xB8B3
	HangulSyllableRoen                                                         rune = 0xB8B4
	HangulSyllableRoenj                                                        rune = 0xB8B5
	HangulSyllableRoenh                                                        rune = 0xB8B6
	HangulSyllableRoed                                                         rune = 0xB8B7
	HangulSyllableRoel                                                         rune = 0xB8B8
	HangulSyllableRoelg                                                        rune = 0xB8B9
	HangulSyllableRoelm                                                        rune = 0xB8BA
	HangulSyllableRoelb                                                        rune = 0xB8BB
	HangulSyllableRoels                                                        rune = 0xB8BC
	HangulSyllableRoelt                                                        rune = 0xB8BD
	HangulSyllableRoelp                                                        rune = 0xB8BE
	HangulSyllableRoelh                                                        rune = 0xB8BF
	HangulSyllableRoem                                                         rune = 0xB8C0
	HangulSyllableRoeb                                                         rune = 0xB8C1
	HangulSyllableRoebs                                                        rune = 0xB8C2
	HangulSyllableRoes                                                         rune = 0xB8C3
	HangulSyllableRoess                                                        rune = 0xB8C4
	HangulSyllableRoeng                                                        rune = 0xB8C5
	HangulSyllableRoej                                                         rune = 0xB8C6
	HangulSyllableRoec                                                         rune = 0xB8C7
	HangulSyllableRoek                                                         rune = 0xB8C8
	HangulSyllableRoet                                                         rune = 0xB8C9
	HangulSyllableRoep                                                         rune = 0xB8CA
	HangulSyllableRoeh                                                         rune = 0xB8CB
	HangulSyllableRyo                                                          rune = 0xB8CC
	HangulSyllableRyog                                                         rune = 0xB8CD
	HangulSyllableRyogg                                                        rune = 0xB8CE
	HangulSyllableRyogs                                                        rune = 0xB8CF
	HangulSyllableRyon                                                         rune = 0xB8D0
	HangulSyllableRyonj                                                        rune = 0xB8D1
	HangulSyllableRyonh                                                        rune = 0xB8D2
	HangulSyllableRyod                                                         rune = 0xB8D3
	HangulSyllableRyol                                                         rune = 0xB8D4
	HangulSyllableRyolg                                                        rune = 0xB8D5
	HangulSyllableRyolm                                                        rune = 0xB8D6
	HangulSyllableRyolb                                                        rune = 0xB8D7
	HangulSyllableRyols                                                        rune = 0xB8D8
	HangulSyllableRyolt                                                        rune = 0xB8D9
	HangulSyllableRyolp                                                        rune = 0xB8DA
	HangulSyllableRyolh                                                        rune = 0xB8DB
	HangulSyllableRyom                                                         rune = 0xB8DC
	HangulSyllableRyob                                                         rune = 0xB8DD
	HangulSyllableRyobs                                                        rune = 0xB8DE
	HangulSyllableRyos                                                         rune = 0xB8DF
	HangulSyllableRyoss                                                        rune = 0xB8E0
	HangulSyllableRyong                                                        rune = 0xB8E1
	HangulSyllableRyoj                                                         rune = 0xB8E2
	HangulSyllableRyoc                                                         rune = 0xB8E3
	HangulSyllableRyok                                                         rune = 0xB8E4
	HangulSyllableRyot                                                         rune = 0xB8E5
	HangulSyllableRyop                                                         rune = 0xB8E6
	HangulSyllableRyoh                                                         rune = 0xB8E7
	HangulSyllableRu                                                           rune = 0xB8E8
	HangulSyllableRug                                                          rune = 0xB8E9
	HangulSyllableRugg                                                         rune = 0xB8EA
	HangulSyllableRugs                                                         rune = 0xB8EB
	HangulSyllableRun                                                          rune = 0xB8EC
	HangulSyllableRunj                                                         rune = 0xB8ED
	HangulSyllableRunh                                                         rune = 0xB8EE
	HangulSyllableRud                                                          rune = 0xB8EF
	HangulSyllableRul                                                          rune = 0xB8F0
	HangulSyllableRulg                                                         rune = 0xB8F1
	HangulSyllableRulm                                                         rune = 0xB8F2
	HangulSyllableRulb                                                         rune = 0xB8F3
	HangulSyllableRuls                                                         rune = 0xB8F4
	HangulSyllableRult                                                         rune = 0xB8F5
	HangulSyllableRulp                                                         rune = 0xB8F6
	HangulSyllableRulh                                                         rune = 0xB8F7
	HangulSyllableRum                                                          rune = 0xB8F8
	HangulSyllableRub                                                          rune = 0xB8F9
	HangulSyllableRubs                                                         rune = 0xB8FA
	HangulSyllableRus                                                          rune = 0xB8FB
	HangulSyllableRuss                                                         rune = 0xB8FC
	HangulSyllableRung                                                         rune = 0xB8FD
	HangulSyllableRuj                                                          rune = 0xB8FE
	HangulSyllableRuc                                                          rune = 0xB8FF
	HangulSyllableRuk                                                          rune = 0xB900
	HangulSyllableRut                                                          rune = 0xB901
	HangulSyllableRup                                                          rune = 0xB902
	HangulSyllableRuh                                                          rune = 0xB903
	HangulSyllableRweo                                                         rune = 0xB904
	HangulSyllableRweog                                                        rune = 0xB905
	HangulSyllableRweogg                                                       rune = 0xB906
	HangulSyllableRweogs                                                       rune = 0xB907
	HangulSyllableRweon                                                        rune = 0xB908
	HangulSyllableRweonj                                                       rune = 0xB909
	HangulSyllableRweonh                                                       rune = 0xB90A
	HangulSyllableRweod                                                        rune = 0xB90B
	HangulSyllableRweol                                                        rune = 0xB90C
	HangulSyllableRweolg                                                       rune = 0xB90D
	HangulSyllableRweolm                                                       rune = 0xB90E
	HangulSyllableRweolb                                                       rune = 0xB90F
	HangulSyllableRweols                                                       rune = 0xB910
	HangulSyllableRweolt                                                       rune = 0xB911
	HangulSyllableRweolp                                                       rune = 0xB912
	HangulSyllableRweolh                                                       rune = 0xB913
	HangulSyllableRweom                                                        rune = 0xB914
	HangulSyllableRweob                                                        rune = 0xB915
	HangulSyllableRweobs                                                       rune = 0xB916
	HangulSyllableRweos                                                        rune = 0xB917
	HangulSyllableRweoss                                                       rune = 0xB918
	HangulSyllableRweong                                                       rune = 0xB919
	HangulSyllableRweoj                                                        rune = 0xB91A
	HangulSyllableRweoc                                                        rune = 0xB91B
	HangulSyllableRweok                                                        rune = 0xB91C
	HangulSyllableRweot                                                        rune = 0xB91D
	HangulSyllableRweop                                                        rune = 0xB91E
	HangulSyllableRweoh                                                        rune = 0xB91F
	HangulSyllableRwe                                                          rune = 0xB920
	HangulSyllableRweg                                                         rune = 0xB921
	HangulSyllableRwegg                                                        rune = 0xB922
	HangulSyllableRwegs                                                        rune = 0xB923
	HangulSyllableRwen                                                         rune = 0xB924
	HangulSyllableRwenj                                                        rune = 0xB925
	HangulSyllableRwenh                                                        rune = 0xB926
	HangulSyllableRwed                                                         rune = 0xB927
	HangulSyllableRwel                                                         rune = 0xB928
	HangulSyllableRwelg                                                        rune = 0xB929
	HangulSyllableRwelm                                                        rune = 0xB92A
	HangulSyllableRwelb                                                        rune = 0xB92B
	HangulSyllableRwels                                                        rune = 0xB92C
	HangulSyllableRwelt                                                        rune = 0xB92D
	HangulSyllableRwelp                                                        rune = 0xB92E
	HangulSyllableRwelh                                                        rune = 0xB92F
	HangulSyllableRwem                                                         rune = 0xB930
	HangulSyllableRweb                                                         rune = 0xB931
	HangulSyllableRwebs                                                        rune = 0xB932
	HangulSyllableRwes                                                         rune = 0xB933
	HangulSyllableRwess                                                        rune = 0xB934
	HangulSyllableRweng                                                        rune = 0xB935
	HangulSyllableRwej                                                         rune = 0xB936
	HangulSyllableRwec                                                         rune = 0xB937
	HangulSyllableRwek                                                         rune = 0xB938
	HangulSyllableRwet                                                         rune = 0xB939
	HangulSyllableRwep                                                         rune = 0xB93A
	HangulSyllableRweh                                                         rune = 0xB93B
	HangulSyllableRwi                                                          rune = 0xB93C
	HangulSyllableRwig                                                         rune = 0xB93D
	HangulSyllableRwigg                                                        rune = 0xB93E
	HangulSyllableRwigs                                                        rune = 0xB93F
	HangulSyllableRwin                                                         rune = 0xB940
	HangulSyllableRwinj                                                        rune = 0xB941
	HangulSyllableRwinh                                                        rune = 0xB942
	HangulSyllableRwid                                                         rune = 0xB943
	HangulSyllableRwil                                                         rune = 0xB944
	HangulSyllableRwilg                                                        rune = 0xB945
	HangulSyllableRwilm                                                        rune = 0xB946
	HangulSyllableRwilb                                                        rune = 0xB947
	HangulSyllableRwils                                                        rune = 0xB948
	HangulSyllableRwilt                                                        rune = 0xB949
	HangulSyllableRwilp                                                        rune = 0xB94A
	HangulSyllableRwilh                                                        rune = 0xB94B
	HangulSyllableRwim                                                         rune = 0xB94C
	HangulSyllableRwib                                                         rune = 0xB94D
	HangulSyllableRwibs                                                        rune = 0xB94E
	HangulSyllableRwis                                                         rune = 0xB94F
	HangulSyllableRwiss                                                        rune = 0xB950
	HangulSyllableRwing                                                        rune = 0xB951
	HangulSyllableRwij                                                         rune = 0xB952
	HangulSyllableRwic                                                         rune = 0xB953
	HangulSyllableRwik                                                         rune = 0xB954
	HangulSyllableRwit                                                         rune = 0xB955
	HangulSyllableRwip                                                         rune = 0xB956
	HangulSyllableRwih                                                         rune = 0xB957
	HangulSyllableRyu                                                          rune = 0xB958
	HangulSyllableRyug                                                         rune = 0xB959
	HangulSyllableRyugg                                                        rune = 0xB95A
	HangulSyllableRyugs                                                        rune = 0xB95B
	HangulSyllableRyun                                                         rune = 0xB95C
	HangulSyllableRyunj                                                        rune = 0xB95D
	HangulSyllableRyunh                                                        rune = 0xB95E
	HangulSyllableRyud                                                         rune = 0xB95F
	HangulSyllableRyul                                                         rune = 0xB960
	HangulSyllableRyulg                                                        rune = 0xB961
	HangulSyllableRyulm                                                        rune = 0xB962
	HangulSyllableRyulb                                                        rune = 0xB963
	HangulSyllableRyuls                                                        rune = 0xB964
	HangulSyllableRyult                                                        rune = 0xB965
	HangulSyllableRyulp                                                        rune = 0xB966
	HangulSyllableRyulh                                                        rune = 0xB967
	HangulSyllableRyum                                                         rune = 0xB968
	HangulSyllableRyub                                                         rune = 0xB969
	HangulSyllableRyubs                                                        rune = 0xB96A
	HangulSyllableRyus                                                         rune = 0xB96B
	HangulSyllableRyuss                                                        rune = 0xB96C
	HangulSyllableRyung                                                        rune = 0xB96D
	HangulSyllableRyuj                                                         rune = 0xB96E
	HangulSyllableRyuc                                                         rune = 0xB96F
	HangulSyllableRyuk                                                         rune = 0xB970
	HangulSyllableRyut                                                         rune = 0xB971
	HangulSyllableRyup                                                         rune = 0xB972
	HangulSyllableRyuh                                                         rune = 0xB973
	HangulSyllableReu                                                          rune = 0xB974
	HangulSyllableReug                                                         rune = 0xB975
	HangulSyllableReugg                                                        rune = 0xB976
	HangulSyllableReugs                                                        rune = 0xB977
	HangulSyllableReun                                                         rune = 0xB978
	HangulSyllableReunj                                                        rune = 0xB979
	HangulSyllableReunh                                                        rune = 0xB97A
	HangulSyllableReud                                                         rune = 0xB97B
	HangulSyllableReul                                                         rune = 0xB97C
	HangulSyllableReulg                                                        rune = 0xB97D
	HangulSyllableReulm                                                        rune = 0xB97E
	HangulSyllableReulb                                                        rune = 0xB97F
	HangulSyllableReuls                                                        rune = 0xB980
	HangulSyllableReult                                                        rune = 0xB981
	HangulSyllableReulp                                                        rune = 0xB982
	HangulSyllableReulh                                                        rune = 0xB983
	HangulSyllableReum                                                         rune = 0xB984
	HangulSyllableReub                                                         rune = 0xB985
	HangulSyllableReubs                                                        rune = 0xB986
	HangulSyllableReus                                                         rune = 0xB987
	HangulSyllableReuss                                                        rune = 0xB988
	HangulSyllableReung                                                        rune = 0xB989
	HangulSyllableReuj                                                         rune = 0xB98A
	HangulSyllableReuc                                                         rune = 0xB98B
	HangulSyllableReuk                                                         rune = 0xB98C
	HangulSyllableReut                                                         rune = 0xB98D
	HangulSyllableReup                                                         rune = 0xB98E
	HangulSyllableReuh                                                         rune = 0xB98F
	HangulSyllableRyi                                                          rune = 0xB990
	HangulSyllableRyig                                                         rune = 0xB991
	HangulSyllableRyigg                                                        rune = 0xB992
	HangulSyllableRyigs                                                        rune = 0xB993
	HangulSyllableRyin                                                         rune = 0xB994
	HangulSyllableRyinj                                                        rune = 0xB995
	HangulSyllableRyinh                                                        rune = 0xB996
	HangulSyllableRyid                                                         rune = 0xB997
	HangulSyllableRyil                                                         rune = 0xB998
	HangulSyllableRyilg                                                        rune = 0xB999
	HangulSyllableRyilm                                                        rune = 0xB99A
	HangulSyllableRyilb                                                        rune = 0xB99B
	HangulSyllableRyils                                                        rune = 0xB99C
	HangulSyllableRyilt                                                        rune = 0xB99D
	HangulSyllableRyilp                                                        rune = 0xB99E
	HangulSyllableRyilh                                                        rune = 0xB99F
	HangulSyllableRyim                                                         rune = 0xB9A0
	HangulSyllableRyib                                                         rune = 0xB9A1
	HangulSyllableRyibs                                                        rune = 0xB9A2
	HangulSyllableRyis                                                         rune = 0xB9A3
	HangulSyllableRyiss                                                        rune = 0xB9A4
	HangulSyllableRying                                                        rune = 0xB9A5
	HangulSyllableRyij                                                         rune = 0xB9A6
	HangulSyllableRyic                                                         rune = 0xB9A7
	HangulSyllableRyik                                                         rune = 0xB9A8
	HangulSyllableRyit                                                         rune = 0xB9A9
	HangulSyllableRyip                                                         rune = 0xB9AA
	HangulSyllableRyih                                                         rune = 0xB9AB
	HangulSyllableRi                                                           rune = 0xB9AC
	HangulSyllableRig                                                          rune = 0xB9AD
	HangulSyllableRigg                                                         rune = 0xB9AE
	HangulSyllableRigs                                                         rune = 0xB9AF
	HangulSyllableRin                                                          rune = 0xB9B0
	HangulSyllableRinj                                                         rune = 0xB9B1
	HangulSyllableRinh                                                         rune = 0xB9B2
	HangulSyllableRid                                                          rune = 0xB9B3
	HangulSyllableRil                                                          rune = 0xB9B4
	HangulSyllableRilg                                                         rune = 0xB9B5
	HangulSyllableRilm                                                         rune = 0xB9B6
	HangulSyllableRilb                                                         rune = 0xB9B7
	HangulSyllableRils                                                         rune = 0xB9B8
	HangulSyllableRilt                                                         rune = 0xB9B9
	HangulSyllableRilp                                                         rune = 0xB9BA
	HangulSyllableRilh                                                         rune = 0xB9BB
	HangulSyllableRim                                                          rune = 0xB9BC
	HangulSyllableRib                                                          rune = 0xB9BD
	HangulSyllableRibs                                                         rune = 0xB9BE
	HangulSyllableRis                                                          rune = 0xB9BF
	HangulSyllableRiss                                                         rune = 0xB9C0
	HangulSyllableRing                                                         rune = 0xB9C1
	HangulSyllableRij                                                          rune = 0xB9C2
	HangulSyllableRic                                                          rune = 0xB9C3
	HangulSyllableRik                                                          rune = 0xB9C4
	HangulSyllableRit                                                          rune = 0xB9C5
	HangulSyllableRip                                                          rune = 0xB9C6
	HangulSyllableRih                                                          rune = 0xB9C7
	HangulSyllableMa                                                           rune = 0xB9C8
	HangulSyllableMag                                                          rune = 0xB9C9
	HangulSyllableMagg                                                         rune = 0xB9CA
	HangulSyllableMags                                                         rune = 0xB9CB
	HangulSyllableMan                                                          rune = 0xB9CC
	HangulSyllableManj                                                         rune = 0xB9CD
	HangulSyllableManh                                                         rune = 0xB9CE
	HangulSyllableMad                                                          rune = 0xB9CF
	HangulSyllableMal                                                          rune = 0xB9D0
	HangulSyllableMalg                                                         rune = 0xB9D1
	HangulSyllableMalm                                                         rune = 0xB9D2
	HangulSyllableMalb                                                         rune = 0xB9D3
	HangulSyllableMals                                                         rune = 0xB9D4
	HangulSyllableMalt                                                         rune = 0xB9D5
	HangulSyllableMalp                                                         rune = 0xB9D6
	HangulSyllableMalh                                                         rune = 0xB9D7
	HangulSyllableMam                                                          rune = 0xB9D8
	HangulSyllableMab                                                          rune = 0xB9D9
	HangulSyllableMabs                                                         rune = 0xB9DA
	HangulSyllableMas                                                          rune = 0xB9DB
	HangulSyllableMass                                                         rune = 0xB9DC
	HangulSyllableMang                                                         rune = 0xB9DD
	HangulSyllableMaj                                                          rune = 0xB9DE
	HangulSyllableMac                                                          rune = 0xB9DF
	HangulSyllableMak                                                          rune = 0xB9E0
	HangulSyllableMat                                                          rune = 0xB9E1
	HangulSyllableMap                                                          rune = 0xB9E2
	HangulSyllableMah                                                          rune = 0xB9E3
	HangulSyllableMae                                                          rune = 0xB9E4
	HangulSyllableMaeg                                                         rune = 0xB9E5
	HangulSyllableMaegg                                                        rune = 0xB9E6
	HangulSyllableMaegs                                                        rune = 0xB9E7
	HangulSyllableMaen                                                         rune = 0xB9E8
	HangulSyllableMaenj                                                        rune = 0xB9E9
	HangulSyllableMaenh                                                        rune = 0xB9EA
	HangulSyllableMaed                                                         rune = 0xB9EB
	HangulSyllableMael                                                         rune = 0xB9EC
	HangulSyllableMaelg                                                        rune = 0xB9ED
	HangulSyllableMaelm                                                        rune = 0xB9EE
	HangulSyllableMaelb                                                        rune = 0xB9EF
	HangulSyllableMaels                                                        rune = 0xB9F0
	HangulSyllableMaelt                                                        rune = 0xB9F1
	HangulSyllableMaelp                                                        rune = 0xB9F2
	HangulSyllableMaelh                                                        rune = 0xB9F3
	HangulSyllableMaem                                                         rune = 0xB9F4
	HangulSyllableMaeb                                                         rune = 0xB9F5
	HangulSyllableMaebs                                                        rune = 0xB9F6
	HangulSyllableMaes                                                         rune = 0xB9F7
	HangulSyllableMaess                                                        rune = 0xB9F8
	HangulSyllableMaeng                                                        rune = 0xB9F9
	HangulSyllableMaej                                                         rune = 0xB9FA
	HangulSyllableMaec                                                         rune = 0xB9FB
	HangulSyllableMaek                                                         rune = 0xB9FC
	HangulSyllableMaet                                                         rune = 0xB9FD
	HangulSyllableMaep                                                         rune = 0xB9FE
	HangulSyllableMaeh                                                         rune = 0xB9FF
	HangulSyllableMya                                                          rune = 0xBA00
	HangulSyllableMyag                                                         rune = 0xBA01
	HangulSyllableMyagg                                                        rune = 0xBA02
	HangulSyllableMyags                                                        rune = 0xBA03
	HangulSyllableMyan                                                         rune = 0xBA04
	HangulSyllableMyanj                                                        rune = 0xBA05
	HangulSyllableMyanh                                                        rune = 0xBA06
	HangulSyllableMyad                                                         rune = 0xBA07
	HangulSyllableMyal                                                         rune = 0xBA08
	HangulSyllableMyalg                                                        rune = 0xBA09
	HangulSyllableMyalm                                                        rune = 0xBA0A
	HangulSyllableMyalb                                                        rune = 0xBA0B
	HangulSyllableMyals                                                        rune = 0xBA0C
	HangulSyllableMyalt                                                        rune = 0xBA0D
	HangulSyllableMyalp                                                        rune = 0xBA0E
	HangulSyllableMyalh                                                        rune = 0xBA0F
	HangulSyllableMyam                                                         rune = 0xBA10
	HangulSyllableMyab                                                         rune = 0xBA11
	HangulSyllableMyabs                                                        rune = 0xBA12
	HangulSyllableMyas                                                         rune = 0xBA13
	HangulSyllableMyass                                                        rune = 0xBA14
	HangulSyllableMyang                                                        rune = 0xBA15
	HangulSyllableMyaj                                                         rune = 0xBA16
	HangulSyllableMyac                                                         rune = 0xBA17
	HangulSyllableMyak                                                         rune = 0xBA18
	HangulSyllableMyat                                                         rune = 0xBA19
	HangulSyllableMyap                                                         rune = 0xBA1A
	HangulSyllableMyah                                                         rune = 0xBA1B
	HangulSyllableMyae                                                         rune = 0xBA1C
	HangulSyllableMyaeg                                                        rune = 0xBA1D
	HangulSyllableMyaegg                                                       rune = 0xBA1E
	HangulSyllableMyaegs                                                       rune = 0xBA1F
	HangulSyllableMyaen                                                        rune = 0xBA20
	HangulSyllableMyaenj                                                       rune = 0xBA21
	HangulSyllableMyaenh                                                       rune = 0xBA22
	HangulSyllableMyaed                                                        rune = 0xBA23
	HangulSyllableMyael                                                        rune = 0xBA24
	HangulSyllableMyaelg                                                       rune = 0xBA25
	HangulSyllableMyaelm                                                       rune = 0xBA26
	HangulSyllableMyaelb                                                       rune = 0xBA27
	HangulSyllableMyaels                                                       rune = 0xBA28
	HangulSyllableMyaelt                                                       rune = 0xBA29
	HangulSyllableMyaelp                                                       rune = 0xBA2A
	HangulSyllableMyaelh                                                       rune = 0xBA2B
	HangulSyllableMyaem                                                        rune = 0xBA2C
	HangulSyllableMyaeb                                                        rune = 0xBA2D
	HangulSyllableMyaebs                                                       rune = 0xBA2E
	HangulSyllableMyaes                                                        rune = 0xBA2F
	HangulSyllableMyaess                                                       rune = 0xBA30
	HangulSyllableMyaeng                                                       rune = 0xBA31
	HangulSyllableMyaej                                                        rune = 0xBA32
	HangulSyllableMyaec                                                        rune = 0xBA33
	HangulSyllableMyaek                                                        rune = 0xBA34
	HangulSyllableMyaet                                                        rune = 0xBA35
	HangulSyllableMyaep                                                        rune = 0xBA36
	HangulSyllableMyaeh                                                        rune = 0xBA37
	HangulSyllableMeo                                                          rune = 0xBA38
	HangulSyllableMeog                                                         rune = 0xBA39
	HangulSyllableMeogg                                                        rune = 0xBA3A
	HangulSyllableMeogs                                                        rune = 0xBA3B
	HangulSyllableMeon                                                         rune = 0xBA3C
	HangulSyllableMeonj                                                        rune = 0xBA3D
	HangulSyllableMeonh                                                        rune = 0xBA3E
	HangulSyllableMeod                                                         rune = 0xBA3F
	HangulSyllableMeol                                                         rune = 0xBA40
	HangulSyllableMeolg                                                        rune = 0xBA41
	HangulSyllableMeolm                                                        rune = 0xBA42
	HangulSyllableMeolb                                                        rune = 0xBA43
	HangulSyllableMeols                                                        rune = 0xBA44
	HangulSyllableMeolt                                                        rune = 0xBA45
	HangulSyllableMeolp                                                        rune = 0xBA46
	HangulSyllableMeolh                                                        rune = 0xBA47
	HangulSyllableMeom                                                         rune = 0xBA48
	HangulSyllableMeob                                                         rune = 0xBA49
	HangulSyllableMeobs                                                        rune = 0xBA4A
	HangulSyllableMeos                                                         rune = 0xBA4B
	HangulSyllableMeoss                                                        rune = 0xBA4C
	HangulSyllableMeong                                                        rune = 0xBA4D
	HangulSyllableMeoj                                                         rune = 0xBA4E
	HangulSyllableMeoc                                                         rune = 0xBA4F
	HangulSyllableMeok                                                         rune = 0xBA50
	HangulSyllableMeot                                                         rune = 0xBA51
	HangulSyllableMeop                                                         rune = 0xBA52
	HangulSyllableMeoh                                                         rune = 0xBA53
	HangulSyllableMe                                                           rune = 0xBA54
	HangulSyllableMeg                                                          rune = 0xBA55
	HangulSyllableMegg                                                         rune = 0xBA56
	HangulSyllableMegs                                                         rune = 0xBA57
	HangulSyllableMen                                                          rune = 0xBA58
	HangulSyllableMenj                                                         rune = 0xBA59
	HangulSyllableMenh                                                         rune = 0xBA5A
	HangulSyllableMed                                                          rune = 0xBA5B
	HangulSyllableMel                                                          rune = 0xBA5C
	HangulSyllableMelg                                                         rune = 0xBA5D
	HangulSyllableMelm                                                         rune = 0xBA5E
	HangulSyllableMelb                                                         rune = 0xBA5F
	HangulSyllableMels                                                         rune = 0xBA60
	HangulSyllableMelt                                                         rune = 0xBA61
	HangulSyllableMelp                                                         rune = 0xBA62
	HangulSyllableMelh                                                         rune = 0xBA63
	HangulSyllableMem                                                          rune = 0xBA64
	HangulSyllableMeb                                                          rune = 0xBA65
	HangulSyllableMebs                                                         rune = 0xBA66
	HangulSyllableMes                                                          rune = 0xBA67
	HangulSyllableMess                                                         rune = 0xBA68
	HangulSyllableMeng                                                         rune = 0xBA69
	HangulSyllableMej                                                          rune = 0xBA6A
	HangulSyllableMec                                                          rune = 0xBA6B
	HangulSyllableMek                                                          rune = 0xBA6C
	HangulSyllableMet                                                          rune = 0xBA6D
	HangulSyllableMep                                                          rune = 0xBA6E
	HangulSyllableMeh                                                          rune = 0xBA6F
	HangulSyllableMyeo                                                         rune = 0xBA70
	HangulSyllableMyeog                                                        rune = 0xBA71
	HangulSyllableMyeogg                                                       rune = 0xBA72
	HangulSyllableMyeogs                                                       rune = 0xBA73
	HangulSyllableMyeon                                                        rune = 0xBA74
	HangulSyllableMyeonj                                                       rune = 0xBA75
	HangulSyllableMyeonh                                                       rune = 0xBA76
	HangulSyllableMyeod                                                        rune = 0xBA77
	HangulSyllableMyeol                                                        rune = 0xBA78
	HangulSyllableMyeolg                                                       rune = 0xBA79
	HangulSyllableMyeolm                                                       rune = 0xBA7A
	HangulSyllableMyeolb                                                       rune = 0xBA7B
	HangulSyllableMyeols                                                       rune = 0xBA7C
	HangulSyllableMyeolt                                                       rune = 0xBA7D
	HangulSyllableMyeolp                                                       rune = 0xBA7E
	HangulSyllableMyeolh                                                       rune = 0xBA7F
	HangulSyllableMyeom                                                        rune = 0xBA80
	HangulSyllableMyeob                                                        rune = 0xBA81
	HangulSyllableMyeobs                                                       rune = 0xBA82
	HangulSyllableMyeos                                                        rune = 0xBA83
	HangulSyllableMyeoss                                                       rune = 0xBA84
	HangulSyllableMyeong                                                       rune = 0xBA85
	HangulSyllableMyeoj                                                        rune = 0xBA86
	HangulSyllableMyeoc                                                        rune = 0xBA87
	HangulSyllableMyeok                                                        rune = 0xBA88
	HangulSyllableMyeot                                                        rune = 0xBA89
	HangulSyllableMyeop                                                        rune = 0xBA8A
	HangulSyllableMyeoh                                                        rune = 0xBA8B
	HangulSyllableMye                                                          rune = 0xBA8C
	HangulSyllableMyeg                                                         rune = 0xBA8D
	HangulSyllableMyegg                                                        rune = 0xBA8E
	HangulSyllableMyegs                                                        rune = 0xBA8F
	HangulSyllableMyen                                                         rune = 0xBA90
	HangulSyllableMyenj                                                        rune = 0xBA91
	HangulSyllableMyenh                                                        rune = 0xBA92
	HangulSyllableMyed                                                         rune = 0xBA93
	HangulSyllableMyel                                                         rune = 0xBA94
	HangulSyllableMyelg                                                        rune = 0xBA95
	HangulSyllableMyelm                                                        rune = 0xBA96
	HangulSyllableMyelb                                                        rune = 0xBA97
	HangulSyllableMyels                                                        rune = 0xBA98
	HangulSyllableMyelt                                                        rune = 0xBA99
	HangulSyllableMyelp                                                        rune = 0xBA9A
	HangulSyllableMyelh                                                        rune = 0xBA9B
	HangulSyllableMyem                                                         rune = 0xBA9C
	HangulSyllableMyeb                                                         rune = 0xBA9D
	HangulSyllableMyebs                                                        rune = 0xBA9E
	HangulSyllableMyes                                                         rune = 0xBA9F
	HangulSyllableMyess                                                        rune = 0xBAA0
	HangulSyllableMyeng                                                        rune = 0xBAA1
	HangulSyllableMyej                                                         rune = 0xBAA2
	HangulSyllableMyec                                                         rune = 0xBAA3
	HangulSyllableMyek                                                         rune = 0xBAA4
	HangulSyllableMyet                                                         rune = 0xBAA5
	HangulSyllableMyep                                                         rune = 0xBAA6
	HangulSyllableMyeh                                                         rune = 0xBAA7
	HangulSyllableMo                                                           rune = 0xBAA8
	HangulSyllableMog                                                          rune = 0xBAA9
	HangulSyllableMogg                                                         rune = 0xBAAA
	HangulSyllableMogs                                                         rune = 0xBAAB
	HangulSyllableMon                                                          rune = 0xBAAC
	HangulSyllableMonj                                                         rune = 0xBAAD
	HangulSyllableMonh                                                         rune = 0xBAAE
	HangulSyllableMod                                                          rune = 0xBAAF
	HangulSyllableMol                                                          rune = 0xBAB0
	HangulSyllableMolg                                                         rune = 0xBAB1
	HangulSyllableMolm                                                         rune = 0xBAB2
	HangulSyllableMolb                                                         rune = 0xBAB3
	HangulSyllableMols                                                         rune = 0xBAB4
	HangulSyllableMolt                                                         rune = 0xBAB5
	HangulSyllableMolp                                                         rune = 0xBAB6
	HangulSyllableMolh                                                         rune = 0xBAB7
	HangulSyllableMom                                                          rune = 0xBAB8
	HangulSyllableMob                                                          rune = 0xBAB9
	HangulSyllableMobs                                                         rune = 0xBABA
	HangulSyllableMos                                                          rune = 0xBABB
	HangulSyllableMoss                                                         rune = 0xBABC
	HangulSyllableMong                                                         rune = 0xBABD
	HangulSyllableMoj                                                          rune = 0xBABE
	HangulSyllableMoc                                                          rune = 0xBABF
	HangulSyllableMok                                                          rune = 0xBAC0
	HangulSyllableMot                                                          rune = 0xBAC1
	HangulSyllableMop                                                          rune = 0xBAC2
	HangulSyllableMoh                                                          rune = 0xBAC3
	HangulSyllableMwa                                                          rune = 0xBAC4
	HangulSyllableMwag                                                         rune = 0xBAC5
	HangulSyllableMwagg                                                        rune = 0xBAC6
	HangulSyllableMwags                                                        rune = 0xBAC7
	HangulSyllableMwan                                                         rune = 0xBAC8
	HangulSyllableMwanj                                                        rune = 0xBAC9
	HangulSyllableMwanh                                                        rune = 0xBACA
	HangulSyllableMwad                                                         rune = 0xBACB
	HangulSyllableMwal                                                         rune = 0xBACC
	HangulSyllableMwalg                                                        rune = 0xBACD
	HangulSyllableMwalm                                                        rune = 0xBACE
	HangulSyllableMwalb                                                        rune = 0xBACF
	HangulSyllableMwals                                                        rune = 0xBAD0
	HangulSyllableMwalt                                                        rune = 0xBAD1
	HangulSyllableMwalp                                                        rune = 0xBAD2
	HangulSyllableMwalh                                                        rune = 0xBAD3
	HangulSyllableMwam                                                         rune = 0xBAD4
	HangulSyllableMwab                                                         rune = 0xBAD5
	HangulSyllableMwabs                                                        rune = 0xBAD6
	HangulSyllableMwas                                                         rune = 0xBAD7
	HangulSyllableMwass                                                        rune = 0xBAD8
	HangulSyllableMwang                                                        rune = 0xBAD9
	HangulSyllableMwaj                                                         rune = 0xBADA
	HangulSyllableMwac                                                         rune = 0xBADB
	HangulSyllableMwak                                                         rune = 0xBADC
	HangulSyllableMwat                                                         rune = 0xBADD
	HangulSyllableMwap                                                         rune = 0xBADE
	HangulSyllableMwah                                                         rune = 0xBADF
	HangulSyllableMwae                                                         rune = 0xBAE0
	HangulSyllableMwaeg                                                        rune = 0xBAE1
	HangulSyllableMwaegg                                                       rune = 0xBAE2
	HangulSyllableMwaegs                                                       rune = 0xBAE3
	HangulSyllableMwaen                                                        rune = 0xBAE4
	HangulSyllableMwaenj                                                       rune = 0xBAE5
	HangulSyllableMwaenh                                                       rune = 0xBAE6
	HangulSyllableMwaed                                                        rune = 0xBAE7
	HangulSyllableMwael                                                        rune = 0xBAE8
	HangulSyllableMwaelg                                                       rune = 0xBAE9
	HangulSyllableMwaelm                                                       rune = 0xBAEA
	HangulSyllableMwaelb                                                       rune = 0xBAEB
	HangulSyllableMwaels                                                       rune = 0xBAEC
	HangulSyllableMwaelt                                                       rune = 0xBAED
	HangulSyllableMwaelp                                                       rune = 0xBAEE
	HangulSyllableMwaelh                                                       rune = 0xBAEF
	HangulSyllableMwaem                                                        rune = 0xBAF0
	HangulSyllableMwaeb                                                        rune = 0xBAF1
	HangulSyllableMwaebs                                                       rune = 0xBAF2
	HangulSyllableMwaes                                                        rune = 0xBAF3
	HangulSyllableMwaess                                                       rune = 0xBAF4
	HangulSyllableMwaeng                                                       rune = 0xBAF5
	HangulSyllableMwaej                                                        rune = 0xBAF6
	HangulSyllableMwaec                                                        rune = 0xBAF7
	HangulSyllableMwaek                                                        rune = 0xBAF8
	HangulSyllableMwaet                                                        rune = 0xBAF9
	HangulSyllableMwaep                                                        rune = 0xBAFA
	HangulSyllableMwaeh                                                        rune = 0xBAFB
	HangulSyllableMoe                                                          rune = 0xBAFC
	HangulSyllableMoeg                                                         rune = 0xBAFD
	HangulSyllableMoegg                                                        rune = 0xBAFE
	HangulSyllableMoegs                                                        rune = 0xBAFF
	HangulSyllableMoen                                                         rune = 0xBB00
	HangulSyllableMoenj                                                        rune = 0xBB01
	HangulSyllableMoenh                                                        rune = 0xBB02
	HangulSyllableMoed                                                         rune = 0xBB03
	HangulSyllableMoel                                                         rune = 0xBB04
	HangulSyllableMoelg                                                        rune = 0xBB05
	HangulSyllableMoelm                                                        rune = 0xBB06
	HangulSyllableMoelb                                                        rune = 0xBB07
	HangulSyllableMoels                                                        rune = 0xBB08
	HangulSyllableMoelt                                                        rune = 0xBB09
	HangulSyllableMoelp                                                        rune = 0xBB0A
	HangulSyllableMoelh                                                        rune = 0xBB0B
	HangulSyllableMoem                                                         rune = 0xBB0C
	HangulSyllableMoeb                                                         rune = 0xBB0D
	HangulSyllableMoebs                                                        rune = 0xBB0E
	HangulSyllableMoes                                                         rune = 0xBB0F
	HangulSyllableMoess                                                        rune = 0xBB10
	HangulSyllableMoeng                                                        rune = 0xBB11
	HangulSyllableMoej                                                         rune = 0xBB12
	HangulSyllableMoec                                                         rune = 0xBB13
	HangulSyllableMoek                                                         rune = 0xBB14
	HangulSyllableMoet                                                         rune = 0xBB15
	HangulSyllableMoep                                                         rune = 0xBB16
	HangulSyllableMoeh                                                         rune = 0xBB17
	HangulSyllableMyo                                                          rune = 0xBB18
	HangulSyllableMyog                                                         rune = 0xBB19
	HangulSyllableMyogg                                                        rune = 0xBB1A
	HangulSyllableMyogs                                                        rune = 0xBB1B
	HangulSyllableMyon                                                         rune = 0xBB1C
	HangulSyllableMyonj                                                        rune = 0xBB1D
	HangulSyllableMyonh                                                        rune = 0xBB1E
	HangulSyllableMyod                                                         rune = 0xBB1F
	HangulSyllableMyol                                                         rune = 0xBB20
	HangulSyllableMyolg                                                        rune = 0xBB21
	HangulSyllableMyolm                                                        rune = 0xBB22
	HangulSyllableMyolb                                                        rune = 0xBB23
	HangulSyllableMyols                                                        rune = 0xBB24
	HangulSyllableMyolt                                                        rune = 0xBB25
	HangulSyllableMyolp                                                        rune = 0xBB26
	HangulSyllableMyolh                                                        rune = 0xBB27
	HangulSyllableMyom                                                         rune = 0xBB28
	HangulSyllableMyob                                                         rune = 0xBB29
	HangulSyllableMyobs                                                        rune = 0xBB2A
	HangulSyllableMyos                                                         rune = 0xBB2B
	HangulSyllableMyoss                                                        rune = 0xBB2C
	HangulSyllableMyong                                                        rune = 0xBB2D
	HangulSyllableMyoj                                                         rune = 0xBB2E
	HangulSyllableMyoc                                                         rune = 0xBB2F
	HangulSyllableMyok                                                         rune = 0xBB30
	HangulSyllableMyot                                                         rune = 0xBB31
	HangulSyllableMyop                                                         rune = 0xBB32
	HangulSyllableMyoh                                                         rune = 0xBB33
	HangulSyllableMu                                                           rune = 0xBB34
	HangulSyllableMug                                                          rune = 0xBB35
	HangulSyllableMugg                                                         rune = 0xBB36
	HangulSyllableMugs                                                         rune = 0xBB37
	HangulSyllableMun                                                          rune = 0xBB38
	HangulSyllableMunj                                                         rune = 0xBB39
	HangulSyllableMunh                                                         rune = 0xBB3A
	HangulSyllableMud                                                          rune = 0xBB3B
	HangulSyllableMul                                                          rune = 0xBB3C
	HangulSyllableMulg                                                         rune = 0xBB3D
	HangulSyllableMulm                                                         rune = 0xBB3E
	HangulSyllableMulb                                                         rune = 0xBB3F
	HangulSyllableMuls                                                         rune = 0xBB40
	HangulSyllableMult                                                         rune = 0xBB41
	HangulSyllableMulp                                                         rune = 0xBB42
	HangulSyllableMulh                                                         rune = 0xBB43
	HangulSyllableMum                                                          rune = 0xBB44
	HangulSyllableMub                                                          rune = 0xBB45
	HangulSyllableMubs                                                         rune = 0xBB46
	HangulSyllableMus                                                          rune = 0xBB47
	HangulSyllableMuss                                                         rune = 0xBB48
	HangulSyllableMung                                                         rune = 0xBB49
	HangulSyllableMuj                                                          rune = 0xBB4A
	HangulSyllableMuc                                                          rune = 0xBB4B
	HangulSyllableMuk                                                          rune = 0xBB4C
	HangulSyllableMut                                                          rune = 0xBB4D
	HangulSyllableMup                                                          rune = 0xBB4E
	HangulSyllableMuh                                                          rune = 0xBB4F
	HangulSyllableMweo                                                         rune = 0xBB50
	HangulSyllableMweog                                                        rune = 0xBB51
	HangulSyllableMweogg                                                       rune = 0xBB52
	HangulSyllableMweogs                                                       rune = 0xBB53
	HangulSyllableMweon                                                        rune = 0xBB54
	HangulSyllableMweonj                                                       rune = 0xBB55
	HangulSyllableMweonh                                                       rune = 0xBB56
	HangulSyllableMweod                                                        rune = 0xBB57
	HangulSyllableMweol                                                        rune = 0xBB58
	HangulSyllableMweolg                                                       rune = 0xBB59
	HangulSyllableMweolm                                                       rune = 0xBB5A
	HangulSyllableMweolb                                                       rune = 0xBB5B
	HangulSyllableMweols                                                       rune = 0xBB5C
	HangulSyllableMweolt                                                       rune = 0xBB5D
	HangulSyllableMweolp                                                       rune = 0xBB5E
	HangulSyllableMweolh                                                       rune = 0xBB5F
	HangulSyllableMweom                                                        rune = 0xBB60
	HangulSyllableMweob                                                        rune = 0xBB61
	HangulSyllableMweobs                                                       rune = 0xBB62
	HangulSyllableMweos                                                        rune = 0xBB63
	HangulSyllableMweoss                                                       rune = 0xBB64
	HangulSyllableMweong                                                       rune = 0xBB65
	HangulSyllableMweoj                                                        rune = 0xBB66
	HangulSyllableMweoc                                                        rune = 0xBB67
	HangulSyllableMweok                                                        rune = 0xBB68
	HangulSyllableMweot                                                        rune = 0xBB69
	HangulSyllableMweop                                                        rune = 0xBB6A
	HangulSyllableMweoh                                                        rune = 0xBB6B
	HangulSyllableMwe                                                          rune = 0xBB6C
	HangulSyllableMweg                                                         rune = 0xBB6D
	HangulSyllableMwegg                                                        rune = 0xBB6E
	HangulSyllableMwegs                                                        rune = 0xBB6F
	HangulSyllableMwen                                                         rune = 0xBB70
	HangulSyllableMwenj                                                        rune = 0xBB71
	HangulSyllableMwenh                                                        rune = 0xBB72
	HangulSyllableMwed                                                         rune = 0xBB73
	HangulSyllableMwel                                                         rune = 0xBB74
	HangulSyllableMwelg                                                        rune = 0xBB75
	HangulSyllableMwelm                                                        rune = 0xBB76
	HangulSyllableMwelb                                                        rune = 0xBB77
	HangulSyllableMwels                                                        rune = 0xBB78
	HangulSyllableMwelt                                                        rune = 0xBB79
	HangulSyllableMwelp                                                        rune = 0xBB7A
	HangulSyllableMwelh                                                        rune = 0xBB7B
	HangulSyllableMwem                                                         rune = 0xBB7C
	HangulSyllableMweb                                                         rune = 0xBB7D
	HangulSyllableMwebs                                                        rune = 0xBB7E
	HangulSyllableMwes                                                         rune = 0xBB7F
	HangulSyllableMwess                                                        rune = 0xBB80
	HangulSyllableMweng                                                        rune = 0xBB81
	HangulSyllableMwej                                                         rune = 0xBB82
	HangulSyllableMwec                                                         rune = 0xBB83
	HangulSyllableMwek                                                         rune = 0xBB84
	HangulSyllableMwet                                                         rune = 0xBB85
	HangulSyllableMwep                                                         rune = 0xBB86
	HangulSyllableMweh                                                         rune = 0xBB87
	HangulSyllableMwi                                                          rune = 0xBB88
	HangulSyllableMwig                                                         rune = 0xBB89
	HangulSyllableMwigg                                                        rune = 0xBB8A
	HangulSyllableMwigs                                                        rune = 0xBB8B
	HangulSyllableMwin                                                         rune = 0xBB8C
	HangulSyllableMwinj                                                        rune = 0xBB8D
	HangulSyllableMwinh                                                        rune = 0xBB8E
	HangulSyllableMwid                                                         rune = 0xBB8F
	HangulSyllableMwil                                                         rune = 0xBB90
	HangulSyllableMwilg                                                        rune = 0xBB91
	HangulSyllableMwilm                                                        rune = 0xBB92
	HangulSyllableMwilb                                                        rune = 0xBB93
	HangulSyllableMwils                                                        rune = 0xBB94
	HangulSyllableMwilt                                                        rune = 0xBB95
	HangulSyllableMwilp                                                        rune = 0xBB96
	HangulSyllableMwilh                                                        rune = 0xBB97
	HangulSyllableMwim                                                         rune = 0xBB98
	HangulSyllableMwib                                                         rune = 0xBB99
	HangulSyllableMwibs                                                        rune = 0xBB9A
	HangulSyllableMwis                                                         rune = 0xBB9B
	HangulSyllableMwiss                                                        rune = 0xBB9C
	HangulSyllableMwing                                                        rune = 0xBB9D
	HangulSyllableMwij                                                         rune = 0xBB9E
	HangulSyllableMwic                                                         rune = 0xBB9F
	HangulSyllableMwik                                                         rune = 0xBBA0
	HangulSyllableMwit                                                         rune = 0xBBA1
	HangulSyllableMwip                                                         rune = 0xBBA2
	HangulSyllableMwih                                                         rune = 0xBBA3
	HangulSyllableMyu                                                          rune = 0xBBA4
	HangulSyllableMyug                                                         rune = 0xBBA5
	HangulSyllableMyugg                                                        rune = 0xBBA6
	HangulSyllableMyugs                                                        rune = 0xBBA7
	HangulSyllableMyun                                                         rune = 0xBBA8
	HangulSyllableMyunj                                                        rune = 0xBBA9
	HangulSyllableMyunh                                                        rune = 0xBBAA
	HangulSyllableMyud                                                         rune = 0xBBAB
	HangulSyllableMyul                                                         rune = 0xBBAC
	HangulSyllableMyulg                                                        rune = 0xBBAD
	HangulSyllableMyulm                                                        rune = 0xBBAE
	HangulSyllableMyulb                                                        rune = 0xBBAF
	HangulSyllableMyuls                                                        rune = 0xBBB0
	HangulSyllableMyult                                                        rune = 0xBBB1
	HangulSyllableMyulp                                                        rune = 0xBBB2
	HangulSyllableMyulh                                                        rune = 0xBBB3
	HangulSyllableMyum                                                         rune = 0xBBB4
	HangulSyllableMyub                                                         rune = 0xBBB5
	HangulSyllableMyubs                                                        rune = 0xBBB6
	HangulSyllableMyus                                                         rune = 0xBBB7
	HangulSyllableMyuss                                                        rune = 0xBBB8
	HangulSyllableMyung                                                        rune = 0xBBB9
	HangulSyllableMyuj                                                         rune = 0xBBBA
	HangulSyllableMyuc                                                         rune = 0xBBBB
	HangulSyllableMyuk                                                         rune = 0xBBBC
	HangulSyllableMyut                                                         rune = 0xBBBD
	HangulSyllableMyup                                                         rune = 0xBBBE
	HangulSyllableMyuh                                                         rune = 0xBBBF
	HangulSyllableMeu                                                          rune = 0xBBC0
	HangulSyllableMeug                                                         rune = 0xBBC1
	HangulSyllableMeugg                                                        rune = 0xBBC2
	HangulSyllableMeugs                                                        rune = 0xBBC3
	HangulSyllableMeun                                                         rune = 0xBBC4
	HangulSyllableMeunj                                                        rune = 0xBBC5
	HangulSyllableMeunh                                                        rune = 0xBBC6
	HangulSyllableMeud                                                         rune = 0xBBC7
	HangulSyllableMeul                                                         rune = 0xBBC8
	HangulSyllableMeulg                                                        rune = 0xBBC9
	HangulSyllableMeulm                                                        rune = 0xBBCA
	HangulSyllableMeulb                                                        rune = 0xBBCB
	HangulSyllableMeuls                                                        rune = 0xBBCC
	HangulSyllableMeult                                                        rune = 0xBBCD
	HangulSyllableMeulp                                                        rune = 0xBBCE
	HangulSyllableMeulh                                                        rune = 0xBBCF
	HangulSyllableMeum                                                         rune = 0xBBD0
	HangulSyllableMeub                                                         rune = 0xBBD1
	HangulSyllableMeubs                                                        rune = 0xBBD2
	HangulSyllableMeus                                                         rune = 0xBBD3
	HangulSyllableMeuss                                                        rune = 0xBBD4
	HangulSyllableMeung                                                        rune = 0xBBD5
	HangulSyllableMeuj                                                         rune = 0xBBD6
	HangulSyllableMeuc                                                         rune = 0xBBD7
	HangulSyllableMeuk                                                         rune = 0xBBD8
	HangulSyllableMeut                                                         rune = 0xBBD9
	HangulSyllableMeup                                                         rune = 0xBBDA
	HangulSyllableMeuh                                                         rune = 0xBBDB
	HangulSyllableMyi                                                          rune = 0xBBDC
	HangulSyllableMyig                                                         rune = 0xBBDD
	HangulSyllableMyigg                                                        rune = 0xBBDE
	HangulSyllableMyigs                                                        rune = 0xBBDF
	HangulSyllableMyin                                                         rune = 0xBBE0
	HangulSyllableMyinj                                                        rune = 0xBBE1
	HangulSyllableMyinh                                                        rune = 0xBBE2
	HangulSyllableMyid                                                         rune = 0xBBE3
	HangulSyllableMyil                                                         rune = 0xBBE4
	HangulSyllableMyilg                                                        rune = 0xBBE5
	HangulSyllableMyilm                                                        rune = 0xBBE6
	HangulSyllableMyilb                                                        rune = 0xBBE7
	HangulSyllableMyils                                                        rune = 0xBBE8
	HangulSyllableMyilt                                                        rune = 0xBBE9
	HangulSyllableMyilp                                                        rune = 0xBBEA
	HangulSyllableMyilh                                                        rune = 0xBBEB
	HangulSyllableMyim                                                         rune = 0xBBEC
	HangulSyllableMyib                                                         rune = 0xBBED
	HangulSyllableMyibs                                                        rune = 0xBBEE
	HangulSyllableMyis                                                         rune = 0xBBEF
	HangulSyllableMyiss                                                        rune = 0xBBF0
	HangulSyllableMying                                                        rune = 0xBBF1
	HangulSyllableMyij                                                         rune = 0xBBF2
	HangulSyllableMyic                                                         rune = 0xBBF3
	HangulSyllableMyik                                                         rune = 0xBBF4
	HangulSyllableMyit                                                         rune = 0xBBF5
	HangulSyllableMyip                                                         rune = 0xBBF6
	HangulSyllableMyih                                                         rune = 0xBBF7
	HangulSyllableMi                                                           rune = 0xBBF8
	HangulSyllableMig                                                          rune = 0xBBF9
	HangulSyllableMigg                                                         rune = 0xBBFA
	HangulSyllableMigs                                                         rune = 0xBBFB
	HangulSyllableMin                                                          rune = 0xBBFC
	HangulSyllableMinj                                                         rune = 0xBBFD
	HangulSyllableMinh                                                         rune = 0xBBFE
	HangulSyllableMid                                                          rune = 0xBBFF
	HangulSyllableMil                                                          rune = 0xBC00
	HangulSyllableMilg                                                         rune = 0xBC01
	HangulSyllableMilm                                                         rune = 0xBC02
	HangulSyllableMilb                                                         rune = 0xBC03
	HangulSyllableMils                                                         rune = 0xBC04
	HangulSyllableMilt                                                         rune = 0xBC05
	HangulSyllableMilp                                                         rune = 0xBC06
	HangulSyllableMilh                                                         rune = 0xBC07
	HangulSyllableMim                                                          rune = 0xBC08
	HangulSyllableMib                                                          rune = 0xBC09
	HangulSyllableMibs                                                         rune = 0xBC0A
	HangulSyllableMis                                                          rune = 0xBC0B
	HangulSyllableMiss                                                         rune = 0xBC0C
	HangulSyllableMing                                                         rune = 0xBC0D
	HangulSyllableMij                                                          rune = 0xBC0E
	HangulSyllableMic                                                          rune = 0xBC0F
	HangulSyllableMik                                                          rune = 0xBC10
	HangulSyllableMit                                                          rune = 0xBC11
	HangulSyllableMip                                                          rune = 0xBC12
	HangulSyllableMih                                                          rune = 0xBC13
	HangulSyllableBa                                                           rune = 0xBC14
	HangulSyllableBag                                                          rune = 0xBC15
	HangulSyllableBagg                                                         rune = 0xBC16
	HangulSyllableBags                                                         rune = 0xBC17
	HangulSyllableBan                                                          rune = 0xBC18
	HangulSyllableBanj                                                         rune = 0xBC19
	HangulSyllableBanh                                                         rune = 0xBC1A
	HangulSyllableBad                                                          rune = 0xBC1B
	HangulSyllableBal                                                          rune = 0xBC1C
	HangulSyllableBalg                                                         rune = 0xBC1D
	HangulSyllableBalm                                                         rune = 0xBC1E
	HangulSyllableBalb                                                         rune = 0xBC1F
	HangulSyllableBals                                                         rune = 0xBC20
	HangulSyllableBalt                                                         rune = 0xBC21
	HangulSyllableBalp                                                         rune = 0xBC22
	HangulSyllableBalh                                                         rune = 0xBC23
	HangulSyllableBam                                                          rune = 0xBC24
	HangulSyllableBab                                                          rune = 0xBC25
	HangulSyllableBabs                                                         rune = 0xBC26
	HangulSyllableBas                                                          rune = 0xBC27
	HangulSyllableBass                                                         rune = 0xBC28
	HangulSyllableBang                                                         rune = 0xBC29
	HangulSyllableBaj                                                          rune = 0xBC2A
	HangulSyllableBac                                                          rune = 0xBC2B
	HangulSyllableBak                                                          rune = 0xBC2C
	HangulSyllableBat                                                          rune = 0xBC2D
	HangulSyllableBap                                                          rune = 0xBC2E
	HangulSyllableBah                                                          rune = 0xBC2F
	HangulSyllableBae                                                          rune = 0xBC30
	HangulSyllableBaeg                                                         rune = 0xBC31
	HangulSyllableBaegg                                                        rune = 0xBC32
	HangulSyllableBaegs                                                        rune = 0xBC33
	HangulSyllableBaen                                                         rune = 0xBC34
	HangulSyllableBaenj                                                        rune = 0xBC35
	HangulSyllableBaenh                                                        rune = 0xBC36
	HangulSyllableBaed                                                         rune = 0xBC37
	HangulSyllableBael                                                         rune = 0xBC38
	HangulSyllableBaelg                                                        rune = 0xBC39
	HangulSyllableBaelm                                                        rune = 0xBC3A
	HangulSyllableBaelb                                                        rune = 0xBC3B
	HangulSyllableBaels                                                        rune = 0xBC3C
	HangulSyllableBaelt                                                        rune = 0xBC3D
	HangulSyllableBaelp                                                        rune = 0xBC3E
	HangulSyllableBaelh                                                        rune = 0xBC3F
	HangulSyllableBaem                                                         rune = 0xBC40
	HangulSyllableBaeb                                                         rune = 0xBC41
	HangulSyllableBaebs                                                        rune = 0xBC42
	HangulSyllableBaes                                                         rune = 0xBC43
	HangulSyllableBaess                                                        rune = 0xBC44
	HangulSyllableBaeng                                                        rune = 0xBC45
	HangulSyllableBaej                                                         rune = 0xBC46
	HangulSyllableBaec                                                         rune = 0xBC47
	HangulSyllableBaek                                                         rune = 0xBC48
	HangulSyllableBaet                                                         rune = 0xBC49
	HangulSyllableBaep                                                         rune = 0xBC4A
	HangulSyllableBaeh                                                         rune = 0xBC4B
	HangulSyllableBya                                                          rune = 0xBC4C
	HangulSyllableByag                                                         rune = 0xBC4D
	HangulSyllableByagg                                                        rune = 0xBC4E
	HangulSyllableByags                                                        rune = 0xBC4F
	HangulSyllableByan                                                         rune = 0xBC50
	HangulSyllableByanj                                                        rune = 0xBC51
	HangulSyllableByanh                                                        rune = 0xBC52
	HangulSyllableByad                                                         rune = 0xBC53
	HangulSyllableByal                                                         rune = 0xBC54
	HangulSyllableByalg                                                        rune = 0xBC55
	HangulSyllableByalm                                                        rune = 0xBC56
	HangulSyllableByalb                                                        rune = 0xBC57
	HangulSyllableByals                                                        rune = 0xBC58
	HangulSyllableByalt                                                        rune = 0xBC59
	HangulSyllableByalp                                                        rune = 0xBC5A
	HangulSyllableByalh                                                        rune = 0xBC5B
	HangulSyllableByam                                                         rune = 0xBC5C
	HangulSyllableByab                                                         rune = 0xBC5D
	HangulSyllableByabs                                                        rune = 0xBC5E
	HangulSyllableByas                                                         rune = 0xBC5F
	HangulSyllableByass                                                        rune = 0xBC60
	HangulSyllableByang                                                        rune = 0xBC61
	HangulSyllableByaj                                                         rune = 0xBC62
	HangulSyllableByac                                                         rune = 0xBC63
	HangulSyllableByak                                                         rune = 0xBC64
	HangulSyllableByat                                                         rune = 0xBC65
	HangulSyllableByap                                                         rune = 0xBC66
	HangulSyllableByah                                                         rune = 0xBC67
	HangulSyllableByae                                                         rune = 0xBC68
	HangulSyllableByaeg                                                        rune = 0xBC69
	HangulSyllableByaegg                                                       rune = 0xBC6A
	HangulSyllableByaegs                                                       rune = 0xBC6B
	HangulSyllableByaen                                                        rune = 0xBC6C
	HangulSyllableByaenj                                                       rune = 0xBC6D
	HangulSyllableByaenh                                                       rune = 0xBC6E
	HangulSyllableByaed                                                        rune = 0xBC6F
	HangulSyllableByael                                                        rune = 0xBC70
	HangulSyllableByaelg                                                       rune = 0xBC71
	HangulSyllableByaelm                                                       rune = 0xBC72
	HangulSyllableByaelb                                                       rune = 0xBC73
	HangulSyllableByaels                                                       rune = 0xBC74
	HangulSyllableByaelt                                                       rune = 0xBC75
	HangulSyllableByaelp                                                       rune = 0xBC76
	HangulSyllableByaelh                                                       rune = 0xBC77
	HangulSyllableByaem                                                        rune = 0xBC78
	HangulSyllableByaeb                                                        rune = 0xBC79
	HangulSyllableByaebs                                                       rune = 0xBC7A
	HangulSyllableByaes                                                        rune = 0xBC7B
	HangulSyllableByaess                                                       rune = 0xBC7C
	HangulSyllableByaeng                                                       rune = 0xBC7D
	HangulSyllableByaej                                                        rune = 0xBC7E
	HangulSyllableByaec                                                        rune = 0xBC7F
	HangulSyllableByaek                                                        rune = 0xBC80
	HangulSyllableByaet                                                        rune = 0xBC81
	HangulSyllableByaep                                                        rune = 0xBC82
	HangulSyllableByaeh                                                        rune = 0xBC83
	HangulSyllableBeo                                                          rune = 0xBC84
	HangulSyllableBeog                                                         rune = 0xBC85
	HangulSyllableBeogg                                                        rune = 0xBC86
	HangulSyllableBeogs                                                        rune = 0xBC87
	HangulSyllableBeon                                                         rune = 0xBC88
	HangulSyllableBeonj                                                        rune = 0xBC89
	HangulSyllableBeonh                                                        rune = 0xBC8A
	HangulSyllableBeod                                                         rune = 0xBC8B
	HangulSyllableBeol                                                         rune = 0xBC8C
	HangulSyllableBeolg                                                        rune = 0xBC8D
	HangulSyllableBeolm                                                        rune = 0xBC8E
	HangulSyllableBeolb                                                        rune = 0xBC8F
	HangulSyllableBeols                                                        rune = 0xBC90
	HangulSyllableBeolt                                                        rune = 0xBC91
	HangulSyllableBeolp                                                        rune = 0xBC92
	HangulSyllableBeolh                                                        rune = 0xBC93
	HangulSyllableBeom                                                         rune = 0xBC94
	HangulSyllableBeob                                                         rune = 0xBC95
	HangulSyllableBeobs                                                        rune = 0xBC96
	HangulSyllableBeos                                                         rune = 0xBC97
	HangulSyllableBeoss                                                        rune = 0xBC98
	HangulSyllableBeong                                                        rune = 0xBC99
	HangulSyllableBeoj                                                         rune = 0xBC9A
	HangulSyllableBeoc                                                         rune = 0xBC9B
	HangulSyllableBeok                                                         rune = 0xBC9C
	HangulSyllableBeot                                                         rune = 0xBC9D
	HangulSyllableBeop                                                         rune = 0xBC9E
	HangulSyllableBeoh                                                         rune = 0xBC9F
	HangulSyllableBe                                                           rune = 0xBCA0
	HangulSyllableBeg                                                          rune = 0xBCA1
	HangulSyllableBegg                                                         rune = 0xBCA2
	HangulSyllableBegs                                                         rune = 0xBCA3
	HangulSyllableBen                                                          rune = 0xBCA4
	HangulSyllableBenj                                                         rune = 0xBCA5
	HangulSyllableBenh                                                         rune = 0xBCA6
	HangulSyllableBed                                                          rune = 0xBCA7
	HangulSyllableBel                                                          rune = 0xBCA8
	HangulSyllableBelg                                                         rune = 0xBCA9
	HangulSyllableBelm                                                         rune = 0xBCAA
	HangulSyllableBelb                                                         rune = 0xBCAB
	HangulSyllableBels                                                         rune = 0xBCAC
	HangulSyllableBelt                                                         rune = 0xBCAD
	HangulSyllableBelp                                                         rune = 0xBCAE
	HangulSyllableBelh                                                         rune = 0xBCAF
	HangulSyllableBem                                                          rune = 0xBCB0
	HangulSyllableBeb                                                          rune = 0xBCB1
	HangulSyllableBebs                                                         rune = 0xBCB2
	HangulSyllableBes                                                          rune = 0xBCB3
	HangulSyllableBess                                                         rune = 0xBCB4
	HangulSyllableBeng                                                         rune = 0xBCB5
	HangulSyllableBej                                                          rune = 0xBCB6
	HangulSyllableBec                                                          rune = 0xBCB7
	HangulSyllableBek                                                          rune = 0xBCB8
	HangulSyllableBet                                                          rune = 0xBCB9
	HangulSyllableBep                                                          rune = 0xBCBA
	HangulSyllableBeh                                                          rune = 0xBCBB
	HangulSyllableByeo                                                         rune = 0xBCBC
	HangulSyllableByeog                                                        rune = 0xBCBD
	HangulSyllableByeogg                                                       rune = 0xBCBE
	HangulSyllableByeogs                                                       rune = 0xBCBF
	HangulSyllableByeon                                                        rune = 0xBCC0
	HangulSyllableByeonj                                                       rune = 0xBCC1
	HangulSyllableByeonh                                                       rune = 0xBCC2
	HangulSyllableByeod                                                        rune = 0xBCC3
	HangulSyllableByeol                                                        rune = 0xBCC4
	HangulSyllableByeolg                                                       rune = 0xBCC5
	HangulSyllableByeolm                                                       rune = 0xBCC6
	HangulSyllableByeolb                                                       rune = 0xBCC7
	HangulSyllableByeols                                                       rune = 0xBCC8
	HangulSyllableByeolt                                                       rune = 0xBCC9
	HangulSyllableByeolp                                                       rune = 0xBCCA
	HangulSyllableByeolh                                                       rune = 0xBCCB
	HangulSyllableByeom                                                        rune = 0xBCCC
	HangulSyllableByeob                                                        rune = 0xBCCD
	HangulSyllableByeobs                                                       rune = 0xBCCE
	HangulSyllableByeos                                                        rune = 0xBCCF
	HangulSyllableByeoss                                                       rune = 0xBCD0
	HangulSyllableByeong                                                       rune = 0xBCD1
	HangulSyllableByeoj                                                        rune = 0xBCD2
	HangulSyllableByeoc                                                        rune = 0xBCD3
	HangulSyllableByeok                                                        rune = 0xBCD4
	HangulSyllableByeot                                                        rune = 0xBCD5
	HangulSyllableByeop                                                        rune = 0xBCD6
	HangulSyllableByeoh                                                        rune = 0xBCD7
	HangulSyllableBye                                                          rune = 0xBCD8
	HangulSyllableByeg                                                         rune = 0xBCD9
	HangulSyllableByegg                                                        rune = 0xBCDA
	HangulSyllableByegs                                                        rune = 0xBCDB
	HangulSyllableByen                                                         rune = 0xBCDC
	HangulSyllableByenj                                                        rune = 0xBCDD
	HangulSyllableByenh                                                        rune = 0xBCDE
	HangulSyllableByed                                                         rune = 0xBCDF
	HangulSyllableByel                                                         rune = 0xBCE0
	HangulSyllableByelg                                                        rune = 0xBCE1
	HangulSyllableByelm                                                        rune = 0xBCE2
	HangulSyllableByelb                                                        rune = 0xBCE3
	HangulSyllableByels                                                        rune = 0xBCE4
	HangulSyllableByelt                                                        rune = 0xBCE5
	HangulSyllableByelp                                                        rune = 0xBCE6
	HangulSyllableByelh                                                        rune = 0xBCE7
	HangulSyllableByem                                                         rune = 0xBCE8
	HangulSyllableByeb                                                         rune = 0xBCE9
	HangulSyllableByebs                                                        rune = 0xBCEA
	HangulSyllableByes                                                         rune = 0xBCEB
	HangulSyllableByess                                                        rune = 0xBCEC
	HangulSyllableByeng                                                        rune = 0xBCED
	HangulSyllableByej                                                         rune = 0xBCEE
	HangulSyllableByec                                                         rune = 0xBCEF
	HangulSyllableByek                                                         rune = 0xBCF0
	HangulSyllableByet                                                         rune = 0xBCF1
	HangulSyllableByep                                                         rune = 0xBCF2
	HangulSyllableByeh                                                         rune = 0xBCF3
	HangulSyllableBo                                                           rune = 0xBCF4
	HangulSyllableBog                                                          rune = 0xBCF5
	HangulSyllableBogg                                                         rune = 0xBCF6
	HangulSyllableBogs                                                         rune = 0xBCF7
	HangulSyllableBon                                                          rune = 0xBCF8
	HangulSyllableBonj                                                         rune = 0xBCF9
	HangulSyllableBonh                                                         rune = 0xBCFA
	HangulSyllableBod                                                          rune = 0xBCFB
	HangulSyllableBol                                                          rune = 0xBCFC
	HangulSyllableBolg                                                         rune = 0xBCFD
	HangulSyllableBolm                                                         rune = 0xBCFE
	HangulSyllableBolb                                                         rune = 0xBCFF
	HangulSyllableBols                                                         rune = 0xBD00
	HangulSyllableBolt                                                         rune = 0xBD01
	HangulSyllableBolp                                                         rune = 0xBD02
	HangulSyllableBolh                                                         rune = 0xBD03
	HangulSyllableBom                                                          rune = 0xBD04
	HangulSyllableBob                                                          rune = 0xBD05
	HangulSyllableBobs                                                         rune = 0xBD06
	HangulSyllableBos                                                          rune = 0xBD07
	HangulSyllableBoss                                                         rune = 0xBD08
	HangulSyllableBong                                                         rune = 0xBD09
	HangulSyllableBoj                                                          rune = 0xBD0A
	HangulSyllableBoc                                                          rune = 0xBD0B
	HangulSyllableBok                                                          rune = 0xBD0C
	HangulSyllableBot                                                          rune = 0xBD0D
	HangulSyllableBop                                                          rune = 0xBD0E
	HangulSyllableBoh                                                          rune = 0xBD0F
	HangulSyllableBwa                                                          rune = 0xBD10
	HangulSyllableBwag                                                         rune = 0xBD11
	HangulSyllableBwagg                                                        rune = 0xBD12
	HangulSyllableBwags                                                        rune = 0xBD13
	HangulSyllableBwan                                                         rune = 0xBD14
	HangulSyllableBwanj                                                        rune = 0xBD15
	HangulSyllableBwanh                                                        rune = 0xBD16
	HangulSyllableBwad                                                         rune = 0xBD17
	HangulSyllableBwal                                                         rune = 0xBD18
	HangulSyllableBwalg                                                        rune = 0xBD19
	HangulSyllableBwalm                                                        rune = 0xBD1A
	HangulSyllableBwalb                                                        rune = 0xBD1B
	HangulSyllableBwals                                                        rune = 0xBD1C
	HangulSyllableBwalt                                                        rune = 0xBD1D
	HangulSyllableBwalp                                                        rune = 0xBD1E
	HangulSyllableBwalh                                                        rune = 0xBD1F
	HangulSyllableBwam                                                         rune = 0xBD20
	HangulSyllableBwab                                                         rune = 0xBD21
	HangulSyllableBwabs                                                        rune = 0xBD22
	HangulSyllableBwas                                                         rune = 0xBD23
	HangulSyllableBwass                                                        rune = 0xBD24
	HangulSyllableBwang                                                        rune = 0xBD25
	HangulSyllableBwaj                                                         rune = 0xBD26
	HangulSyllableBwac                                                         rune = 0xBD27
	HangulSyllableBwak                                                         rune = 0xBD28
	HangulSyllableBwat                                                         rune = 0xBD29
	HangulSyllableBwap                                                         rune = 0xBD2A
	HangulSyllableBwah                                                         rune = 0xBD2B
	HangulSyllableBwae                                                         rune = 0xBD2C
	HangulSyllableBwaeg                                                        rune = 0xBD2D
	HangulSyllableBwaegg                                                       rune = 0xBD2E
	HangulSyllableBwaegs                                                       rune = 0xBD2F
	HangulSyllableBwaen                                                        rune = 0xBD30
	HangulSyllableBwaenj                                                       rune = 0xBD31
	HangulSyllableBwaenh                                                       rune = 0xBD32
	HangulSyllableBwaed                                                        rune = 0xBD33
	HangulSyllableBwael                                                        rune = 0xBD34
	HangulSyllableBwaelg                                                       rune = 0xBD35
	HangulSyllableBwaelm                                                       rune = 0xBD36
	HangulSyllableBwaelb                                                       rune = 0xBD37
	HangulSyllableBwaels                                                       rune = 0xBD38
	HangulSyllableBwaelt                                                       rune = 0xBD39
	HangulSyllableBwaelp                                                       rune = 0xBD3A
	HangulSyllableBwaelh                                                       rune = 0xBD3B
	HangulSyllableBwaem                                                        rune = 0xBD3C
	HangulSyllableBwaeb                                                        rune = 0xBD3D
	HangulSyllableBwaebs                                                       rune = 0xBD3E
	HangulSyllableBwaes                                                        rune = 0xBD3F
	HangulSyllableBwaess                                                       rune = 0xBD40
	HangulSyllableBwaeng                                                       rune = 0xBD41
	HangulSyllableBwaej                                                        rune = 0xBD42
	HangulSyllableBwaec                                                        rune = 0xBD43
	HangulSyllableBwaek                                                        rune = 0xBD44
	HangulSyllableBwaet                                                        rune = 0xBD45
	HangulSyllableBwaep                                                        rune = 0xBD46
	HangulSyllableBwaeh                                                        rune = 0xBD47
	HangulSyllableBoe                                                          rune = 0xBD48
	HangulSyllableBoeg                                                         rune = 0xBD49
	HangulSyllableBoegg                                                        rune = 0xBD4A
	HangulSyllableBoegs                                                        rune = 0xBD4B
	HangulSyllableBoen                                                         rune = 0xBD4C
	HangulSyllableBoenj                                                        rune = 0xBD4D
	HangulSyllableBoenh                                                        rune = 0xBD4E
	HangulSyllableBoed                                                         rune = 0xBD4F
	HangulSyllableBoel                                                         rune = 0xBD50
	HangulSyllableBoelg                                                        rune = 0xBD51
	HangulSyllableBoelm                                                        rune = 0xBD52
	HangulSyllableBoelb                                                        rune = 0xBD53
	HangulSyllableBoels                                                        rune = 0xBD54
	HangulSyllableBoelt                                                        rune = 0xBD55
	HangulSyllableBoelp                                                        rune = 0xBD56
	HangulSyllableBoelh                                                        rune = 0xBD57
	HangulSyllableBoem                                                         rune = 0xBD58
	HangulSyllableBoeb                                                         rune = 0xBD59
	HangulSyllableBoebs                                                        rune = 0xBD5A
	HangulSyllableBoes                                                         rune = 0xBD5B
	HangulSyllableBoess                                                        rune = 0xBD5C
	HangulSyllableBoeng                                                        rune = 0xBD5D
	HangulSyllableBoej                                                         rune = 0xBD5E
	HangulSyllableBoec                                                         rune = 0xBD5F
	HangulSyllableBoek                                                         rune = 0xBD60
	HangulSyllableBoet                                                         rune = 0xBD61
	HangulSyllableBoep                                                         rune = 0xBD62
	HangulSyllableBoeh                                                         rune = 0xBD63
	HangulSyllableByo                                                          rune = 0xBD64
	HangulSyllableByog                                                         rune = 0xBD65
	HangulSyllableByogg                                                        rune = 0xBD66
	HangulSyllableByogs                                                        rune = 0xBD67
	HangulSyllableByon                                                         rune = 0xBD68
	HangulSyllableByonj                                                        rune = 0xBD69
	HangulSyllableByonh                                                        rune = 0xBD6A
	HangulSyllableByod                                                         rune = 0xBD6B
	HangulSyllableByol                                                         rune = 0xBD6C
	HangulSyllableByolg                                                        rune = 0xBD6D
	HangulSyllableByolm                                                        rune = 0xBD6E
	HangulSyllableByolb                                                        rune = 0xBD6F
	HangulSyllableByols                                                        rune = 0xBD70
	HangulSyllableByolt                                                        rune = 0xBD71
	HangulSyllableByolp                                                        rune = 0xBD72
	HangulSyllableByolh                                                        rune = 0xBD73
	HangulSyllableByom                                                         rune = 0xBD74
	HangulSyllableByob                                                         rune = 0xBD75
	HangulSyllableByobs                                                        rune = 0xBD76
	HangulSyllableByos                                                         rune = 0xBD77
	HangulSyllableByoss                                                        rune = 0xBD78
	HangulSyllableByong                                                        rune = 0xBD79
	HangulSyllableByoj                                                         rune = 0xBD7A
	HangulSyllableByoc                                                         rune = 0xBD7B
	HangulSyllableByok                                                         rune = 0xBD7C
	HangulSyllableByot                                                         rune = 0xBD7D
	HangulSyllableByop                                                         rune = 0xBD7E
	HangulSyllableByoh                                                         rune = 0xBD7F
	HangulSyllableBu                                                           rune = 0xBD80
	HangulSyllableBug                                                          rune = 0xBD81
	HangulSyllableBugg                                                         rune = 0xBD82
	HangulSyllableBugs                                                         rune = 0xBD83
	HangulSyllableBun                                                          rune = 0xBD84
	HangulSyllableBunj                                                         rune = 0xBD85
	HangulSyllableBunh                                                         rune = 0xBD86
	HangulSyllableBud                                                          rune = 0xBD87
	HangulSyllableBul                                                          rune = 0xBD88
	HangulSyllableBulg                                                         rune = 0xBD89
	HangulSyllableBulm                                                         rune = 0xBD8A
	HangulSyllableBulb                                                         rune = 0xBD8B
	HangulSyllableBuls                                                         rune = 0xBD8C
	HangulSyllableBult                                                         rune = 0xBD8D
	HangulSyllableBulp                                                         rune = 0xBD8E
	HangulSyllableBulh                                                         rune = 0xBD8F
	HangulSyllableBum                                                          rune = 0xBD90
	HangulSyllableBub                                                          rune = 0xBD91
	HangulSyllableBubs                                                         rune = 0xBD92
	HangulSyllableBus                                                          rune = 0xBD93
	HangulSyllableBuss                                                         rune = 0xBD94
	HangulSyllableBung                                                         rune = 0xBD95
	HangulSyllableBuj                                                          rune = 0xBD96
	HangulSyllableBuc                                                          rune = 0xBD97
	HangulSyllableBuk                                                          rune = 0xBD98
	HangulSyllableBut                                                          rune = 0xBD99
	HangulSyllableBup                                                          rune = 0xBD9A
	HangulSyllableBuh                                                          rune = 0xBD9B
	HangulSyllableBweo                                                         rune = 0xBD9C
	HangulSyllableBweog                                                        rune = 0xBD9D
	HangulSyllableBweogg                                                       rune = 0xBD9E
	HangulSyllableBweogs                                                       rune = 0xBD9F
	HangulSyllableBweon                                                        rune = 0xBDA0
	HangulSyllableBweonj                                                       rune = 0xBDA1
	HangulSyllableBweonh                                                       rune = 0xBDA2
	HangulSyllableBweod                                                        rune = 0xBDA3
	HangulSyllableBweol                                                        rune = 0xBDA4
	HangulSyllableBweolg                                                       rune = 0xBDA5
	HangulSyllableBweolm                                                       rune = 0xBDA6
	HangulSyllableBweolb                                                       rune = 0xBDA7
	HangulSyllableBweols                                                       rune = 0xBDA8
	HangulSyllableBweolt                                                       rune = 0xBDA9
	HangulSyllableBweolp                                                       rune = 0xBDAA
	HangulSyllableBweolh                                                       rune = 0xBDAB
	HangulSyllableBweom                                                        rune = 0xBDAC
	HangulSyllableBweob                                                        rune = 0xBDAD
	HangulSyllableBweobs                                                       rune = 0xBDAE
	HangulSyllableBweos                                                        rune = 0xBDAF
	HangulSyllableBweoss                                                       rune = 0xBDB0
	HangulSyllableBweong                                                       rune = 0xBDB1
	HangulSyllableBweoj                                                        rune = 0xBDB2
	HangulSyllableBweoc                                                        rune = 0xBDB3
	HangulSyllableBweok                                                        rune = 0xBDB4
	HangulSyllableBweot                                                        rune = 0xBDB5
	HangulSyllableBweop                                                        rune = 0xBDB6
	HangulSyllableBweoh                                                        rune = 0xBDB7
	HangulSyllableBwe                                                          rune = 0xBDB8
	HangulSyllableBweg                                                         rune = 0xBDB9
	HangulSyllableBwegg                                                        rune = 0xBDBA
	HangulSyllableBwegs                                                        rune = 0xBDBB
	HangulSyllableBwen                                                         rune = 0xBDBC
	HangulSyllableBwenj                                                        rune = 0xBDBD
	HangulSyllableBwenh                                                        rune = 0xBDBE
	HangulSyllableBwed                                                         rune = 0xBDBF
	HangulSyllableBwel                                                         rune = 0xBDC0
	HangulSyllableBwelg                                                        rune = 0xBDC1
	HangulSyllableBwelm                                                        rune = 0xBDC2
	HangulSyllableBwelb                                                        rune = 0xBDC3
	HangulSyllableBwels                                                        rune = 0xBDC4
	HangulSyllableBwelt                                                        rune = 0xBDC5
	HangulSyllableBwelp                                                        rune = 0xBDC6
	HangulSyllableBwelh                                                        rune = 0xBDC7
	HangulSyllableBwem                                                         rune = 0xBDC8
	HangulSyllableBweb                                                         rune = 0xBDC9
	HangulSyllableBwebs                                                        rune = 0xBDCA
	HangulSyllableBwes                                                         rune = 0xBDCB
	HangulSyllableBwess                                                        rune = 0xBDCC
	HangulSyllableBweng                                                        rune = 0xBDCD
	HangulSyllableBwej                                                         rune = 0xBDCE
	HangulSyllableBwec                                                         rune = 0xBDCF
	HangulSyllableBwek                                                         rune = 0xBDD0
	HangulSyllableBwet                                                         rune = 0xBDD1
	HangulSyllableBwep                                                         rune = 0xBDD2
	HangulSyllableBweh                                                         rune = 0xBDD3
	HangulSyllableBwi                                                          rune = 0xBDD4
	HangulSyllableBwig                                                         rune = 0xBDD5
	HangulSyllableBwigg                                                        rune = 0xBDD6
	HangulSyllableBwigs                                                        rune = 0xBDD7
	HangulSyllableBwin                                                         rune = 0xBDD8
	HangulSyllableBwinj                                                        rune = 0xBDD9
	HangulSyllableBwinh                                                        rune = 0xBDDA
	HangulSyllableBwid                                                         rune = 0xBDDB
	HangulSyllableBwil                                                         rune = 0xBDDC
	HangulSyllableBwilg                                                        rune = 0xBDDD
	HangulSyllableBwilm                                                        rune = 0xBDDE
	HangulSyllableBwilb                                                        rune = 0xBDDF
	HangulSyllableBwils                                                        rune = 0xBDE0
	HangulSyllableBwilt                                                        rune = 0xBDE1
	HangulSyllableBwilp                                                        rune = 0xBDE2
	HangulSyllableBwilh                                                        rune = 0xBDE3
	HangulSyllableBwim                                                         rune = 0xBDE4
	HangulSyllableBwib                                                         rune = 0xBDE5
	HangulSyllableBwibs                                                        rune = 0xBDE6
	HangulSyllableBwis                                                         rune = 0xBDE7
	HangulSyllableBwiss                                                        rune = 0xBDE8
	HangulSyllableBwing                                                        rune = 0xBDE9
	HangulSyllableBwij                                                         rune = 0xBDEA
	HangulSyllableBwic                                                         rune = 0xBDEB
	HangulSyllableBwik                                                         rune = 0xBDEC
	HangulSyllableBwit                                                         rune = 0xBDED
	HangulSyllableBwip                                                         rune = 0xBDEE
	HangulSyllableBwih                                                         rune = 0xBDEF
	HangulSyllableByu                                                          rune = 0xBDF0
	HangulSyllableByug                                                         rune = 0xBDF1
	HangulSyllableByugg                                                        rune = 0xBDF2
	HangulSyllableByugs                                                        rune = 0xBDF3
	HangulSyllableByun                                                         rune = 0xBDF4
	HangulSyllableByunj                                                        rune = 0xBDF5
	HangulSyllableByunh                                                        rune = 0xBDF6
	HangulSyllableByud                                                         rune = 0xBDF7
	HangulSyllableByul                                                         rune = 0xBDF8
	HangulSyllableByulg                                                        rune = 0xBDF9
	HangulSyllableByulm                                                        rune = 0xBDFA
	HangulSyllableByulb                                                        rune = 0xBDFB
	HangulSyllableByuls                                                        rune = 0xBDFC
	HangulSyllableByult                                                        rune = 0xBDFD
	HangulSyllableByulp                                                        rune = 0xBDFE
	HangulSyllableByulh                                                        rune = 0xBDFF
	HangulSyllableByum                                                         rune = 0xBE00
	HangulSyllableByub                                                         rune = 0xBE01
	HangulSyllableByubs                                                        rune = 0xBE02
	HangulSyllableByus                                                         rune = 0xBE03
	HangulSyllableByuss                                                        rune = 0xBE04
	HangulSyllableByung                                                        rune = 0xBE05
	HangulSyllableByuj                                                         rune = 0xBE06
	HangulSyllableByuc                                                         rune = 0xBE07
	HangulSyllableByuk                                                         rune = 0xBE08
	HangulSyllableByut                                                         rune = 0xBE09
	HangulSyllableByup                                                         rune = 0xBE0A
	HangulSyllableByuh                                                         rune = 0xBE0B
	HangulSyllableBeu                                                          rune = 0xBE0C
	HangulSyllableBeug                                                         rune = 0xBE0D
	HangulSyllableBeugg                                                        rune = 0xBE0E
	HangulSyllableBeugs                                                        rune = 0xBE0F
	HangulSyllableBeun                                                         rune = 0xBE10
	HangulSyllableBeunj                                                        rune = 0xBE11
	HangulSyllableBeunh                                                        rune = 0xBE12
	HangulSyllableBeud                                                         rune = 0xBE13
	HangulSyllableBeul                                                         rune = 0xBE14
	HangulSyllableBeulg                                                        rune = 0xBE15
	HangulSyllableBeulm                                                        rune = 0xBE16
	HangulSyllableBeulb                                                        rune = 0xBE17
	HangulSyllableBeuls                                                        rune = 0xBE18
	HangulSyllableBeult                                                        rune = 0xBE19
	HangulSyllableBeulp                                                        rune = 0xBE1A
	HangulSyllableBeulh                                                        rune = 0xBE1B
	HangulSyllableBeum                                                         rune = 0xBE1C
	HangulSyllableBeub                                                         rune = 0xBE1D
	HangulSyllableBeubs                                                        rune = 0xBE1E
	HangulSyllableBeus                                                         rune = 0xBE1F
	HangulSyllableBeuss                                                        rune = 0xBE20
	HangulSyllableBeung                                                        rune = 0xBE21
	HangulSyllableBeuj                                                         rune = 0xBE22
	HangulSyllableBeuc                                                         rune = 0xBE23
	HangulSyllableBeuk                                                         rune = 0xBE24
	HangulSyllableBeut                                                         rune = 0xBE25
	HangulSyllableBeup                                                         rune = 0xBE26
	HangulSyllableBeuh                                                         rune = 0xBE27
	HangulSyllableByi                                                          rune = 0xBE28
	HangulSyllableByig                                                         rune = 0xBE29
	HangulSyllableByigg                                                        rune = 0xBE2A
	HangulSyllableByigs                                                        rune = 0xBE2B
	HangulSyllableByin                                                         rune = 0xBE2C
	HangulSyllableByinj                                                        rune = 0xBE2D
	HangulSyllableByinh                                                        rune = 0xBE2E
	HangulSyllableByid                                                         rune = 0xBE2F
	HangulSyllableByil                                                         rune = 0xBE30
	HangulSyllableByilg                                                        rune = 0xBE31
	HangulSyllableByilm                                                        rune = 0xBE32
	HangulSyllableByilb                                                        rune = 0xBE33
	HangulSyllableByils                                                        rune = 0xBE34
	HangulSyllableByilt                                                        rune = 0xBE35
	HangulSyllableByilp                                                        rune = 0xBE36
	HangulSyllableByilh                                                        rune = 0xBE37
	HangulSyllableByim                                                         rune = 0xBE38
	HangulSyllableByib                                                         rune = 0xBE39
	HangulSyllableByibs                                                        rune = 0xBE3A
	HangulSyllableByis                                                         rune = 0xBE3B
	HangulSyllableByiss                                                        rune = 0xBE3C
	HangulSyllableBying                                                        rune = 0xBE3D
	HangulSyllableByij                                                         rune = 0xBE3E
	HangulSyllableByic                                                         rune = 0xBE3F
	HangulSyllableByik                                                         rune = 0xBE40
	HangulSyllableByit                                                         rune = 0xBE41
	HangulSyllableByip                                                         rune = 0xBE42
	HangulSyllableByih                                                         rune = 0xBE43
	HangulSyllableBi                                                           rune = 0xBE44
	HangulSyllableBig                                                          rune = 0xBE45
	HangulSyllableBigg                                                         rune = 0xBE46
	HangulSyllableBigs                                                         rune = 0xBE47
	HangulSyllableBin                                                          rune = 0xBE48
	HangulSyllableBinj                                                         rune = 0xBE49
	HangulSyllableBinh                                                         rune = 0xBE4A
	HangulSyllableBid                                                          rune = 0xBE4B
	HangulSyllableBil                                                          rune = 0xBE4C
	HangulSyllableBilg                                                         rune = 0xBE4D
	HangulSyllableBilm                                                         rune = 0xBE4E
	HangulSyllableBilb                                                         rune = 0xBE4F
	HangulSyllableBils                                                         rune = 0xBE50
	HangulSyllableBilt                                                         rune = 0xBE51
	HangulSyllableBilp                                                         rune = 0xBE52
	HangulSyllableBilh                                                         rune = 0xBE53
	HangulSyllableBim                                                          rune = 0xBE54
	HangulSyllableBib                                                          rune = 0xBE55
	HangulSyllableBibs                                                         rune = 0xBE56
	HangulSyllableBis                                                          rune = 0xBE57
	HangulSyllableBiss                                                         rune = 0xBE58
	HangulSyllableBing                                                         rune = 0xBE59
	HangulSyllableBij                                                          rune = 0xBE5A
	HangulSyllableBic                                                          rune = 0xBE5B
	HangulSyllableBik                                                          rune = 0xBE5C
	HangulSyllableBit                                                          rune = 0xBE5D
	HangulSyllableBip                                                          rune = 0xBE5E
	HangulSyllableBih                                                          rune = 0xBE5F
	HangulSyllableBba                                                          rune = 0xBE60
	HangulSyllableBbag                                                         rune = 0xBE61
	HangulSyllableBbagg                                                        rune = 0xBE62
	HangulSyllableBbags                                                        rune = 0xBE63
	HangulSyllableBban                                                         rune = 0xBE64
	HangulSyllableBbanj                                                        rune = 0xBE65
	HangulSyllableBbanh                                                        rune = 0xBE66
	HangulSyllableBbad                                                         rune = 0xBE67
	HangulSyllableBbal                                                         rune = 0xBE68
	HangulSyllableBbalg                                                        rune = 0xBE69
	HangulSyllableBbalm                                                        rune = 0xBE6A
	HangulSyllableBbalb                                                        rune = 0xBE6B
	HangulSyllableBbals                                                        rune = 0xBE6C
	HangulSyllableBbalt                                                        rune = 0xBE6D
	HangulSyllableBbalp                                                        rune = 0xBE6E
	HangulSyllableBbalh                                                        rune = 0xBE6F
	HangulSyllableBbam                                                         rune = 0xBE70
	HangulSyllableBbab                                                         rune = 0xBE71
	HangulSyllableBbabs                                                        rune = 0xBE72
	HangulSyllableBbas                                                         rune = 0xBE73
	HangulSyllableBbass                                                        rune = 0xBE74
	HangulSyllableBbang                                                        rune = 0xBE75
	HangulSyllableBbaj                                                         rune = 0xBE76
	HangulSyllableBbac                                                         rune = 0xBE77
	HangulSyllableBbak                                                         rune = 0xBE78
	HangulSyllableBbat                                                         rune = 0xBE79
	HangulSyllableBbap                                                         rune = 0xBE7A
	HangulSyllableBbah                                                         rune = 0xBE7B
	HangulSyllableBbae                                                         rune = 0xBE7C
	HangulSyllableBbaeg                                                        rune = 0xBE7D
	HangulSyllableBbaegg                                                       rune = 0xBE7E
	HangulSyllableBbaegs                                                       rune = 0xBE7F
	HangulSyllableBbaen                                                        rune = 0xBE80
	HangulSyllableBbaenj                                                       rune = 0xBE81
	HangulSyllableBbaenh                                                       rune = 0xBE82
	HangulSyllableBbaed                                                        rune = 0xBE83
	HangulSyllableBbael                                                        rune = 0xBE84
	HangulSyllableBbaelg                                                       rune = 0xBE85
	HangulSyllableBbaelm                                                       rune = 0xBE86
	HangulSyllableBbaelb                                                       rune = 0xBE87
	HangulSyllableBbaels                                                       rune = 0xBE88
	HangulSyllableBbaelt                                                       rune = 0xBE89
	HangulSyllableBbaelp                                                       rune = 0xBE8A
	HangulSyllableBbaelh                                                       rune = 0xBE8B
	HangulSyllableBbaem                                                        rune = 0xBE8C
	HangulSyllableBbaeb                                                        rune = 0xBE8D
	HangulSyllableBbaebs                                                       rune = 0xBE8E
	HangulSyllableBbaes                                                        rune = 0xBE8F
	HangulSyllableBbaess                                                       rune = 0xBE90
	HangulSyllableBbaeng                                                       rune = 0xBE91
	HangulSyllableBbaej                                                        rune = 0xBE92
	HangulSyllableBbaec                                                        rune = 0xBE93
	HangulSyllableBbaek                                                        rune = 0xBE94
	HangulSyllableBbaet                                                        rune = 0xBE95
	HangulSyllableBbaep                                                        rune = 0xBE96
	HangulSyllableBbaeh                                                        rune = 0xBE97
	HangulSyllableBbya                                                         rune = 0xBE98
	HangulSyllableBbyag                                                        rune = 0xBE99
	HangulSyllableBbyagg                                                       rune = 0xBE9A
	HangulSyllableBbyags                                                       rune = 0xBE9B
	HangulSyllableBbyan                                                        rune = 0xBE9C
	HangulSyllableBbyanj                                                       rune = 0xBE9D
	HangulSyllableBbyanh                                                       rune = 0xBE9E
	HangulSyllableBbyad                                                        rune = 0xBE9F
	HangulSyllableBbyal                                                        rune = 0xBEA0
	HangulSyllableBbyalg                                                       rune = 0xBEA1
	HangulSyllableBbyalm                                                       rune = 0xBEA2
	HangulSyllableBbyalb                                                       rune = 0xBEA3
	HangulSyllableBbyals                                                       rune = 0xBEA4
	HangulSyllableBbyalt                                                       rune = 0xBEA5
	HangulSyllableBbyalp                                                       rune = 0xBEA6
	HangulSyllableBbyalh                                                       rune = 0xBEA7
	HangulSyllableBbyam                                                        rune = 0xBEA8
	HangulSyllableBbyab                                                        rune = 0xBEA9
	HangulSyllableBbyabs                                                       rune = 0xBEAA
	HangulSyllableBbyas                                                        rune = 0xBEAB
	HangulSyllableBbyass                                                       rune = 0xBEAC
	HangulSyllableBbyang                                                       rune = 0xBEAD
	HangulSyllableBbyaj                                                        rune = 0xBEAE
	HangulSyllableBbyac                                                        rune = 0xBEAF
	HangulSyllableBbyak                                                        rune = 0xBEB0
	HangulSyllableBbyat                                                        rune = 0xBEB1
	HangulSyllableBbyap                                                        rune = 0xBEB2
	HangulSyllableBbyah                                                        rune = 0xBEB3
	HangulSyllableBbyae                                                        rune = 0xBEB4
	HangulSyllableBbyaeg                                                       rune = 0xBEB5
	HangulSyllableBbyaegg                                                      rune = 0xBEB6
	HangulSyllableBbyaegs                                                      rune = 0xBEB7
	HangulSyllableBbyaen                                                       rune = 0xBEB8
	HangulSyllableBbyaenj                                                      rune = 0xBEB9
	HangulSyllableBbyaenh                                                      rune = 0xBEBA
	HangulSyllableBbyaed                                                       rune = 0xBEBB
	HangulSyllableBbyael                                                       rune = 0xBEBC
	HangulSyllableBbyaelg                                                      rune = 0xBEBD
	HangulSyllableBbyaelm                                                      rune = 0xBEBE
	HangulSyllableBbyaelb                                                      rune = 0xBEBF
	HangulSyllableBbyaels                                                      rune = 0xBEC0
	HangulSyllableBbyaelt                                                      rune = 0xBEC1
	HangulSyllableBbyaelp                                                      rune = 0xBEC2
	HangulSyllableBbyaelh                                                      rune = 0xBEC3
	HangulSyllableBbyaem                                                       rune = 0xBEC4
	HangulSyllableBbyaeb                                                       rune = 0xBEC5
	HangulSyllableBbyaebs                                                      rune = 0xBEC6
	HangulSyllableBbyaes                                                       rune = 0xBEC7
	HangulSyllableBbyaess                                                      rune = 0xBEC8
	HangulSyllableBbyaeng                                                      rune = 0xBEC9
	HangulSyllableBbyaej                                                       rune = 0xBECA
	HangulSyllableBbyaec                                                       rune = 0xBECB
	HangulSyllableBbyaek                                                       rune = 0xBECC
	HangulSyllableBbyaet                                                       rune = 0xBECD
	HangulSyllableBbyaep                                                       rune = 0xBECE
	HangulSyllableBbyaeh                                                       rune = 0xBECF
	HangulSyllableBbeo                                                         rune = 0xBED0
	HangulSyllableBbeog                                                        rune = 0xBED1
	HangulSyllableBbeogg                                                       rune = 0xBED2
	HangulSyllableBbeogs                                                       rune = 0xBED3
	HangulSyllableBbeon                                                        rune = 0xBED4
	HangulSyllableBbeonj                                                       rune = 0xBED5
	HangulSyllableBbeonh                                                       rune = 0xBED6
	HangulSyllableBbeod                                                        rune = 0xBED7
	HangulSyllableBbeol                                                        rune = 0xBED8
	HangulSyllableBbeolg                                                       rune = 0xBED9
	HangulSyllableBbeolm                                                       rune = 0xBEDA
	HangulSyllableBbeolb                                                       rune = 0xBEDB
	HangulSyllableBbeols                                                       rune = 0xBEDC
	HangulSyllableBbeolt                                                       rune = 0xBEDD
	HangulSyllableBbeolp                                                       rune = 0xBEDE
	HangulSyllableBbeolh                                                       rune = 0xBEDF
	HangulSyllableBbeom                                                        rune = 0xBEE0
	HangulSyllableBbeob                                                        rune = 0xBEE1
	HangulSyllableBbeobs                                                       rune = 0xBEE2
	HangulSyllableBbeos                                                        rune = 0xBEE3
	HangulSyllableBbeoss                                                       rune = 0xBEE4
	HangulSyllableBbeong                                                       rune = 0xBEE5
	HangulSyllableBbeoj                                                        rune = 0xBEE6
	HangulSyllableBbeoc                                                        rune = 0xBEE7
	HangulSyllableBbeok                                                        rune = 0xBEE8
	HangulSyllableBbeot                                                        rune = 0xBEE9
	HangulSyllableBbeop                                                        rune = 0xBEEA
	HangulSyllableBbeoh                                                        rune = 0xBEEB
	HangulSyllableBbe                                                          rune = 0xBEEC
	HangulSyllableBbeg                                                         rune = 0xBEED
	HangulSyllableBbegg                                                        rune = 0xBEEE
	HangulSyllableBbegs                                                        rune = 0xBEEF
	HangulSyllableBben                                                         rune = 0xBEF0
	HangulSyllableBbenj                                                        rune = 0xBEF1
	HangulSyllableBbenh                                                        rune = 0xBEF2
	HangulSyllableBbed                                                         rune = 0xBEF3
	HangulSyllableBbel                                                         rune = 0xBEF4
	HangulSyllableBbelg                                                        rune = 0xBEF5
	HangulSyllableBbelm                                                        rune = 0xBEF6
	HangulSyllableBbelb                                                        rune = 0xBEF7
	HangulSyllableBbels                                                        rune = 0xBEF8
	HangulSyllableBbelt                                                        rune = 0xBEF9
	HangulSyllableBbelp                                                        rune = 0xBEFA
	HangulSyllableBbelh                                                        rune = 0xBEFB
	HangulSyllableBbem                                                         rune = 0xBEFC
	HangulSyllableBbeb                                                         rune = 0xBEFD
	HangulSyllableBbebs                                                        rune = 0xBEFE
	HangulSyllableBbes                                                         rune = 0xBEFF
	HangulSyllableBbess                                                        rune = 0xBF00
	HangulSyllableBbeng                                                        rune = 0xBF01
	HangulSyllableBbej                                                         rune = 0xBF02
	HangulSyllableBbec                                                         rune = 0xBF03
	HangulSyllableBbek                                                         rune = 0xBF04
	HangulSyllableBbet                                                         rune = 0xBF05
	HangulSyllableBbep                                                         rune = 0xBF06
	HangulSyllableBbeh                                                         rune = 0xBF07
	HangulSyllableBbyeo                                                        rune = 0xBF08
	HangulSyllableBbyeog                                                       rune = 0xBF09
	HangulSyllableBbyeogg                                                      rune = 0xBF0A
	HangulSyllableBbyeogs                                                      rune = 0xBF0B
	HangulSyllableBbyeon                                                       rune = 0xBF0C
	HangulSyllableBbyeonj                                                      rune = 0xBF0D
	HangulSyllableBbyeonh                                                      rune = 0xBF0E
	HangulSyllableBbyeod                                                       rune = 0xBF0F
	HangulSyllableBbyeol                                                       rune = 0xBF10
	HangulSyllableBbyeolg                                                      rune = 0xBF11
	HangulSyllableBbyeolm                                                      rune = 0xBF12
	HangulSyllableBbyeolb                                                      rune = 0xBF13
	HangulSyllableBbyeols                                                      rune = 0xBF14
	HangulSyllableBbyeolt                                                      rune = 0xBF15
	HangulSyllableBbyeolp                                                      rune = 0xBF16
	HangulSyllableBbyeolh                                                      rune = 0xBF17
	HangulSyllableBbyeom                                                       rune = 0xBF18
	HangulSyllableBbyeob                                                       rune = 0xBF19
	HangulSyllableBbyeobs                                                      rune = 0xBF1A
	HangulSyllableBbyeos                                                       rune = 0xBF1B
	HangulSyllableBbyeoss                                                      rune = 0xBF1C
	HangulSyllableBbyeong                                                      rune = 0xBF1D
	HangulSyllableBbyeoj                                                       rune = 0xBF1E
	HangulSyllableBbyeoc                                                       rune = 0xBF1F
	HangulSyllableBbyeok                                                       rune = 0xBF20
	HangulSyllableBbyeot                                                       rune = 0xBF21
	HangulSyllableBbyeop                                                       rune = 0xBF22
	HangulSyllableBbyeoh                                                       rune = 0xBF23
	HangulSyllableBbye                                                         rune = 0xBF24
	HangulSyllableBbyeg                                                        rune = 0xBF25
	HangulSyllableBbyegg                                                       rune = 0xBF26
	HangulSyllableBbyegs                                                       rune = 0xBF27
	HangulSyllableBbyen                                                        rune = 0xBF28
	HangulSyllableBbyenj                                                       rune = 0xBF29
	HangulSyllableBbyenh                                                       rune = 0xBF2A
	HangulSyllableBbyed                                                        rune = 0xBF2B
	HangulSyllableBbyel                                                        rune = 0xBF2C
	HangulSyllableBbyelg                                                       rune = 0xBF2D
	HangulSyllableBbyelm                                                       rune = 0xBF2E
	HangulSyllableBbyelb                                                       rune = 0xBF2F
	HangulSyllableBbyels                                                       rune = 0xBF30
	HangulSyllableBbyelt                                                       rune = 0xBF31
	HangulSyllableBbyelp                                                       rune = 0xBF32
	HangulSyllableBbyelh                                                       rune = 0xBF33
	HangulSyllableBbyem                                                        rune = 0xBF34
	HangulSyllableBbyeb                                                        rune = 0xBF35
	HangulSyllableBbyebs                                                       rune = 0xBF36
	HangulSyllableBbyes                                                        rune = 0xBF37
	HangulSyllableBbyess                                                       rune = 0xBF38
	HangulSyllableBbyeng                                                       rune = 0xBF39
	HangulSyllableBbyej                                                        rune = 0xBF3A
	HangulSyllableBbyec                                                        rune = 0xBF3B
	HangulSyllableBbyek                                                        rune = 0xBF3C
	HangulSyllableBbyet                                                        rune = 0xBF3D
	HangulSyllableBbyep                                                        rune = 0xBF3E
	HangulSyllableBbyeh                                                        rune = 0xBF3F
	HangulSyllableBbo                                                          rune = 0xBF40
	HangulSyllableBbog                                                         rune = 0xBF41
	HangulSyllableBbogg                                                        rune = 0xBF42
	HangulSyllableBbogs                                                        rune = 0xBF43
	HangulSyllableBbon                                                         rune = 0xBF44
	HangulSyllableBbonj                                                        rune = 0xBF45
	HangulSyllableBbonh                                                        rune = 0xBF46
	HangulSyllableBbod                                                         rune = 0xBF47
	HangulSyllableBbol                                                         rune = 0xBF48
	HangulSyllableBbolg                                                        rune = 0xBF49
	HangulSyllableBbolm                                                        rune = 0xBF4A
	HangulSyllableBbolb                                                        rune = 0xBF4B
	HangulSyllableBbols                                                        rune = 0xBF4C
	HangulSyllableBbolt                                                        rune = 0xBF4D
	HangulSyllableBbolp                                                        rune = 0xBF4E
	HangulSyllableBbolh                                                        rune = 0xBF4F
	HangulSyllableBbom                                                         rune = 0xBF50
	HangulSyllableBbob                                                         rune = 0xBF51
	HangulSyllableBbobs                                                        rune = 0xBF52
	HangulSyllableBbos                                                         rune = 0xBF53
	HangulSyllableBboss                                                        rune = 0xBF54
	HangulSyllableBbong                                                        rune = 0xBF55
	HangulSyllableBboj                                                         rune = 0xBF56
	HangulSyllableBboc                                                         rune = 0xBF57
	HangulSyllableBbok                                                         rune = 0xBF58
	HangulSyllableBbot                                                         rune = 0xBF59
	HangulSyllableBbop                                                         rune = 0xBF5A
	HangulSyllableBboh                                                         rune = 0xBF5B
	HangulSyllableBbwa                                                         rune = 0xBF5C
	HangulSyllableBbwag                                                        rune = 0xBF5D
	HangulSyllableBbwagg                                                       rune = 0xBF5E
	HangulSyllableBbwags                                                       rune = 0xBF5F
	HangulSyllableBbwan                                                        rune = 0xBF60
	HangulSyllableBbwanj                                                       rune = 0xBF61
	HangulSyllableBbwanh                                                       rune = 0xBF62
	HangulSyllableBbwad                                                        rune = 0xBF63
	HangulSyllableBbwal                                                        rune = 0xBF64
	HangulSyllableBbwalg                                                       rune = 0xBF65
	HangulSyllableBbwalm                                                       rune = 0xBF66
	HangulSyllableBbwalb                                                       rune = 0xBF67
	HangulSyllableBbwals                                                       rune = 0xBF68
	HangulSyllableBbwalt                                                       rune = 0xBF69
	HangulSyllableBbwalp                                                       rune = 0xBF6A
	HangulSyllableBbwalh                                                       rune = 0xBF6B
	HangulSyllableBbwam                                                        rune = 0xBF6C
	HangulSyllableBbwab                                                        rune = 0xBF6D
	HangulSyllableBbwabs                                                       rune = 0xBF6E
	HangulSyllableBbwas                                                        rune = 0xBF6F
	HangulSyllableBbwass                                                       rune = 0xBF70
	HangulSyllableBbwang                                                       rune = 0xBF71
	HangulSyllableBbwaj                                                        rune = 0xBF72
	HangulSyllableBbwac                                                        rune = 0xBF73
	HangulSyllableBbwak                                                        rune = 0xBF74
	HangulSyllableBbwat                                                        rune = 0xBF75
	HangulSyllableBbwap                                                        rune = 0xBF76
	HangulSyllableBbwah                                                        rune = 0xBF77
	HangulSyllableBbwae                                                        rune = 0xBF78
	HangulSyllableBbwaeg                                                       rune = 0xBF79
	HangulSyllableBbwaegg                                                      rune = 0xBF7A
	HangulSyllableBbwaegs                                                      rune = 0xBF7B
	HangulSyllableBbwaen                                                       rune = 0xBF7C
	HangulSyllableBbwaenj                                                      rune = 0xBF7D
	HangulSyllableBbwaenh                                                      rune = 0xBF7E
	HangulSyllableBbwaed                                                       rune = 0xBF7F
	HangulSyllableBbwael                                                       rune = 0xBF80
	HangulSyllableBbwaelg                                                      rune = 0xBF81
	HangulSyllableBbwaelm                                                      rune = 0xBF82
	HangulSyllableBbwaelb                                                      rune = 0xBF83
	HangulSyllableBbwaels                                                      rune = 0xBF84
	HangulSyllableBbwaelt                                                      rune = 0xBF85
	HangulSyllableBbwaelp                                                      rune = 0xBF86
	HangulSyllableBbwaelh                                                      rune = 0xBF87
	HangulSyllableBbwaem                                                       rune = 0xBF88
	HangulSyllableBbwaeb                                                       rune = 0xBF89
	HangulSyllableBbwaebs                                                      rune = 0xBF8A
	HangulSyllableBbwaes                                                       rune = 0xBF8B
	HangulSyllableBbwaess                                                      rune = 0xBF8C
	HangulSyllableBbwaeng                                                      rune = 0xBF8D
	HangulSyllableBbwaej                                                       rune = 0xBF8E
	HangulSyllableBbwaec                                                       rune = 0xBF8F
	HangulSyllableBbwaek                                                       rune = 0xBF90
	HangulSyllableBbwaet                                                       rune = 0xBF91
	HangulSyllableBbwaep                                                       rune = 0xBF92
	HangulSyllableBbwaeh                                                       rune = 0xBF93
	HangulSyllableBboe                                                         rune = 0xBF94
	HangulSyllableBboeg                                                        rune = 0xBF95
	HangulSyllableBboegg                                                       rune = 0xBF96
	HangulSyllableBboegs                                                       rune = 0xBF97
	HangulSyllableBboen                                                        rune = 0xBF98
	HangulSyllableBboenj                                                       rune = 0xBF99
	HangulSyllableBboenh                                                       rune = 0xBF9A
	HangulSyllableBboed                                                        rune = 0xBF9B
	HangulSyllableBboel                                                        rune = 0xBF9C
	HangulSyllableBboelg                                                       rune = 0xBF9D
	HangulSyllableBboelm                                                       rune = 0xBF9E
	HangulSyllableBboelb                                                       rune = 0xBF9F
	HangulSyllableBboels                                                       rune = 0xBFA0
	HangulSyllableBboelt                                                       rune = 0xBFA1
	HangulSyllableBboelp                                                       rune = 0xBFA2
	HangulSyllableBboelh                                                       rune = 0xBFA3
	HangulSyllableBboem                                                        rune = 0xBFA4
	HangulSyllableBboeb                                                        rune = 0xBFA5
	HangulSyllableBboebs                                                       rune = 0xBFA6
	HangulSyllableBboes                                                        rune = 0xBFA7
	HangulSyllableBboess                                                       rune = 0xBFA8
	HangulSyllableBboeng                                                       rune = 0xBFA9
	HangulSyllableBboej                                                        rune = 0xBFAA
	HangulSyllableBboec                                                        rune = 0xBFAB
	HangulSyllableBboek                                                        rune = 0xBFAC
	HangulSyllableBboet                                                        rune = 0xBFAD
	HangulSyllableBboep                                                        rune = 0xBFAE
	HangulSyllableBboeh                                                        rune = 0xBFAF
	HangulSyllableBbyo                                                         rune = 0xBFB0
	HangulSyllableBbyog                                                        rune = 0xBFB1
	HangulSyllableBbyogg                                                       rune = 0xBFB2
	HangulSyllableBbyogs                                                       rune = 0xBFB3
	HangulSyllableBbyon                                                        rune = 0xBFB4
	HangulSyllableBbyonj                                                       rune = 0xBFB5
	HangulSyllableBbyonh                                                       rune = 0xBFB6
	HangulSyllableBbyod                                                        rune = 0xBFB7
	HangulSyllableBbyol                                                        rune = 0xBFB8
	HangulSyllableBbyolg                                                       rune = 0xBFB9
	HangulSyllableBbyolm                                                       rune = 0xBFBA
	HangulSyllableBbyolb                                                       rune = 0xBFBB
	HangulSyllableBbyols                                                       rune = 0xBFBC
	HangulSyllableBbyolt                                                       rune = 0xBFBD
	HangulSyllableBbyolp                                                       rune = 0xBFBE
	HangulSyllableBbyolh                                                       rune = 0xBFBF
	HangulSyllableBbyom                                                        rune = 0xBFC0
	HangulSyllableBbyob                                                        rune = 0xBFC1
	HangulSyllableBbyobs                                                       rune = 0xBFC2
	HangulSyllableBbyos                                                        rune = 0xBFC3
	HangulSyllableBbyoss                                                       rune = 0xBFC4
	HangulSyllableBbyong                                                       rune = 0xBFC5
	HangulSyllableBbyoj                                                        rune = 0xBFC6
	HangulSyllableBbyoc                                                        rune = 0xBFC7
	HangulSyllableBbyok                                                        rune = 0xBFC8
	HangulSyllableBbyot                                                        rune = 0xBFC9
	HangulSyllableBbyop                                                        rune = 0xBFCA
	HangulSyllableBbyoh                                                        rune = 0xBFCB
	HangulSyllableBbu                                                          rune = 0xBFCC
	HangulSyllableBbug                                                         rune = 0xBFCD
	HangulSyllableBbugg                                                        rune = 0xBFCE
	HangulSyllableBbugs                                                        rune = 0xBFCF
	HangulSyllableBbun                                                         rune = 0xBFD0
	HangulSyllableBbunj                                                        rune = 0xBFD1
	HangulSyllableBbunh                                                        rune = 0xBFD2
	HangulSyllableBbud                                                         rune = 0xBFD3
	HangulSyllableBbul                                                         rune = 0xBFD4
	HangulSyllableBbulg                                                        rune = 0xBFD5
	HangulSyllableBbulm                                                        rune = 0xBFD6
	HangulSyllableBbulb                                                        rune = 0xBFD7
	HangulSyllableBbuls                                                        rune = 0xBFD8
	HangulSyllableBbult                                                        rune = 0xBFD9
	HangulSyllableBbulp                                                        rune = 0xBFDA
	HangulSyllableBbulh                                                        rune = 0xBFDB
	HangulSyllableBbum                                                         rune = 0xBFDC
	HangulSyllableBbub                                                         rune = 0xBFDD
	HangulSyllableBbubs                                                        rune = 0xBFDE
	HangulSyllableBbus                                                         rune = 0xBFDF
	HangulSyllableBbuss                                                        rune = 0xBFE0
	HangulSyllableBbung                                                        rune = 0xBFE1
	HangulSyllableBbuj                                                         rune = 0xBFE2
	HangulSyllableBbuc                                                         rune = 0xBFE3
	HangulSyllableBbuk                                                         rune = 0xBFE4
	HangulSyllableBbut                                                         rune = 0xBFE5
	HangulSyllableBbup                                                         rune = 0xBFE6
	HangulSyllableBbuh                                                         rune = 0xBFE7
	HangulSyllableBbweo                                                        rune = 0xBFE8
	HangulSyllableBbweog                                                       rune = 0xBFE9
	HangulSyllableBbweogg                                                      rune = 0xBFEA
	HangulSyllableBbweogs                                                      rune = 0xBFEB
	HangulSyllableBbweon                                                       rune = 0xBFEC
	HangulSyllableBbweonj                                                      rune = 0xBFED
	HangulSyllableBbweonh                                                      rune = 0xBFEE
	HangulSyllableBbweod                                                       rune = 0xBFEF
	HangulSyllableBbweol                                                       rune = 0xBFF0
	HangulSyllableBbweolg                                                      rune = 0xBFF1
	HangulSyllableBbweolm                                                      rune = 0xBFF2
	HangulSyllableBbweolb                                                      rune = 0xBFF3
	HangulSyllableBbweols                                                      rune = 0xBFF4
	HangulSyllableBbweolt                                                      rune = 0xBFF5
	HangulSyllableBbweolp                                                      rune = 0xBFF6
	HangulSyllableBbweolh                                                      rune = 0xBFF7
	HangulSyllableBbweom                                                       rune = 0xBFF8
	HangulSyllableBbweob                                                       rune = 0xBFF9
	HangulSyllableBbweobs                                                      rune = 0xBFFA
	HangulSyllableBbweos                                                       rune = 0xBFFB
	HangulSyllableBbweoss                                                      rune = 0xBFFC
	HangulSyllableBbweong                                                      rune = 0xBFFD
	HangulSyllableBbweoj                                                       rune = 0xBFFE
	HangulSyllableBbweoc                                                       rune = 0xBFFF
	HangulSyllableBbweok                                                       rune = 0xC000
	HangulSyllableBbweot                                                       rune = 0xC001
	HangulSyllableBbweop                                                       rune = 0xC002
	HangulSyllableBbweoh                                                       rune = 0xC003
	HangulSyllableBbwe                                                         rune = 0xC004
	HangulSyllableBbweg                                                        rune = 0xC005
	HangulSyllableBbwegg                                                       rune = 0xC006
	HangulSyllableBbwegs                                                       rune = 0xC007
	HangulSyllableBbwen                                                        rune = 0xC008
	HangulSyllableBbwenj                                                       rune = 0xC009
	HangulSyllableBbwenh                                                       rune = 0xC00A
	HangulSyllableBbwed                                                        rune = 0xC00B
	HangulSyllableBbwel                                                        rune = 0xC00C
	HangulSyllableBbwelg                                                       rune = 0xC00D
	HangulSyllableBbwelm                                                       rune = 0xC00E
	HangulSyllableBbwelb                                                       rune = 0xC00F
	HangulSyllableBbwels                                                       rune = 0xC010
	HangulSyllableBbwelt                                                       rune = 0xC011
	HangulSyllableBbwelp                                                       rune = 0xC012
	HangulSyllableBbwelh                                                       rune = 0xC013
	HangulSyllableBbwem                                                        rune = 0xC014
	HangulSyllableBbweb                                                        rune = 0xC015
	HangulSyllableBbwebs                                                       rune = 0xC016
	HangulSyllableBbwes                                                        rune = 0xC017
	HangulSyllableBbwess                                                       rune = 0xC018
	HangulSyllableBbweng                                                       rune = 0xC019
	HangulSyllableBbwej                                                        rune = 0xC01A
	HangulSyllableBbwec                                                        rune = 0xC01B
	HangulSyllableBbwek                                                        rune = 0xC01C
	HangulSyllableBbwet                                                        rune = 0xC01D
	HangulSyllableBbwep                                                        rune = 0xC01E
	HangulSyllableBbweh                                                        rune = 0xC01F
	HangulSyllableBbwi                                                         rune = 0xC020
	HangulSyllableBbwig                                                        rune = 0xC021
	HangulSyllableBbwigg                                                       rune = 0xC022
	HangulSyllableBbwigs                                                       rune = 0xC023
	HangulSyllableBbwin                                                        rune = 0xC024
	HangulSyllableBbwinj                                                       rune = 0xC025
	HangulSyllableBbwinh                                                       rune = 0xC026
	HangulSyllableBbwid                                                        rune = 0xC027
	HangulSyllableBbwil                                                        rune = 0xC028
	HangulSyllableBbwilg                                                       rune = 0xC029
	HangulSyllableBbwilm                                                       rune = 0xC02A
	HangulSyllableBbwilb                                                       rune = 0xC02B
	HangulSyllableBbwils                                                       rune = 0xC02C
	HangulSyllableBbwilt                                                       rune = 0xC02D
	HangulSyllableBbwilp                                                       rune = 0xC02E
	HangulSyllableBbwilh                                                       rune = 0xC02F
	HangulSyllableBbwim                                                        rune = 0xC030
	HangulSyllableBbwib                                                        rune = 0xC031
	HangulSyllableBbwibs                                                       rune = 0xC032
	HangulSyllableBbwis                                                        rune = 0xC033
	HangulSyllableBbwiss                                                       rune = 0xC034
	HangulSyllableBbwing                                                       rune = 0xC035
	HangulSyllableBbwij                                                        rune = 0xC036
	HangulSyllableBbwic                                                        rune = 0xC037
	HangulSyllableBbwik                                                        rune = 0xC038
	HangulSyllableBbwit                                                        rune = 0xC039
	HangulSyllableBbwip                                                        rune = 0xC03A
	HangulSyllableBbwih                                                        rune = 0xC03B
	HangulSyllableBbyu                                                         rune = 0xC03C
	HangulSyllableBbyug                                                        rune = 0xC03D
	HangulSyllableBbyugg                                                       rune = 0xC03E
	HangulSyllableBbyugs                                                       rune = 0xC03F
	HangulSyllableBbyun                                                        rune = 0xC040
	HangulSyllableBbyunj                                                       rune = 0xC041
	HangulSyllableBbyunh                                                       rune = 0xC042
	HangulSyllableBbyud                                                        rune = 0xC043
	HangulSyllableBbyul                                                        rune = 0xC044
	HangulSyllableBbyulg                                                       rune = 0xC045
	HangulSyllableBbyulm                                                       rune = 0xC046
	HangulSyllableBbyulb                                                       rune = 0xC047
	HangulSyllableBbyuls                                                       rune = 0xC048
	HangulSyllableBbyult                                                       rune = 0xC049
	HangulSyllableBbyulp                                                       rune = 0xC04A
	HangulSyllableBbyulh                                                       rune = 0xC04B
	HangulSyllableBbyum                                                        rune = 0xC04C
	HangulSyllableBbyub                                                        rune = 0xC04D
	HangulSyllableBbyubs                                                       rune = 0xC04E
	HangulSyllableBbyus                                                        rune = 0xC04F
	HangulSyllableBbyuss                                                       rune = 0xC050
	HangulSyllableBbyung                                                       rune = 0xC051
	HangulSyllableBbyuj                                                        rune = 0xC052
	HangulSyllableBbyuc                                                        rune = 0xC053
	HangulSyllableBbyuk                                                        rune = 0xC054
	HangulSyllableBbyut                                                        rune = 0xC055
	HangulSyllableBbyup                                                        rune = 0xC056
	HangulSyllableBbyuh                                                        rune = 0xC057
	HangulSyllableBbeu                                                         rune = 0xC058
	HangulSyllableBbeug                                                        rune = 0xC059
	HangulSyllableBbeugg                                                       rune = 0xC05A
	HangulSyllableBbeugs                                                       rune = 0xC05B
	HangulSyllableBbeun                                                        rune = 0xC05C
	HangulSyllableBbeunj                                                       rune = 0xC05D
	HangulSyllableBbeunh                                                       rune = 0xC05E
	HangulSyllableBbeud                                                        rune = 0xC05F
	HangulSyllableBbeul                                                        rune = 0xC060
	HangulSyllableBbeulg                                                       rune = 0xC061
	HangulSyllableBbeulm                                                       rune = 0xC062
	HangulSyllableBbeulb                                                       rune = 0xC063
	HangulSyllableBbeuls                                                       rune = 0xC064
	HangulSyllableBbeult                                                       rune = 0xC065
	HangulSyllableBbeulp                                                       rune = 0xC066
	HangulSyllableBbeulh                                                       rune = 0xC067
	HangulSyllableBbeum                                                        rune = 0xC068
	HangulSyllableBbeub                                                        rune = 0xC069
	HangulSyllableBbeubs                                                       rune = 0xC06A
	HangulSyllableBbeus                                                        rune = 0xC06B
	HangulSyllableBbeuss                                                       rune = 0xC06C
	HangulSyllableBbeung                                                       rune = 0xC06D
	HangulSyllableBbeuj                                                        rune = 0xC06E
	HangulSyllableBbeuc                                                        rune = 0xC06F
	HangulSyllableBbeuk                                                        rune = 0xC070
	HangulSyllableBbeut                                                        rune = 0xC071
	HangulSyllableBbeup                                                        rune = 0xC072
	HangulSyllableBbeuh                                                        rune = 0xC073
	HangulSyllableBbyi                                                         rune = 0xC074
	HangulSyllableBbyig                                                        rune = 0xC075
	HangulSyllableBbyigg                                                       rune = 0xC076
	HangulSyllableBbyigs                                                       rune = 0xC077
	HangulSyllableBbyin                                                        rune = 0xC078
	HangulSyllableBbyinj                                                       rune = 0xC079
	HangulSyllableBbyinh                                                       rune = 0xC07A
	HangulSyllableBbyid                                                        rune = 0xC07B
	HangulSyllableBbyil                                                        rune = 0xC07C
	HangulSyllableBbyilg                                                       rune = 0xC07D
	HangulSyllableBbyilm                                                       rune = 0xC07E
	HangulSyllableBbyilb                                                       rune = 0xC07F
	HangulSyllableBbyils                                                       rune = 0xC080
	HangulSyllableBbyilt                                                       rune = 0xC081
	HangulSyllableBbyilp                                                       rune = 0xC082
	HangulSyllableBbyilh                                                       rune = 0xC083
	HangulSyllableBbyim                                                        rune = 0xC084
	HangulSyllableBbyib                                                        rune = 0xC085
	HangulSyllableBbyibs                                                       rune = 0xC086
	HangulSyllableBbyis                                                        rune = 0xC087
	HangulSyllableBbyiss                                                       rune = 0xC088
	HangulSyllableBbying                                                       rune = 0xC089
	HangulSyllableBbyij                                                        rune = 0xC08A
	HangulSyllableBbyic                                                        rune = 0xC08B
	HangulSyllableBbyik                                                        rune = 0xC08C
	HangulSyllableBbyit                                                        rune = 0xC08D
	HangulSyllableBbyip                                                        rune = 0xC08E
	HangulSyllableBbyih                                                        rune = 0xC08F
	HangulSyllableBbi                                                          rune = 0xC090
	HangulSyllableBbig                                                         rune = 0xC091
	HangulSyllableBbigg                                                        rune = 0xC092
	HangulSyllableBbigs                                                        rune = 0xC093
	HangulSyllableBbin                                                         rune = 0xC094
	HangulSyllableBbinj                                                        rune = 0xC095
	HangulSyllableBbinh                                                        rune = 0xC096
	HangulSyllableBbid                                                         rune = 0xC097
	HangulSyllableBbil                                                         rune = 0xC098
	HangulSyllableBbilg                                                        rune = 0xC099
	HangulSyllableBbilm                                                        rune = 0xC09A
	HangulSyllableBbilb                                                        rune = 0xC09B
	HangulSyllableBbils                                                        rune = 0xC09C
	HangulSyllableBbilt                                                        rune = 0xC09D
	HangulSyllableBbilp                                                        rune = 0xC09E
	HangulSyllableBbilh                                                        rune = 0xC09F
	HangulSyllableBbim                                                         rune = 0xC0A0
	HangulSyllableBbib                                                         rune = 0xC0A1
	HangulSyllableBbibs                                                        rune = 0xC0A2
	HangulSyllableBbis                                                         rune = 0xC0A3
	HangulSyllableBbiss                                                        rune = 0xC0A4
	HangulSyllableBbing                                                        rune = 0xC0A5
	HangulSyllableBbij                                                         rune = 0xC0A6
	HangulSyllableBbic                                                         rune = 0xC0A7
	HangulSyllableBbik                                                         rune = 0xC0A8
	HangulSyllableBbit                                                         rune = 0xC0A9
	HangulSyllableBbip                                                         rune = 0xC0AA
	HangulSyllableBbih                                                         rune = 0xC0AB
	HangulSyllableSa                                                           rune = 0xC0AC
	HangulSyllableSag                                                          rune = 0xC0AD
	HangulSyllableSagg                                                         rune = 0xC0AE
	HangulSyllableSags                                                         rune = 0xC0AF
	HangulSyllableSan                                                          rune = 0xC0B0
	HangulSyllableSanj                                                         rune = 0xC0B1
	HangulSyllableSanh                                                         rune = 0xC0B2
	HangulSyllableSad                                                          rune = 0xC0B3
	HangulSyllableSal                                                          rune = 0xC0B4
	HangulSyllableSalg                                                         rune = 0xC0B5
	HangulSyllableSalm                                                         rune = 0xC0B6
	HangulSyllableSalb                                                         rune = 0xC0B7
	HangulSyllableSals                                                         rune = 0xC0B8
	HangulSyllableSalt                                                         rune = 0xC0B9
	HangulSyllableSalp                                                         rune = 0xC0BA
	HangulSyllableSalh                                                         rune = 0xC0BB
	HangulSyllableSam                                                          rune = 0xC0BC
	HangulSyllableSab                                                          rune = 0xC0BD
	HangulSyllableSabs                                                         rune = 0xC0BE
	HangulSyllableSas                                                          rune = 0xC0BF
	HangulSyllableSass                                                         rune = 0xC0C0
	HangulSyllableSang                                                         rune = 0xC0C1
	HangulSyllableSaj                                                          rune = 0xC0C2
	HangulSyllableSac                                                          rune = 0xC0C3
	HangulSyllableSak                                                          rune = 0xC0C4
	HangulSyllableSat                                                          rune = 0xC0C5
	HangulSyllableSap                                                          rune = 0xC0C6
	HangulSyllableSah                                                          rune = 0xC0C7
	HangulSyllableSae                                                          rune = 0xC0C8
	HangulSyllableSaeg                                                         rune = 0xC0C9
	HangulSyllableSaegg                                                        rune = 0xC0CA
	HangulSyllableSaegs                                                        rune = 0xC0CB
	HangulSyllableSaen                                                         rune = 0xC0CC
	HangulSyllableSaenj                                                        rune = 0xC0CD
	HangulSyllableSaenh                                                        rune = 0xC0CE
	HangulSyllableSaed                                                         rune = 0xC0CF
	HangulSyllableSael                                                         rune = 0xC0D0
	HangulSyllableSaelg                                                        rune = 0xC0D1
	HangulSyllableSaelm                                                        rune = 0xC0D2
	HangulSyllableSaelb                                                        rune = 0xC0D3
	HangulSyllableSaels                                                        rune = 0xC0D4
	HangulSyllableSaelt                                                        rune = 0xC0D5
	HangulSyllableSaelp                                                        rune = 0xC0D6
	HangulSyllableSaelh                                                        rune = 0xC0D7
	HangulSyllableSaem                                                         rune = 0xC0D8
	HangulSyllableSaeb                                                         rune = 0xC0D9
	HangulSyllableSaebs                                                        rune = 0xC0DA
	HangulSyllableSaes                                                         rune = 0xC0DB
	HangulSyllableSaess                                                        rune = 0xC0DC
	HangulSyllableSaeng                                                        rune = 0xC0DD
	HangulSyllableSaej                                                         rune = 0xC0DE
	HangulSyllableSaec                                                         rune = 0xC0DF
	HangulSyllableSaek                                                         rune = 0xC0E0
	HangulSyllableSaet                                                         rune = 0xC0E1
	HangulSyllableSaep                                                         rune = 0xC0E2
	HangulSyllableSaeh                                                         rune = 0xC0E3
	HangulSyllableSya                                                          rune = 0xC0E4
	HangulSyllableSyag                                                         rune = 0xC0E5
	HangulSyllableSyagg                                                        rune = 0xC0E6
	HangulSyllableSyags                                                        rune = 0xC0E7
	HangulSyllableSyan                                                         rune = 0xC0E8
	HangulSyllableSyanj                                                        rune = 0xC0E9
	HangulSyllableSyanh                                                        rune = 0xC0EA
	HangulSyllableSyad                                                         rune = 0xC0EB
	HangulSyllableSyal                                                         rune = 0xC0EC
	HangulSyllableSyalg                                                        rune = 0xC0ED
	HangulSyllableSyalm                                                        rune = 0xC0EE
	HangulSyllableSyalb                                                        rune = 0xC0EF
	HangulSyllableSyals                                                        rune = 0xC0F0
	HangulSyllableSyalt                                                        rune = 0xC0F1
	HangulSyllableSyalp                                                        rune = 0xC0F2
	HangulSyllableSyalh                                                        rune = 0xC0F3
	HangulSyllableSyam                                                         rune = 0xC0F4
	HangulSyllableSyab                                                         rune = 0xC0F5
	HangulSyllableSyabs                                                        rune = 0xC0F6
	HangulSyllableSyas                                                         rune = 0xC0F7
	HangulSyllableSyass                                                        rune = 0xC0F8
	HangulSyllableSyang                                                        rune = 0xC0F9
	HangulSyllableSyaj                                                         rune = 0xC0FA
	HangulSyllableSyac                                                         rune = 0xC0FB
	HangulSyllableSyak                                                         rune = 0xC0FC
	HangulSyllableSyat                                                         rune = 0xC0FD
	HangulSyllableSyap                                                         rune = 0xC0FE
	HangulSyllableSyah                                                         rune = 0xC0FF
	HangulSyllableSyae                                                         rune = 0xC100
	HangulSyllableSyaeg                                                        rune = 0xC101
	HangulSyllableSyaegg                                                       rune = 0xC102
	HangulSyllableSyaegs                                                       rune = 0xC103
	HangulSyllableSyaen                                                        rune = 0xC104
	HangulSyllableSyaenj                                                       rune = 0xC105
	HangulSyllableSyaenh                                                       rune = 0xC106
	HangulSyllableSyaed                                                        rune = 0xC107
	HangulSyllableSyael                                                        rune = 0xC108
	HangulSyllableSyaelg                                                       rune = 0xC109
	HangulSyllableSyaelm                                                       rune = 0xC10A
	HangulSyllableSyaelb                                                       rune = 0xC10B
	HangulSyllableSyaels                                                       rune = 0xC10C
	HangulSyllableSyaelt                                                       rune = 0xC10D
	HangulSyllableSyaelp                                                       rune = 0xC10E
	HangulSyllableSyaelh                                                       rune = 0xC10F
	HangulSyllableSyaem                                                        rune = 0xC110
	HangulSyllableSyaeb                                                        rune = 0xC111
	HangulSyllableSyaebs                                                       rune = 0xC112
	HangulSyllableSyaes                                                        rune = 0xC113
	HangulSyllableSyaess                                                       rune = 0xC114
	HangulSyllableSyaeng                                                       rune = 0xC115
	HangulSyllableSyaej                                                        rune = 0xC116
	HangulSyllableSyaec                                                        rune = 0xC117
	HangulSyllableSyaek                                                        rune = 0xC118
	HangulSyllableSyaet                                                        rune = 0xC119
	HangulSyllableSyaep                                                        rune = 0xC11A
	HangulSyllableSyaeh                                                        rune = 0xC11B
	HangulSyllableSeo                                                          rune = 0xC11C
	HangulSyllableSeog                                                         rune = 0xC11D
	HangulSyllableSeogg                                                        rune = 0xC11E
	HangulSyllableSeogs                                                        rune = 0xC11F
	HangulSyllableSeon                                                         rune = 0xC120
	HangulSyllableSeonj                                                        rune = 0xC121
	HangulSyllableSeonh                                                        rune = 0xC122
	HangulSyllableSeod                                                         rune = 0xC123
	HangulSyllableSeol                                                         rune = 0xC124
	HangulSyllableSeolg                                                        rune = 0xC125
	HangulSyllableSeolm                                                        rune = 0xC126
	HangulSyllableSeolb                                                        rune = 0xC127
	HangulSyllableSeols                                                        rune = 0xC128
	HangulSyllableSeolt                                                        rune = 0xC129
	HangulSyllableSeolp                                                        rune = 0xC12A
	HangulSyllableSeolh                                                        rune = 0xC12B
	HangulSyllableSeom                                                         rune = 0xC12C
	HangulSyllableSeob                                                         rune = 0xC12D
	HangulSyllableSeobs                                                        rune = 0xC12E
	HangulSyllableSeos                                                         rune = 0xC12F
	HangulSyllableSeoss                                                        rune = 0xC130
	HangulSyllableSeong                                                        rune = 0xC131
	HangulSyllableSeoj                                                         rune = 0xC132
	HangulSyllableSeoc                                                         rune = 0xC133
	HangulSyllableSeok                                                         rune = 0xC134
	HangulSyllableSeot                                                         rune = 0xC135
	HangulSyllableSeop                                                         rune = 0xC136
	HangulSyllableSeoh                                                         rune = 0xC137
	HangulSyllableSe                                                           rune = 0xC138
	HangulSyllableSeg                                                          rune = 0xC139
	HangulSyllableSegg                                                         rune = 0xC13A
	HangulSyllableSegs                                                         rune = 0xC13B
	HangulSyllableSen                                                          rune = 0xC13C
	HangulSyllableSenj                                                         rune = 0xC13D
	HangulSyllableSenh                                                         rune = 0xC13E
	HangulSyllableSed                                                          rune = 0xC13F
	HangulSyllableSel                                                          rune = 0xC140
	HangulSyllableSelg                                                         rune = 0xC141
	HangulSyllableSelm                                                         rune = 0xC142
	HangulSyllableSelb                                                         rune = 0xC143
	HangulSyllableSels                                                         rune = 0xC144
	HangulSyllableSelt                                                         rune = 0xC145
	HangulSyllableSelp                                                         rune = 0xC146
	HangulSyllableSelh                                                         rune = 0xC147
	HangulSyllableSem                                                          rune = 0xC148
	HangulSyllableSeb                                                          rune = 0xC149
	HangulSyllableSebs                                                         rune = 0xC14A
	HangulSyllableSes                                                          rune = 0xC14B
	HangulSyllableSess                                                         rune = 0xC14C
	HangulSyllableSeng                                                         rune = 0xC14D
	HangulSyllableSej                                                          rune = 0xC14E
	HangulSyllableSec                                                          rune = 0xC14F
	HangulSyllableSek                                                          rune = 0xC150
	HangulSyllableSet                                                          rune = 0xC151
	HangulSyllableSep                                                          rune = 0xC152
	HangulSyllableSeh                                                          rune = 0xC153
	HangulSyllableSyeo                                                         rune = 0xC154
	HangulSyllableSyeog                                                        rune = 0xC155
	HangulSyllableSyeogg                                                       rune = 0xC156
	HangulSyllableSyeogs                                                       rune = 0xC157
	HangulSyllableSyeon                                                        rune = 0xC158
	HangulSyllableSyeonj                                                       rune = 0xC159
	HangulSyllableSyeonh                                                       rune = 0xC15A
	HangulSyllableSyeod                                                        rune = 0xC15B
	HangulSyllableSyeol                                                        rune = 0xC15C
	HangulSyllableSyeolg                                                       rune = 0xC15D
	HangulSyllableSyeolm                                                       rune = 0xC15E
	HangulSyllableSyeolb                                                       rune = 0xC15F
	HangulSyllableSyeols                                                       rune = 0xC160
	HangulSyllableSyeolt                                                       rune = 0xC161
	HangulSyllableSyeolp                                                       rune = 0xC162
	HangulSyllableSyeolh                                                       rune = 0xC163
	HangulSyllableSyeom                                                        rune = 0xC164
	HangulSyllableSyeob                                                        rune = 0xC165
	HangulSyllableSyeobs                                                       rune = 0xC166
	HangulSyllableSyeos                                                        rune = 0xC167
	HangulSyllableSyeoss                                                       rune = 0xC168
	HangulSyllableSyeong                                                       rune = 0xC169
	HangulSyllableSyeoj                                                        rune = 0xC16A
	HangulSyllableSyeoc                                                        rune = 0xC16B
	HangulSyllableSyeok                                                        rune = 0xC16C
	HangulSyllableSyeot                                                        rune = 0xC16D
	HangulSyllableSyeop                                                        rune = 0xC16E
	HangulSyllableSyeoh                                                        rune = 0xC16F
	HangulSyllableSye                                                          rune = 0xC170
	HangulSyllableSyeg                                                         rune = 0xC171
	HangulSyllableSyegg                                                        rune = 0xC172
	HangulSyllableSyegs                                                        rune = 0xC173
	HangulSyllableSyen                                                         rune = 0xC174
	HangulSyllableSyenj                                                        rune = 0xC175
	HangulSyllableSyenh                                                        rune = 0xC176
	HangulSyllableSyed                                                         rune = 0xC177
	HangulSyllableSyel                                                         rune = 0xC178
	HangulSyllableSyelg                                                        rune = 0xC179
	HangulSyllableSyelm                                                        rune = 0xC17A
	HangulSyllableSyelb                                                        rune = 0xC17B
	HangulSyllableSyels                                                        rune = 0xC17C
	HangulSyllableSyelt                                                        rune = 0xC17D
	HangulSyllableSyelp                                                        rune = 0xC17E
	HangulSyllableSyelh                                                        rune = 0xC17F
	HangulSyllableSyem                                                         rune = 0xC180
	HangulSyllableSyeb                                                         rune = 0xC181
	HangulSyllableSyebs                                                        rune = 0xC182
	HangulSyllableSyes                                                         rune = 0xC183
	HangulSyllableSyess                                                        rune = 0xC184
	HangulSyllableSyeng                                                        rune = 0xC185
	HangulSyllableSyej                                                         rune = 0xC186
	HangulSyllableSyec                                                         rune = 0xC187
	HangulSyllableSyek                                                         rune = 0xC188
	HangulSyllableSyet                                                         rune = 0xC189
	HangulSyllableSyep                                                         rune = 0xC18A
	HangulSyllableSyeh                                                         rune = 0xC18B
	HangulSyllableSo                                                           rune = 0xC18C
	HangulSyllableSog                                                          rune = 0xC18D
	HangulSyllableSogg                                                         rune = 0xC18E
	HangulSyllableSogs                                                         rune = 0xC18F
	HangulSyllableSon                                                          rune = 0xC190
	HangulSyllableSonj                                                         rune = 0xC191
	HangulSyllableSonh                                                         rune = 0xC192
	HangulSyllableSod                                                          rune = 0xC193
	HangulSyllableSol                                                          rune = 0xC194
	HangulSyllableSolg                                                         rune = 0xC195
	HangulSyllableSolm                                                         rune = 0xC196
	HangulSyllableSolb                                                         rune = 0xC197
	HangulSyllableSols                                                         rune = 0xC198
	HangulSyllableSolt                                                         rune = 0xC199
	HangulSyllableSolp                                                         rune = 0xC19A
	HangulSyllableSolh                                                         rune = 0xC19B
	HangulSyllableSom                                                          rune = 0xC19C
	HangulSyllableSob                                                          rune = 0xC19D
	HangulSyllableSobs                                                         rune = 0xC19E
	HangulSyllableSos                                                          rune = 0xC19F
	HangulSyllableSoss                                                         rune = 0xC1A0
	HangulSyllableSong                                                         rune = 0xC1A1
	HangulSyllableSoj                                                          rune = 0xC1A2
	HangulSyllableSoc                                                          rune = 0xC1A3
	HangulSyllableSok                                                          rune = 0xC1A4
	HangulSyllableSot                                                          rune = 0xC1A5
	HangulSyllableSop                                                          rune = 0xC1A6
	HangulSyllableSoh                                                          rune = 0xC1A7
	HangulSyllableSwa                                                          rune = 0xC1A8
	HangulSyllableSwag                                                         rune = 0xC1A9
	HangulSyllableSwagg                                                        rune = 0xC1AA
	HangulSyllableSwags                                                        rune = 0xC1AB
	HangulSyllableSwan                                                         rune = 0xC1AC
	HangulSyllableSwanj                                                        rune = 0xC1AD
	HangulSyllableSwanh                                                        rune = 0xC1AE
	HangulSyllableSwad                                                         rune = 0xC1AF
	HangulSyllableSwal                                                         rune = 0xC1B0
	HangulSyllableSwalg                                                        rune = 0xC1B1
	HangulSyllableSwalm                                                        rune = 0xC1B2
	HangulSyllableSwalb                                                        rune = 0xC1B3
	HangulSyllableSwals                                                        rune = 0xC1B4
	HangulSyllableSwalt                                                        rune = 0xC1B5
	HangulSyllableSwalp                                                        rune = 0xC1B6
	HangulSyllableSwalh                                                        rune = 0xC1B7
	HangulSyllableSwam                                                         rune = 0xC1B8
	HangulSyllableSwab                                                         rune = 0xC1B9
	HangulSyllableSwabs                                                        rune = 0xC1BA
	HangulSyllableSwas                                                         rune = 0xC1BB
	HangulSyllableSwass                                                        rune = 0xC1BC
	HangulSyllableSwang                                                        rune = 0xC1BD
	HangulSyllableSwaj                                                         rune = 0xC1BE
	HangulSyllableSwac                                                         rune = 0xC1BF
	HangulSyllableSwak                                                         rune = 0xC1C0
	HangulSyllableSwat                                                         rune = 0xC1C1
	HangulSyllableSwap                                                         rune = 0xC1C2
	HangulSyllableSwah                                                         rune = 0xC1C3
	HangulSyllableSwae                                                         rune = 0xC1C4
	HangulSyllableSwaeg                                                        rune = 0xC1C5
	HangulSyllableSwaegg                                                       rune = 0xC1C6
	HangulSyllableSwaegs                                                       rune = 0xC1C7
	HangulSyllableSwaen                                                        rune = 0xC1C8
	HangulSyllableSwaenj                                                       rune = 0xC1C9
	HangulSyllableSwaenh                                                       rune = 0xC1CA
	HangulSyllableSwaed                                                        rune = 0xC1CB
	HangulSyllableSwael                                                        rune = 0xC1CC
	HangulSyllableSwaelg                                                       rune = 0xC1CD
	HangulSyllableSwaelm                                                       rune = 0xC1CE
	HangulSyllableSwaelb                                                       rune = 0xC1CF
	HangulSyllableSwaels                                                       rune = 0xC1D0
	HangulSyllableSwaelt                                                       rune = 0xC1D1
	HangulSyllableSwaelp                                                       rune = 0xC1D2
	HangulSyllableSwaelh                                                       rune = 0xC1D3
	HangulSyllableSwaem                                                        rune = 0xC1D4
	HangulSyllableSwaeb                                                        rune = 0xC1D5
	HangulSyllableSwaebs                                                       rune = 0xC1D6
	HangulSyllableSwaes                                                        rune = 0xC1D7
	HangulSyllableSwaess                                                       rune = 0xC1D8
	HangulSyllableSwaeng                                                       rune = 0xC1D9
	HangulSyllableSwaej                                                        rune = 0xC1DA
	HangulSyllableSwaec                                                        rune = 0xC1DB
	HangulSyllableSwaek                                                        rune = 0xC1DC
	HangulSyllableSwaet                                                        rune = 0xC1DD
	HangulSyllableSwaep                                                        rune = 0xC1DE
	HangulSyllableSwaeh                                                        rune = 0xC1DF
	HangulSyllableSoe                                                          rune = 0xC1E0
	HangulSyllableSoeg                                                         rune = 0xC1E1
	HangulSyllableSoegg                                                        rune = 0xC1E2
	HangulSyllableSoegs                                                        rune = 0xC1E3
	HangulSyllableSoen                                                         rune = 0xC1E4
	HangulSyllableSoenj                                                        rune = 0xC1E5
	HangulSyllableSoenh                                                        rune = 0xC1E6
	HangulSyllableSoed                                                         rune = 0xC1E7
	HangulSyllableSoel                                                         rune = 0xC1E8
	HangulSyllableSoelg                                                        rune = 0xC1E9
	HangulSyllableSoelm                                                        rune = 0xC1EA
	HangulSyllableSoelb                                                        rune = 0xC1EB
	HangulSyllableSoels                                                        rune = 0xC1EC
	HangulSyllableSoelt                                                        rune = 0xC1ED
	HangulSyllableSoelp                                                        rune = 0xC1EE
	HangulSyllableSoelh                                                        rune = 0xC1EF
	HangulSyllableSoem                                                         rune = 0xC1F0
	HangulSyllableSoeb                                                         rune = 0xC1F1
	HangulSyllableSoebs                                                        rune = 0xC1F2
	HangulSyllableSoes                                                         rune = 0xC1F3
	HangulSyllableSoess                                                        rune = 0xC1F4
	HangulSyllableSoeng                                                        rune = 0xC1F5
	HangulSyllableSoej                                                         rune = 0xC1F6
	HangulSyllableSoec                                                         rune = 0xC1F7
	HangulSyllableSoek                                                         rune = 0xC1F8
	HangulSyllableSoet                                                         rune = 0xC1F9
	HangulSyllableSoep                                                         rune = 0xC1FA
	HangulSyllableSoeh                                                         rune = 0xC1FB
	HangulSyllableSyo                                                          rune = 0xC1FC
	HangulSyllableSyog                                                         rune = 0xC1FD
	HangulSyllableSyogg                                                        rune = 0xC1FE
	HangulSyllableSyogs                                                        rune = 0xC1FF
	HangulSyllableSyon                                                         rune = 0xC200
	HangulSyllableSyonj                                                        rune = 0xC201
	HangulSyllableSyonh                                                        rune = 0xC202
	HangulSyllableSyod                                                         rune = 0xC203
	HangulSyllableSyol                                                         rune = 0xC204
	HangulSyllableSyolg                                                        rune = 0xC205
	HangulSyllableSyolm                                                        rune = 0xC206
	HangulSyllableSyolb                                                        rune = 0xC207
	HangulSyllableSyols                                                        rune = 0xC208
	HangulSyllableSyolt                                                        rune = 0xC209
	HangulSyllableSyolp                                                        rune = 0xC20A
	HangulSyllableSyolh                                                        rune = 0xC20B
	HangulSyllableSyom                                                         rune = 0xC20C
	HangulSyllableSyob                                                         rune = 0xC20D
	HangulSyllableSyobs                                                        rune = 0xC20E
	HangulSyllableSyos                                                         rune = 0xC20F
	HangulSyllableSyoss                                                        rune = 0xC210
	HangulSyllableSyong                                                        rune = 0xC211
	HangulSyllableSyoj                                                         rune = 0xC212
	HangulSyllableSyoc                                                         rune = 0xC213
	HangulSyllableSyok                                                         rune = 0xC214
	HangulSyllableSyot                                                         rune = 0xC215
	HangulSyllableSyop                                                         rune = 0xC216
	HangulSyllableSyoh                                                         rune = 0xC217
	HangulSyllableSu                                                           rune = 0xC218
	HangulSyllableSug                                                          rune = 0xC219
	HangulSyllableSugg                                                         rune = 0xC21A
	HangulSyllableSugs                                                         rune = 0xC21B
	HangulSyllableSun                                                          rune = 0xC21C
	HangulSyllableSunj                                                         rune = 0xC21D
	HangulSyllableSunh                                                         rune = 0xC21E
	HangulSyllableSud                                                          rune = 0xC21F
	HangulSyllableSul                                                          rune = 0xC220
	HangulSyllableSulg                                                         rune = 0xC221
	HangulSyllableSulm                                                         rune = 0xC222
	HangulSyllableSulb                                                         rune = 0xC223
	HangulSyllableSuls                                                         rune = 0xC224
	HangulSyllableSult                                                         rune = 0xC225
	HangulSyllableSulp                                                         rune = 0xC226
	HangulSyllableSulh                                                         rune = 0xC227
	HangulSyllableSum                                                          rune = 0xC228
	HangulSyllableSub                                                          rune = 0xC229
	HangulSyllableSubs                                                         rune = 0xC22A
	HangulSyllableSus                                                          rune = 0xC22B
	HangulSyllableSuss                                                         rune = 0xC22C
	HangulSyllableSung                                                         rune = 0xC22D
	HangulSyllableSuj                                                          rune = 0xC22E
	HangulSyllableSuc                                                          rune = 0xC22F
	HangulSyllableSuk                                                          rune = 0xC230
	HangulSyllableSut                                                          rune = 0xC231
	HangulSyllableSup                                                          rune = 0xC232
	HangulSyllableSuh                                                          rune = 0xC233
	HangulSyllableSweo                                                         rune = 0xC234
	HangulSyllableSweog                                                        rune = 0xC235
	HangulSyllableSweogg                                                       rune = 0xC236
	HangulSyllableSweogs                                                       rune = 0xC237
	HangulSyllableSweon                                                        rune = 0xC238
	HangulSyllableSweonj                                                       rune = 0xC239
	HangulSyllableSweonh                                                       rune = 0xC23A
	HangulSyllableSweod                                                        rune = 0xC23B
	HangulSyllableSweol                                                        rune = 0xC23C
	HangulSyllableSweolg                                                       rune = 0xC23D
	HangulSyllableSweolm                                                       rune = 0xC23E
	HangulSyllableSweolb                                                       rune = 0xC23F
	HangulSyllableSweols                                                       rune = 0xC240
	HangulSyllableSweolt                                                       rune = 0xC241
	HangulSyllableSweolp                                                       rune = 0xC242
	HangulSyllableSweolh                                                       rune = 0xC243
	HangulSyllableSweom                                                        rune = 0xC244
	HangulSyllableSweob                                                        rune = 0xC245
	HangulSyllableSweobs                                                       rune = 0xC246
	HangulSyllableSweos                                                        rune = 0xC247
	HangulSyllableSweoss                                                       rune = 0xC248
	HangulSyllableSweong                                                       rune = 0xC249
	HangulSyllableSweoj                                                        rune = 0xC24A
	HangulSyllableSweoc                                                        rune = 0xC24B
	HangulSyllableSweok                                                        rune = 0xC24C
	HangulSyllableSweot                                                        rune = 0xC24D
	HangulSyllableSweop                                                        rune = 0xC24E
	HangulSyllableSweoh                                                        rune = 0xC24F
	HangulSyllableSwe                                                          rune = 0xC250
	HangulSyllableSweg                                                         rune = 0xC251
	HangulSyllableSwegg                                                        rune = 0xC252
	HangulSyllableSwegs                                                        rune = 0xC253
	HangulSyllableSwen                                                         rune = 0xC254
	HangulSyllableSwenj                                                        rune = 0xC255
	HangulSyllableSwenh                                                        rune = 0xC256
	HangulSyllableSwed                                                         rune = 0xC257
	HangulSyllableSwel                                                         rune = 0xC258
	HangulSyllableSwelg                                                        rune = 0xC259
	HangulSyllableSwelm                                                        rune = 0xC25A
	HangulSyllableSwelb                                                        rune = 0xC25B
	HangulSyllableSwels                                                        rune = 0xC25C
	HangulSyllableSwelt                                                        rune = 0xC25D
	HangulSyllableSwelp                                                        rune = 0xC25E
	HangulSyllableSwelh                                                        rune = 0xC25F
	HangulSyllableSwem                                                         rune = 0xC260
	HangulSyllableSweb                                                         rune = 0xC261
	HangulSyllableSwebs                                                        rune = 0xC262
	HangulSyllableSwes                                                         rune = 0xC263
	HangulSyllableSwess                                                        rune = 0xC264
	HangulSyllableSweng                                                        rune = 0xC265
	HangulSyllableSwej                                                         rune = 0xC266
	HangulSyllableSwec                                                         rune = 0xC267
	HangulSyllableSwek                                                         rune = 0xC268
	HangulSyllableSwet                                                         rune = 0xC269
	HangulSyllableSwep                                                         rune = 0xC26A
	HangulSyllableSweh                                                         rune = 0xC26B
	HangulSyllableSwi                                                          rune = 0xC26C
	HangulSyllableSwig                                                         rune = 0xC26D
	HangulSyllableSwigg                                                        rune = 0xC26E
	HangulSyllableSwigs                                                        rune = 0xC26F
	HangulSyllableSwin                                                         rune = 0xC270
	HangulSyllableSwinj                                                        rune = 0xC271
	HangulSyllableSwinh                                                        rune = 0xC272
	HangulSyllableSwid                                                         rune = 0xC273
	HangulSyllableSwil                                                         rune = 0xC274
	HangulSyllableSwilg                                                        rune = 0xC275
	HangulSyllableSwilm                                                        rune = 0xC276
	HangulSyllableSwilb                                                        rune = 0xC277
	HangulSyllableSwils                                                        rune = 0xC278
	HangulSyllableSwilt                                                        rune = 0xC279
	HangulSyllableSwilp                                                        rune = 0xC27A
	HangulSyllableSwilh                                                        rune = 0xC27B
	HangulSyllableSwim                                                         rune = 0xC27C
	HangulSyllableSwib                                                         rune = 0xC27D
	HangulSyllableSwibs                                                        rune = 0xC27E
	HangulSyllableSwis                                                         rune = 0xC27F
	HangulSyllableSwiss                                                        rune = 0xC280
	HangulSyllableSwing                                                        rune = 0xC281
	HangulSyllableSwij                                                         rune = 0xC282
	HangulSyllableSwic                                                         rune = 0xC283
	HangulSyllableSwik                                                         rune = 0xC284
	HangulSyllableSwit                                                         rune = 0xC285
	HangulSyllableSwip                                                         rune = 0xC286
	HangulSyllableSwih                                                         rune = 0xC287
	HangulSyllableSyu                                                          rune = 0xC288
	HangulSyllableSyug                                                         rune = 0xC289
	HangulSyllableSyugg                                                        rune = 0xC28A
	HangulSyllableSyugs                                                        rune = 0xC28B
	HangulSyllableSyun                                                         rune = 0xC28C
	HangulSyllableSyunj                                                        rune = 0xC28D
	HangulSyllableSyunh                                                        rune = 0xC28E
	HangulSyllableSyud                                                         rune = 0xC28F
	HangulSyllableSyul                                                         rune = 0xC290
	HangulSyllableSyulg                                                        rune = 0xC291
	HangulSyllableSyulm                                                        rune = 0xC292
	HangulSyllableSyulb                                                        rune = 0xC293
	HangulSyllableSyuls                                                        rune = 0xC294
	HangulSyllableSyult                                                        rune = 0xC295
	HangulSyllableSyulp                                                        rune = 0xC296
	HangulSyllableSyulh                                                        rune = 0xC297
	HangulSyllableSyum                                                         rune = 0xC298
	HangulSyllableSyub                                                         rune = 0xC299
	HangulSyllableSyubs                                                        rune = 0xC29A
	HangulSyllableSyus                                                         rune = 0xC29B
	HangulSyllableSyuss                                                        rune = 0xC29C
	HangulSyllableSyung                                                        rune = 0xC29D
	HangulSyllableSyuj                                                         rune = 0xC29E
	HangulSyllableSyuc                                                         rune = 0xC29F
	HangulSyllableSyuk                                                         rune = 0xC2A0
	HangulSyllableSyut                                                         rune = 0xC2A1
	HangulSyllableSyup                                                         rune = 0xC2A2
	HangulSyllableSyuh                                                         rune = 0xC2A3
	HangulSyllableSeu                                                          rune = 0xC2A4
	HangulSyllableSeug                                                         rune = 0xC2A5
	HangulSyllableSeugg                                                        rune = 0xC2A6
	HangulSyllableSeugs                                                        rune = 0xC2A7
	HangulSyllableSeun                                                         rune = 0xC2A8
	HangulSyllableSeunj                                                        rune = 0xC2A9
	HangulSyllableSeunh                                                        rune = 0xC2AA
	HangulSyllableSeud                                                         rune = 0xC2AB
	HangulSyllableSeul                                                         rune = 0xC2AC
	HangulSyllableSeulg                                                        rune = 0xC2AD
	HangulSyllableSeulm                                                        rune = 0xC2AE
	HangulSyllableSeulb                                                        rune = 0xC2AF
	HangulSyllableSeuls                                                        rune = 0xC2B0
	HangulSyllableSeult                                                        rune = 0xC2B1
	HangulSyllableSeulp                                                        rune = 0xC2B2
	HangulSyllableSeulh                                                        rune = 0xC2B3
	HangulSyllableSeum                                                         rune = 0xC2B4
	HangulSyllableSeub                                                         rune = 0xC2B5
	HangulSyllableSeubs                                                        rune = 0xC2B6
	HangulSyllableSeus                                                         rune = 0xC2B7
	HangulSyllableSeuss                                                        rune = 0xC2B8
	HangulSyllableSeung                                                        rune = 0xC2B9
	HangulSyllableSeuj                                                         rune = 0xC2BA
	HangulSyllableSeuc                                                         rune = 0xC2BB
	HangulSyllableSeuk                                                         rune = 0xC2BC
	HangulSyllableSeut                                                         rune = 0xC2BD
	HangulSyllableSeup                                                         rune = 0xC2BE
	HangulSyllableSeuh                                                         rune = 0xC2BF
	HangulSyllableSyi                                                          rune = 0xC2C0
	HangulSyllableSyig                                                         rune = 0xC2C1
	HangulSyllableSyigg                                                        rune = 0xC2C2
	HangulSyllableSyigs                                                        rune = 0xC2C3
	HangulSyllableSyin                                                         rune = 0xC2C4
	HangulSyllableSyinj                                                        rune = 0xC2C5
	HangulSyllableSyinh                                                        rune = 0xC2C6
	HangulSyllableSyid                                                         rune = 0xC2C7
	HangulSyllableSyil                                                         rune = 0xC2C8
	HangulSyllableSyilg                                                        rune = 0xC2C9
	HangulSyllableSyilm                                                        rune = 0xC2CA
	HangulSyllableSyilb                                                        rune = 0xC2CB
	HangulSyllableSyils                                                        rune = 0xC2CC
	HangulSyllableSyilt                                                        rune = 0xC2CD
	HangulSyllableSyilp                                                        rune = 0xC2CE
	HangulSyllableSyilh                                                        rune = 0xC2CF
	HangulSyllableSyim                                                         rune = 0xC2D0
	HangulSyllableSyib                                                         rune = 0xC2D1
	HangulSyllableSyibs                                                        rune = 0xC2D2
	HangulSyllableSyis                                                         rune = 0xC2D3
	HangulSyllableSyiss                                                        rune = 0xC2D4
	HangulSyllableSying                                                        rune = 0xC2D5
	HangulSyllableSyij                                                         rune = 0xC2D6
	HangulSyllableSyic                                                         rune = 0xC2D7
	HangulSyllableSyik                                                         rune = 0xC2D8
	HangulSyllableSyit                                                         rune = 0xC2D9
	HangulSyllableSyip                                                         rune = 0xC2DA
	HangulSyllableSyih                                                         rune = 0xC2DB
	HangulSyllableSi                                                           rune = 0xC2DC
	HangulSyllableSig                                                          rune = 0xC2DD
	HangulSyllableSigg                                                         rune = 0xC2DE
	HangulSyllableSigs                                                         rune = 0xC2DF
	HangulSyllableSin                                                          rune = 0xC2E0
	HangulSyllableSinj                                                         rune = 0xC2E1
	HangulSyllableSinh                                                         rune = 0xC2E2
	HangulSyllableSid                                                          rune = 0xC2E3
	HangulSyllableSil                                                          rune = 0xC2E4
	HangulSyllableSilg                                                         rune = 0xC2E5
	HangulSyllableSilm                                                         rune = 0xC2E6
	HangulSyllableSilb                                                         rune = 0xC2E7
	HangulSyllableSils                                                         rune = 0xC2E8
	HangulSyllableSilt                                                         rune = 0xC2E9
	HangulSyllableSilp                                                         rune = 0xC2EA
	HangulSyllableSilh                                                         rune = 0xC2EB
	HangulSyllableSim                                                          rune = 0xC2EC
	HangulSyllableSib                                                          rune = 0xC2ED
	HangulSyllableSibs                                                         rune = 0xC2EE
	HangulSyllableSis                                                          rune = 0xC2EF
	HangulSyllableSiss                                                         rune = 0xC2F0
	HangulSyllableSing                                                         rune = 0xC2F1
	HangulSyllableSij                                                          rune = 0xC2F2
	HangulSyllableSic                                                          rune = 0xC2F3
	HangulSyllableSik                                                          rune = 0xC2F4
	HangulSyllableSit                                                          rune = 0xC2F5
	HangulSyllableSip                                                          rune = 0xC2F6
	HangulSyllableSih                                                          rune = 0xC2F7
	HangulSyllableSsa                                                          rune = 0xC2F8
	HangulSyllableSsag                                                         rune = 0xC2F9
	HangulSyllableSsagg                                                        rune = 0xC2FA
	HangulSyllableSsags                                                        rune = 0xC2FB
	HangulSyllableSsan                                                         rune = 0xC2FC
	HangulSyllableSsanj                                                        rune = 0xC2FD
	HangulSyllableSsanh                                                        rune = 0xC2FE
	HangulSyllableSsad                                                         rune = 0xC2FF
	HangulSyllableSsal                                                         rune = 0xC300
	HangulSyllableSsalg                                                        rune = 0xC301
	HangulSyllableSsalm                                                        rune = 0xC302
	HangulSyllableSsalb                                                        rune = 0xC303
	HangulSyllableSsals                                                        rune = 0xC304
	HangulSyllableSsalt                                                        rune = 0xC305
	HangulSyllableSsalp                                                        rune = 0xC306
	HangulSyllableSsalh                                                        rune = 0xC307
	HangulSyllableSsam                                                         rune = 0xC308
	HangulSyllableSsab                                                         rune = 0xC309
	HangulSyllableSsabs                                                        rune = 0xC30A
	HangulSyllableSsas                                                         rune = 0xC30B
	HangulSyllableSsass                                                        rune = 0xC30C
	HangulSyllableSsang                                                        rune = 0xC30D
	HangulSyllableSsaj                                                         rune = 0xC30E
	HangulSyllableSsac                                                         rune = 0xC30F
	HangulSyllableSsak                                                         rune = 0xC310
	HangulSyllableSsat                                                         rune = 0xC311
	HangulSyllableSsap                                                         rune = 0xC312
	HangulSyllableSsah                                                         rune = 0xC313
	HangulSyllableSsae                                                         rune = 0xC314
	HangulSyllableSsaeg                                                        rune = 0xC315
	HangulSyllableSsaegg                                                       rune = 0xC316
	HangulSyllableSsaegs                                                       rune = 0xC317
	HangulSyllableSsaen                                                        rune = 0xC318
	HangulSyllableSsaenj                                                       rune = 0xC319
	HangulSyllableSsaenh                                                       rune = 0xC31A
	HangulSyllableSsaed                                                        rune = 0xC31B
	HangulSyllableSsael                                                        rune = 0xC31C
	HangulSyllableSsaelg                                                       rune = 0xC31D
	HangulSyllableSsaelm                                                       rune = 0xC31E
	HangulSyllableSsaelb                                                       rune = 0xC31F
	HangulSyllableSsaels                                                       rune = 0xC320
	HangulSyllableSsaelt                                                       rune = 0xC321
	HangulSyllableSsaelp                                                       rune = 0xC322
	HangulSyllableSsaelh                                                       rune = 0xC323
	HangulSyllableSsaem                                                        rune = 0xC324
	HangulSyllableSsaeb                                                        rune = 0xC325
	HangulSyllableSsaebs                                                       rune = 0xC326
	HangulSyllableSsaes                                                        rune = 0xC327
	HangulSyllableSsaess                                                       rune = 0xC328
	HangulSyllableSsaeng                                                       rune = 0xC329
	HangulSyllableSsaej                                                        rune = 0xC32A
	HangulSyllableSsaec                                                        rune = 0xC32B
	HangulSyllableSsaek                                                        rune = 0xC32C
	HangulSyllableSsaet                                                        rune = 0xC32D
	HangulSyllableSsaep                                                        rune = 0xC32E
	HangulSyllableSsaeh                                                        rune = 0xC32F
	HangulSyllableSsya                                                         rune = 0xC330
	HangulSyllableSsyag                                                        rune = 0xC331
	HangulSyllableSsyagg                                                       rune = 0xC332
	HangulSyllableSsyags                                                       rune = 0xC333
	HangulSyllableSsyan                                                        rune = 0xC334
	HangulSyllableSsyanj                                                       rune = 0xC335
	HangulSyllableSsyanh                                                       rune = 0xC336
	HangulSyllableSsyad                                                        rune = 0xC337
	HangulSyllableSsyal                                                        rune = 0xC338
	HangulSyllableSsyalg                                                       rune = 0xC339
	HangulSyllableSsyalm                                                       rune = 0xC33A
	HangulSyllableSsyalb                                                       rune = 0xC33B
	HangulSyllableSsyals                                                       rune = 0xC33C
	HangulSyllableSsyalt                                                       rune = 0xC33D
	HangulSyllableSsyalp                                                       rune = 0xC33E
	HangulSyllableSsyalh                                                       rune = 0xC33F
	HangulSyllableSsyam                                                        rune = 0xC340
	HangulSyllableSsyab                                                        rune = 0xC341
	HangulSyllableSsyabs                                                       rune = 0xC342
	HangulSyllableSsyas                                                        rune = 0xC343
	HangulSyllableSsyass                                                       rune = 0xC344
	HangulSyllableSsyang                                                       rune = 0xC345
	HangulSyllableSsyaj                                                        rune = 0xC346
	HangulSyllableSsyac                                                        rune = 0xC347
	HangulSyllableSsyak                                                        rune = 0xC348
	HangulSyllableSsyat                                                        rune = 0xC349
	HangulSyllableSsyap                                                        rune = 0xC34A
	HangulSyllableSsyah                                                        rune = 0xC34B
	HangulSyllableSsyae                                                        rune = 0xC34C
	HangulSyllableSsyaeg                                                       rune = 0xC34D
	HangulSyllableSsyaegg                                                      rune = 0xC34E
	HangulSyllableSsyaegs                                                      rune = 0xC34F
	HangulSyllableSsyaen                                                       rune = 0xC350
	HangulSyllableSsyaenj                                                      rune = 0xC351
	HangulSyllableSsyaenh                                                      rune = 0xC352
	HangulSyllableSsyaed                                                       rune = 0xC353
	HangulSyllableSsyael                                                       rune = 0xC354
	HangulSyllableSsyaelg                                                      rune = 0xC355
	HangulSyllableSsyaelm                                                      rune = 0xC356
	HangulSyllableSsyaelb                                                      rune = 0xC357
	HangulSyllableSsyaels                                                      rune = 0xC358
	HangulSyllableSsyaelt                                                      rune = 0xC359
	HangulSyllableSsyaelp                                                      rune = 0xC35A
	HangulSyllableSsyaelh                                                      rune = 0xC35B
	HangulSyllableSsyaem                                                       rune = 0xC35C
	HangulSyllableSsyaeb                                                       rune = 0xC35D
	HangulSyllableSsyaebs                                                      rune = 0xC35E
	HangulSyllableSsyaes                                                       rune = 0xC35F
	HangulSyllableSsyaess                                                      rune = 0xC360
	HangulSyllableSsyaeng                                                      rune = 0xC361
	HangulSyllableSsyaej                                                       rune = 0xC362
	HangulSyllableSsyaec                                                       rune = 0xC363
	HangulSyllableSsyaek                                                       rune = 0xC364
	HangulSyllableSsyaet                                                       rune = 0xC365
	HangulSyllableSsyaep                                                       rune = 0xC366
	HangulSyllableSsyaeh                                                       rune = 0xC367
	HangulSyllableSseo                                                         rune = 0xC368
	HangulSyllableSseog                                                        rune = 0xC369
	HangulSyllableSseogg                                                       rune = 0xC36A
	HangulSyllableSseogs                                                       rune = 0xC36B
	HangulSyllableSseon                                                        rune = 0xC36C
	HangulSyllableSseonj                                                       rune = 0xC36D
	HangulSyllableSseonh                                                       rune = 0xC36E
	HangulSyllableSseod                                                        rune = 0xC36F
	HangulSyllableSseol                                                        rune = 0xC370
	HangulSyllableSseolg                                                       rune = 0xC371
	HangulSyllableSseolm                                                       rune = 0xC372
	HangulSyllableSseolb                                                       rune = 0xC373
	HangulSyllableSseols                                                       rune = 0xC374
	HangulSyllableSseolt                                                       rune = 0xC375
	HangulSyllableSseolp                                                       rune = 0xC376
	HangulSyllableSseolh                                                       rune = 0xC377
	HangulSyllableSseom                                                        rune = 0xC378
	HangulSyllableSseob                                                        rune = 0xC379
	HangulSyllableSseobs                                                       rune = 0xC37A
	HangulSyllableSseos                                                        rune = 0xC37B
	HangulSyllableSseoss                                                       rune = 0xC37C
	HangulSyllableSseong                                                       rune = 0xC37D
	HangulSyllableSseoj                                                        rune = 0xC37E
	HangulSyllableSseoc                                                        rune = 0xC37F
	HangulSyllableSseok                                                        rune = 0xC380
	HangulSyllableSseot                                                        rune = 0xC381
	HangulSyllableSseop                                                        rune = 0xC382
	HangulSyllableSseoh                                                        rune = 0xC383
	HangulSyllableSse                                                          rune = 0xC384
	HangulSyllableSseg                                                         rune = 0xC385
	HangulSyllableSsegg                                                        rune = 0xC386
	HangulSyllableSsegs                                                        rune = 0xC387
	HangulSyllableSsen                                                         rune = 0xC388
	HangulSyllableSsenj                                                        rune = 0xC389
	HangulSyllableSsenh                                                        rune = 0xC38A
	HangulSyllableSsed                                                         rune = 0xC38B
	HangulSyllableSsel                                                         rune = 0xC38C
	HangulSyllableSselg                                                        rune = 0xC38D
	HangulSyllableSselm                                                        rune = 0xC38E
	HangulSyllableSselb                                                        rune = 0xC38F
	HangulSyllableSsels                                                        rune = 0xC390
	HangulSyllableSselt                                                        rune = 0xC391
	HangulSyllableSselp                                                        rune = 0xC392
	HangulSyllableSselh                                                        rune = 0xC393
	HangulSyllableSsem                                                         rune = 0xC394
	HangulSyllableSseb                                                         rune = 0xC395
	HangulSyllableSsebs                                                        rune = 0xC396
	HangulSyllableSses                                                         rune = 0xC397
	HangulSyllableSsess                                                        rune = 0xC398
	HangulSyllableSseng                                                        rune = 0xC399
	HangulSyllableSsej                                                         rune = 0xC39A
	HangulSyllableSsec                                                         rune = 0xC39B
	HangulSyllableSsek                                                         rune = 0xC39C
	HangulSyllableSset                                                         rune = 0xC39D
	HangulSyllableSsep                                                         rune = 0xC39E
	HangulSyllableSseh                                                         rune = 0xC39F
	HangulSyllableSsyeo                                                        rune = 0xC3A0
	HangulSyllableSsyeog                                                       rune = 0xC3A1
	HangulSyllableSsyeogg                                                      rune = 0xC3A2
	HangulSyllableSsyeogs                                                      rune = 0xC3A3
	HangulSyllableSsyeon                                                       rune = 0xC3A4
	HangulSyllableSsyeonj                                                      rune = 0xC3A5
	HangulSyllableSsyeonh                                                      rune = 0xC3A6
	HangulSyllableSsyeod                                                       rune = 0xC3A7
	HangulSyllableSsyeol                                                       rune = 0xC3A8
	HangulSyllableSsyeolg                                                      rune = 0xC3A9
	HangulSyllableSsyeolm                                                      rune = 0xC3AA
	HangulSyllableSsyeolb                                                      rune = 0xC3AB
	HangulSyllableSsyeols                                                      rune = 0xC3AC
	HangulSyllableSsyeolt                                                      rune = 0xC3AD
	HangulSyllableSsyeolp                                                      rune = 0xC3AE
	HangulSyllableSsyeolh                                                      rune = 0xC3AF
	HangulSyllableSsyeom                                                       rune = 0xC3B0
	HangulSyllableSsyeob                                                       rune = 0xC3B1
	HangulSyllableSsyeobs                                                      rune = 0xC3B2
	HangulSyllableSsyeos                                                       rune = 0xC3B3
	HangulSyllableSsyeoss                                                      rune = 0xC3B4
	HangulSyllableSsyeong                                                      rune = 0xC3B5
	HangulSyllableSsyeoj                                                       rune = 0xC3B6
	HangulSyllableSsyeoc                                                       rune = 0xC3B7
	HangulSyllableSsyeok                                                       rune = 0xC3B8
	HangulSyllableSsyeot                                                       rune = 0xC3B9
	HangulSyllableSsyeop                                                       rune = 0xC3BA
	HangulSyllableSsyeoh                                                       rune = 0xC3BB
	HangulSyllableSsye                                                         rune = 0xC3BC
	HangulSyllableSsyeg                                                        rune = 0xC3BD
	HangulSyllableSsyegg                                                       rune = 0xC3BE
	HangulSyllableSsyegs                                                       rune = 0xC3BF
	HangulSyllableSsyen                                                        rune = 0xC3C0
	HangulSyllableSsyenj                                                       rune = 0xC3C1
	HangulSyllableSsyenh                                                       rune = 0xC3C2
	HangulSyllableSsyed                                                        rune = 0xC3C3
	HangulSyllableSsyel                                                        rune = 0xC3C4
	HangulSyllableSsyelg                                                       rune = 0xC3C5
	HangulSyllableSsyelm                                                       rune = 0xC3C6
	HangulSyllableSsyelb                                                       rune = 0xC3C7
	HangulSyllableSsyels                                                       rune = 0xC3C8
	HangulSyllableSsyelt                                                       rune = 0xC3C9
	HangulSyllableSsyelp                                                       rune = 0xC3CA
	HangulSyllableSsyelh                                                       rune = 0xC3CB
	HangulSyllableSsyem                                                        rune = 0xC3CC
	HangulSyllableSsyeb                                                        rune = 0xC3CD
	HangulSyllableSsyebs                                                       rune = 0xC3CE
	HangulSyllableSsyes                                                        rune = 0xC3CF
	HangulSyllableSsyess                                                       rune = 0xC3D0
	HangulSyllableSsyeng                                                       rune = 0xC3D1
	HangulSyllableSsyej                                                        rune = 0xC3D2
	HangulSyllableSsyec                                                        rune = 0xC3D3
	HangulSyllableSsyek                                                        rune = 0xC3D4
	HangulSyllableSsyet                                                        rune = 0xC3D5
	HangulSyllableSsyep                                                        rune = 0xC3D6
	HangulSyllableSsyeh                                                        rune = 0xC3D7
	HangulSyllableSso                                                          rune = 0xC3D8
	HangulSyllableSsog                                                         rune = 0xC3D9
	HangulSyllableSsogg                                                        rune = 0xC3DA
	HangulSyllableSsogs                                                        rune = 0xC3DB
	HangulSyllableSson                                                         rune = 0xC3DC
	HangulSyllableSsonj                                                        rune = 0xC3DD
	HangulSyllableSsonh                                                        rune = 0xC3DE
	HangulSyllableSsod                                                         rune = 0xC3DF
	HangulSyllableSsol                                                         rune = 0xC3E0
	HangulSyllableSsolg                                                        rune = 0xC3E1
	HangulSyllableSsolm                                                        rune = 0xC3E2
	HangulSyllableSsolb                                                        rune = 0xC3E3
	HangulSyllableSsols                                                        rune = 0xC3E4
	HangulSyllableSsolt                                                        rune = 0xC3E5
	HangulSyllableSsolp                                                        rune = 0xC3E6
	HangulSyllableSsolh                                                        rune = 0xC3E7
	HangulSyllableSsom                                                         rune = 0xC3E8
	HangulSyllableSsob                                                         rune = 0xC3E9
	HangulSyllableSsobs                                                        rune = 0xC3EA
	HangulSyllableSsos                                                         rune = 0xC3EB
	HangulSyllableSsoss                                                        rune = 0xC3EC
	HangulSyllableSsong                                                        rune = 0xC3ED
	HangulSyllableSsoj                                                         rune = 0xC3EE
	HangulSyllableSsoc                                                         rune = 0xC3EF
	HangulSyllableSsok                                                         rune = 0xC3F0
	HangulSyllableSsot                                                         rune = 0xC3F1
	HangulSyllableSsop                                                         rune = 0xC3F2
	HangulSyllableSsoh                                                         rune = 0xC3F3
	HangulSyllableSswa                                                         rune = 0xC3F4
	HangulSyllableSswag                                                        rune = 0xC3F5
	HangulSyllableSswagg                                                       rune = 0xC3F6
	HangulSyllableSswags                                                       rune = 0xC3F7
	HangulSyllableSswan                                                        rune = 0xC3F8
	HangulSyllableSswanj                                                       rune = 0xC3F9
	HangulSyllableSswanh                                                       rune = 0xC3FA
	HangulSyllableSswad                                                        rune = 0xC3FB
	HangulSyllableSswal                                                        rune = 0xC3FC
	HangulSyllableSswalg                                                       rune = 0xC3FD
	HangulSyllableSswalm                                                       rune = 0xC3FE
	HangulSyllableSswalb                                                       rune = 0xC3FF
	HangulSyllableSswals                                                       rune = 0xC400
	HangulSyllableSswalt                                                       rune = 0xC401
	HangulSyllableSswalp                                                       rune = 0xC402
	HangulSyllableSswalh                                                       rune = 0xC403
	HangulSyllableSswam                                                        rune = 0xC404
	HangulSyllableSswab                                                        rune = 0xC405
	HangulSyllableSswabs                                                       rune = 0xC406
	HangulSyllableSswas                                                        rune = 0xC407
	HangulSyllableSswass                                                       rune = 0xC408
	HangulSyllableSswang                                                       rune = 0xC409
	HangulSyllableSswaj                                                        rune = 0xC40A
	HangulSyllableSswac                                                        rune = 0xC40B
	HangulSyllableSswak                                                        rune = 0xC40C
	HangulSyllableSswat                                                        rune = 0xC40D
	HangulSyllableSswap                                                        rune = 0xC40E
	HangulSyllableSswah                                                        rune = 0xC40F
	HangulSyllableSswae                                                        rune = 0xC410
	HangulSyllableSswaeg                                                       rune = 0xC411
	HangulSyllableSswaegg                                                      rune = 0xC412
	HangulSyllableSswaegs                                                      rune = 0xC413
	HangulSyllableSswaen                                                       rune = 0xC414
	HangulSyllableSswaenj                                                      rune = 0xC415
	HangulSyllableSswaenh                                                      rune = 0xC416
	HangulSyllableSswaed                                                       rune = 0xC417
	HangulSyllableSswael                                                       rune = 0xC418
	HangulSyllableSswaelg                                                      rune = 0xC419
	HangulSyllableSswaelm                                                      rune = 0xC41A
	HangulSyllableSswaelb                                                      rune = 0xC41B
	HangulSyllableSswaels                                                      rune = 0xC41C
	HangulSyllableSswaelt                                                      rune = 0xC41D
	HangulSyllableSswaelp                                                      rune = 0xC41E
	HangulSyllableSswaelh                                                      rune = 0xC41F
	HangulSyllableSswaem                                                       rune = 0xC420
	HangulSyllableSswaeb                                                       rune = 0xC421
	HangulSyllableSswaebs                                                      rune = 0xC422
	HangulSyllableSswaes                                                       rune = 0xC423
	HangulSyllableSswaess                                                      rune = 0xC424
	HangulSyllableSswaeng                                                      rune = 0xC425
	HangulSyllableSswaej                                                       rune = 0xC426
	HangulSyllableSswaec                                                       rune = 0xC427
	HangulSyllableSswaek                                                       rune = 0xC428
	HangulSyllableSswaet                                                       rune = 0xC429
	HangulSyllableSswaep                                                       rune = 0xC42A
	HangulSyllableSswaeh                                                       rune = 0xC42B
	HangulSyllableSsoe                                                         rune = 0xC42C
	HangulSyllableSsoeg                                                        rune = 0xC42D
	HangulSyllableSsoegg                                                       rune = 0xC42E
	HangulSyllableSsoegs                                                       rune = 0xC42F
	HangulSyllableSsoen                                                        rune = 0xC430
	HangulSyllableSsoenj                                                       rune = 0xC431
	HangulSyllableSsoenh                                                       rune = 0xC432
	HangulSyllableSsoed                                                        rune = 0xC433
	HangulSyllableSsoel                                                        rune = 0xC434
	HangulSyllableSsoelg                                                       rune = 0xC435
	HangulSyllableSsoelm                                                       rune = 0xC436
	HangulSyllableSsoelb                                                       rune = 0xC437
	HangulSyllableSsoels                                                       rune = 0xC438
	HangulSyllableSsoelt                                                       rune = 0xC439
	HangulSyllableSsoelp                                                       rune = 0xC43A
	HangulSyllableSsoelh                                                       rune = 0xC43B
	HangulSyllableSsoem                                                        rune = 0xC43C
	HangulSyllableSsoeb                                                        rune = 0xC43D
	HangulSyllableSsoebs                                                       rune = 0xC43E
	HangulSyllableSsoes                                                        rune = 0xC43F
	HangulSyllableSsoess                                                       rune = 0xC440
	HangulSyllableSsoeng                                                       rune = 0xC441
	HangulSyllableSsoej                                                        rune = 0xC442
	HangulSyllableSsoec                                                        rune = 0xC443
	HangulSyllableSsoek                                                        rune = 0xC444
	HangulSyllableSsoet                                                        rune = 0xC445
	HangulSyllableSsoep                                                        rune = 0xC446
	HangulSyllableSsoeh                                                        rune = 0xC447
	HangulSyllableSsyo                                                         rune = 0xC448
	HangulSyllableSsyog                                                        rune = 0xC449
	HangulSyllableSsyogg                                                       rune = 0xC44A
	HangulSyllableSsyogs                                                       rune = 0xC44B
	HangulSyllableSsyon                                                        rune = 0xC44C
	HangulSyllableSsyonj                                                       rune = 0xC44D
	HangulSyllableSsyonh                                                       rune = 0xC44E
	HangulSyllableSsyod                                                        rune = 0xC44F
	HangulSyllableSsyol                                                        rune = 0xC450
	HangulSyllableSsyolg                                                       rune = 0xC451
	HangulSyllableSsyolm                                                       rune = 0xC452
	HangulSyllableSsyolb                                                       rune = 0xC453
	HangulSyllableSsyols                                                       rune = 0xC454
	HangulSyllableSsyolt                                                       rune = 0xC455
	HangulSyllableSsyolp                                                       rune = 0xC456
	HangulSyllableSsyolh                                                       rune = 0xC457
	HangulSyllableSsyom                                                        rune = 0xC458
	HangulSyllableSsyob                                                        rune = 0xC459
	HangulSyllableSsyobs                                                       rune = 0xC45A
	HangulSyllableSsyos                                                        rune = 0xC45B
	HangulSyllableSsyoss                                                       rune = 0xC45C
	HangulSyllableSsyong                                                       rune = 0xC45D
	HangulSyllableSsyoj                                                        rune = 0xC45E
	HangulSyllableSsyoc                                                        rune = 0xC45F
	HangulSyllableSsyok                                                        rune = 0xC460
	HangulSyllableSsyot                                                        rune = 0xC461
	HangulSyllableSsyop                                                        rune = 0xC462
	HangulSyllableSsyoh                                                        rune = 0xC463
	HangulSyllableSsu                                                          rune = 0xC464
	HangulSyllableSsug                                                         rune = 0xC465
	HangulSyllableSsugg                                                        rune = 0xC466
	HangulSyllableSsugs                                                        rune = 0xC467
	HangulSyllableSsun                                                         rune = 0xC468
	HangulSyllableSsunj                                                        rune = 0xC469
	HangulSyllableSsunh                                                        rune = 0xC46A
	HangulSyllableSsud                                                         rune = 0xC46B
	HangulSyllableSsul                                                         rune = 0xC46C
	HangulSyllableSsulg                                                        rune = 0xC46D
	HangulSyllableSsulm                                                        rune = 0xC46E
	HangulSyllableSsulb                                                        rune = 0xC46F
	HangulSyllableSsuls                                                        rune = 0xC470
	HangulSyllableSsult                                                        rune = 0xC471
	HangulSyllableSsulp                                                        rune = 0xC472
	HangulSyllableSsulh                                                        rune = 0xC473
	HangulSyllableSsum                                                         rune = 0xC474
	HangulSyllableSsub                                                         rune = 0xC475
	HangulSyllableSsubs                                                        rune = 0xC476
	HangulSyllableSsus                                                         rune = 0xC477
	HangulSyllableSsuss                                                        rune = 0xC478
	HangulSyllableSsung                                                        rune = 0xC479
	HangulSyllableSsuj                                                         rune = 0xC47A
	HangulSyllableSsuc                                                         rune = 0xC47B
	HangulSyllableSsuk                                                         rune = 0xC47C
	HangulSyllableSsut                                                         rune = 0xC47D
	HangulSyllableSsup                                                         rune = 0xC47E
	HangulSyllableSsuh                                                         rune = 0xC47F
	HangulSyllableSsweo                                                        rune = 0xC480
	HangulSyllableSsweog                                                       rune = 0xC481
	HangulSyllableSsweogg                                                      rune = 0xC482
	HangulSyllableSsweogs                                                      rune = 0xC483
	HangulSyllableSsweon                                                       rune = 0xC484
	HangulSyllableSsweonj                                                      rune = 0xC485
	HangulSyllableSsweonh                                                      rune = 0xC486
	HangulSyllableSsweod                                                       rune = 0xC487
	HangulSyllableSsweol                                                       rune = 0xC488
	HangulSyllableSsweolg                                                      rune = 0xC489
	HangulSyllableSsweolm                                                      rune = 0xC48A
	HangulSyllableSsweolb                                                      rune = 0xC48B
	HangulSyllableSsweols                                                      rune = 0xC48C
	HangulSyllableSsweolt                                                      rune = 0xC48D
	HangulSyllableSsweolp                                                      rune = 0xC48E
	HangulSyllableSsweolh                                                      rune = 0xC48F
	HangulSyllableSsweom                                                       rune = 0xC490
	HangulSyllableSsweob                                                       rune = 0xC491
	HangulSyllableSsweobs                                                      rune = 0xC492
	HangulSyllableSsweos                                                       rune = 0xC493
	HangulSyllableSsweoss                                                      rune = 0xC494
	HangulSyllableSsweong                                                      rune = 0xC495
	HangulSyllableSsweoj                                                       rune = 0xC496
	HangulSyllableSsweoc                                                       rune = 0xC497
	HangulSyllableSsweok                                                       rune = 0xC498
	HangulSyllableSsweot                                                       rune = 0xC499
	HangulSyllableSsweop                                                       rune = 0xC49A
	HangulSyllableSsweoh                                                       rune = 0xC49B
	HangulSyllableSswe                                                         rune = 0xC49C
	HangulSyllableSsweg                                                        rune = 0xC49D
	HangulSyllableSswegg                                                       rune = 0xC49E
	HangulSyllableSswegs                                                       rune = 0xC49F
	HangulSyllableSswen                                                        rune = 0xC4A0
	HangulSyllableSswenj                                                       rune = 0xC4A1
	HangulSyllableSswenh                                                       rune = 0xC4A2
	HangulSyllableSswed                                                        rune = 0xC4A3
	HangulSyllableSswel                                                        rune = 0xC4A4
	HangulSyllableSswelg                                                       rune = 0xC4A5
	HangulSyllableSswelm                                                       rune = 0xC4A6
	HangulSyllableSswelb                                                       rune = 0xC4A7
	HangulSyllableSswels                                                       rune = 0xC4A8
	HangulSyllableSswelt                                                       rune = 0xC4A9
	HangulSyllableSswelp                                                       rune = 0xC4AA
	HangulSyllableSswelh                                                       rune = 0xC4AB
	HangulSyllableSswem                                                        rune = 0xC4AC
	HangulSyllableSsweb                                                        rune = 0xC4AD
	HangulSyllableSswebs                                                       rune = 0xC4AE
	HangulSyllableSswes                                                        rune = 0xC4AF
	HangulSyllableSswess                                                       rune = 0xC4B0
	HangulSyllableSsweng                                                       rune = 0xC4B1
	HangulSyllableSswej                                                        rune = 0xC4B2
	HangulSyllableSswec                                                        rune = 0xC4B3
	HangulSyllableSswek                                                        rune = 0xC4B4
	HangulSyllableSswet                                                        rune = 0xC4B5
	HangulSyllableSswep                                                        rune = 0xC4B6
	HangulSyllableSsweh                                                        rune = 0xC4B7
	HangulSyllableSswi                                                         rune = 0xC4B8
	HangulSyllableSswig                                                        rune = 0xC4B9
	HangulSyllableSswigg                                                       rune = 0xC4BA
	HangulSyllableSswigs                                                       rune = 0xC4BB
	HangulSyllableSswin                                                        rune = 0xC4BC
	HangulSyllableSswinj                                                       rune = 0xC4BD
	HangulSyllableSswinh                                                       rune = 0xC4BE
	HangulSyllableSswid                                                        rune = 0xC4BF
	HangulSyllableSswil                                                        rune = 0xC4C0
	HangulSyllableSswilg                                                       rune = 0xC4C1
	HangulSyllableSswilm                                                       rune = 0xC4C2
	HangulSyllableSswilb                                                       rune = 0xC4C3
	HangulSyllableSswils                                                       rune = 0xC4C4
	HangulSyllableSswilt                                                       rune = 0xC4C5
	HangulSyllableSswilp                                                       rune = 0xC4C6
	HangulSyllableSswilh                                                       rune = 0xC4C7
	HangulSyllableSswim                                                        rune = 0xC4C8
	HangulSyllableSswib                                                        rune = 0xC4C9
	HangulSyllableSswibs                                                       rune = 0xC4CA
	HangulSyllableSswis                                                        rune = 0xC4CB
	HangulSyllableSswiss                                                       rune = 0xC4CC
	HangulSyllableSswing                                                       rune = 0xC4CD
	HangulSyllableSswij                                                        rune = 0xC4CE
	HangulSyllableSswic                                                        rune = 0xC4CF
	HangulSyllableSswik                                                        rune = 0xC4D0
	HangulSyllableSswit                                                        rune = 0xC4D1
	HangulSyllableSswip                                                        rune = 0xC4D2
	HangulSyllableSswih                                                        rune = 0xC4D3
	HangulSyllableSsyu                                                         rune = 0xC4D4
	HangulSyllableSsyug                                                        rune = 0xC4D5
	HangulSyllableSsyugg                                                       rune = 0xC4D6
	HangulSyllableSsyugs                                                       rune = 0xC4D7
	HangulSyllableSsyun                                                        rune = 0xC4D8
	HangulSyllableSsyunj                                                       rune = 0xC4D9
	HangulSyllableSsyunh                                                       rune = 0xC4DA
	HangulSyllableSsyud                                                        rune = 0xC4DB
	HangulSyllableSsyul                                                        rune = 0xC4DC
	HangulSyllableSsyulg                                                       rune = 0xC4DD
	HangulSyllableSsyulm                                                       rune = 0xC4DE
	HangulSyllableSsyulb                                                       rune = 0xC4DF
	HangulSyllableSsyuls                                                       rune = 0xC4E0
	HangulSyllableSsyult                                                       rune = 0xC4E1
	HangulSyllableSsyulp                                                       rune = 0xC4E2
	HangulSyllableSsyulh                                                       rune = 0xC4E3
	HangulSyllableSsyum                                                        rune = 0xC4E4
	HangulSyllableSsyub                                                        rune = 0xC4E5
	HangulSyllableSsyubs                                                       rune = 0xC4E6
	HangulSyllableSsyus                                                        rune = 0xC4E7
	HangulSyllableSsyuss                                                       rune = 0xC4E8
	HangulSyllableSsyung                                                       rune = 0xC4E9
	HangulSyllableSsyuj                                                        rune = 0xC4EA
	HangulSyllableSsyuc                                                        rune = 0xC4EB
	HangulSyllableSsyuk                                                        rune = 0xC4EC
	HangulSyllableSsyut                                                        rune = 0xC4ED
	HangulSyllableSsyup                                                        rune = 0xC4EE
	HangulSyllableSsyuh                                                        rune = 0xC4EF
	HangulSyllableSseu                                                         rune = 0xC4F0
	HangulSyllableSseug                                                        rune = 0xC4F1
	HangulSyllableSseugg                                                       rune = 0xC4F2
	HangulSyllableSseugs                                                       rune = 0xC4F3
	HangulSyllableSseun                                                        rune = 0xC4F4
	HangulSyllableSseunj                                                       rune = 0xC4F5
	HangulSyllableSseunh                                                       rune = 0xC4F6
	HangulSyllableSseud                                                        rune = 0xC4F7
	HangulSyllableSseul                                                        rune = 0xC4F8
	HangulSyllableSseulg                                                       rune = 0xC4F9
	HangulSyllableSseulm                                                       rune = 0xC4FA
	HangulSyllableSseulb                                                       rune = 0xC4FB
	HangulSyllableSseuls                                                       rune = 0xC4FC
	HangulSyllableSseult                                                       rune = 0xC4FD
	HangulSyllableSseulp                                                       rune = 0xC4FE
	HangulSyllableSseulh                                                       rune = 0xC4FF
	HangulSyllableSseum                                                        rune = 0xC500
	HangulSyllableSseub                                                        rune = 0xC501
	HangulSyllableSseubs                                                       rune = 0xC502
	HangulSyllableSseus                                                        rune = 0xC503
	HangulSyllableSseuss                                                       rune = 0xC504
	HangulSyllableSseung                                                       rune = 0xC505
	HangulSyllableSseuj                                                        rune = 0xC506
	HangulSyllableSseuc                                                        rune = 0xC507
	HangulSyllableSseuk                                                        rune = 0xC508
	HangulSyllableSseut                                                        rune = 0xC509
	HangulSyllableSseup                                                        rune = 0xC50A
	HangulSyllableSseuh                                                        rune = 0xC50B
	HangulSyllableSsyi                                                         rune = 0xC50C
	HangulSyllableSsyig                                                        rune = 0xC50D
	HangulSyllableSsyigg                                                       rune = 0xC50E
	HangulSyllableSsyigs                                                       rune = 0xC50F
	HangulSyllableSsyin                                                        rune = 0xC510
	HangulSyllableSsyinj                                                       rune = 0xC511
	HangulSyllableSsyinh                                                       rune = 0xC512
	HangulSyllableSsyid                                                        rune = 0xC513
	HangulSyllableSsyil                                                        rune = 0xC514
	HangulSyllableSsyilg                                                       rune = 0xC515
	HangulSyllableSsyilm                                                       rune = 0xC516
	HangulSyllableSsyilb                                                       rune = 0xC517
	HangulSyllableSsyils                                                       rune = 0xC518
	HangulSyllableSsyilt                                                       rune = 0xC519
	HangulSyllableSsyilp                                                       rune = 0xC51A
	HangulSyllableSsyilh                                                       rune = 0xC51B
	HangulSyllableSsyim                                                        rune = 0xC51C
	HangulSyllableSsyib                                                        rune = 0xC51D
	HangulSyllableSsyibs                                                       rune = 0xC51E
	HangulSyllableSsyis                                                        rune = 0xC51F
	HangulSyllableSsyiss                                                       rune = 0xC520
	HangulSyllableSsying                                                       rune = 0xC521
	HangulSyllableSsyij                                                        rune = 0xC522
	HangulSyllableSsyic                                                        rune = 0xC523
	HangulSyllableSsyik                                                        rune = 0xC524
	HangulSyllableSsyit                                                        rune = 0xC525
	HangulSyllableSsyip                                                        rune = 0xC526
	HangulSyllableSsyih                                                        rune = 0xC527
	HangulSyllableSsi                                                          rune = 0xC528
	HangulSyllableSsig                                                         rune = 0xC529
	HangulSyllableSsigg                                                        rune = 0xC52A
	HangulSyllableSsigs                                                        rune = 0xC52B
	HangulSyllableSsin                                                         rune = 0xC52C
	HangulSyllableSsinj                                                        rune = 0xC52D
	HangulSyllableSsinh                                                        rune = 0xC52E
	HangulSyllableSsid                                                         rune = 0xC52F
	HangulSyllableSsil                                                         rune = 0xC530
	HangulSyllableSsilg                                                        rune = 0xC531
	HangulSyllableSsilm                                                        rune = 0xC532
	HangulSyllableSsilb                                                        rune = 0xC533
	HangulSyllableSsils                                                        rune = 0xC534
	HangulSyllableSsilt                                                        rune = 0xC535
	HangulSyllableSsilp                                                        rune = 0xC536
	HangulSyllableSsilh                                                        rune = 0xC537
	HangulSyllableSsim                                                         rune = 0xC538
	HangulSyllableSsib                                                         rune = 0xC539
	HangulSyllableSsibs                                                        rune = 0xC53A
	HangulSyllableSsis                                                         rune = 0xC53B
	HangulSyllableSsiss                                                        rune = 0xC53C
	HangulSyllableSsing                                                        rune = 0xC53D
	HangulSyllableSsij                                                         rune = 0xC53E
	HangulSyllableSsic                                                         rune = 0xC53F
	HangulSyllableSsik                                                         rune = 0xC540
	HangulSyllableSsit                                                         rune = 0xC541
	HangulSyllableSsip                                                         rune = 0xC542
	HangulSyllableSsih                                                         rune = 0xC543
	HangulSyllableA                                                            rune = 0xC544
	HangulSyllableAg                                                           rune = 0xC545
	HangulSyllableAgg                                                          rune = 0xC546
	HangulSyllableAgs                                                          rune = 0xC547
	HangulSyllableAn                                                           rune = 0xC548
	HangulSyllableAnj                                                          rune = 0xC549
	HangulSyllableAnh                                                          rune = 0xC54A
	HangulSyllableAd                                                           rune = 0xC54B
	HangulSyllableAl                                                           rune = 0xC54C
	HangulSyllableAlg                                                          rune = 0xC54D
	HangulSyllableAlm                                                          rune = 0xC54E
	HangulSyllableAlb                                                          rune = 0xC54F
	HangulSyllableAls                                                          rune = 0xC550
	HangulSyllableAlt                                                          rune = 0xC551
	HangulSyllableAlp                                                          rune = 0xC552
	HangulSyllableAlh                                                          rune = 0xC553
	HangulSyllableAm                                                           rune = 0xC554
	HangulSyllableAb                                                           rune = 0xC555
	HangulSyllableAbs                                                          rune = 0xC556
	HangulSyllableAs                                                           rune = 0xC557
	HangulSyllableAss                                                          rune = 0xC558
	HangulSyllableAng                                                          rune = 0xC559
	HangulSyllableAj                                                           rune = 0xC55A
	HangulSyllableAc                                                           rune = 0xC55B
	HangulSyllableAk                                                           rune = 0xC55C
	HangulSyllableAt                                                           rune = 0xC55D
	HangulSyllableAp                                                           rune = 0xC55E
	HangulSyllableAh                                                           rune = 0xC55F
	HangulSyllableAe                                                           rune = 0xC560
	HangulSyllableAeg                                                          rune = 0xC561
	HangulSyllableAegg                                                         rune = 0xC562
	HangulSyllableAegs                                                         rune = 0xC563
	HangulSyllableAen                                                          rune = 0xC564
	HangulSyllableAenj                                                         rune = 0xC565
	HangulSyllableAenh                                                         rune = 0xC566
	HangulSyllableAed                                                          rune = 0xC567
	HangulSyllableAel                                                          rune = 0xC568
	HangulSyllableAelg                                                         rune = 0xC569
	HangulSyllableAelm                                                         rune = 0xC56A
	HangulSyllableAelb                                                         rune = 0xC56B
	HangulSyllableAels                                                         rune = 0xC56C
	HangulSyllableAelt                                                         rune = 0xC56D
	HangulSyllableAelp                                                         rune = 0xC56E
	HangulSyllableAelh                                                         rune = 0xC56F
	HangulSyllableAem                                                          rune = 0xC570
	HangulSyllableAeb                                                          rune = 0xC571
	HangulSyllableAebs                                                         rune = 0xC572
	HangulSyllableAes                                                          rune = 0xC573
	HangulSyllableAess                                                         rune = 0xC574
	HangulSyllableAeng                                                         rune = 0xC575
	HangulSyllableAej                                                          rune = 0xC576
	HangulSyllableAec                                                          rune = 0xC577
	HangulSyllableAek                                                          rune = 0xC578
	HangulSyllableAet                                                          rune = 0xC579
	HangulSyllableAep                                                          rune = 0xC57A
	HangulSyllableAeh                                                          rune = 0xC57B
	HangulSyllableYa                                                           rune = 0xC57C
	HangulSyllableYag                                                          rune = 0xC57D
	HangulSyllableYagg                                                         rune = 0xC57E
	HangulSyllableYags                                                         rune = 0xC57F
	HangulSyllableYan                                                          rune = 0xC580
	HangulSyllableYanj                                                         rune = 0xC581
	HangulSyllableYanh                                                         rune = 0xC582
	HangulSyllableYad                                                          rune = 0xC583
	HangulSyllableYal                                                          rune = 0xC584
	HangulSyllableYalg                                                         rune = 0xC585
	HangulSyllableYalm                                                         rune = 0xC586
	HangulSyllableYalb                                                         rune = 0xC587
	HangulSyllableYals                                                         rune = 0xC588
	HangulSyllableYalt                                                         rune = 0xC589
	HangulSyllableYalp                                                         rune = 0xC58A
	HangulSyllableYalh                                                         rune = 0xC58B
	HangulSyllableYam                                                          rune = 0xC58C
	HangulSyllableYab                                                          rune = 0xC58D
	HangulSyllableYabs                                                         rune = 0xC58E
	HangulSyllableYas                                                          rune = 0xC58F
	HangulSyllableYass                                                         rune = 0xC590
	HangulSyllableYang                                                         rune = 0xC591
	HangulSyllableYaj                                                          rune = 0xC592
	HangulSyllableYac                                                          rune = 0xC593
	HangulSyllableYak                                                          rune = 0xC594
	HangulSyllableYat                                                          rune = 0xC595
	HangulSyllableYap                                                          rune = 0xC596
	HangulSyllableYah                                                          rune = 0xC597
	HangulSyllableYae                                                          rune = 0xC598
	HangulSyllableYaeg                                                         rune = 0xC599
	HangulSyllableYaegg                                                        rune = 0xC59A
	HangulSyllableYaegs                                                        rune = 0xC59B
	HangulSyllableYaen                                                         rune = 0xC59C
	HangulSyllableYaenj                                                        rune = 0xC59D
	HangulSyllableYaenh                                                        rune = 0xC59E
	HangulSyllableYaed                                                         rune = 0xC59F
	HangulSyllableYael                                                         rune = 0xC5A0
	HangulSyllableYaelg                                                        rune = 0xC5A1
	HangulSyllableYaelm                                                        rune = 0xC5A2
	HangulSyllableYaelb                                                        rune = 0xC5A3
	HangulSyllableYaels                                                        rune = 0xC5A4
	HangulSyllableYaelt                                                        rune = 0xC5A5
	HangulSyllableYaelp                                                        rune = 0xC5A6
	HangulSyllableYaelh                                                        rune = 0xC5A7
	HangulSyllableYaem                                                         rune = 0xC5A8
	HangulSyllableYaeb                                                         rune = 0xC5A9
	HangulSyllableYaebs                                                        rune = 0xC5AA
	HangulSyllableYaes                                                         rune = 0xC5AB
	HangulSyllableYaess                                                        rune = 0xC5AC
	HangulSyllableYaeng                                                        rune = 0xC5AD
	HangulSyllableYaej                                                         rune = 0xC5AE
	HangulSyllableYaec                                                         rune = 0xC5AF
	HangulSyllableYaek                                                         rune = 0xC5B0
	HangulSyllableYaet                                                         rune = 0xC5B1
	HangulSyllableYaep                                                         rune = 0xC5B2
	HangulSyllableYaeh                                                         rune = 0xC5B3
	HangulSyllableEo                                                           rune = 0xC5B4
	HangulSyllableEog                                                          rune = 0xC5B5
	HangulSyllableEogg                                                         rune = 0xC5B6
	HangulSyllableEogs                                                         rune = 0xC5B7
	HangulSyllableEon                                                          rune = 0xC5B8
	HangulSyllableEonj                                                         rune = 0xC5B9
	HangulSyllableEonh                                                         rune = 0xC5BA
	HangulSyllableEod                                                          rune = 0xC5BB
	HangulSyllableEol                                                          rune = 0xC5BC
	HangulSyllableEolg                                                         rune = 0xC5BD
	HangulSyllableEolm                                                         rune = 0xC5BE
	HangulSyllableEolb                                                         rune = 0xC5BF
	HangulSyllableEols                                                         rune = 0xC5C0
	HangulSyllableEolt                                                         rune = 0xC5C1
	HangulSyllableEolp                                                         rune = 0xC5C2
	HangulSyllableEolh                                                         rune = 0xC5C3
	HangulSyllableEom                                                          rune = 0xC5C4
	HangulSyllableEob                                                          rune = 0xC5C5
	HangulSyllableEobs                                                         rune = 0xC5C6
	HangulSyllableEos                                                          rune = 0xC5C7
	HangulSyllableEoss                                                         rune = 0xC5C8
	HangulSyllableEong                                                         rune = 0xC5C9
	HangulSyllableEoj                                                          rune = 0xC5CA
	HangulSyllableEoc                                                          rune = 0xC5CB
	HangulSyllableEok                                                          rune = 0xC5CC
	HangulSyllableEot                                                          rune = 0xC5CD
	HangulSyllableEop                                                          rune = 0xC5CE
	HangulSyllableEoh                                                          rune = 0xC5CF
	HangulSyllableE                                                            rune = 0xC5D0
	HangulSyllableEg                                                           rune = 0xC5D1
	HangulSyllableEgg                                                          rune = 0xC5D2
	HangulSyllableEgs                                                          rune = 0xC5D3
	HangulSyllableEn                                                           rune = 0xC5D4
	HangulSyllableEnj                                                          rune = 0xC5D5
	HangulSyllableEnh                                                          rune = 0xC5D6
	HangulSyllableEd                                                           rune = 0xC5D7
	HangulSyllableEl                                                           rune = 0xC5D8
	HangulSyllableElg                                                          rune = 0xC5D9
	HangulSyllableElm                                                          rune = 0xC5DA
	HangulSyllableElb                                                          rune = 0xC5DB
	HangulSyllableEls                                                          rune = 0xC5DC
	HangulSyllableElt                                                          rune = 0xC5DD
	HangulSyllableElp                                                          rune = 0xC5DE
	HangulSyllableElh                                                          rune = 0xC5DF
	HangulSyllableEm                                                           rune = 0xC5E0
	HangulSyllableEb                                                           rune = 0xC5E1
	HangulSyllableEbs                                                          rune = 0xC5E2
	HangulSyllableEs                                                           rune = 0xC5E3
	HangulSyllableEss                                                          rune = 0xC5E4
	HangulSyllableEng                                                          rune = 0xC5E5
	HangulSyllableEj                                                           rune = 0xC5E6
	HangulSyllableEc                                                           rune = 0xC5E7
	HangulSyllableEk                                                           rune = 0xC5E8
	HangulSyllableEt                                                           rune = 0xC5E9
	HangulSyllableEp                                                           rune = 0xC5EA
	HangulSyllableEh                                                           rune = 0xC5EB
	HangulSyllableYeo                                                          rune = 0xC5EC
	HangulSyllableYeog                                                         rune = 0xC5ED
	HangulSyllableYeogg                                                        rune = 0xC5EE
	HangulSyllableYeogs                                                        rune = 0xC5EF
	HangulSyllableYeon                                                         rune = 0xC5F0
	HangulSyllableYeonj                                                        rune = 0xC5F1
	HangulSyllableYeonh                                                        rune = 0xC5F2
	HangulSyllableYeod                                                         rune = 0xC5F3
	HangulSyllableYeol                                                         rune = 0xC5F4
	HangulSyllableYeolg                                                        rune = 0xC5F5
	HangulSyllableYeolm                                                        rune = 0xC5F6
	HangulSyllableYeolb                                                        rune = 0xC5F7
	HangulSyllableYeols                                                        rune = 0xC5F8
	HangulSyllableYeolt                                                        rune = 0xC5F9
	HangulSyllableYeolp                                                        rune = 0xC5FA
	HangulSyllableYeolh                                                        rune = 0xC5FB
	HangulSyllableYeom                                                         rune = 0xC5FC
	HangulSyllableYeob                                                         rune = 0xC5FD
	HangulSyllableYeobs                                                        rune = 0xC5FE
	HangulSyllableYeos                                                         rune = 0xC5FF
	HangulSyllableYeoss                                                        rune = 0xC600
	HangulSyllableYeong                                                        rune = 0xC601
	HangulSyllableYeoj                                                         rune = 0xC602
	HangulSyllableYeoc                                                         rune = 0xC603
	HangulSyllableYeok                                                         rune = 0xC604
	HangulSyllableYeot                                                         rune = 0xC605
	HangulSyllableYeop                                                         rune = 0xC606
	HangulSyllableYeoh                                                         rune = 0xC607
	HangulSyllableYe                                                           rune = 0xC608
	HangulSyllableYeg                                                          rune = 0xC609
	HangulSyllableYegg                                                         rune = 0xC60A
	HangulSyllableYegs                                                         rune = 0xC60B
	HangulSyllableYen                                                          rune = 0xC60C
	HangulSyllableYenj                                                         rune = 0xC60D
	HangulSyllableYenh                                                         rune = 0xC60E
	HangulSyllableYed                                                          rune = 0xC60F
	HangulSyllableYel                                                          rune = 0xC610
	HangulSyllableYelg                                                         rune = 0xC611
	HangulSyllableYelm                                                         rune = 0xC612
	HangulSyllableYelb                                                         rune = 0xC613
	HangulSyllableYels                                                         rune = 0xC614
	HangulSyllableYelt                                                         rune = 0xC615
	HangulSyllableYelp                                                         rune = 0xC616
	HangulSyllableYelh                                                         rune = 0xC617
	HangulSyllableYem                                                          rune = 0xC618
	HangulSyllableYeb                                                          rune = 0xC619
	HangulSyllableYebs                                                         rune = 0xC61A
	HangulSyllableYes                                                          rune = 0xC61B
	HangulSyllableYess                                                         rune = 0xC61C
	HangulSyllableYeng                                                         rune = 0xC61D
	HangulSyllableYej                                                          rune = 0xC61E
	HangulSyllableYec                                                          rune = 0xC61F
	HangulSyllableYek                                                          rune = 0xC620
	HangulSyllableYet                                                          rune = 0xC621
	HangulSyllableYep                                                          rune = 0xC622
	HangulSyllableYeh                                                          rune = 0xC623
	HangulSyllableO                                                            rune = 0xC624
	HangulSyllableOg                                                           rune = 0xC625
	HangulSyllableOgg                                                          rune = 0xC626
	HangulSyllableOgs                                                          rune = 0xC627
	HangulSyllableOn                                                           rune = 0xC628
	HangulSyllableOnj                                                          rune = 0xC629
	HangulSyllableOnh                                                          rune = 0xC62A
	HangulSyllableOd                                                           rune = 0xC62B
	HangulSyllableOl                                                           rune = 0xC62C
	HangulSyllableOlg                                                          rune = 0xC62D
	HangulSyllableOlm                                                          rune = 0xC62E
	HangulSyllableOlb                                                          rune = 0xC62F
	HangulSyllableOls                                                          rune = 0xC630
	HangulSyllableOlt                                                          rune = 0xC631
	HangulSyllableOlp                                                          rune = 0xC632
	HangulSyllableOlh                                                          rune = 0xC633
	HangulSyllableOm                                                           rune = 0xC634
	HangulSyllableOb                                                           rune = 0xC635
	HangulSyllableObs                                                          rune = 0xC636
	HangulSyllableOs                                                           rune = 0xC637
	HangulSyllableOss                                                          rune = 0xC638
	HangulSyllableOng                                                          rune = 0xC639
	HangulSyllableOj                                                           rune = 0xC63A
	HangulSyllableOc                                                           rune = 0xC63B
	HangulSyllableOk                                                           rune = 0xC63C
	HangulSyllableOt                                                           rune = 0xC63D
	HangulSyllableOp                                                           rune = 0xC63E
	HangulSyllableOh                                                           rune = 0xC63F
	HangulSyllableWa                                                           rune = 0xC640
	HangulSyllableWag                                                          rune = 0xC641
	HangulSyllableWagg                                                         rune = 0xC642
	HangulSyllableWags                                                         rune = 0xC643
	HangulSyllableWan                                                          rune = 0xC644
	HangulSyllableWanj                                                         rune = 0xC645
	HangulSyllableWanh                                                         rune = 0xC646
	HangulSyllableWad                                                          rune = 0xC647
	HangulSyllableWal                                                          rune = 0xC648
	HangulSyllableWalg                                                         rune = 0xC649
	HangulSyllableWalm                                                         rune = 0xC64A
	HangulSyllableWalb                                                         rune = 0xC64B
	HangulSyllableWals                                                         rune = 0xC64C
	HangulSyllableWalt                                                         rune = 0xC64D
	HangulSyllableWalp                                                         rune = 0xC64E
	HangulSyllableWalh                                                         rune = 0xC64F
	HangulSyllableWam                                                          rune = 0xC650
	HangulSyllableWab                                                          rune = 0xC651
	HangulSyllableWabs                                                         rune = 0xC652
	HangulSyllableWas                                                          rune = 0xC653
	HangulSyllableWass                                                         rune = 0xC654
	HangulSyllableWang                                                         rune = 0xC655
	HangulSyllableWaj                                                          rune = 0xC656
	HangulSyllableWac                                                          rune = 0xC657
	HangulSyllableWak                                                          rune = 0xC658
	HangulSyllableWat                                                          rune = 0xC659
	HangulSyllableWap                                                          rune = 0xC65A
	HangulSyllableWah                                                          rune = 0xC65B
	HangulSyllableWae                                                          rune = 0xC65C
	HangulSyllableWaeg                                                         rune = 0xC65D
	HangulSyllableWaegg                                                        rune = 0xC65E
	HangulSyllableWaegs                                                        rune = 0xC65F
	HangulSyllableWaen                                                         rune = 0xC660
	HangulSyllableWaenj                                                        rune = 0xC661
	HangulSyllableWaenh                                                        rune = 0xC662
	HangulSyllableWaed                                                         rune = 0xC663
	HangulSyllableWael                                                         rune = 0xC664
	HangulSyllableWaelg                                                        rune = 0xC665
	HangulSyllableWaelm                                                        rune = 0xC666
	HangulSyllableWaelb                                                        rune = 0xC667
	HangulSyllableWaels                                                        rune = 0xC668
	HangulSyllableWaelt                                                        rune = 0xC669
	HangulSyllableWaelp                                                        rune = 0xC66A
	HangulSyllableWaelh                                                        rune = 0xC66B
	HangulSyllableWaem                                                         rune = 0xC66C
	HangulSyllableWaeb                                                         rune = 0xC66D
	HangulSyllableWaebs                                                        rune = 0xC66E
	HangulSyllableWaes                                                         rune = 0xC66F
	HangulSyllableWaess                                                        rune = 0xC670
	HangulSyllableWaeng                                                        rune = 0xC671
	HangulSyllableWaej                                                         rune = 0xC672
	HangulSyllableWaec                                                         rune = 0xC673
	HangulSyllableWaek                                                         rune = 0xC674
	HangulSyllableWaet                                                         rune = 0xC675
	HangulSyllableWaep                                                         rune = 0xC676
	HangulSyllableWaeh                                                         rune = 0xC677
	HangulSyllableOe                                                           rune = 0xC678
	HangulSyllableOeg                                                          rune = 0xC679
	HangulSyllableOegg                                                         rune = 0xC67A
	HangulSyllableOegs                                                         rune = 0xC67B
	HangulSyllableOen                                                          rune = 0xC67C
	HangulSyllableOenj                                                         rune = 0xC67D
	HangulSyllableOenh                                                         rune = 0xC67E
	HangulSyllableOed                                                          rune = 0xC67F
	HangulSyllableOel                                                          rune = 0xC680
	HangulSyllableOelg                                                         rune = 0xC681
	HangulSyllableOelm                                                         rune = 0xC682
	HangulSyllableOelb                                                         rune = 0xC683
	HangulSyllableOels                                                         rune = 0xC684
	HangulSyllableOelt                                                         rune = 0xC685
	HangulSyllableOelp                                                         rune = 0xC686
	HangulSyllableOelh                                                         rune = 0xC687
	HangulSyllableOem                                                          rune = 0xC688
	HangulSyllableOeb                                                          rune = 0xC689
	HangulSyllableOebs                                                         rune = 0xC68A
	HangulSyllableOes                                                          rune = 0xC68B
	HangulSyllableOess                                                         rune = 0xC68C
	HangulSyllableOeng                                                         rune = 0xC68D
	HangulSyllableOej                                                          rune = 0xC68E
	HangulSyllableOec                                                          rune = 0xC68F
	HangulSyllableOek                                                          rune = 0xC690
	HangulSyllableOet                                                          rune = 0xC691
	HangulSyllableOep                                                          rune = 0xC692
	HangulSyllableOeh                                                          rune = 0xC693
	HangulSyllableYo                                                           rune = 0xC694
	HangulSyllableYog                                                          rune = 0xC695
	HangulSyllableYogg                                                         rune = 0xC696
	HangulSyllableYogs                                                         rune = 0xC697
	HangulSyllableYon                                                          rune = 0xC698
	HangulSyllableYonj                                                         rune = 0xC699
	HangulSyllableYonh                                                         rune = 0xC69A
	HangulSyllableYod                                                          rune = 0xC69B
	HangulSyllableYol                                                          rune = 0xC69C
	HangulSyllableYolg                                                         rune = 0xC69D
	HangulSyllableYolm                                                         rune = 0xC69E
	HangulSyllableYolb                                                         rune = 0xC69F
	HangulSyllableYols                                                         rune = 0xC6A0
	HangulSyllableYolt                                                         rune = 0xC6A1
	HangulSyllableYolp                                                         rune = 0xC6A2
	HangulSyllableYolh                                                         rune = 0xC6A3
	HangulSyllableYom                                                          rune = 0xC6A4
	HangulSyllableYob                                                          rune = 0xC6A5
	HangulSyllableYobs                                                         rune = 0xC6A6
	HangulSyllableYos                                                          rune = 0xC6A7
	HangulSyllableYoss                                                         rune = 0xC6A8
	HangulSyllableYong                                                         rune = 0xC6A9
	HangulSyllableYoj                                                          rune = 0xC6AA
	HangulSyllableYoc                                                          rune = 0xC6AB
	HangulSyllableYok                                                          rune = 0xC6AC
	HangulSyllableYot                                                          rune = 0xC6AD
	HangulSyllableYop                                                          rune = 0xC6AE
	HangulSyllableYoh                                                          rune = 0xC6AF
	HangulSyllableU                                                            rune = 0xC6B0
	HangulSyllableUg                                                           rune = 0xC6B1
	HangulSyllableUgg                                                          rune = 0xC6B2
	HangulSyllableUgs                                                          rune = 0xC6B3
	HangulSyllableUn                                                           rune = 0xC6B4
	HangulSyllableUnj                                                          rune = 0xC6B5
	HangulSyllableUnh                                                          rune = 0xC6B6
	HangulSyllableUd                                                           rune = 0xC6B7
	HangulSyllableUl                                                           rune = 0xC6B8
	HangulSyllableUlg                                                          rune = 0xC6B9
	HangulSyllableUlm                                                          rune = 0xC6BA
	HangulSyllableUlb                                                          rune = 0xC6BB
	HangulSyllableUls                                                          rune = 0xC6BC
	HangulSyllableUlt                                                          rune = 0xC6BD
	HangulSyllableUlp                                                          rune = 0xC6BE
	HangulSyllableUlh                                                          rune = 0xC6BF
	HangulSyllableUm                                                           rune = 0xC6C0
	HangulSyllableUb                                                           rune = 0xC6C1
	HangulSyllableUbs                                                          rune = 0xC6C2
	HangulSyllableUs                                                           rune = 0xC6C3
	HangulSyllableUss                                                          rune = 0xC6C4
	HangulSyllableUng                                                          rune = 0xC6C5
	HangulSyllableUj                                                           rune = 0xC6C6
	HangulSyllableUc                                                           rune = 0xC6C7
	HangulSyllableUk                                                           rune = 0xC6C8
	HangulSyllableUt                                                           rune = 0xC6C9
	HangulSyllableUp                                                           rune = 0xC6CA
	HangulSyllableUh                                                           rune = 0xC6CB
	HangulSyllableWeo                                                          rune = 0xC6CC
	HangulSyllableWeog                                                         rune = 0xC6CD
	HangulSyllableWeogg                                                        rune = 0xC6CE
	HangulSyllableWeogs                                                        rune = 0xC6CF
	HangulSyllableWeon                                                         rune = 0xC6D0
	HangulSyllableWeonj                                                        rune = 0xC6D1
	HangulSyllableWeonh                                                        rune = 0xC6D2
	HangulSyllableWeod                                                         rune = 0xC6D3
	HangulSyllableWeol                                                         rune = 0xC6D4
	HangulSyllableWeolg                                                        rune = 0xC6D5
	HangulSyllableWeolm                                                        rune = 0xC6D6
	HangulSyllableWeolb                                                        rune = 0xC6D7
	HangulSyllableWeols                                                        rune = 0xC6D8
	HangulSyllableWeolt                                                        rune = 0xC6D9
	HangulSyllableWeolp                                                        rune = 0xC6DA
	HangulSyllableWeolh                                                        rune = 0xC6DB
	HangulSyllableWeom                                                         rune = 0xC6DC
	HangulSyllableWeob                                                         rune = 0xC6DD
	HangulSyllableWeobs                                                        rune = 0xC6DE
	HangulSyllableWeos                                                         rune = 0xC6DF
	HangulSyllableWeoss                                                        rune = 0xC6E0
	HangulSyllableWeong                                                        rune = 0xC6E1
	HangulSyllableWeoj                                                         rune = 0xC6E2
	HangulSyllableWeoc                                                         rune = 0xC6E3
	HangulSyllableWeok                                                         rune = 0xC6E4
	HangulSyllableWeot                                                         rune = 0xC6E5
	HangulSyllableWeop                                                         rune = 0xC6E6
	HangulSyllableWeoh                                                         rune = 0xC6E7
	HangulSyllableWe                                                           rune = 0xC6E8
	HangulSyllableWeg                                                          rune = 0xC6E9
	HangulSyllableWegg                                                         rune = 0xC6EA
	HangulSyllableWegs                                                         rune = 0xC6EB
	HangulSyllableWen                                                          rune = 0xC6EC
	HangulSyllableWenj                                                         rune = 0xC6ED
	HangulSyllableWenh                                                         rune = 0xC6EE
	HangulSyllableWed                                                          rune = 0xC6EF
	HangulSyllableWel                                                          rune = 0xC6F0
	HangulSyllableWelg                                                         rune = 0xC6F1
	HangulSyllableWelm                                                         rune = 0xC6F2
	HangulSyllableWelb                                                         rune = 0xC6F3
	HangulSyllableWels                                                         rune = 0xC6F4
	HangulSyllableWelt                                                         rune = 0xC6F5
	HangulSyllableWelp                                                         rune = 0xC6F6
	HangulSyllableWelh                                                         rune = 0xC6F7
	HangulSyllableWem                                                          rune = 0xC6F8
	HangulSyllableWeb                                                          rune = 0xC6F9
	HangulSyllableWebs                                                         rune = 0xC6FA
	HangulSyllableWes                                                          rune = 0xC6FB
	HangulSyllableWess                                                         rune = 0xC6FC
	HangulSyllableWeng                                                         rune = 0xC6FD
	HangulSyllableWej                                                          rune = 0xC6FE
	HangulSyllableWec                                                          rune = 0xC6FF
	HangulSyllableWek                                                          rune = 0xC700
	HangulSyllableWet                                                          rune = 0xC701
	HangulSyllableWep                                                          rune = 0xC702
	HangulSyllableWeh                                                          rune = 0xC703
	HangulSyllableWi                                                           rune = 0xC704
	HangulSyllableWig                                                          rune = 0xC705
	HangulSyllableWigg                                                         rune = 0xC706
	HangulSyllableWigs                                                         rune = 0xC707
	HangulSyllableWin                                                          rune = 0xC708
	HangulSyllableWinj                                                         rune = 0xC709
	HangulSyllableWinh                                                         rune = 0xC70A
	HangulSyllableWid                                                          rune = 0xC70B
	HangulSyllableWil                                                          rune = 0xC70C
	HangulSyllableWilg                                                         rune = 0xC70D
	HangulSyllableWilm                                                         rune = 0xC70E
	HangulSyllableWilb                                                         rune = 0xC70F
	HangulSyllableWils                                                         rune = 0xC710
	HangulSyllableWilt                                                         rune = 0xC711
	HangulSyllableWilp                                                         rune = 0xC712
	HangulSyllableWilh                                                         rune = 0xC713
	HangulSyllableWim                                                          rune = 0xC714
	HangulSyllableWib                                                          rune = 0xC715
	HangulSyllableWibs                                                         rune = 0xC716
	HangulSyllableWis                                                          rune = 0xC717
	HangulSyllableWiss                                                         rune = 0xC718
	HangulSyllableWing                                                         rune = 0xC719
	HangulSyllableWij                                                          rune = 0xC71A
	HangulSyllableWic                                                          rune = 0xC71B
	HangulSyllableWik                                                          rune = 0xC71C
	HangulSyllableWit                                                          rune = 0xC71D
	HangulSyllableWip                                                          rune = 0xC71E
	HangulSyllableWih                                                          rune = 0xC71F
	HangulSyllableYu                                                           rune = 0xC720
	HangulSyllableYug                                                          rune = 0xC721
	HangulSyllableYugg                                                         rune = 0xC722
	HangulSyllableYugs                                                         rune = 0xC723
	HangulSyllableYun                                                          rune = 0xC724
	HangulSyllableYunj                                                         rune = 0xC725
	HangulSyllableYunh                                                         rune = 0xC726
	HangulSyllableYud                                                          rune = 0xC727
	HangulSyllableYul                                                          rune = 0xC728
	HangulSyllableYulg                                                         rune = 0xC729
	HangulSyllableYulm                                                         rune = 0xC72A
	HangulSyllableYulb                                                         rune = 0xC72B
	HangulSyllableYuls                                                         rune = 0xC72C
	HangulSyllableYult                                                         rune = 0xC72D
	HangulSyllableYulp                                                         rune = 0xC72E
	HangulSyllableYulh                                                         rune = 0xC72F
	HangulSyllableYum                                                          rune = 0xC730
	HangulSyllableYub                                                          rune = 0xC731
	HangulSyllableYubs                                                         rune = 0xC732
	HangulSyllableYus                                                          rune = 0xC733
	HangulSyllableYuss                                                         rune = 0xC734
	HangulSyllableYung                                                         rune = 0xC735
	HangulSyllableYuj                                                          rune = 0xC736
	HangulSyllableYuc                                                          rune = 0xC737
	HangulSyllableYuk                                                          rune = 0xC738
	HangulSyllableYut                                                          rune = 0xC739
	HangulSyllableYup                                                          rune = 0xC73A
	HangulSyllableYuh                                                          rune = 0xC73B
	HangulSyllableEu                                                           rune = 0xC73C
	HangulSyllableEug                                                          rune = 0xC73D
	HangulSyllableEugg                                                         rune = 0xC73E
	HangulSyllableEugs                                                         rune = 0xC73F
	HangulSyllableEun                                                          rune = 0xC740
	HangulSyllableEunj                                                         rune = 0xC741
	HangulSyllableEunh                                                         rune = 0xC742
	HangulSyllableEud                                                          rune = 0xC743
	HangulSyllableEul                                                          rune = 0xC744
	HangulSyllableEulg                                                         rune = 0xC745
	HangulSyllableEulm                                                         rune = 0xC746
	HangulSyllableEulb                                                         rune = 0xC747
	HangulSyllableEuls                                                         rune = 0xC748
	HangulSyllableEult                                                         rune = 0xC749
	HangulSyllableEulp                                                         rune = 0xC74A
	HangulSyllableEulh                                                         rune = 0xC74B
	HangulSyllableEum                                                          rune = 0xC74C
	HangulSyllableEub                                                          rune = 0xC74D
	HangulSyllableEubs                                                         rune = 0xC74E
	HangulSyllableEus                                                          rune = 0xC74F
	HangulSyllableEuss                                                         rune = 0xC750
	HangulSyllableEung                                                         rune = 0xC751
	HangulSyllableEuj                                                          rune = 0xC752
	HangulSyllableEuc                                                          rune = 0xC753
	HangulSyllableEuk                                                          rune = 0xC754
	HangulSyllableEut                                                          rune = 0xC755
	HangulSyllableEup                                                          rune = 0xC756
	HangulSyllableEuh                                                          rune = 0xC757
	HangulSyllableYi                                                           rune = 0xC758
	HangulSyllableYig                                                          rune = 0xC759
	HangulSyllableYigg                                                         rune = 0xC75A
	HangulSyllableYigs                                                         rune = 0xC75B
	HangulSyllableYin                                                          rune = 0xC75C
	HangulSyllableYinj                                                         rune = 0xC75D
	HangulSyllableYinh                                                         rune = 0xC75E
	HangulSyllableYid                                                          rune = 0xC75F
	HangulSyllableYil                                                          rune = 0xC760
	HangulSyllableYilg                                                         rune = 0xC761
	HangulSyllableYilm                                                         rune = 0xC762
	HangulSyllableYilb                                                         rune = 0xC763
	HangulSyllableYils                                                         rune = 0xC764
	HangulSyllableYilt                                                         rune = 0xC765
	HangulSyllableYilp                                                         rune = 0xC766
	HangulSyllableYilh                                                         rune = 0xC767
	HangulSyllableYim                                                          rune = 0xC768
	HangulSyllableYib                                                          rune = 0xC769
	HangulSyllableYibs                                                         rune = 0xC76A
	HangulSyllableYis                                                          rune = 0xC76B
	HangulSyllableYiss                                                         rune = 0xC76C
	HangulSyllableYing                                                         rune = 0xC76D
	HangulSyllableYij                                                          rune = 0xC76E
	HangulSyllableYic                                                          rune = 0xC76F
	HangulSyllableYik                                                          rune = 0xC770
	HangulSyllableYit                                                          rune = 0xC771
	HangulSyllableYip                                                          rune = 0xC772
	HangulSyllableYih                                                          rune = 0xC773
	HangulSyllableI                                                            rune = 0xC774
	HangulSyllableIg                                                           rune = 0xC775
	HangulSyllableIgg                                                          rune = 0xC776
	HangulSyllableIgs                                                          rune = 0xC777
	HangulSyllableIn                                                           rune = 0xC778
	HangulSyllableInj                                                          rune = 0xC779
	HangulSyllableInh                                                          rune = 0xC77A
	HangulSyllableId                                                           rune = 0xC77B
	HangulSyllableIl                                                           rune = 0xC77C
	HangulSyllableIlg                                                          rune = 0xC77D
	HangulSyllableIlm                                                          rune = 0xC77E
	HangulSyllableIlb                                                          rune = 0xC77F
	HangulSyllableIls                                                          rune = 0xC780
	HangulSyllableIlt                                                          rune = 0xC781
	HangulSyllableIlp                                                          rune = 0xC782
	HangulSyllableIlh                                                          rune = 0xC783
	HangulSyllableIm                                                           rune = 0xC784
	HangulSyllableIb                                                           rune = 0xC785
	HangulSyllableIbs                                                          rune = 0xC786
	HangulSyllableIs                                                           rune = 0xC787
	HangulSyllableIss                                                          rune = 0xC788
	HangulSyllableIng                                                          rune = 0xC789
	HangulSyllableIj                                                           rune = 0xC78A
	HangulSyllableIc                                                           rune = 0xC78B
	HangulSyllableIk                                                           rune = 0xC78C
	HangulSyllableIt                                                           rune = 0xC78D
	HangulSyllableIp                                                           rune = 0xC78E
	HangulSyllableIh                                                           rune = 0xC78F
	HangulSyllableJa                                                           rune = 0xC790
	HangulSyllableJag                                                          rune = 0xC791
	HangulSyllableJagg                                                         rune = 0xC792
	HangulSyllableJags                                                         rune = 0xC793
	HangulSyllableJan                                                          rune = 0xC794
	HangulSyllableJanj                                                         rune = 0xC795
	HangulSyllableJanh                                                         rune = 0xC796
	HangulSyllableJad                                                          rune = 0xC797
	HangulSyllableJal                                                          rune = 0xC798
	HangulSyllableJalg                                                         rune = 0xC799
	HangulSyllableJalm                                                         rune = 0xC79A
	HangulSyllableJalb                                                         rune = 0xC79B
	HangulSyllableJals                                                         rune = 0xC79C
	HangulSyllableJalt                                                         rune = 0xC79D
	HangulSyllableJalp                                                         rune = 0xC79E
	HangulSyllableJalh                                                         rune = 0xC79F
	HangulSyllableJam                                                          rune = 0xC7A0
	HangulSyllableJab                                                          rune = 0xC7A1
	HangulSyllableJabs                                                         rune = 0xC7A2
	HangulSyllableJas                                                          rune = 0xC7A3
	HangulSyllableJass                                                         rune = 0xC7A4
	HangulSyllableJang                                                         rune = 0xC7A5
	HangulSyllableJaj                                                          rune = 0xC7A6
	HangulSyllableJac                                                          rune = 0xC7A7
	HangulSyllableJak                                                          rune = 0xC7A8
	HangulSyllableJat                                                          rune = 0xC7A9
	HangulSyllableJap                                                          rune = 0xC7AA
	HangulSyllableJah                                                          rune = 0xC7AB
	HangulSyllableJae                                                          rune = 0xC7AC
	HangulSyllableJaeg                                                         rune = 0xC7AD
	HangulSyllableJaegg                                                        rune = 0xC7AE
	HangulSyllableJaegs                                                        rune = 0xC7AF
	HangulSyllableJaen                                                         rune = 0xC7B0
	HangulSyllableJaenj                                                        rune = 0xC7B1
	HangulSyllableJaenh                                                        rune = 0xC7B2
	HangulSyllableJaed                                                         rune = 0xC7B3
	HangulSyllableJael                                                         rune = 0xC7B4
	HangulSyllableJaelg                                                        rune = 0xC7B5
	HangulSyllableJaelm                                                        rune = 0xC7B6
	HangulSyllableJaelb                                                        rune = 0xC7B7
	HangulSyllableJaels                                                        rune = 0xC7B8
	HangulSyllableJaelt                                                        rune = 0xC7B9
	HangulSyllableJaelp                                                        rune = 0xC7BA
	HangulSyllableJaelh                                                        rune = 0xC7BB
	HangulSyllableJaem                                                         rune = 0xC7BC
	HangulSyllableJaeb                                                         rune = 0xC7BD
	HangulSyllableJaebs                                                        rune = 0xC7BE
	HangulSyllableJaes                                                         rune = 0xC7BF
	HangulSyllableJaess                                                        rune = 0xC7C0
	HangulSyllableJaeng                                                        rune = 0xC7C1
	HangulSyllableJaej                                                         rune = 0xC7C2
	HangulSyllableJaec                                                         rune = 0xC7C3
	HangulSyllableJaek                                                         rune = 0xC7C4
	HangulSyllableJaet                                                         rune = 0xC7C5
	HangulSyllableJaep                                                         rune = 0xC7C6
	HangulSyllableJaeh                                                         rune = 0xC7C7
	HangulSyllableJya                                                          rune = 0xC7C8
	HangulSyllableJyag                                                         rune = 0xC7C9
	HangulSyllableJyagg                                                        rune = 0xC7CA
	HangulSyllableJyags                                                        rune = 0xC7CB
	HangulSyllableJyan                                                         rune = 0xC7CC
	HangulSyllableJyanj                                                        rune = 0xC7CD
	HangulSyllableJyanh                                                        rune = 0xC7CE
	HangulSyllableJyad                                                         rune = 0xC7CF
	HangulSyllableJyal                                                         rune = 0xC7D0
	HangulSyllableJyalg                                                        rune = 0xC7D1
	HangulSyllableJyalm                                                        rune = 0xC7D2
	HangulSyllableJyalb                                                        rune = 0xC7D3
	HangulSyllableJyals                                                        rune = 0xC7D4
	HangulSyllableJyalt                                                        rune = 0xC7D5
	HangulSyllableJyalp                                                        rune = 0xC7D6
	HangulSyllableJyalh                                                        rune = 0xC7D7
	HangulSyllableJyam                                                         rune = 0xC7D8
	HangulSyllableJyab                                                         rune = 0xC7D9
	HangulSyllableJyabs                                                        rune = 0xC7DA
	HangulSyllableJyas                                                         rune = 0xC7DB
	HangulSyllableJyass                                                        rune = 0xC7DC
	HangulSyllableJyang                                                        rune = 0xC7DD
	HangulSyllableJyaj                                                         rune = 0xC7DE
	HangulSyllableJyac                                                         rune = 0xC7DF
	HangulSyllableJyak                                                         rune = 0xC7E0
	HangulSyllableJyat                                                         rune = 0xC7E1
	HangulSyllableJyap                                                         rune = 0xC7E2
	HangulSyllableJyah                                                         rune = 0xC7E3
	HangulSyllableJyae                                                         rune = 0xC7E4
	HangulSyllableJyaeg                                                        rune = 0xC7E5
	HangulSyllableJyaegg                                                       rune = 0xC7E6
	HangulSyllableJyaegs                                                       rune = 0xC7E7
	HangulSyllableJyaen                                                        rune = 0xC7E8
	HangulSyllableJyaenj                                                       rune = 0xC7E9
	HangulSyllableJyaenh                                                       rune = 0xC7EA
	HangulSyllableJyaed                                                        rune = 0xC7EB
	HangulSyllableJyael                                                        rune = 0xC7EC
	HangulSyllableJyaelg                                                       rune = 0xC7ED
	HangulSyllableJyaelm                                                       rune = 0xC7EE
	HangulSyllableJyaelb                                                       rune = 0xC7EF
	HangulSyllableJyaels                                                       rune = 0xC7F0
	HangulSyllableJyaelt                                                       rune = 0xC7F1
	HangulSyllableJyaelp                                                       rune = 0xC7F2
	HangulSyllableJyaelh                                                       rune = 0xC7F3
	HangulSyllableJyaem                                                        rune = 0xC7F4
	HangulSyllableJyaeb                                                        rune = 0xC7F5
	HangulSyllableJyaebs                                                       rune = 0xC7F6
	HangulSyllableJyaes                                                        rune = 0xC7F7
	HangulSyllableJyaess                                                       rune = 0xC7F8
	HangulSyllableJyaeng                                                       rune = 0xC7F9
	HangulSyllableJyaej                                                        rune = 0xC7FA
	HangulSyllableJyaec                                                        rune = 0xC7FB
	HangulSyllableJyaek                                                        rune = 0xC7FC
	HangulSyllableJyaet                                                        rune = 0xC7FD
	HangulSyllableJyaep                                                        rune = 0xC7FE
	HangulSyllableJyaeh                                                        rune = 0xC7FF
	HangulSyllableJeo                                                          rune = 0xC800
	HangulSyllableJeog                                                         rune = 0xC801
	HangulSyllableJeogg                                                        rune = 0xC802
	HangulSyllableJeogs                                                        rune = 0xC803
	HangulSyllableJeon                                                         rune = 0xC804
	HangulSyllableJeonj                                                        rune = 0xC805
	HangulSyllableJeonh                                                        rune = 0xC806
	HangulSyllableJeod                                                         rune = 0xC807
	HangulSyllableJeol                                                         rune = 0xC808
	HangulSyllableJeolg                                                        rune = 0xC809
	HangulSyllableJeolm                                                        rune = 0xC80A
	HangulSyllableJeolb                                                        rune = 0xC80B
	HangulSyllableJeols                                                        rune = 0xC80C
	HangulSyllableJeolt                                                        rune = 0xC80D
	HangulSyllableJeolp                                                        rune = 0xC80E
	HangulSyllableJeolh                                                        rune = 0xC80F
	HangulSyllableJeom                                                         rune = 0xC810
	HangulSyllableJeob                                                         rune = 0xC811
	HangulSyllableJeobs                                                        rune = 0xC812
	HangulSyllableJeos                                                         rune = 0xC813
	HangulSyllableJeoss                                                        rune = 0xC814
	HangulSyllableJeong                                                        rune = 0xC815
	HangulSyllableJeoj                                                         rune = 0xC816
	HangulSyllableJeoc                                                         rune = 0xC817
	HangulSyllableJeok                                                         rune = 0xC818
	HangulSyllableJeot                                                         rune = 0xC819
	HangulSyllableJeop                                                         rune = 0xC81A
	HangulSyllableJeoh                                                         rune = 0xC81B
	HangulSyllableJe                                                           rune = 0xC81C
	HangulSyllableJeg                                                          rune = 0xC81D
	HangulSyllableJegg                                                         rune = 0xC81E
	HangulSyllableJegs                                                         rune = 0xC81F
	HangulSyllableJen                                                          rune = 0xC820
	HangulSyllableJenj                                                         rune = 0xC821
	HangulSyllableJenh                                                         rune = 0xC822
	HangulSyllableJed                                                          rune = 0xC823
	HangulSyllableJel                                                          rune = 0xC824
	HangulSyllableJelg                                                         rune = 0xC825
	HangulSyllableJelm                                                         rune = 0xC826
	HangulSyllableJelb                                                         rune = 0xC827
	HangulSyllableJels                                                         rune = 0xC828
	HangulSyllableJelt                                                         rune = 0xC829
	HangulSyllableJelp                                                         rune = 0xC82A
	HangulSyllableJelh                                                         rune = 0xC82B
	HangulSyllableJem                                                          rune = 0xC82C
	HangulSyllableJeb                                                          rune = 0xC82D
	HangulSyllableJebs                                                         rune = 0xC82E
	HangulSyllableJes                                                          rune = 0xC82F
	HangulSyllableJess                                                         rune = 0xC830
	HangulSyllableJeng                                                         rune = 0xC831
	HangulSyllableJej                                                          rune = 0xC832
	HangulSyllableJec                                                          rune = 0xC833
	HangulSyllableJek                                                          rune = 0xC834
	HangulSyllableJet                                                          rune = 0xC835
	HangulSyllableJep                                                          rune = 0xC836
	HangulSyllableJeh                                                          rune = 0xC837
	HangulSyllableJyeo                                                         rune = 0xC838
	HangulSyllableJyeog                                                        rune = 0xC839
	HangulSyllableJyeogg                                                       rune = 0xC83A
	HangulSyllableJyeogs                                                       rune = 0xC83B
	HangulSyllableJyeon                                                        rune = 0xC83C
	HangulSyllableJyeonj                                                       rune = 0xC83D
	HangulSyllableJyeonh                                                       rune = 0xC83E
	HangulSyllableJyeod                                                        rune = 0xC83F
	HangulSyllableJyeol                                                        rune = 0xC840
	HangulSyllableJyeolg                                                       rune = 0xC841
	HangulSyllableJyeolm                                                       rune = 0xC842
	HangulSyllableJyeolb                                                       rune = 0xC843
	HangulSyllableJyeols                                                       rune = 0xC844
	HangulSyllableJyeolt                                                       rune = 0xC845
	HangulSyllableJyeolp                                                       rune = 0xC846
	HangulSyllableJyeolh                                                       rune = 0xC847
	HangulSyllableJyeom                                                        rune = 0xC848
	HangulSyllableJyeob                                                        rune = 0xC849
	HangulSyllableJyeobs                                                       rune = 0xC84A
	HangulSyllableJyeos                                                        rune = 0xC84B
	HangulSyllableJyeoss                                                       rune = 0xC84C
	HangulSyllableJyeong                                                       rune = 0xC84D
	HangulSyllableJyeoj                                                        rune = 0xC84E
	HangulSyllableJyeoc                                                        rune = 0xC84F
	HangulSyllableJyeok                                                        rune = 0xC850
	HangulSyllableJyeot                                                        rune = 0xC851
	HangulSyllableJyeop                                                        rune = 0xC852
	HangulSyllableJyeoh                                                        rune = 0xC853
	HangulSyllableJye                                                          rune = 0xC854
	HangulSyllableJyeg                                                         rune = 0xC855
	HangulSyllableJyegg                                                        rune = 0xC856
	HangulSyllableJyegs                                                        rune = 0xC857
	HangulSyllableJyen                                                         rune = 0xC858
	HangulSyllableJyenj                                                        rune = 0xC859
	HangulSyllableJyenh                                                        rune = 0xC85A
	HangulSyllableJyed                                                         rune = 0xC85B
	HangulSyllableJyel                                                         rune = 0xC85C
	HangulSyllableJyelg                                                        rune = 0xC85D
	HangulSyllableJyelm                                                        rune = 0xC85E
	HangulSyllableJyelb                                                        rune = 0xC85F
	HangulSyllableJyels                                                        rune = 0xC860
	HangulSyllableJyelt                                                        rune = 0xC861
	HangulSyllableJyelp                                                        rune = 0xC862
	HangulSyllableJyelh                                                        rune = 0xC863
	HangulSyllableJyem                                                         rune = 0xC864
	HangulSyllableJyeb                                                         rune = 0xC865
	HangulSyllableJyebs                                                        rune = 0xC866
	HangulSyllableJyes                                                         rune = 0xC867
	HangulSyllableJyess                                                        rune = 0xC868
	HangulSyllableJyeng                                                        rune = 0xC869
	HangulSyllableJyej                                                         rune = 0xC86A
	HangulSyllableJyec                                                         rune = 0xC86B
	HangulSyllableJyek                                                         rune = 0xC86C
	HangulSyllableJyet                                                         rune = 0xC86D
	HangulSyllableJyep                                                         rune = 0xC86E
	HangulSyllableJyeh                                                         rune = 0xC86F
	HangulSyllableJo                                                           rune = 0xC870
	HangulSyllableJog                                                          rune = 0xC871
	HangulSyllableJogg                                                         rune = 0xC872
	HangulSyllableJogs                                                         rune = 0xC873
	HangulSyllableJon                                                          rune = 0xC874
	HangulSyllableJonj                                                         rune = 0xC875
	HangulSyllableJonh                                                         rune = 0xC876
	HangulSyllableJod                                                          rune = 0xC877
	HangulSyllableJol                                                          rune = 0xC878
	HangulSyllableJolg                                                         rune = 0xC879
	HangulSyllableJolm                                                         rune = 0xC87A
	HangulSyllableJolb                                                         rune = 0xC87B
	HangulSyllableJols                                                         rune = 0xC87C
	HangulSyllableJolt                                                         rune = 0xC87D
	HangulSyllableJolp                                                         rune = 0xC87E
	HangulSyllableJolh                                                         rune = 0xC87F
	HangulSyllableJom                                                          rune = 0xC880
	HangulSyllableJob                                                          rune = 0xC881
	HangulSyllableJobs                                                         rune = 0xC882
	HangulSyllableJos                                                          rune = 0xC883
	HangulSyllableJoss                                                         rune = 0xC884
	HangulSyllableJong                                                         rune = 0xC885
	HangulSyllableJoj                                                          rune = 0xC886
	HangulSyllableJoc                                                          rune = 0xC887
	HangulSyllableJok                                                          rune = 0xC888
	HangulSyllableJot                                                          rune = 0xC889
	HangulSyllableJop                                                          rune = 0xC88A
	HangulSyllableJoh                                                          rune = 0xC88B
	HangulSyllableJwa                                                          rune = 0xC88C
	HangulSyllableJwag                                                         rune = 0xC88D
	HangulSyllableJwagg                                                        rune = 0xC88E
	HangulSyllableJwags                                                        rune = 0xC88F
	HangulSyllableJwan                                                         rune = 0xC890
	HangulSyllableJwanj                                                        rune = 0xC891
	HangulSyllableJwanh                                                        rune = 0xC892
	HangulSyllableJwad                                                         rune = 0xC893
	HangulSyllableJwal                                                         rune = 0xC894
	HangulSyllableJwalg                                                        rune = 0xC895
	HangulSyllableJwalm                                                        rune = 0xC896
	HangulSyllableJwalb                                                        rune = 0xC897
	HangulSyllableJwals                                                        rune = 0xC898
	HangulSyllableJwalt                                                        rune = 0xC899
	HangulSyllableJwalp                                                        rune = 0xC89A
	HangulSyllableJwalh                                                        rune = 0xC89B
	HangulSyllableJwam                                                         rune = 0xC89C
	HangulSyllableJwab                                                         rune = 0xC89D
	HangulSyllableJwabs                                                        rune = 0xC89E
	HangulSyllableJwas                                                         rune = 0xC89F
	HangulSyllableJwass                                                        rune = 0xC8A0
	HangulSyllableJwang                                                        rune = 0xC8A1
	HangulSyllableJwaj                                                         rune = 0xC8A2
	HangulSyllableJwac                                                         rune = 0xC8A3
	HangulSyllableJwak                                                         rune = 0xC8A4
	HangulSyllableJwat                                                         rune = 0xC8A5
	HangulSyllableJwap                                                         rune = 0xC8A6
	HangulSyllableJwah                                                         rune = 0xC8A7
	HangulSyllableJwae                                                         rune = 0xC8A8
	HangulSyllableJwaeg                                                        rune = 0xC8A9
	HangulSyllableJwaegg                                                       rune = 0xC8AA
	HangulSyllableJwaegs                                                       rune = 0xC8AB
	HangulSyllableJwaen                                                        rune = 0xC8AC
	HangulSyllableJwaenj                                                       rune = 0xC8AD
	HangulSyllableJwaenh                                                       rune = 0xC8AE
	HangulSyllableJwaed                                                        rune = 0xC8AF
	HangulSyllableJwael                                                        rune = 0xC8B0
	HangulSyllableJwaelg                                                       rune = 0xC8B1
	HangulSyllableJwaelm                                                       rune = 0xC8B2
	HangulSyllableJwaelb                                                       rune = 0xC8B3
	HangulSyllableJwaels                                                       rune = 0xC8B4
	HangulSyllableJwaelt                                                       rune = 0xC8B5
	HangulSyllableJwaelp                                                       rune = 0xC8B6
	HangulSyllableJwaelh                                                       rune = 0xC8B7
	HangulSyllableJwaem                                                        rune = 0xC8B8
	HangulSyllableJwaeb                                                        rune = 0xC8B9
	HangulSyllableJwaebs                                                       rune = 0xC8BA
	HangulSyllableJwaes                                                        rune = 0xC8BB
	HangulSyllableJwaess                                                       rune = 0xC8BC
	HangulSyllableJwaeng                                                       rune = 0xC8BD
	HangulSyllableJwaej                                                        rune = 0xC8BE
	HangulSyllableJwaec                                                        rune = 0xC8BF
	HangulSyllableJwaek                                                        rune = 0xC8C0
	HangulSyllableJwaet                                                        rune = 0xC8C1
	HangulSyllableJwaep                                                        rune = 0xC8C2
	HangulSyllableJwaeh                                                        rune = 0xC8C3
	HangulSyllableJoe                                                          rune = 0xC8C4
	HangulSyllableJoeg                                                         rune = 0xC8C5
	HangulSyllableJoegg                                                        rune = 0xC8C6
	HangulSyllableJoegs                                                        rune = 0xC8C7
	HangulSyllableJoen                                                         rune = 0xC8C8
	HangulSyllableJoenj                                                        rune = 0xC8C9
	HangulSyllableJoenh                                                        rune = 0xC8CA
	HangulSyllableJoed                                                         rune = 0xC8CB
	HangulSyllableJoel                                                         rune = 0xC8CC
	HangulSyllableJoelg                                                        rune = 0xC8CD
	HangulSyllableJoelm                                                        rune = 0xC8CE
	HangulSyllableJoelb                                                        rune = 0xC8CF
	HangulSyllableJoels                                                        rune = 0xC8D0
	HangulSyllableJoelt                                                        rune = 0xC8D1
	HangulSyllableJoelp                                                        rune = 0xC8D2
	HangulSyllableJoelh                                                        rune = 0xC8D3
	HangulSyllableJoem                                                         rune = 0xC8D4
	HangulSyllableJoeb                                                         rune = 0xC8D5
	HangulSyllableJoebs                                                        rune = 0xC8D6
	HangulSyllableJoes                                                         rune = 0xC8D7
	HangulSyllableJoess                                                        rune = 0xC8D8
	HangulSyllableJoeng                                                        rune = 0xC8D9
	HangulSyllableJoej                                                         rune = 0xC8DA
	HangulSyllableJoec                                                         rune = 0xC8DB
	HangulSyllableJoek                                                         rune = 0xC8DC
	HangulSyllableJoet                                                         rune = 0xC8DD
	HangulSyllableJoep                                                         rune = 0xC8DE
	HangulSyllableJoeh                                                         rune = 0xC8DF
	HangulSyllableJyo                                                          rune = 0xC8E0
	HangulSyllableJyog                                                         rune = 0xC8E1
	HangulSyllableJyogg                                                        rune = 0xC8E2
	HangulSyllableJyogs                                                        rune = 0xC8E3
	HangulSyllableJyon                                                         rune = 0xC8E4
	HangulSyllableJyonj                                                        rune = 0xC8E5
	HangulSyllableJyonh                                                        rune = 0xC8E6
	HangulSyllableJyod                                                         rune = 0xC8E7
	HangulSyllableJyol                                                         rune = 0xC8E8
	HangulSyllableJyolg                                                        rune = 0xC8E9
	HangulSyllableJyolm                                                        rune = 0xC8EA
	HangulSyllableJyolb                                                        rune = 0xC8EB
	HangulSyllableJyols                                                        rune = 0xC8EC
	HangulSyllableJyolt                                                        rune = 0xC8ED
	HangulSyllableJyolp                                                        rune = 0xC8EE
	HangulSyllableJyolh                                                        rune = 0xC8EF
	HangulSyllableJyom                                                         rune = 0xC8F0
	HangulSyllableJyob                                                         rune = 0xC8F1
	HangulSyllableJyobs                                                        rune = 0xC8F2
	HangulSyllableJyos                                                         rune = 0xC8F3
	HangulSyllableJyoss                                                        rune = 0xC8F4
	HangulSyllableJyong                                                        rune = 0xC8F5
	HangulSyllableJyoj                                                         rune = 0xC8F6
	HangulSyllableJyoc                                                         rune = 0xC8F7
	HangulSyllableJyok                                                         rune = 0xC8F8
	HangulSyllableJyot                                                         rune = 0xC8F9
	HangulSyllableJyop                                                         rune = 0xC8FA
	HangulSyllableJyoh                                                         rune = 0xC8FB
	HangulSyllableJu                                                           rune = 0xC8FC
	HangulSyllableJug                                                          rune = 0xC8FD
	HangulSyllableJugg                                                         rune = 0xC8FE
	HangulSyllableJugs                                                         rune = 0xC8FF
	HangulSyllableJun                                                          rune = 0xC900
	HangulSyllableJunj                                                         rune = 0xC901
	HangulSyllableJunh                                                         rune = 0xC902
	HangulSyllableJud                                                          rune = 0xC903
	HangulSyllableJul                                                          rune = 0xC904
	HangulSyllableJulg                                                         rune = 0xC905
	HangulSyllableJulm                                                         rune = 0xC906
	HangulSyllableJulb                                                         rune = 0xC907
	HangulSyllableJuls                                                         rune = 0xC908
	HangulSyllableJult                                                         rune = 0xC909
	HangulSyllableJulp                                                         rune = 0xC90A
	HangulSyllableJulh                                                         rune = 0xC90B
	HangulSyllableJum                                                          rune = 0xC90C
	HangulSyllableJub                                                          rune = 0xC90D
	HangulSyllableJubs                                                         rune = 0xC90E
	HangulSyllableJus                                                          rune = 0xC90F
	HangulSyllableJuss                                                         rune = 0xC910
	HangulSyllableJung                                                         rune = 0xC911
	HangulSyllableJuj                                                          rune = 0xC912
	HangulSyllableJuc                                                          rune = 0xC913
	HangulSyllableJuk                                                          rune = 0xC914
	HangulSyllableJut                                                          rune = 0xC915
	HangulSyllableJup                                                          rune = 0xC916
	HangulSyllableJuh                                                          rune = 0xC917
	HangulSyllableJweo                                                         rune = 0xC918
	HangulSyllableJweog                                                        rune = 0xC919
	HangulSyllableJweogg                                                       rune = 0xC91A
	HangulSyllableJweogs                                                       rune = 0xC91B
	HangulSyllableJweon                                                        rune = 0xC91C
	HangulSyllableJweonj                                                       rune = 0xC91D
	HangulSyllableJweonh                                                       rune = 0xC91E
	HangulSyllableJweod                                                        rune = 0xC91F
	HangulSyllableJweol                                                        rune = 0xC920
	HangulSyllableJweolg                                                       rune = 0xC921
	HangulSyllableJweolm                                                       rune = 0xC922
	HangulSyllableJweolb                                                       rune = 0xC923
	HangulSyllableJweols                                                       rune = 0xC924
	HangulSyllableJweolt                                                       rune = 0xC925
	HangulSyllableJweolp                                                       rune = 0xC926
	HangulSyllableJweolh                                                       rune = 0xC927
	HangulSyllableJweom                                                        rune = 0xC928
	HangulSyllableJweob                                                        rune = 0xC929
	HangulSyllableJweobs                                                       rune = 0xC92A
	HangulSyllableJweos                                                        rune = 0xC92B
	HangulSyllableJweoss                                                       rune = 0xC92C
	HangulSyllableJweong                                                       rune = 0xC92D
	HangulSyllableJweoj                                                        rune = 0xC92E
	HangulSyllableJweoc                                                        rune = 0xC92F
	HangulSyllableJweok                                                        rune = 0xC930
	HangulSyllableJweot                                                        rune = 0xC931
	HangulSyllableJweop                                                        rune = 0xC932
	HangulSyllableJweoh                                                        rune = 0xC933
	HangulSyllableJwe                                                          rune = 0xC934
	HangulSyllableJweg                                                         rune = 0xC935
	HangulSyllableJwegg                                                        rune = 0xC936
	HangulSyllableJwegs                                                        rune = 0xC937
	HangulSyllableJwen                                                         rune = 0xC938
	HangulSyllableJwenj                                                        rune = 0xC939
	HangulSyllableJwenh                                                        rune = 0xC93A
	HangulSyllableJwed                                                         rune = 0xC93B
	HangulSyllableJwel                                                         rune = 0xC93C
	HangulSyllableJwelg                                                        rune = 0xC93D
	HangulSyllableJwelm                                                        rune = 0xC93E
	HangulSyllableJwelb                                                        rune = 0xC93F
	HangulSyllableJwels                                                        rune = 0xC940
	HangulSyllableJwelt                                                        rune = 0xC941
	HangulSyllableJwelp                                                        rune = 0xC942
	HangulSyllableJwelh                                                        rune = 0xC943
	HangulSyllableJwem                                                         rune = 0xC944
	HangulSyllableJweb                                                         rune = 0xC945
	HangulSyllableJwebs                                                        rune = 0xC946
	HangulSyllableJwes                                                         rune = 0xC947
	HangulSyllableJwess                                                        rune = 0xC948
	HangulSyllableJweng                                                        rune = 0xC949
	HangulSyllableJwej                                                         rune = 0xC94A
	HangulSyllableJwec                                                         rune = 0xC94B
	HangulSyllableJwek                                                         rune = 0xC94C
	HangulSyllableJwet                                                         rune = 0xC94D
	HangulSyllableJwep                                                         rune = 0xC94E
	HangulSyllableJweh                                                         rune = 0xC94F
	HangulSyllableJwi                                                          rune = 0xC950
	HangulSyllableJwig                                                         rune = 0xC951
	HangulSyllableJwigg                                                        rune = 0xC952
	HangulSyllableJwigs                                                        rune = 0xC953
	HangulSyllableJwin                                                         rune = 0xC954
	HangulSyllableJwinj                                                        rune = 0xC955
	HangulSyllableJwinh                                                        rune = 0xC956
	HangulSyllableJwid                                                         rune = 0xC957
	HangulSyllableJwil                                                         rune = 0xC958
	HangulSyllableJwilg                                                        rune = 0xC959
	HangulSyllableJwilm                                                        rune = 0xC95A
	HangulSyllableJwilb                                                        rune = 0xC95B
	HangulSyllableJwils                                                        rune = 0xC95C
	HangulSyllableJwilt                                                        rune = 0xC95D
	HangulSyllableJwilp                                                        rune = 0xC95E
	HangulSyllableJwilh                                                        rune = 0xC95F
	HangulSyllableJwim                                                         rune = 0xC960
	HangulSyllableJwib                                                         rune = 0xC961
	HangulSyllableJwibs                                                        rune = 0xC962
	HangulSyllableJwis                                                         rune = 0xC963
	HangulSyllableJwiss                                                        rune = 0xC964
	HangulSyllableJwing                                                        rune = 0xC965
	HangulSyllableJwij                                                         rune = 0xC966
	HangulSyllableJwic                                                         rune = 0xC967
	HangulSyllableJwik                                                         rune = 0xC968
	HangulSyllableJwit                                                         rune = 0xC969
	HangulSyllableJwip                                                         rune = 0xC96A
	HangulSyllableJwih                                                         rune = 0xC96B
	HangulSyllableJyu                                                          rune = 0xC96C
	HangulSyllableJyug                                                         rune = 0xC96D
	HangulSyllableJyugg                                                        rune = 0xC96E
	HangulSyllableJyugs                                                        rune = 0xC96F
	HangulSyllableJyun                                                         rune = 0xC970
	HangulSyllableJyunj                                                        rune = 0xC971
	HangulSyllableJyunh                                                        rune = 0xC972
	HangulSyllableJyud                                                         rune = 0xC973
	HangulSyllableJyul                                                         rune = 0xC974
	HangulSyllableJyulg                                                        rune = 0xC975
	HangulSyllableJyulm                                                        rune = 0xC976
	HangulSyllableJyulb                                                        rune = 0xC977
	HangulSyllableJyuls                                                        rune = 0xC978
	HangulSyllableJyult                                                        rune = 0xC979
	HangulSyllableJyulp                                                        rune = 0xC97A
	HangulSyllableJyulh                                                        rune = 0xC97B
	HangulSyllableJyum                                                         rune = 0xC97C
	HangulSyllableJyub                                                         rune = 0xC97D
	HangulSyllableJyubs                                                        rune = 0xC97E
	HangulSyllableJyus                                                         rune = 0xC97F
	HangulSyllableJyuss                                                        rune = 0xC980
	HangulSyllableJyung                                                        rune = 0xC981
	HangulSyllableJyuj                                                         rune = 0xC982
	HangulSyllableJyuc                                                         rune = 0xC983
	HangulSyllableJyuk                                                         rune = 0xC984
	HangulSyllableJyut                                                         rune = 0xC985
	HangulSyllableJyup                                                         rune = 0xC986
	HangulSyllableJyuh                                                         rune = 0xC987
	HangulSyllableJeu                                                          rune = 0xC988
	HangulSyllableJeug                                                         rune = 0xC989
	HangulSyllableJeugg                                                        rune = 0xC98A
	HangulSyllableJeugs                                                        rune = 0xC98B
	HangulSyllableJeun                                                         rune = 0xC98C
	HangulSyllableJeunj                                                        rune = 0xC98D
	HangulSyllableJeunh                                                        rune = 0xC98E
	HangulSyllableJeud                                                         rune = 0xC98F
	HangulSyllableJeul                                                         rune = 0xC990
	HangulSyllableJeulg                                                        rune = 0xC991
	HangulSyllableJeulm                                                        rune = 0xC992
	HangulSyllableJeulb                                                        rune = 0xC993
	HangulSyllableJeuls                                                        rune = 0xC994
	HangulSyllableJeult                                                        rune = 0xC995
	HangulSyllableJeulp                                                        rune = 0xC996
	HangulSyllableJeulh                                                        rune = 0xC997
	HangulSyllableJeum                                                         rune = 0xC998
	HangulSyllableJeub                                                         rune = 0xC999
	HangulSyllableJeubs                                                        rune = 0xC99A
	HangulSyllableJeus                                                         rune = 0xC99B
	HangulSyllableJeuss                                                        rune = 0xC99C
	HangulSyllableJeung                                                        rune = 0xC99D
	HangulSyllableJeuj                                                         rune = 0xC99E
	HangulSyllableJeuc                                                         rune = 0xC99F
	HangulSyllableJeuk                                                         rune = 0xC9A0
	HangulSyllableJeut                                                         rune = 0xC9A1
	HangulSyllableJeup                                                         rune = 0xC9A2
	HangulSyllableJeuh                                                         rune = 0xC9A3
	HangulSyllableJyi                                                          rune = 0xC9A4
	HangulSyllableJyig                                                         rune = 0xC9A5
	HangulSyllableJyigg                                                        rune = 0xC9A6
	HangulSyllableJyigs                                                        rune = 0xC9A7
	HangulSyllableJyin                                                         rune = 0xC9A8
	HangulSyllableJyinj                                                        rune = 0xC9A9
	HangulSyllableJyinh                                                        rune = 0xC9AA
	HangulSyllableJyid                                                         rune = 0xC9AB
	HangulSyllableJyil                                                         rune = 0xC9AC
	HangulSyllableJyilg                                                        rune = 0xC9AD
	HangulSyllableJyilm                                                        rune = 0xC9AE
	HangulSyllableJyilb                                                        rune = 0xC9AF
	HangulSyllableJyils                                                        rune = 0xC9B0
	HangulSyllableJyilt                                                        rune = 0xC9B1
	HangulSyllableJyilp                                                        rune = 0xC9B2
	HangulSyllableJyilh                                                        rune = 0xC9B3
	HangulSyllableJyim                                                         rune = 0xC9B4
	HangulSyllableJyib                                                         rune = 0xC9B5
	HangulSyllableJyibs                                                        rune = 0xC9B6
	HangulSyllableJyis                                                         rune = 0xC9B7
	HangulSyllableJyiss                                                        rune = 0xC9B8
	HangulSyllableJying                                                        rune = 0xC9B9
	HangulSyllableJyij                                                         rune = 0xC9BA
	HangulSyllableJyic                                                         rune = 0xC9BB
	HangulSyllableJyik                                                         rune = 0xC9BC
	HangulSyllableJyit                                                         rune = 0xC9BD
	HangulSyllableJyip                                                         rune = 0xC9BE
	HangulSyllableJyih                                                         rune = 0xC9BF
	HangulSyllableJi                                                           rune = 0xC9C0
	HangulSyllableJig                                                          rune = 0xC9C1
	HangulSyllableJigg                                                         rune = 0xC9C2
	HangulSyllableJigs                                                         rune = 0xC9C3
	HangulSyllableJin                                                          rune = 0xC9C4
	HangulSyllableJinj                                                         rune = 0xC9C5
	HangulSyllableJinh                                                         rune = 0xC9C6
	HangulSyllableJid                                                          rune = 0xC9C7
	HangulSyllableJil                                                          rune = 0xC9C8
	HangulSyllableJilg                                                         rune = 0xC9C9
	HangulSyllableJilm                                                         rune = 0xC9CA
	HangulSyllableJilb                                                         rune = 0xC9CB
	HangulSyllableJils                                                         rune = 0xC9CC
	HangulSyllableJilt                                                         rune = 0xC9CD
	HangulSyllableJilp                                                         rune = 0xC9CE
	HangulSyllableJilh                                                         rune = 0xC9CF
	HangulSyllableJim                                                          rune = 0xC9D0
	HangulSyllableJib                                                          rune = 0xC9D1
	HangulSyllableJibs                                                         rune = 0xC9D2
	HangulSyllableJis                                                          rune = 0xC9D3
	HangulSyllableJiss                                                         rune = 0xC9D4
	HangulSyllableJing                                                         rune = 0xC9D5
	HangulSyllableJij                                                          rune = 0xC9D6
	HangulSyllableJic                                                          rune = 0xC9D7
	HangulSyllableJik                                                          rune = 0xC9D8
	HangulSyllableJit                                                          rune = 0xC9D9
	HangulSyllableJip                                                          rune = 0xC9DA
	HangulSyllableJih                                                          rune = 0xC9DB
	HangulSyllableJja                                                          rune = 0xC9DC
	HangulSyllableJjag                                                         rune = 0xC9DD
	HangulSyllableJjagg                                                        rune = 0xC9DE
	HangulSyllableJjags                                                        rune = 0xC9DF
	HangulSyllableJjan                                                         rune = 0xC9E0
	HangulSyllableJjanj                                                        rune = 0xC9E1
	HangulSyllableJjanh                                                        rune = 0xC9E2
	HangulSyllableJjad                                                         rune = 0xC9E3
	HangulSyllableJjal                                                         rune = 0xC9E4
	HangulSyllableJjalg                                                        rune = 0xC9E5
	HangulSyllableJjalm                                                        rune = 0xC9E6
	HangulSyllableJjalb                                                        rune = 0xC9E7
	HangulSyllableJjals                                                        rune = 0xC9E8
	HangulSyllableJjalt                                                        rune = 0xC9E9
	HangulSyllableJjalp                                                        rune = 0xC9EA
	HangulSyllableJjalh                                                        rune = 0xC9EB
	HangulSyllableJjam                                                         rune = 0xC9EC
	HangulSyllableJjab                                                         rune = 0xC9ED
	HangulSyllableJjabs                                                        rune = 0xC9EE
	HangulSyllableJjas                                                         rune = 0xC9EF
	HangulSyllableJjass                                                        rune = 0xC9F0
	HangulSyllableJjang                                                        rune = 0xC9F1
	HangulSyllableJjaj                                                         rune = 0xC9F2
	HangulSyllableJjac                                                         rune = 0xC9F3
	HangulSyllableJjak                                                         rune = 0xC9F4
	HangulSyllableJjat                                                         rune = 0xC9F5
	HangulSyllableJjap                                                         rune = 0xC9F6
	HangulSyllableJjah                                                         rune = 0xC9F7
	HangulSyllableJjae                                                         rune = 0xC9F8
	HangulSyllableJjaeg                                                        rune = 0xC9F9
	HangulSyllableJjaegg                                                       rune = 0xC9FA
	HangulSyllableJjaegs                                                       rune = 0xC9FB
	HangulSyllableJjaen                                                        rune = 0xC9FC
	HangulSyllableJjaenj                                                       rune = 0xC9FD
	HangulSyllableJjaenh                                                       rune = 0xC9FE
	HangulSyllableJjaed                                                        rune = 0xC9FF
	HangulSyllableJjael                                                        rune = 0xCA00
	HangulSyllableJjaelg                                                       rune = 0xCA01
	HangulSyllableJjaelm                                                       rune = 0xCA02
	HangulSyllableJjaelb                                                       rune = 0xCA03
	HangulSyllableJjaels                                                       rune = 0xCA04
	HangulSyllableJjaelt                                                       rune = 0xCA05
	HangulSyllableJjaelp                                                       rune = 0xCA06
	HangulSyllableJjaelh                                                       rune = 0xCA07
	HangulSyllableJjaem                                                        rune = 0xCA08
	HangulSyllableJjaeb                                                        rune = 0xCA09
	HangulSyllableJjaebs                                                       rune = 0xCA0A
	HangulSyllableJjaes                                                        rune = 0xCA0B
	HangulSyllableJjaess                                                       rune = 0xCA0C
	HangulSyllableJjaeng                                                       rune = 0xCA0D
	HangulSyllableJjaej                                                        rune = 0xCA0E
	HangulSyllableJjaec                                                        rune = 0xCA0F
	HangulSyllableJjaek                                                        rune = 0xCA10
	HangulSyllableJjaet                                                        rune = 0xCA11
	HangulSyllableJjaep                                                        rune = 0xCA12
	HangulSyllableJjaeh                                                        rune = 0xCA13
	HangulSyllableJjya                                                         rune = 0xCA14
	HangulSyllableJjyag                                                        rune = 0xCA15
	HangulSyllableJjyagg                                                       rune = 0xCA16
	HangulSyllableJjyags                                                       rune = 0xCA17
	HangulSyllableJjyan                                                        rune = 0xCA18
	HangulSyllableJjyanj                                                       rune = 0xCA19
	HangulSyllableJjyanh                                                       rune = 0xCA1A
	HangulSyllableJjyad                                                        rune = 0xCA1B
	HangulSyllableJjyal                                                        rune = 0xCA1C
	HangulSyllableJjyalg                                                       rune = 0xCA1D
	HangulSyllableJjyalm                                                       rune = 0xCA1E
	HangulSyllableJjyalb                                                       rune = 0xCA1F
	HangulSyllableJjyals                                                       rune = 0xCA20
	HangulSyllableJjyalt                                                       rune = 0xCA21
	HangulSyllableJjyalp                                                       rune = 0xCA22
	HangulSyllableJjyalh                                                       rune = 0xCA23
	HangulSyllableJjyam                                                        rune = 0xCA24
	HangulSyllableJjyab                                                        rune = 0xCA25
	HangulSyllableJjyabs                                                       rune = 0xCA26
	HangulSyllableJjyas                                                        rune = 0xCA27
	HangulSyllableJjyass                                                       rune = 0xCA28
	HangulSyllableJjyang                                                       rune = 0xCA29
	HangulSyllableJjyaj                                                        rune = 0xCA2A
	HangulSyllableJjyac                                                        rune = 0xCA2B
	HangulSyllableJjyak                                                        rune = 0xCA2C
	HangulSyllableJjyat                                                        rune = 0xCA2D
	HangulSyllableJjyap                                                        rune = 0xCA2E
	HangulSyllableJjyah                                                        rune = 0xCA2F
	HangulSyllableJjyae                                                        rune = 0xCA30
	HangulSyllableJjyaeg                                                       rune = 0xCA31
	HangulSyllableJjyaegg                                                      rune = 0xCA32
	HangulSyllableJjyaegs                                                      rune = 0xCA33
	HangulSyllableJjyaen                                                       rune = 0xCA34
	HangulSyllableJjyaenj                                                      rune = 0xCA35
	HangulSyllableJjyaenh                                                      rune = 0xCA36
	HangulSyllableJjyaed                                                       rune = 0xCA37
	HangulSyllableJjyael                                                       rune = 0xCA38
	HangulSyllableJjyaelg                                                      rune = 0xCA39
	HangulSyllableJjyaelm                                                      rune = 0xCA3A
	HangulSyllableJjyaelb                                                      rune = 0xCA3B
	HangulSyllableJjyaels                                                      rune = 0xCA3C
	HangulSyllableJjyaelt                                                      rune = 0xCA3D
	HangulSyllableJjyaelp                                                      rune = 0xCA3E
	HangulSyllableJjyaelh                                                      rune = 0xCA3F
	HangulSyllableJjyaem                                                       rune = 0xCA40
	HangulSyllableJjyaeb                                                       rune = 0xCA41
	HangulSyllableJjyaebs                                                      rune = 0xCA42
	HangulSyllableJjyaes                                                       rune = 0xCA43
	HangulSyllableJjyaess                                                      rune = 0xCA44
	HangulSyllableJjyaeng                                                      rune = 0xCA45
	HangulSyllableJjyaej                                                       rune = 0xCA46
	HangulSyllableJjyaec                                                       rune = 0xCA47
	HangulSyllableJjyaek                                                       rune = 0xCA48
	HangulSyllableJjyaet                                                       rune = 0xCA49
	HangulSyllableJjyaep                                                       rune = 0xCA4A
	HangulSyllableJjyaeh                                                       rune = 0xCA4B
	HangulSyllableJjeo                                                         rune = 0xCA4C
	HangulSyllableJjeog                                                        rune = 0xCA4D
	HangulSyllableJjeogg                                                       rune = 0xCA4E
	HangulSyllableJjeogs                                                       rune = 0xCA4F
	HangulSyllableJjeon                                                        rune = 0xCA50
	HangulSyllableJjeonj                                                       rune = 0xCA51
	HangulSyllableJjeonh                                                       rune = 0xCA52
	HangulSyllableJjeod                                                        rune = 0xCA53
	HangulSyllableJjeol                                                        rune = 0xCA54
	HangulSyllableJjeolg                                                       rune = 0xCA55
	HangulSyllableJjeolm                                                       rune = 0xCA56
	HangulSyllableJjeolb                                                       rune = 0xCA57
	HangulSyllableJjeols                                                       rune = 0xCA58
	HangulSyllableJjeolt                                                       rune = 0xCA59
	HangulSyllableJjeolp                                                       rune = 0xCA5A
	HangulSyllableJjeolh                                                       rune = 0xCA5B
	HangulSyllableJjeom                                                        rune = 0xCA5C
	HangulSyllableJjeob                                                        rune = 0xCA5D
	HangulSyllableJjeobs                                                       rune = 0xCA5E
	HangulSyllableJjeos                                                        rune = 0xCA5F
	HangulSyllableJjeoss                                                       rune = 0xCA60
	HangulSyllableJjeong                                                       rune = 0xCA61
	HangulSyllableJjeoj                                                        rune = 0xCA62
	HangulSyllableJjeoc                                                        rune = 0xCA63
	HangulSyllableJjeok                                                        rune = 0xCA64
	HangulSyllableJjeot                                                        rune = 0xCA65
	HangulSyllableJjeop                                                        rune = 0xCA66
	HangulSyllableJjeoh                                                        rune = 0xCA67
	HangulSyllableJje                                                          rune = 0xCA68
	HangulSyllableJjeg                                                         rune = 0xCA69
	HangulSyllableJjegg                                                        rune = 0xCA6A
	HangulSyllableJjegs                                                        rune = 0xCA6B
	HangulSyllableJjen                                                         rune = 0xCA6C
	HangulSyllableJjenj                                                        rune = 0xCA6D
	HangulSyllableJjenh                                                        rune = 0xCA6E
	HangulSyllableJjed                                                         rune = 0xCA6F
	HangulSyllableJjel                                                         rune = 0xCA70
	HangulSyllableJjelg                                                        rune = 0xCA71
	HangulSyllableJjelm                                                        rune = 0xCA72
	HangulSyllableJjelb                                                        rune = 0xCA73
	HangulSyllableJjels                                                        rune = 0xCA74
	HangulSyllableJjelt                                                        rune = 0xCA75
	HangulSyllableJjelp                                                        rune = 0xCA76
	HangulSyllableJjelh                                                        rune = 0xCA77
	HangulSyllableJjem                                                         rune = 0xCA78
	HangulSyllableJjeb                                                         rune = 0xCA79
	HangulSyllableJjebs                                                        rune = 0xCA7A
	HangulSyllableJjes                                                         rune = 0xCA7B
	HangulSyllableJjess                                                        rune = 0xCA7C
	HangulSyllableJjeng                                                        rune = 0xCA7D
	HangulSyllableJjej                                                         rune = 0xCA7E
	HangulSyllableJjec                                                         rune = 0xCA7F
	HangulSyllableJjek                                                         rune = 0xCA80
	HangulSyllableJjet                                                         rune = 0xCA81
	HangulSyllableJjep                                                         rune = 0xCA82
	HangulSyllableJjeh                                                         rune = 0xCA83
	HangulSyllableJjyeo                                                        rune = 0xCA84
	HangulSyllableJjyeog                                                       rune = 0xCA85
	HangulSyllableJjyeogg                                                      rune = 0xCA86
	HangulSyllableJjyeogs                                                      rune = 0xCA87
	HangulSyllableJjyeon                                                       rune = 0xCA88
	HangulSyllableJjyeonj                                                      rune = 0xCA89
	HangulSyllableJjyeonh                                                      rune = 0xCA8A
	HangulSyllableJjyeod                                                       rune = 0xCA8B
	HangulSyllableJjyeol                                                       rune = 0xCA8C
	HangulSyllableJjyeolg                                                      rune = 0xCA8D
	HangulSyllableJjyeolm                                                      rune = 0xCA8E
	HangulSyllableJjyeolb                                                      rune = 0xCA8F
	HangulSyllableJjyeols                                                      rune = 0xCA90
	HangulSyllableJjyeolt                                                      rune = 0xCA91
	HangulSyllableJjyeolp                                                      rune = 0xCA92
	HangulSyllableJjyeolh                                                      rune = 0xCA93
	HangulSyllableJjyeom                                                       rune = 0xCA94
	HangulSyllableJjyeob                                                       rune = 0xCA95
	HangulSyllableJjyeobs                                                      rune = 0xCA96
	HangulSyllableJjyeos                                                       rune = 0xCA97
	HangulSyllableJjyeoss                                                      rune = 0xCA98
	HangulSyllableJjyeong                                                      rune = 0xCA99
	HangulSyllableJjyeoj                                                       rune = 0xCA9A
	HangulSyllableJjyeoc                                                       rune = 0xCA9B
	HangulSyllableJjyeok                                                       rune = 0xCA9C
	HangulSyllableJjyeot                                                       rune = 0xCA9D
	HangulSyllableJjyeop                                                       rune = 0xCA9E
	HangulSyllableJjyeoh                                                       rune = 0xCA9F
	HangulSyllableJjye                                                         rune = 0xCAA0
	HangulSyllableJjyeg                                                        rune = 0xCAA1
	HangulSyllableJjyegg                                                       rune = 0xCAA2
	HangulSyllableJjyegs                                                       rune = 0xCAA3
	HangulSyllableJjyen                                                        rune = 0xCAA4
	HangulSyllableJjyenj                                                       rune = 0xCAA5
	HangulSyllableJjyenh                                                       rune = 0xCAA6
	HangulSyllableJjyed                                                        rune = 0xCAA7
	HangulSyllableJjyel                                                        rune = 0xCAA8
	HangulSyllableJjyelg                                                       rune = 0xCAA9
	HangulSyllableJjyelm                                                       rune = 0xCAAA
	HangulSyllableJjyelb                                                       rune = 0xCAAB
	HangulSyllableJjyels                                                       rune = 0xCAAC
	HangulSyllableJjyelt                                                       rune = 0xCAAD
	HangulSyllableJjyelp                                                       rune = 0xCAAE
	HangulSyllableJjyelh                                                       rune = 0xCAAF
	HangulSyllableJjyem                                                        rune = 0xCAB0
	HangulSyllableJjyeb                                                        rune = 0xCAB1
	HangulSyllableJjyebs                                                       rune = 0xCAB2
	HangulSyllableJjyes                                                        rune = 0xCAB3
	HangulSyllableJjyess                                                       rune = 0xCAB4
	HangulSyllableJjyeng                                                       rune = 0xCAB5
	HangulSyllableJjyej                                                        rune = 0xCAB6
	HangulSyllableJjyec                                                        rune = 0xCAB7
	HangulSyllableJjyek                                                        rune = 0xCAB8
	HangulSyllableJjyet                                                        rune = 0xCAB9
	HangulSyllableJjyep                                                        rune = 0xCABA
	HangulSyllableJjyeh                                                        rune = 0xCABB
	HangulSyllableJjo                                                          rune = 0xCABC
	HangulSyllableJjog                                                         rune = 0xCABD
	HangulSyllableJjogg                                                        rune = 0xCABE
	HangulSyllableJjogs                                                        rune = 0xCABF
	HangulSyllableJjon                                                         rune = 0xCAC0
	HangulSyllableJjonj                                                        rune = 0xCAC1
	HangulSyllableJjonh                                                        rune = 0xCAC2
	HangulSyllableJjod                                                         rune = 0xCAC3
	HangulSyllableJjol                                                         rune = 0xCAC4
	HangulSyllableJjolg                                                        rune = 0xCAC5
	HangulSyllableJjolm                                                        rune = 0xCAC6
	HangulSyllableJjolb                                                        rune = 0xCAC7
	HangulSyllableJjols                                                        rune = 0xCAC8
	HangulSyllableJjolt                                                        rune = 0xCAC9
	HangulSyllableJjolp                                                        rune = 0xCACA
	HangulSyllableJjolh                                                        rune = 0xCACB
	HangulSyllableJjom                                                         rune = 0xCACC
	HangulSyllableJjob                                                         rune = 0xCACD
	HangulSyllableJjobs                                                        rune = 0xCACE
	HangulSyllableJjos                                                         rune = 0xCACF
	HangulSyllableJjoss                                                        rune = 0xCAD0
	HangulSyllableJjong                                                        rune = 0xCAD1
	HangulSyllableJjoj                                                         rune = 0xCAD2
	HangulSyllableJjoc                                                         rune = 0xCAD3
	HangulSyllableJjok                                                         rune = 0xCAD4
	HangulSyllableJjot                                                         rune = 0xCAD5
	HangulSyllableJjop                                                         rune = 0xCAD6
	HangulSyllableJjoh                                                         rune = 0xCAD7
	HangulSyllableJjwa                                                         rune = 0xCAD8
	HangulSyllableJjwag                                                        rune = 0xCAD9
	HangulSyllableJjwagg                                                       rune = 0xCADA
	HangulSyllableJjwags                                                       rune = 0xCADB
	HangulSyllableJjwan                                                        rune = 0xCADC
	HangulSyllableJjwanj                                                       rune = 0xCADD
	HangulSyllableJjwanh                                                       rune = 0xCADE
	HangulSyllableJjwad                                                        rune = 0xCADF
	HangulSyllableJjwal                                                        rune = 0xCAE0
	HangulSyllableJjwalg                                                       rune = 0xCAE1
	HangulSyllableJjwalm                                                       rune = 0xCAE2
	HangulSyllableJjwalb                                                       rune = 0xCAE3
	HangulSyllableJjwals                                                       rune = 0xCAE4
	HangulSyllableJjwalt                                                       rune = 0xCAE5
	HangulSyllableJjwalp                                                       rune = 0xCAE6
	HangulSyllableJjwalh                                                       rune = 0xCAE7
	HangulSyllableJjwam                                                        rune = 0xCAE8
	HangulSyllableJjwab                                                        rune = 0xCAE9
	HangulSyllableJjwabs                                                       rune = 0xCAEA
	HangulSyllableJjwas                                                        rune = 0xCAEB
	HangulSyllableJjwass                                                       rune = 0xCAEC
	HangulSyllableJjwang                                                       rune = 0xCAED
	HangulSyllableJjwaj                                                        rune = 0xCAEE
	HangulSyllableJjwac                                                        rune = 0xCAEF
	HangulSyllableJjwak                                                        rune = 0xCAF0
	HangulSyllableJjwat                                                        rune = 0xCAF1
	HangulSyllableJjwap                                                        rune = 0xCAF2
	HangulSyllableJjwah                                                        rune = 0xCAF3
	HangulSyllableJjwae                                                        rune = 0xCAF4
	HangulSyllableJjwaeg                                                       rune = 0xCAF5
	HangulSyllableJjwaegg                                                      rune = 0xCAF6
	HangulSyllableJjwaegs                                                      rune = 0xCAF7
	HangulSyllableJjwaen                                                       rune = 0xCAF8
	HangulSyllableJjwaenj                                                      rune = 0xCAF9
	HangulSyllableJjwaenh                                                      rune = 0xCAFA
	HangulSyllableJjwaed                                                       rune = 0xCAFB
	HangulSyllableJjwael                                                       rune = 0xCAFC
	HangulSyllableJjwaelg                                                      rune = 0xCAFD
	HangulSyllableJjwaelm                                                      rune = 0xCAFE
	HangulSyllableJjwaelb                                                      rune = 0xCAFF
	HangulSyllableJjwaels                                                      rune = 0xCB00
	HangulSyllableJjwaelt                                                      rune = 0xCB01
	HangulSyllableJjwaelp                                                      rune = 0xCB02
	HangulSyllableJjwaelh                                                      rune = 0xCB03
	HangulSyllableJjwaem                                                       rune = 0xCB04
	HangulSyllableJjwaeb                                                       rune = 0xCB05
	HangulSyllableJjwaebs                                                      rune = 0xCB06
	HangulSyllableJjwaes                                                       rune = 0xCB07
	HangulSyllableJjwaess                                                      rune = 0xCB08
	HangulSyllableJjwaeng                                                      rune = 0xCB09
	HangulSyllableJjwaej                                                       rune = 0xCB0A
	HangulSyllableJjwaec                                                       rune = 0xCB0B
	HangulSyllableJjwaek                                                       rune = 0xCB0C
	HangulSyllableJjwaet                                                       rune = 0xCB0D
	HangulSyllableJjwaep                                                       rune = 0xCB0E
	HangulSyllableJjwaeh                                                       rune = 0xCB0F
	HangulSyllableJjoe                                                         rune = 0xCB10
	HangulSyllableJjoeg                                                        rune = 0xCB11
	HangulSyllableJjoegg                                                       rune = 0xCB12
	HangulSyllableJjoegs                                                       rune = 0xCB13
	HangulSyllableJjoen                                                        rune = 0xCB14
	HangulSyllableJjoenj                                                       rune = 0xCB15
	HangulSyllableJjoenh                                                       rune = 0xCB16
	HangulSyllableJjoed                                                        rune = 0xCB17
	HangulSyllableJjoel                                                        rune = 0xCB18
	HangulSyllableJjoelg                                                       rune = 0xCB19
	HangulSyllableJjoelm                                                       rune = 0xCB1A
	HangulSyllableJjoelb                                                       rune = 0xCB1B
	HangulSyllableJjoels                                                       rune = 0xCB1C
	HangulSyllableJjoelt                                                       rune = 0xCB1D
	HangulSyllableJjoelp                                                       rune = 0xCB1E
	HangulSyllableJjoelh                                                       rune = 0xCB1F
	HangulSyllableJjoem                                                        rune = 0xCB20
	HangulSyllableJjoeb                                                        rune = 0xCB21
	HangulSyllableJjoebs                                                       rune = 0xCB22
	HangulSyllableJjoes                                                        rune = 0xCB23
	HangulSyllableJjoess                                                       rune = 0xCB24
	HangulSyllableJjoeng                                                       rune = 0xCB25
	HangulSyllableJjoej                                                        rune = 0xCB26
	HangulSyllableJjoec                                                        rune = 0xCB27
	HangulSyllableJjoek                                                        rune = 0xCB28
	HangulSyllableJjoet                                                        rune = 0xCB29
	HangulSyllableJjoep                                                        rune = 0xCB2A
	HangulSyllableJjoeh                                                        rune = 0xCB2B
	HangulSyllableJjyo                                                         rune = 0xCB2C
	HangulSyllableJjyog                                                        rune = 0xCB2D
	HangulSyllableJjyogg                                                       rune = 0xCB2E
	HangulSyllableJjyogs                                                       rune = 0xCB2F
	HangulSyllableJjyon                                                        rune = 0xCB30
	HangulSyllableJjyonj                                                       rune = 0xCB31
	HangulSyllableJjyonh                                                       rune = 0xCB32
	HangulSyllableJjyod                                                        rune = 0xCB33
	HangulSyllableJjyol                                                        rune = 0xCB34
	HangulSyllableJjyolg                                                       rune = 0xCB35
	HangulSyllableJjyolm                                                       rune = 0xCB36
	HangulSyllableJjyolb                                                       rune = 0xCB37
	HangulSyllableJjyols                                                       rune = 0xCB38
	HangulSyllableJjyolt                                                       rune = 0xCB39
	HangulSyllableJjyolp                                                       rune = 0xCB3A
	HangulSyllableJjyolh                                                       rune = 0xCB3B
	HangulSyllableJjyom                                                        rune = 0xCB3C
	HangulSyllableJjyob                                                        rune = 0xCB3D
	HangulSyllableJjyobs                                                       rune = 0xCB3E
	HangulSyllableJjyos                                                        rune = 0xCB3F
	HangulSyllableJjyoss                                                       rune = 0xCB40
	HangulSyllableJjyong                                                       rune = 0xCB41
	HangulSyllableJjyoj                                                        rune = 0xCB42
	HangulSyllableJjyoc                                                        rune = 0xCB43
	HangulSyllableJjyok                                                        rune = 0xCB44
	HangulSyllableJjyot                                                        rune = 0xCB45
	HangulSyllableJjyop                                                        rune = 0xCB46
	HangulSyllableJjyoh                                                        rune = 0xCB47
	HangulSyllableJju                                                          rune = 0xCB48
	HangulSyllableJjug                                                         rune = 0xCB49
	HangulSyllableJjugg                                                        rune = 0xCB4A
	HangulSyllableJjugs                                                        rune = 0xCB4B
	HangulSyllableJjun                                                         rune = 0xCB4C
	HangulSyllableJjunj                                                        rune = 0xCB4D
	HangulSyllableJjunh                                                        rune = 0xCB4E
	HangulSyllableJjud                                                         rune = 0xCB4F
	HangulSyllableJjul                                                         rune = 0xCB50
	HangulSyllableJjulg                                                        rune = 0xCB51
	HangulSyllableJjulm                                                        rune = 0xCB52
	HangulSyllableJjulb                                                        rune = 0xCB53
	HangulSyllableJjuls                                                        rune = 0xCB54
	HangulSyllableJjult                                                        rune = 0xCB55
	HangulSyllableJjulp                                                        rune = 0xCB56
	HangulSyllableJjulh                                                        rune = 0xCB57
	HangulSyllableJjum                                                         rune = 0xCB58
	HangulSyllableJjub                                                         rune = 0xCB59
	HangulSyllableJjubs                                                        rune = 0xCB5A
	HangulSyllableJjus                                                         rune = 0xCB5B
	HangulSyllableJjuss                                                        rune = 0xCB5C
	HangulSyllableJjung                                                        rune = 0xCB5D
	HangulSyllableJjuj                                                         rune = 0xCB5E
	HangulSyllableJjuc                                                         rune = 0xCB5F
	HangulSyllableJjuk                                                         rune = 0xCB60
	HangulSyllableJjut                                                         rune = 0xCB61
	HangulSyllableJjup                                                         rune = 0xCB62
	HangulSyllableJjuh                                                         rune = 0xCB63
	HangulSyllableJjweo                                                        rune = 0xCB64
	HangulSyllableJjweog                                                       rune = 0xCB65
	HangulSyllableJjweogg                                                      rune = 0xCB66
	HangulSyllableJjweogs                                                      rune = 0xCB67
	HangulSyllableJjweon                                                       rune = 0xCB68
	HangulSyllableJjweonj                                                      rune = 0xCB69
	HangulSyllableJjweonh                                                      rune = 0xCB6A
	HangulSyllableJjweod                                                       rune = 0xCB6B
	HangulSyllableJjweol                                                       rune = 0xCB6C
	HangulSyllableJjweolg                                                      rune = 0xCB6D
	HangulSyllableJjweolm                                                      rune = 0xCB6E
	HangulSyllableJjweolb                                                      rune = 0xCB6F
	HangulSyllableJjweols                                                      rune = 0xCB70
	HangulSyllableJjweolt                                                      rune = 0xCB71
	HangulSyllableJjweolp                                                      rune = 0xCB72
	HangulSyllableJjweolh                                                      rune = 0xCB73
	HangulSyllableJjweom                                                       rune = 0xCB74
	HangulSyllableJjweob                                                       rune = 0xCB75
	HangulSyllableJjweobs                                                      rune = 0xCB76
	HangulSyllableJjweos                                                       rune = 0xCB77
	HangulSyllableJjweoss                                                      rune = 0xCB78
	HangulSyllableJjweong                                                      rune = 0xCB79
	HangulSyllableJjweoj                                                       rune = 0xCB7A
	HangulSyllableJjweoc                                                       rune = 0xCB7B
	HangulSyllableJjweok                                                       rune = 0xCB7C
	HangulSyllableJjweot                                                       rune = 0xCB7D
	HangulSyllableJjweop                                                       rune = 0xCB7E
	HangulSyllableJjweoh                                                       rune = 0xCB7F
	HangulSyllableJjwe                                                         rune = 0xCB80
	HangulSyllableJjweg                                                        rune = 0xCB81
	HangulSyllableJjwegg                                                       rune = 0xCB82
	HangulSyllableJjwegs                                                       rune = 0xCB83
	HangulSyllableJjwen                                                        rune = 0xCB84
	HangulSyllableJjwenj                                                       rune = 0xCB85
	HangulSyllableJjwenh                                                       rune = 0xCB86
	HangulSyllableJjwed                                                        rune = 0xCB87
	HangulSyllableJjwel                                                        rune = 0xCB88
	HangulSyllableJjwelg                                                       rune = 0xCB89
	HangulSyllableJjwelm                                                       rune = 0xCB8A
	HangulSyllableJjwelb                                                       rune = 0xCB8B
	HangulSyllableJjwels                                                       rune = 0xCB8C
	HangulSyllableJjwelt                                                       rune = 0xCB8D
	HangulSyllableJjwelp                                                       rune = 0xCB8E
	HangulSyllableJjwelh                                                       rune = 0xCB8F
	HangulSyllableJjwem                                                        rune = 0xCB90
	HangulSyllableJjweb                                                        rune = 0xCB91
	HangulSyllableJjwebs                                                       rune = 0xCB92
	HangulSyllableJjwes                                                        rune = 0xCB93
	HangulSyllableJjwess                                                       rune = 0xCB94
	HangulSyllableJjweng                                                       rune = 0xCB95
	HangulSyllableJjwej                                                        rune = 0xCB96
	HangulSyllableJjwec                                                        rune = 0xCB97
	HangulSyllableJjwek                                                        rune = 0xCB98
	HangulSyllableJjwet                                                        rune = 0xCB99
	HangulSyllableJjwep                                                        rune = 0xCB9A
	HangulSyllableJjweh                                                        rune = 0xCB9B
	HangulSyllableJjwi                                                         rune = 0xCB9C
	HangulSyllableJjwig                                                        rune = 0xCB9D
	HangulSyllableJjwigg                                                       rune = 0xCB9E
	HangulSyllableJjwigs                                                       rune = 0xCB9F
	HangulSyllableJjwin                                                        rune = 0xCBA0
	HangulSyllableJjwinj                                                       rune = 0xCBA1
	HangulSyllableJjwinh                                                       rune = 0xCBA2
	HangulSyllableJjwid                                                        rune = 0xCBA3
	HangulSyllableJjwil                                                        rune = 0xCBA4
	HangulSyllableJjwilg                                                       rune = 0xCBA5
	HangulSyllableJjwilm                                                       rune = 0xCBA6
	HangulSyllableJjwilb                                                       rune = 0xCBA7
	HangulSyllableJjwils                                                       rune = 0xCBA8
	HangulSyllableJjwilt                                                       rune = 0xCBA9
	HangulSyllableJjwilp                                                       rune = 0xCBAA
	HangulSyllableJjwilh                                                       rune = 0xCBAB
	HangulSyllableJjwim                                                        rune = 0xCBAC
	HangulSyllableJjwib                                                        rune = 0xCBAD
	HangulSyllableJjwibs                                                       rune = 0xCBAE
	HangulSyllableJjwis                                                        rune = 0xCBAF
	HangulSyllableJjwiss                                                       rune = 0xCBB0
	HangulSyllableJjwing                                                       rune = 0xCBB1
	HangulSyllableJjwij                                                        rune = 0xCBB2
	HangulSyllableJjwic                                                        rune = 0xCBB3
	HangulSyllableJjwik                                                        rune = 0xCBB4
	HangulSyllableJjwit                                                        rune = 0xCBB5
	HangulSyllableJjwip                                                        rune = 0xCBB6
	HangulSyllableJjwih                                                        rune = 0xCBB7
	HangulSyllableJjyu                                                         rune = 0xCBB8
	HangulSyllableJjyug                                                        rune = 0xCBB9
	HangulSyllableJjyugg                                                       rune = 0xCBBA
	HangulSyllableJjyugs                                                       rune = 0xCBBB
	HangulSyllableJjyun                                                        rune = 0xCBBC
	HangulSyllableJjyunj                                                       rune = 0xCBBD
	HangulSyllableJjyunh                                                       rune = 0xCBBE
	HangulSyllableJjyud                                                        rune = 0xCBBF
	HangulSyllableJjyul                                                        rune = 0xCBC0
	HangulSyllableJjyulg                                                       rune = 0xCBC1
	HangulSyllableJjyulm                                                       rune = 0xCBC2
	HangulSyllableJjyulb                                                       rune = 0xCBC3
	HangulSyllableJjyuls                                                       rune = 0xCBC4
	HangulSyllableJjyult                                                       rune = 0xCBC5
	HangulSyllableJjyulp                                                       rune = 0xCBC6
	HangulSyllableJjyulh                                                       rune = 0xCBC7
	HangulSyllableJjyum                                                        rune = 0xCBC8
	HangulSyllableJjyub                                                        rune = 0xCBC9
	HangulSyllableJjyubs                                                       rune = 0xCBCA
	HangulSyllableJjyus                                                        rune = 0xCBCB
	HangulSyllableJjyuss                                                       rune = 0xCBCC
	HangulSyllableJjyung                                                       rune = 0xCBCD
	HangulSyllableJjyuj                                                        rune = 0xCBCE
	HangulSyllableJjyuc                                                        rune = 0xCBCF
	HangulSyllableJjyuk                                                        rune = 0xCBD0
	HangulSyllableJjyut                                                        rune = 0xCBD1
	HangulSyllableJjyup                                                        rune = 0xCBD2
	HangulSyllableJjyuh                                                        rune = 0xCBD3
	HangulSyllableJjeu                                                         rune = 0xCBD4
	HangulSyllableJjeug                                                        rune = 0xCBD5
	HangulSyllableJjeugg                                                       rune = 0xCBD6
	HangulSyllableJjeugs                                                       rune = 0xCBD7
	HangulSyllableJjeun                                                        rune = 0xCBD8
	HangulSyllableJjeunj                                                       rune = 0xCBD9
	HangulSyllableJjeunh                                                       rune = 0xCBDA
	HangulSyllableJjeud                                                        rune = 0xCBDB
	HangulSyllableJjeul                                                        rune = 0xCBDC
	HangulSyllableJjeulg                                                       rune = 0xCBDD
	HangulSyllableJjeulm                                                       rune = 0xCBDE
	HangulSyllableJjeulb                                                       rune = 0xCBDF
	HangulSyllableJjeuls                                                       rune = 0xCBE0
	HangulSyllableJjeult                                                       rune = 0xCBE1
	HangulSyllableJjeulp                                                       rune = 0xCBE2
	HangulSyllableJjeulh                                                       rune = 0xCBE3
	HangulSyllableJjeum                                                        rune = 0xCBE4
	HangulSyllableJjeub                                                        rune = 0xCBE5
	HangulSyllableJjeubs                                                       rune = 0xCBE6
	HangulSyllableJjeus                                                        rune = 0xCBE7
	HangulSyllableJjeuss                                                       rune = 0xCBE8
	HangulSyllableJjeung                                                       rune = 0xCBE9
	HangulSyllableJjeuj                                                        rune = 0xCBEA
	HangulSyllableJjeuc                                                        rune = 0xCBEB
	HangulSyllableJjeuk                                                        rune = 0xCBEC
	HangulSyllableJjeut                                                        rune = 0xCBED
	HangulSyllableJjeup                                                        rune = 0xCBEE
	HangulSyllableJjeuh                                                        rune = 0xCBEF
	HangulSyllableJjyi                                                         rune = 0xCBF0
	HangulSyllableJjyig                                                        rune = 0xCBF1
	HangulSyllableJjyigg                                                       rune = 0xCBF2
	HangulSyllableJjyigs                                                       rune = 0xCBF3
	HangulSyllableJjyin                                                        rune = 0xCBF4
	HangulSyllableJjyinj                                                       rune = 0xCBF5
	HangulSyllableJjyinh                                                       rune = 0xCBF6
	HangulSyllableJjyid                                                        rune = 0xCBF7
	HangulSyllableJjyil                                                        rune = 0xCBF8
	HangulSyllableJjyilg                                                       rune = 0xCBF9
	HangulSyllableJjyilm                                                       rune = 0xCBFA
	HangulSyllableJjyilb                                                       rune = 0xCBFB
	HangulSyllableJjyils                                                       rune = 0xCBFC
	HangulSyllableJjyilt                                                       rune = 0xCBFD
	HangulSyllableJjyilp                                                       rune = 0xCBFE
	HangulSyllableJjyilh                                                       rune = 0xCBFF
	HangulSyllableJjyim                                                        rune = 0xCC00
	HangulSyllableJjyib                                                        rune = 0xCC01
	HangulSyllableJjyibs                                                       rune = 0xCC02
	HangulSyllableJjyis                                                        rune = 0xCC03
	HangulSyllableJjyiss                                                       rune = 0xCC04
	HangulSyllableJjying                                                       rune = 0xCC05
	HangulSyllableJjyij                                                        rune = 0xCC06
	HangulSyllableJjyic                                                        rune = 0xCC07
	HangulSyllableJjyik                                                        rune = 0xCC08
	HangulSyllableJjyit                                                        rune = 0xCC09
	HangulSyllableJjyip                                                        rune = 0xCC0A
	HangulSyllableJjyih                                                        rune = 0xCC0B
	HangulSyllableJji                                                          rune = 0xCC0C
	HangulSyllableJjig                                                         rune = 0xCC0D
	HangulSyllableJjigg                                                        rune = 0xCC0E
	HangulSyllableJjigs                                                        rune = 0xCC0F
	HangulSyllableJjin                                                         rune = 0xCC10
	HangulSyllableJjinj                                                        rune = 0xCC11
	HangulSyllableJjinh                                                        rune = 0xCC12
	HangulSyllableJjid                                                         rune = 0xCC13
	HangulSyllableJjil                                                         rune = 0xCC14
	HangulSyllableJjilg                                                        rune = 0xCC15
	HangulSyllableJjilm                                                        rune = 0xCC16
	HangulSyllableJjilb                                                        rune = 0xCC17
	HangulSyllableJjils                                                        rune = 0xCC18
	HangulSyllableJjilt                                                        rune = 0xCC19
	HangulSyllableJjilp                                                        rune = 0xCC1A
	HangulSyllableJjilh                                                        rune = 0xCC1B
	HangulSyllableJjim                                                         rune = 0xCC1C
	HangulSyllableJjib                                                         rune = 0xCC1D
	HangulSyllableJjibs                                                        rune = 0xCC1E
	HangulSyllableJjis                                                         rune = 0xCC1F
	HangulSyllableJjiss                                                        rune = 0xCC20
	HangulSyllableJjing                                                        rune = 0xCC21
	HangulSyllableJjij                                                         rune = 0xCC22
	HangulSyllableJjic                                                         rune = 0xCC23
	HangulSyllableJjik                                                         rune = 0xCC24
	HangulSyllableJjit                                                         rune = 0xCC25
	HangulSyllableJjip                                                         rune = 0xCC26
	HangulSyllableJjih                                                         rune = 0xCC27
	HangulSyllableCa                                                           rune = 0xCC28
	HangulSyllableCag                                                          rune = 0xCC29
	HangulSyllableCagg                                                         rune = 0xCC2A
	HangulSyllableCags                                                         rune = 0xCC2B
	HangulSyllableCan                                                          rune = 0xCC2C
	HangulSyllableCanj                                                         rune = 0xCC2D
	HangulSyllableCanh                                                         rune = 0xCC2E
	HangulSyllableCad                                                          rune = 0xCC2F
	HangulSyllableCal                                                          rune = 0xCC30
	HangulSyllableCalg                                                         rune = 0xCC31
	HangulSyllableCalm                                                         rune = 0xCC32
	HangulSyllableCalb                                                         rune = 0xCC33
	HangulSyllableCals                                                         rune = 0xCC34
	HangulSyllableCalt                                                         rune = 0xCC35
	HangulSyllableCalp                                                         rune = 0xCC36
	HangulSyllableCalh                                                         rune = 0xCC37
	HangulSyllableCam                                                          rune = 0xCC38
	HangulSyllableCab                                                          rune = 0xCC39
	HangulSyllableCabs                                                         rune = 0xCC3A
	HangulSyllableCas                                                          rune = 0xCC3B
	HangulSyllableCass                                                         rune = 0xCC3C
	HangulSyllableCang                                                         rune = 0xCC3D
	HangulSyllableCaj                                                          rune = 0xCC3E
	HangulSyllableCac                                                          rune = 0xCC3F
	HangulSyllableCak                                                          rune = 0xCC40
	HangulSyllableCat                                                          rune = 0xCC41
	HangulSyllableCap                                                          rune = 0xCC42
	HangulSyllableCah                                                          rune = 0xCC43
	HangulSyllableCae                                                          rune = 0xCC44
	HangulSyllableCaeg                                                         rune = 0xCC45
	HangulSyllableCaegg                                                        rune = 0xCC46
	HangulSyllableCaegs                                                        rune = 0xCC47
	HangulSyllableCaen                                                         rune = 0xCC48
	HangulSyllableCaenj                                                        rune = 0xCC49
	HangulSyllableCaenh                                                        rune = 0xCC4A
	HangulSyllableCaed                                                         rune = 0xCC4B
	HangulSyllableCael                                                         rune = 0xCC4C
	HangulSyllableCaelg                                                        rune = 0xCC4D
	HangulSyllableCaelm                                                        rune = 0xCC4E
	HangulSyllableCaelb                                                        rune = 0xCC4F
	HangulSyllableCaels                                                        rune = 0xCC50
	HangulSyllableCaelt                                                        rune = 0xCC51
	HangulSyllableCaelp                                                        rune = 0xCC52
	HangulSyllableCaelh                                                        rune = 0xCC53
	HangulSyllableCaem                                                         rune = 0xCC54
	HangulSyllableCaeb                                                         rune = 0xCC55
	HangulSyllableCaebs                                                        rune = 0xCC56
	HangulSyllableCaes                                                         rune = 0xCC57
	HangulSyllableCaess                                                        rune = 0xCC58
	HangulSyllableCaeng                                                        rune = 0xCC59
	HangulSyllableCaej                                                         rune = 0xCC5A
	HangulSyllableCaec                                                         rune = 0xCC5B
	HangulSyllableCaek                                                         rune = 0xCC5C
	HangulSyllableCaet                                                         rune = 0xCC5D
	HangulSyllableCaep                                                         rune = 0xCC5E
	HangulSyllableCaeh                                                         rune = 0xCC5F
	HangulSyllableCya                                                          rune = 0xCC60
	HangulSyllableCyag                                                         rune = 0xCC61
	HangulSyllableCyagg                                                        rune = 0xCC62
	HangulSyllableCyags                                                        rune = 0xCC63
	HangulSyllableCyan                                                         rune = 0xCC64
	HangulSyllableCyanj                                                        rune = 0xCC65
	HangulSyllableCyanh                                                        rune = 0xCC66
	HangulSyllableCyad                                                         rune = 0xCC67
	HangulSyllableCyal                                                         rune = 0xCC68
	HangulSyllableCyalg                                                        rune = 0xCC69
	HangulSyllableCyalm                                                        rune = 0xCC6A
	HangulSyllableCyalb                                                        rune = 0xCC6B
	HangulSyllableCyals                                                        rune = 0xCC6C
	HangulSyllableCyalt                                                        rune = 0xCC6D
	HangulSyllableCyalp                                                        rune = 0xCC6E
	HangulSyllableCyalh                                                        rune = 0xCC6F
	HangulSyllableCyam                                                         rune = 0xCC70
	HangulSyllableCyab                                                         rune = 0xCC71
	HangulSyllableCyabs                                                        rune = 0xCC72
	HangulSyllableCyas                                                         rune = 0xCC73
	HangulSyllableCyass                                                        rune = 0xCC74
	HangulSyllableCyang                                                        rune = 0xCC75
	HangulSyllableCyaj                                                         rune = 0xCC76
	HangulSyllableCyac                                                         rune = 0xCC77
	HangulSyllableCyak                                                         rune = 0xCC78
	HangulSyllableCyat                                                         rune = 0xCC79
	HangulSyllableCyap                                                         rune = 0xCC7A
	HangulSyllableCyah                                                         rune = 0xCC7B
	HangulSyllableCyae                                                         rune = 0xCC7C
	HangulSyllableCyaeg                                                        rune = 0xCC7D
	HangulSyllableCyaegg                                                       rune = 0xCC7E
	HangulSyllableCyaegs                                                       rune = 0xCC7F
	HangulSyllableCyaen                                                        rune = 0xCC80
	HangulSyllableCyaenj                                                       rune = 0xCC81
	HangulSyllableCyaenh                                                       rune = 0xCC82
	HangulSyllableCyaed                                                        rune = 0xCC83
	HangulSyllableCyael                                                        rune = 0xCC84
	HangulSyllableCyaelg                                                       rune = 0xCC85
	HangulSyllableCyaelm                                                       rune = 0xCC86
	HangulSyllableCyaelb                                                       rune = 0xCC87
	HangulSyllableCyaels                                                       rune = 0xCC88
	HangulSyllableCyaelt                                                       rune = 0xCC89
	HangulSyllableCyaelp                                                       rune = 0xCC8A
	HangulSyllableCyaelh                                                       rune = 0xCC8B
	HangulSyllableCyaem                                                        rune = 0xCC8C
	HangulSyllableCyaeb                                                        rune = 0xCC8D
	HangulSyllableCyaebs                                                       rune = 0xCC8E
	HangulSyllableCyaes                                                        rune = 0xCC8F
	HangulSyllableCyaess                                                       rune = 0xCC90
	HangulSyllableCyaeng                                                       rune = 0xCC91
	HangulSyllableCyaej                                                        rune = 0xCC92
	HangulSyllableCyaec                                                        rune = 0xCC93
	HangulSyllableCyaek                                                        rune = 0xCC94
	HangulSyllableCyaet                                                        rune = 0xCC95
	HangulSyllableCyaep                                                        rune = 0xCC96
	HangulSyllableCyaeh                                                        rune = 0xCC97
	HangulSyllableCeo                                                          rune = 0xCC98
	HangulSyllableCeog                                                         rune = 0xCC99
	HangulSyllableCeogg                                                        rune = 0xCC9A
	HangulSyllableCeogs                                                        rune = 0xCC9B
	HangulSyllableCeon                                                         rune = 0xCC9C
	HangulSyllableCeonj                                                        rune = 0xCC9D
	HangulSyllableCeonh                                                        rune = 0xCC9E
	HangulSyllableCeod                                                         rune = 0xCC9F
	HangulSyllableCeol                                                         rune = 0xCCA0
	HangulSyllableCeolg                                                        rune = 0xCCA1
	HangulSyllableCeolm                                                        rune = 0xCCA2
	HangulSyllableCeolb                                                        rune = 0xCCA3
	HangulSyllableCeols                                                        rune = 0xCCA4
	HangulSyllableCeolt                                                        rune = 0xCCA5
	HangulSyllableCeolp                                                        rune = 0xCCA6
	HangulSyllableCeolh                                                        rune = 0xCCA7
	HangulSyllableCeom                                                         rune = 0xCCA8
	HangulSyllableCeob                                                         rune = 0xCCA9
	HangulSyllableCeobs                                                        rune = 0xCCAA
	HangulSyllableCeos                                                         rune = 0xCCAB
	HangulSyllableCeoss                                                        rune = 0xCCAC
	HangulSyllableCeong                                                        rune = 0xCCAD
	HangulSyllableCeoj                                                         rune = 0xCCAE
	HangulSyllableCeoc                                                         rune = 0xCCAF
	HangulSyllableCeok                                                         rune = 0xCCB0
	HangulSyllableCeot                                                         rune = 0xCCB1
	HangulSyllableCeop                                                         rune = 0xCCB2
	HangulSyllableCeoh                                                         rune = 0xCCB3
	HangulSyllableCe                                                           rune = 0xCCB4
	HangulSyllableCeg                                                          rune = 0xCCB5
	HangulSyllableCegg                                                         rune = 0xCCB6
	HangulSyllableCegs                                                         rune = 0xCCB7
	HangulSyllableCen                                                          rune = 0xCCB8
	HangulSyllableCenj                                                         rune = 0xCCB9
	HangulSyllableCenh                                                         rune = 0xCCBA
	HangulSyllableCed                                                          rune = 0xCCBB
	HangulSyllableCel                                                          rune = 0xCCBC
	HangulSyllableCelg                                                         rune = 0xCCBD
	HangulSyllableCelm                                                         rune = 0xCCBE
	HangulSyllableCelb                                                         rune = 0xCCBF
	HangulSyllableCels                                                         rune = 0xCCC0
	HangulSyllableCelt                                                         rune = 0xCCC1
	HangulSyllableCelp                                                         rune = 0xCCC2
	HangulSyllableCelh                                                         rune = 0xCCC3
	HangulSyllableCem                                                          rune = 0xCCC4
	HangulSyllableCeb                                                          rune = 0xCCC5
	HangulSyllableCebs                                                         rune = 0xCCC6
	HangulSyllableCes                                                          rune = 0xCCC7
	HangulSyllableCess                                                         rune = 0xCCC8
	HangulSyllableCeng                                                         rune = 0xCCC9
	HangulSyllableCej                                                          rune = 0xCCCA
	HangulSyllableCec                                                          rune = 0xCCCB
	HangulSyllableCek                                                          rune = 0xCCCC
	HangulSyllableCet                                                          rune = 0xCCCD
	HangulSyllableCep                                                          rune = 0xCCCE
	HangulSyllableCeh                                                          rune = 0xCCCF
	HangulSyllableCyeo                                                         rune = 0xCCD0
	HangulSyllableCyeog                                                        rune = 0xCCD1
	HangulSyllableCyeogg                                                       rune = 0xCCD2
	HangulSyllableCyeogs                                                       rune = 0xCCD3
	HangulSyllableCyeon                                                        rune = 0xCCD4
	HangulSyllableCyeonj                                                       rune = 0xCCD5
	HangulSyllableCyeonh                                                       rune = 0xCCD6
	HangulSyllableCyeod                                                        rune = 0xCCD7
	HangulSyllableCyeol                                                        rune = 0xCCD8
	HangulSyllableCyeolg                                                       rune = 0xCCD9
	HangulSyllableCyeolm                                                       rune = 0xCCDA
	HangulSyllableCyeolb                                                       rune = 0xCCDB
	HangulSyllableCyeols                                                       rune = 0xCCDC
	HangulSyllableCyeolt                                                       rune = 0xCCDD
	HangulSyllableCyeolp                                                       rune = 0xCCDE
	HangulSyllableCyeolh                                                       rune = 0xCCDF
	HangulSyllableCyeom                                                        rune = 0xCCE0
	HangulSyllableCyeob                                                        rune = 0xCCE1
	HangulSyllableCyeobs                                                       rune = 0xCCE2
	HangulSyllableCyeos                                                        rune = 0xCCE3
	HangulSyllableCyeoss                                                       rune = 0xCCE4
	HangulSyllableCyeong                                                       rune = 0xCCE5
	HangulSyllableCyeoj                                                        rune = 0xCCE6
	HangulSyllableCyeoc                                                        rune = 0xCCE7
	HangulSyllableCyeok                                                        rune = 0xCCE8
	HangulSyllableCyeot                                                        rune = 0xCCE9
	HangulSyllableCyeop                                                        rune = 0xCCEA
	HangulSyllableCyeoh                                                        rune = 0xCCEB
	HangulSyllableCye                                                          rune = 0xCCEC
	HangulSyllableCyeg                                                         rune = 0xCCED
	HangulSyllableCyegg                                                        rune = 0xCCEE
	HangulSyllableCyegs                                                        rune = 0xCCEF
	HangulSyllableCyen                                                         rune = 0xCCF0
	HangulSyllableCyenj                                                        rune = 0xCCF1
	HangulSyllableCyenh                                                        rune = 0xCCF2
	HangulSyllableCyed                                                         rune = 0xCCF3
	HangulSyllableCyel                                                         rune = 0xCCF4
	HangulSyllableCyelg                                                        rune = 0xCCF5
	HangulSyllableCyelm                                                        rune = 0xCCF6
	HangulSyllableCyelb                                                        rune = 0xCCF7
	HangulSyllableCyels                                                        rune = 0xCCF8
	HangulSyllableCyelt                                                        rune = 0xCCF9
	HangulSyllableCyelp                                                        rune = 0xCCFA
	HangulSyllableCyelh                                                        rune = 0xCCFB
	HangulSyllableCyem                                                         rune = 0xCCFC
	HangulSyllableCyeb                                                         rune = 0xCCFD
	HangulSyllableCyebs                                                        rune = 0xCCFE
	HangulSyllableCyes                                                         rune = 0xCCFF
	HangulSyllableCyess                                                        rune = 0xCD00
	HangulSyllableCyeng                                                        rune = 0xCD01
	HangulSyllableCyej                                                         rune = 0xCD02
	HangulSyllableCyec                                                         rune = 0xCD03
	HangulSyllableCyek                                                         rune = 0xCD04
	HangulSyllableCyet                                                         rune = 0xCD05
	HangulSyllableCyep                                                         rune = 0xCD06
	HangulSyllableCyeh                                                         rune = 0xCD07
	HangulSyllableCo                                                           rune = 0xCD08
	HangulSyllableCog                                                          rune = 0xCD09
	HangulSyllableCogg                                                         rune = 0xCD0A
	HangulSyllableCogs                                                         rune = 0xCD0B
	HangulSyllableCon                                                          rune = 0xCD0C
	HangulSyllableConj                                                         rune = 0xCD0D
	HangulSyllableConh                                                         rune = 0xCD0E
	HangulSyllableCod                                                          rune = 0xCD0F
	HangulSyllableCol                                                          rune = 0xCD10
	HangulSyllableColg                                                         rune = 0xCD11
	HangulSyllableColm                                                         rune = 0xCD12
	HangulSyllableColb                                                         rune = 0xCD13
	HangulSyllableCols                                                         rune = 0xCD14
	HangulSyllableColt                                                         rune = 0xCD15
	HangulSyllableColp                                                         rune = 0xCD16
	HangulSyllableColh                                                         rune = 0xCD17
	HangulSyllableCom                                                          rune = 0xCD18
	HangulSyllableCob                                                          rune = 0xCD19
	HangulSyllableCobs                                                         rune = 0xCD1A
	HangulSyllableCos                                                          rune = 0xCD1B
	HangulSyllableCoss                                                         rune = 0xCD1C
	HangulSyllableCong                                                         rune = 0xCD1D
	HangulSyllableCoj                                                          rune = 0xCD1E
	HangulSyllableCoc                                                          rune = 0xCD1F
	HangulSyllableCok                                                          rune = 0xCD20
	HangulSyllableCot                                                          rune = 0xCD21
	HangulSyllableCop                                                          rune = 0xCD22
	HangulSyllableCoh                                                          rune = 0xCD23
	HangulSyllableCwa                                                          rune = 0xCD24
	HangulSyllableCwag                                                         rune = 0xCD25
	HangulSyllableCwagg                                                        rune = 0xCD26
	HangulSyllableCwags                                                        rune = 0xCD27
	HangulSyllableCwan                                                         rune = 0xCD28
	HangulSyllableCwanj                                                        rune = 0xCD29
	HangulSyllableCwanh                                                        rune = 0xCD2A
	HangulSyllableCwad                                                         rune = 0xCD2B
	HangulSyllableCwal                                                         rune = 0xCD2C
	HangulSyllableCwalg                                                        rune = 0xCD2D
	HangulSyllableCwalm                                                        rune = 0xCD2E
	HangulSyllableCwalb                                                        rune = 0xCD2F
	HangulSyllableCwals                                                        rune = 0xCD30
	HangulSyllableCwalt                                                        rune = 0xCD31
	HangulSyllableCwalp                                                        rune = 0xCD32
	HangulSyllableCwalh                                                        rune = 0xCD33
	HangulSyllableCwam                                                         rune = 0xCD34
	HangulSyllableCwab                                                         rune = 0xCD35
	HangulSyllableCwabs                                                        rune = 0xCD36
	HangulSyllableCwas                                                         rune = 0xCD37
	HangulSyllableCwass                                                        rune = 0xCD38
	HangulSyllableCwang                                                        rune = 0xCD39
	HangulSyllableCwaj                                                         rune = 0xCD3A
	HangulSyllableCwac                                                         rune = 0xCD3B
	HangulSyllableCwak                                                         rune = 0xCD3C
	HangulSyllableCwat                                                         rune = 0xCD3D
	HangulSyllableCwap                                                         rune = 0xCD3E
	HangulSyllableCwah                                                         rune = 0xCD3F
	HangulSyllableCwae                                                         rune = 0xCD40
	HangulSyllableCwaeg                                                        rune = 0xCD41
	HangulSyllableCwaegg                                                       rune = 0xCD42
	HangulSyllableCwaegs                                                       rune = 0xCD43
	HangulSyllableCwaen                                                        rune = 0xCD44
	HangulSyllableCwaenj                                                       rune = 0xCD45
	HangulSyllableCwaenh                                                       rune = 0xCD46
	HangulSyllableCwaed                                                        rune = 0xCD47
	HangulSyllableCwael                                                        rune = 0xCD48
	HangulSyllableCwaelg                                                       rune = 0xCD49
	HangulSyllableCwaelm                                                       rune = 0xCD4A
	HangulSyllableCwaelb                                                       rune = 0xCD4B
	HangulSyllableCwaels                                                       rune = 0xCD4C
	HangulSyllableCwaelt                                                       rune = 0xCD4D
	HangulSyllableCwaelp                                                       rune = 0xCD4E
	HangulSyllableCwaelh                                                       rune = 0xCD4F
	HangulSyllableCwaem                                                        rune = 0xCD50
	HangulSyllableCwaeb                                                        rune = 0xCD51
	HangulSyllableCwaebs                                                       rune = 0xCD52
	HangulSyllableCwaes                                                        rune = 0xCD53
	HangulSyllableCwaess                                                       rune = 0xCD54
	HangulSyllableCwaeng                                                       rune = 0xCD55
	HangulSyllableCwaej                                                        rune = 0xCD56
	HangulSyllableCwaec                                                        rune = 0xCD57
	HangulSyllableCwaek                                                        rune = 0xCD58
	HangulSyllableCwaet                                                        rune = 0xCD59
	HangulSyllableCwaep                                                        rune = 0xCD5A
	HangulSyllableCwaeh                                                        rune = 0xCD5B
	HangulSyllableCoe                                                          rune = 0xCD5C
	HangulSyllableCoeg                                                         rune = 0xCD5D
	HangulSyllableCoegg                                                        rune = 0xCD5E
	HangulSyllableCoegs                                                        rune = 0xCD5F
	HangulSyllableCoen                                                         rune = 0xCD60
	HangulSyllableCoenj                                                        rune = 0xCD61
	HangulSyllableCoenh                                                        rune = 0xCD62
	HangulSyllableCoed                                                         rune = 0xCD63
	HangulSyllableCoel                                                         rune = 0xCD64
	HangulSyllableCoelg                                                        rune = 0xCD65
	HangulSyllableCoelm                                                        rune = 0xCD66
	HangulSyllableCoelb                                                        rune = 0xCD67
	HangulSyllableCoels                                                        rune = 0xCD68
	HangulSyllableCoelt                                                        rune = 0xCD69
	HangulSyllableCoelp                                                        rune = 0xCD6A
	HangulSyllableCoelh                                                        rune = 0xCD6B
	HangulSyllableCoem                                                         rune = 0xCD6C
	HangulSyllableCoeb                                                         rune = 0xCD6D
	HangulSyllableCoebs                                                        rune = 0xCD6E
	HangulSyllableCoes                                                         rune = 0xCD6F
	HangulSyllableCoess                                                        rune = 0xCD70
	HangulSyllableCoeng                                                        rune = 0xCD71
	HangulSyllableCoej                                                         rune = 0xCD72
	HangulSyllableCoec                                                         rune = 0xCD73
	HangulSyllableCoek                                                         rune = 0xCD74
	HangulSyllableCoet                                                         rune = 0xCD75
	HangulSyllableCoep                                                         rune = 0xCD76
	HangulSyllableCoeh                                                         rune = 0xCD77
	HangulSyllableCyo                                                          rune = 0xCD78
	HangulSyllableCyog                                                         rune = 0xCD79
	HangulSyllableCyogg                                                        rune = 0xCD7A
	HangulSyllableCyogs                                                        rune = 0xCD7B
	HangulSyllableCyon                                                         rune = 0xCD7C
	HangulSyllableCyonj                                                        rune = 0xCD7D
	HangulSyllableCyonh                                                        rune = 0xCD7E
	HangulSyllableCyod                                                         rune = 0xCD7F
	HangulSyllableCyol                                                         rune = 0xCD80
	HangulSyllableCyolg                                                        rune = 0xCD81
	HangulSyllableCyolm                                                        rune = 0xCD82
	HangulSyllableCyolb                                                        rune = 0xCD83
	HangulSyllableCyols                                                        rune = 0xCD84
	HangulSyllableCyolt                                                        rune = 0xCD85
	HangulSyllableCyolp                                                        rune = 0xCD86
	HangulSyllableCyolh                                                        rune = 0xCD87
	HangulSyllableCyom                                                         rune = 0xCD88
	HangulSyllableCyob                                                         rune = 0xCD89
	HangulSyllableCyobs                                                        rune = 0xCD8A
	HangulSyllableCyos                                                         rune = 0xCD8B
	HangulSyllableCyoss                                                        rune = 0xCD8C
	HangulSyllableCyong                                                        rune = 0xCD8D
	HangulSyllableCyoj                                                         rune = 0xCD8E
	HangulSyllableCyoc                                                         rune = 0xCD8F
	HangulSyllableCyok                                                         rune = 0xCD90
	HangulSyllableCyot                                                         rune = 0xCD91
	HangulSyllableCyop                                                         rune = 0xCD92
	HangulSyllableCyoh                                                         rune = 0xCD93
	HangulSyllableCu                                                           rune = 0xCD94
	HangulSyllableCug                                                          rune = 0xCD95
	HangulSyllableCugg                                                         rune = 0xCD96
	HangulSyllableCugs                                                         rune = 0xCD97
	HangulSyllableCun                                                          rune = 0xCD98
	HangulSyllableCunj                                                         rune = 0xCD99
	HangulSyllableCunh                                                         rune = 0xCD9A
	HangulSyllableCud                                                          rune = 0xCD9B
	HangulSyllableCul                                                          rune = 0xCD9C
	HangulSyllableCulg                                                         rune = 0xCD9D
	HangulSyllableCulm                                                         rune = 0xCD9E
	HangulSyllableCulb                                                         rune = 0xCD9F
	HangulSyllableCuls                                                         rune = 0xCDA0
	HangulSyllableCult                                                         rune = 0xCDA1
	HangulSyllableCulp                                                         rune = 0xCDA2
	HangulSyllableCulh                                                         rune = 0xCDA3
	HangulSyllableCum                                                          rune = 0xCDA4
	HangulSyllableCub                                                          rune = 0xCDA5
	HangulSyllableCubs                                                         rune = 0xCDA6
	HangulSyllableCus                                                          rune = 0xCDA7
	HangulSyllableCuss                                                         rune = 0xCDA8
	HangulSyllableCung                                                         rune = 0xCDA9
	HangulSyllableCuj                                                          rune = 0xCDAA
	HangulSyllableCuc                                                          rune = 0xCDAB
	HangulSyllableCuk                                                          rune = 0xCDAC
	HangulSyllableCut                                                          rune = 0xCDAD
	HangulSyllableCup                                                          rune = 0xCDAE
	HangulSyllableCuh                                                          rune = 0xCDAF
	HangulSyllableCweo                                                         rune = 0xCDB0
	HangulSyllableCweog                                                        rune = 0xCDB1
	HangulSyllableCweogg                                                       rune = 0xCDB2
	HangulSyllableCweogs                                                       rune = 0xCDB3
	HangulSyllableCweon                                                        rune = 0xCDB4
	HangulSyllableCweonj                                                       rune = 0xCDB5
	HangulSyllableCweonh                                                       rune = 0xCDB6
	HangulSyllableCweod                                                        rune = 0xCDB7
	HangulSyllableCweol                                                        rune = 0xCDB8
	HangulSyllableCweolg                                                       rune = 0xCDB9
	HangulSyllableCweolm                                                       rune = 0xCDBA
	HangulSyllableCweolb                                                       rune = 0xCDBB
	HangulSyllableCweols                                                       rune = 0xCDBC
	HangulSyllableCweolt                                                       rune = 0xCDBD
	HangulSyllableCweolp                                                       rune = 0xCDBE
	HangulSyllableCweolh                                                       rune = 0xCDBF
	HangulSyllableCweom                                                        rune = 0xCDC0
	HangulSyllableCweob                                                        rune = 0xCDC1
	HangulSyllableCweobs                                                       rune = 0xCDC2
	HangulSyllableCweos                                                        rune = 0xCDC3
	HangulSyllableCweoss                                                       rune = 0xCDC4
	HangulSyllableCweong                                                       rune = 0xCDC5
	HangulSyllableCweoj                                                        rune = 0xCDC6
	HangulSyllableCweoc                                                        rune = 0xCDC7
	HangulSyllableCweok                                                        rune = 0xCDC8
	HangulSyllableCweot                                                        rune = 0xCDC9
	HangulSyllableCweop                                                        rune = 0xCDCA
	HangulSyllableCweoh                                                        rune = 0xCDCB
	HangulSyllableCwe                                                          rune = 0xCDCC
	HangulSyllableCweg                                                         rune = 0xCDCD
	HangulSyllableCwegg                                                        rune = 0xCDCE
	HangulSyllableCwegs                                                        rune = 0xCDCF
	HangulSyllableCwen                                                         rune = 0xCDD0
	HangulSyllableCwenj                                                        rune = 0xCDD1
	HangulSyllableCwenh                                                        rune = 0xCDD2
	HangulSyllableCwed                                                         rune = 0xCDD3
	HangulSyllableCwel                                                         rune = 0xCDD4
	HangulSyllableCwelg                                                        rune = 0xCDD5
	HangulSyllableCwelm                                                        rune = 0xCDD6
	HangulSyllableCwelb                                                        rune = 0xCDD7
	HangulSyllableCwels                                                        rune = 0xCDD8
	HangulSyllableCwelt                                                        rune = 0xCDD9
	HangulSyllableCwelp                                                        rune = 0xCDDA
	HangulSyllableCwelh                                                        rune = 0xCDDB
	HangulSyllableCwem                                                         rune = 0xCDDC
	HangulSyllableCweb                                                         rune = 0xCDDD
	HangulSyllableCwebs                                                        rune = 0xCDDE
	HangulSyllableCwes                                                         rune = 0xCDDF
	HangulSyllableCwess                                                        rune = 0xCDE0
	HangulSyllableCweng                                                        rune = 0xCDE1
	HangulSyllableCwej                                                         rune = 0xCDE2
	HangulSyllableCwec                                                         rune = 0xCDE3
	HangulSyllableCwek                                                         rune = 0xCDE4
	HangulSyllableCwet                                                         rune = 0xCDE5
	HangulSyllableCwep                                                         rune = 0xCDE6
	HangulSyllableCweh                                                         rune = 0xCDE7
	HangulSyllableCwi                                                          rune = 0xCDE8
	HangulSyllableCwig                                                         rune = 0xCDE9
	HangulSyllableCwigg                                                        rune = 0xCDEA
	HangulSyllableCwigs                                                        rune = 0xCDEB
	HangulSyllableCwin                                                         rune = 0xCDEC
	HangulSyllableCwinj                                                        rune = 0xCDED
	HangulSyllableCwinh                                                        rune = 0xCDEE
	HangulSyllableCwid                                                         rune = 0xCDEF
	HangulSyllableCwil                                                         rune = 0xCDF0
	HangulSyllableCwilg                                                        rune = 0xCDF1
	HangulSyllableCwilm                                                        rune = 0xCDF2
	HangulSyllableCwilb                                                        rune = 0xCDF3
	HangulSyllableCwils                                                        rune = 0xCDF4
	HangulSyllableCwilt                                                        rune = 0xCDF5
	HangulSyllableCwilp                                                        rune = 0xCDF6
	HangulSyllableCwilh                                                        rune = 0xCDF7
	HangulSyllableCwim                                                         rune = 0xCDF8
	HangulSyllableCwib                                                         rune = 0xCDF9
	HangulSyllableCwibs                                                        rune = 0xCDFA
	HangulSyllableCwis                                                         rune = 0xCDFB
	HangulSyllableCwiss                                                        rune = 0xCDFC
	HangulSyllableCwing                                                        rune = 0xCDFD
	HangulSyllableCwij                                                         rune = 0xCDFE
	HangulSyllableCwic                                                         rune = 0xCDFF
	HangulSyllableCwik                                                         rune = 0xCE00
	HangulSyllableCwit                                                         rune = 0xCE01
	HangulSyllableCwip                                                         rune = 0xCE02
	HangulSyllableCwih                                                         rune = 0xCE03
	HangulSyllableCyu                                                          rune = 0xCE04
	HangulSyllableCyug                                                         rune = 0xCE05
	HangulSyllableCyugg                                                        rune = 0xCE06
	HangulSyllableCyugs                                                        rune = 0xCE07
	HangulSyllableCyun                                                         rune = 0xCE08
	HangulSyllableCyunj                                                        rune = 0xCE09
	HangulSyllableCyunh                                                        rune = 0xCE0A
	HangulSyllableCyud                                                         rune = 0xCE0B
	HangulSyllableCyul                                                         rune = 0xCE0C
	HangulSyllableCyulg                                                        rune = 0xCE0D
	HangulSyllableCyulm                                                        rune = 0xCE0E
	HangulSyllableCyulb                                                        rune = 0xCE0F
	HangulSyllableCyuls                                                        rune = 0xCE10
	HangulSyllableCyult                                                        rune = 0xCE11
	HangulSyllableCyulp                                                        rune = 0xCE12
	HangulSyllableCyulh                                                        rune = 0xCE13
	HangulSyllableCyum                                                         rune = 0xCE14
	HangulSyllableCyub                                                         rune = 0xCE15
	HangulSyllableCyubs                                                        rune = 0xCE16
	HangulSyllableCyus                                                         rune = 0xCE17
	HangulSyllableCyuss                                                        rune = 0xCE18
	HangulSyllableCyung                                                        rune = 0xCE19
	HangulSyllableCyuj                                                         rune = 0xCE1A
	HangulSyllableCyuc                                                         rune = 0xCE1B
	HangulSyllableCyuk                                                         rune = 0xCE1C
	HangulSyllableCyut                                                         rune = 0xCE1D
	HangulSyllableCyup                                                         rune = 0xCE1E
	HangulSyllableCyuh                                                         rune = 0xCE1F
	HangulSyllableCeu                                                          rune = 0xCE20
	HangulSyllableCeug                                                         rune = 0xCE21
	HangulSyllableCeugg                                                        rune = 0xCE22
	HangulSyllableCeugs                                                        rune = 0xCE23
	HangulSyllableCeun                                                         rune = 0xCE24
	HangulSyllableCeunj                                                        rune = 0xCE25
	HangulSyllableCeunh                                                        rune = 0xCE26
	HangulSyllableCeud                                                         rune = 0xCE27
	HangulSyllableCeul                                                         rune = 0xCE28
	HangulSyllableCeulg                                                        rune = 0xCE29
	HangulSyllableCeulm                                                        rune = 0xCE2A
	HangulSyllableCeulb                                                        rune = 0xCE2B
	HangulSyllableCeuls                                                        rune = 0xCE2C
	HangulSyllableCeult                                                        rune = 0xCE2D
	HangulSyllableCeulp                                                        rune = 0xCE2E
	HangulSyllableCeulh                                                        rune = 0xCE2F
	HangulSyllableCeum                                                         rune = 0xCE30
	HangulSyllableCeub                                                         rune = 0xCE31
	HangulSyllableCeubs                                                        rune = 0xCE32
	HangulSyllableCeus                                                         rune = 0xCE33
	HangulSyllableCeuss                                                        rune = 0xCE34
	HangulSyllableCeung                                                        rune = 0xCE35
	HangulSyllableCeuj                                                         rune = 0xCE36
	HangulSyllableCeuc                                                         rune = 0xCE37
	HangulSyllableCeuk                                                         rune = 0xCE38
	HangulSyllableCeut                                                         rune = 0xCE39
	HangulSyllableCeup                                                         rune = 0xCE3A
	HangulSyllableCeuh                                                         rune = 0xCE3B
	HangulSyllableCyi                                                          rune = 0xCE3C
	HangulSyllableCyig                                                         rune = 0xCE3D
	HangulSyllableCyigg                                                        rune = 0xCE3E
	HangulSyllableCyigs                                                        rune = 0xCE3F
	HangulSyllableCyin                                                         rune = 0xCE40
	HangulSyllableCyinj                                                        rune = 0xCE41
	HangulSyllableCyinh                                                        rune = 0xCE42
	HangulSyllableCyid                                                         rune = 0xCE43
	HangulSyllableCyil                                                         rune = 0xCE44
	HangulSyllableCyilg                                                        rune = 0xCE45
	HangulSyllableCyilm                                                        rune = 0xCE46
	HangulSyllableCyilb                                                        rune = 0xCE47
	HangulSyllableCyils                                                        rune = 0xCE48
	HangulSyllableCyilt                                                        rune = 0xCE49
	HangulSyllableCyilp                                                        rune = 0xCE4A
	HangulSyllableCyilh                                                        rune = 0xCE4B
	HangulSyllableCyim                                                         rune = 0xCE4C
	HangulSyllableCyib                                                         rune = 0xCE4D
	HangulSyllableCyibs                                                        rune = 0xCE4E
	HangulSyllableCyis                                                         rune = 0xCE4F
	HangulSyllableCyiss                                                        rune = 0xCE50
	HangulSyllableCying                                                        rune = 0xCE51
	HangulSyllableCyij                                                         rune = 0xCE52
	HangulSyllableCyic                                                         rune = 0xCE53
	HangulSyllableCyik                                                         rune = 0xCE54
	HangulSyllableCyit                                                         rune = 0xCE55
	HangulSyllableCyip                                                         rune = 0xCE56
	HangulSyllableCyih                                                         rune = 0xCE57
	HangulSyllableCi                                                           rune = 0xCE58
	HangulSyllableCig                                                          rune = 0xCE59
	HangulSyllableCigg                                                         rune = 0xCE5A
	HangulSyllableCigs                                                         rune = 0xCE5B
	HangulSyllableCin                                                          rune = 0xCE5C
	HangulSyllableCinj                                                         rune = 0xCE5D
	HangulSyllableCinh                                                         rune = 0xCE5E
	HangulSyllableCid                                                          rune = 0xCE5F
	HangulSyllableCil                                                          rune = 0xCE60
	HangulSyllableCilg                                                         rune = 0xCE61
	HangulSyllableCilm                                                         rune = 0xCE62
	HangulSyllableCilb                                                         rune = 0xCE63
	HangulSyllableCils                                                         rune = 0xCE64
	HangulSyllableCilt                                                         rune = 0xCE65
	HangulSyllableCilp                                                         rune = 0xCE66
	HangulSyllableCilh                                                         rune = 0xCE67
	HangulSyllableCim                                                          rune = 0xCE68
	HangulSyllableCib                                                          rune = 0xCE69
	HangulSyllableCibs                                                         rune = 0xCE6A
	HangulSyllableCis                                                          rune = 0xCE6B
	HangulSyllableCiss                                                         rune = 0xCE6C
	HangulSyllableCing                                                         rune = 0xCE6D
	HangulSyllableCij                                                          rune = 0xCE6E
	HangulSyllableCic                                                          rune = 0xCE6F
	HangulSyllableCik                                                          rune = 0xCE70
	HangulSyllableCit                                                          rune = 0xCE71
	HangulSyllableCip                                                          rune = 0xCE72
	HangulSyllableCih                                                          rune = 0xCE73
	HangulSyllableKa                                                           rune = 0xCE74
	HangulSyllableKag                                                          rune = 0xCE75
	HangulSyllableKagg                                                         rune = 0xCE76
	HangulSyllableKags                                                         rune = 0xCE77
	HangulSyllableKan                                                          rune = 0xCE78
	HangulSyllableKanj                                                         rune = 0xCE79
	HangulSyllableKanh                                                         rune = 0xCE7A
	HangulSyllableKad                                                          rune = 0xCE7B
	HangulSyllableKal                                                          rune = 0xCE7C
	HangulSyllableKalg                                                         rune = 0xCE7D
	HangulSyllableKalm                                                         rune = 0xCE7E
	HangulSyllableKalb                                                         rune = 0xCE7F
	HangulSyllableKals                                                         rune = 0xCE80
	HangulSyllableKalt                                                         rune = 0xCE81
	HangulSyllableKalp                                                         rune = 0xCE82
	HangulSyllableKalh                                                         rune = 0xCE83
	HangulSyllableKam                                                          rune = 0xCE84
	HangulSyllableKab                                                          rune = 0xCE85
	HangulSyllableKabs                                                         rune = 0xCE86
	HangulSyllableKas                                                          rune = 0xCE87
	HangulSyllableKass                                                         rune = 0xCE88
	HangulSyllableKang                                                         rune = 0xCE89
	HangulSyllableKaj                                                          rune = 0xCE8A
	HangulSyllableKac                                                          rune = 0xCE8B
	HangulSyllableKak                                                          rune = 0xCE8C
	HangulSyllableKat                                                          rune = 0xCE8D
	HangulSyllableKap                                                          rune = 0xCE8E
	HangulSyllableKah                                                          rune = 0xCE8F
	HangulSyllableKae                                                          rune = 0xCE90
	HangulSyllableKaeg                                                         rune = 0xCE91
	HangulSyllableKaegg                                                        rune = 0xCE92
	HangulSyllableKaegs                                                        rune = 0xCE93
	HangulSyllableKaen                                                         rune = 0xCE94
	HangulSyllableKaenj                                                        rune = 0xCE95
	HangulSyllableKaenh                                                        rune = 0xCE96
	HangulSyllableKaed                                                         rune = 0xCE97
	HangulSyllableKael                                                         rune = 0xCE98
	HangulSyllableKaelg                                                        rune = 0xCE99
	HangulSyllableKaelm                                                        rune = 0xCE9A
	HangulSyllableKaelb                                                        rune = 0xCE9B
	HangulSyllableKaels                                                        rune = 0xCE9C
	HangulSyllableKaelt                                                        rune = 0xCE9D
	HangulSyllableKaelp                                                        rune = 0xCE9E
	HangulSyllableKaelh                                                        rune = 0xCE9F
	HangulSyllableKaem                                                         rune = 0xCEA0
	HangulSyllableKaeb                                                         rune = 0xCEA1
	HangulSyllableKaebs                                                        rune = 0xCEA2
	HangulSyllableKaes                                                         rune = 0xCEA3
	HangulSyllableKaess                                                        rune = 0xCEA4
	HangulSyllableKaeng                                                        rune = 0xCEA5
	HangulSyllableKaej                                                         rune = 0xCEA6
	HangulSyllableKaec                                                         rune = 0xCEA7
	HangulSyllableKaek                                                         rune = 0xCEA8
	HangulSyllableKaet                                                         rune = 0xCEA9
	HangulSyllableKaep                                                         rune = 0xCEAA
	HangulSyllableKaeh                                                         rune = 0xCEAB
	HangulSyllableKya                                                          rune = 0xCEAC
	HangulSyllableKyag                                                         rune = 0xCEAD
	HangulSyllableKyagg                                                        rune = 0xCEAE
	HangulSyllableKyags                                                        rune = 0xCEAF
	HangulSyllableKyan                                                         rune = 0xCEB0
	HangulSyllableKyanj                                                        rune = 0xCEB1
	HangulSyllableKyanh                                                        rune = 0xCEB2
	HangulSyllableKyad                                                         rune = 0xCEB3
	HangulSyllableKyal                                                         rune = 0xCEB4
	HangulSyllableKyalg                                                        rune = 0xCEB5
	HangulSyllableKyalm                                                        rune = 0xCEB6
	HangulSyllableKyalb                                                        rune = 0xCEB7
	HangulSyllableKyals                                                        rune = 0xCEB8
	HangulSyllableKyalt                                                        rune = 0xCEB9
	HangulSyllableKyalp                                                        rune = 0xCEBA
	HangulSyllableKyalh                                                        rune = 0xCEBB
	HangulSyllableKyam                                                         rune = 0xCEBC
	HangulSyllableKyab                                                         rune = 0xCEBD
	HangulSyllableKyabs                                                        rune = 0xCEBE
	HangulSyllableKyas                                                         rune = 0xCEBF
	HangulSyllableKyass                                                        rune = 0xCEC0
	HangulSyllableKyang                                                        rune = 0xCEC1
	HangulSyllableKyaj                                                         rune = 0xCEC2
	HangulSyllableKyac                                                         rune = 0xCEC3
	HangulSyllableKyak                                                         rune = 0xCEC4
	HangulSyllableKyat                                                         rune = 0xCEC5
	HangulSyllableKyap                                                         rune = 0xCEC6
	HangulSyllableKyah                                                         rune = 0xCEC7
	HangulSyllableKyae                                                         rune = 0xCEC8
	HangulSyllableKyaeg                                                        rune = 0xCEC9
	HangulSyllableKyaegg                                                       rune = 0xCECA
	HangulSyllableKyaegs                                                       rune = 0xCECB
	HangulSyllableKyaen                                                        rune = 0xCECC
	HangulSyllableKyaenj                                                       rune = 0xCECD
	HangulSyllableKyaenh                                                       rune = 0xCECE
	HangulSyllableKyaed                                                        rune = 0xCECF
	HangulSyllableKyael                                                        rune = 0xCED0
	HangulSyllableKyaelg                                                       rune = 0xCED1
	HangulSyllableKyaelm                                                       rune = 0xCED2
	HangulSyllableKyaelb                                                       rune = 0xCED3
	HangulSyllableKyaels                                                       rune = 0xCED4
	HangulSyllableKyaelt                                                       rune = 0xCED5
	HangulSyllableKyaelp                                                       rune = 0xCED6
	HangulSyllableKyaelh                                                       rune = 0xCED7
	HangulSyllableKyaem                                                        rune = 0xCED8
	HangulSyllableKyaeb                                                        rune = 0xCED9
	HangulSyllableKyaebs                                                       rune = 0xCEDA
	HangulSyllableKyaes                                                        rune = 0xCEDB
	HangulSyllableKyaess                                                       rune = 0xCEDC
	HangulSyllableKyaeng                                                       rune = 0xCEDD
	HangulSyllableKyaej                                                        rune = 0xCEDE
	HangulSyllableKyaec                                                        rune = 0xCEDF
	HangulSyllableKyaek                                                        rune = 0xCEE0
	HangulSyllableKyaet                                                        rune = 0xCEE1
	HangulSyllableKyaep                                                        rune = 0xCEE2
	HangulSyllableKyaeh                                                        rune = 0xCEE3
	HangulSyllableKeo                                                          rune = 0xCEE4
	HangulSyllableKeog                                                         rune = 0xCEE5
	HangulSyllableKeogg                                                        rune = 0xCEE6
	HangulSyllableKeogs                                                        rune = 0xCEE7
	HangulSyllableKeon                                                         rune = 0xCEE8
	HangulSyllableKeonj                                                        rune = 0xCEE9
	HangulSyllableKeonh                                                        rune = 0xCEEA
	HangulSyllableKeod                                                         rune = 0xCEEB
	HangulSyllableKeol                                                         rune = 0xCEEC
	HangulSyllableKeolg                                                        rune = 0xCEED
	HangulSyllableKeolm                                                        rune = 0xCEEE
	HangulSyllableKeolb                                                        rune = 0xCEEF
	HangulSyllableKeols                                                        rune = 0xCEF0
	HangulSyllableKeolt                                                        rune = 0xCEF1
	HangulSyllableKeolp                                                        rune = 0xCEF2
	HangulSyllableKeolh                                                        rune = 0xCEF3
	HangulSyllableKeom                                                         rune = 0xCEF4
	HangulSyllableKeob                                                         rune = 0xCEF5
	HangulSyllableKeobs                                                        rune = 0xCEF6
	HangulSyllableKeos                                                         rune = 0xCEF7
	HangulSyllableKeoss                                                        rune = 0xCEF8
	HangulSyllableKeong                                                        rune = 0xCEF9
	HangulSyllableKeoj                                                         rune = 0xCEFA
	HangulSyllableKeoc                                                         rune = 0xCEFB
	HangulSyllableKeok                                                         rune = 0xCEFC
	HangulSyllableKeot                                                         rune = 0xCEFD
	HangulSyllableKeop                                                         rune = 0xCEFE
	HangulSyllableKeoh                                                         rune = 0xCEFF
	HangulSyllableKe                                                           rune = 0xCF00
	HangulSyllableKeg                                                          rune = 0xCF01
	HangulSyllableKegg                                                         rune = 0xCF02
	HangulSyllableKegs                                                         rune = 0xCF03
	HangulSyllableKen                                                          rune = 0xCF04
	HangulSyllableKenj                                                         rune = 0xCF05
	HangulSyllableKenh                                                         rune = 0xCF06
	HangulSyllableKed                                                          rune = 0xCF07
	HangulSyllableKel                                                          rune = 0xCF08
	HangulSyllableKelg                                                         rune = 0xCF09
	HangulSyllableKelm                                                         rune = 0xCF0A
	HangulSyllableKelb                                                         rune = 0xCF0B
	HangulSyllableKels                                                         rune = 0xCF0C
	HangulSyllableKelt                                                         rune = 0xCF0D
	HangulSyllableKelp                                                         rune = 0xCF0E
	HangulSyllableKelh                                                         rune = 0xCF0F
	HangulSyllableKem                                                          rune = 0xCF10
	HangulSyllableKeb                                                          rune = 0xCF11
	HangulSyllableKebs                                                         rune = 0xCF12
	HangulSyllableKes                                                          rune = 0xCF13
	HangulSyllableKess                                                         rune = 0xCF14
	HangulSyllableKeng                                                         rune = 0xCF15
	HangulSyllableKej                                                          rune = 0xCF16
	HangulSyllableKec                                                          rune = 0xCF17
	HangulSyllableKek                                                          rune = 0xCF18
	HangulSyllableKet                                                          rune = 0xCF19
	HangulSyllableKep                                                          rune = 0xCF1A
	HangulSyllableKeh                                                          rune = 0xCF1B
	HangulSyllableKyeo                                                         rune = 0xCF1C
	HangulSyllableKyeog                                                        rune = 0xCF1D
	HangulSyllableKyeogg                                                       rune = 0xCF1E
	HangulSyllableKyeogs                                                       rune = 0xCF1F
	HangulSyllableKyeon                                                        rune = 0xCF20
	HangulSyllableKyeonj                                                       rune = 0xCF21
	HangulSyllableKyeonh                                                       rune = 0xCF22
	HangulSyllableKyeod                                                        rune = 0xCF23
	HangulSyllableKyeol                                                        rune = 0xCF24
	HangulSyllableKyeolg                                                       rune = 0xCF25
	HangulSyllableKyeolm                                                       rune = 0xCF26
	HangulSyllableKyeolb                                                       rune = 0xCF27
	HangulSyllableKyeols                                                       rune = 0xCF28
	HangulSyllableKyeolt                                                       rune = 0xCF29
	HangulSyllableKyeolp                                                       rune = 0xCF2A
	HangulSyllableKyeolh                                                       rune = 0xCF2B
	HangulSyllableKyeom                                                        rune = 0xCF2C
	HangulSyllableKyeob                                                        rune = 0xCF2D
	HangulSyllableKyeobs                                                       rune = 0xCF2E
	HangulSyllableKyeos                                                        rune = 0xCF2F
	HangulSyllableKyeoss                                                       rune = 0xCF30
	HangulSyllableKyeong                                                       rune = 0xCF31
	HangulSyllableKyeoj                                                        rune = 0xCF32
	HangulSyllableKyeoc                                                        rune = 0xCF33
	HangulSyllableKyeok                                                        rune = 0xCF34
	HangulSyllableKyeot                                                        rune = 0xCF35
	HangulSyllableKyeop                                                        rune = 0xCF36
	HangulSyllableKyeoh                                                        rune = 0xCF37
	HangulSyllableKye                                                          rune = 0xCF38
	HangulSyllableKyeg                                                         rune = 0xCF39
	HangulSyllableKyegg                                                        rune = 0xCF3A
	HangulSyllableKyegs                                                        rune = 0xCF3B
	HangulSyllableKyen                                                         rune = 0xCF3C
	HangulSyllableKyenj                                                        rune = 0xCF3D
	HangulSyllableKyenh                                                        rune = 0xCF3E
	HangulSyllableKyed                                                         rune = 0xCF3F
	HangulSyllableKyel                                                         rune = 0xCF40
	HangulSyllableKyelg                                                        rune = 0xCF41
	HangulSyllableKyelm                                                        rune = 0xCF42
	HangulSyllableKyelb                                                        rune = 0xCF43
	HangulSyllableKyels                                                        rune = 0xCF44
	HangulSyllableKyelt                                                        rune = 0xCF45
	HangulSyllableKyelp                                                        rune = 0xCF46
	HangulSyllableKyelh                                                        rune = 0xCF47
	HangulSyllableKyem                                                         rune = 0xCF48
	HangulSyllableKyeb                                                         rune = 0xCF49
	HangulSyllableKyebs                                                        rune = 0xCF4A
	HangulSyllableKyes                                                         rune = 0xCF4B
	HangulSyllableKyess                                                        rune = 0xCF4C
	HangulSyllableKyeng                                                        rune = 0xCF4D
	HangulSyllableKyej                                                         rune = 0xCF4E
	HangulSyllableKyec                                                         rune = 0xCF4F
	HangulSyllableKyek                                                         rune = 0xCF50
	HangulSyllableKyet                                                         rune = 0xCF51
	HangulSyllableKyep                                                         rune = 0xCF52
	HangulSyllableKyeh                                                         rune = 0xCF53
	HangulSyllableKo                                                           rune = 0xCF54
	HangulSyllableKog                                                          rune = 0xCF55
	HangulSyllableKogg                                                         rune = 0xCF56
	HangulSyllableKogs                                                         rune = 0xCF57
	HangulSyllableKon                                                          rune = 0xCF58
	HangulSyllableKonj                                                         rune = 0xCF59
	HangulSyllableKonh                                                         rune = 0xCF5A
	HangulSyllableKod                                                          rune = 0xCF5B
	HangulSyllableKol                                                          rune = 0xCF5C
	HangulSyllableKolg                                                         rune = 0xCF5D
	HangulSyllableKolm                                                         rune = 0xCF5E
	HangulSyllableKolb                                                         rune = 0xCF5F
	HangulSyllableKols                                                         rune = 0xCF60
	HangulSyllableKolt                                                         rune = 0xCF61
	HangulSyllableKolp                                                         rune = 0xCF62
	HangulSyllableKolh                                                         rune = 0xCF63
	HangulSyllableKom                                                          rune = 0xCF64
	HangulSyllableKob                                                          rune = 0xCF65
	HangulSyllableKobs                                                         rune = 0xCF66
	HangulSyllableKos                                                          rune = 0xCF67
	HangulSyllableKoss                                                         rune = 0xCF68
	HangulSyllableKong                                                         rune = 0xCF69
	HangulSyllableKoj                                                          rune = 0xCF6A
	HangulSyllableKoc                                                          rune = 0xCF6B
	HangulSyllableKok                                                          rune = 0xCF6C
	HangulSyllableKot                                                          rune = 0xCF6D
	HangulSyllableKop                                                          rune = 0xCF6E
	HangulSyllableKoh                                                          rune = 0xCF6F
	HangulSyllableKwa                                                          rune = 0xCF70
	HangulSyllableKwag                                                         rune = 0xCF71
	HangulSyllableKwagg                                                        rune = 0xCF72
	HangulSyllableKwags                                                        rune = 0xCF73
	HangulSyllableKwan                                                         rune = 0xCF74
	HangulSyllableKwanj                                                        rune = 0xCF75
	HangulSyllableKwanh                                                        rune = 0xCF76
	HangulSyllableKwad                                                         rune = 0xCF77
	HangulSyllableKwal                                                         rune = 0xCF78
	HangulSyllableKwalg                                                        rune = 0xCF79
	HangulSyllableKwalm                                                        rune = 0xCF7A
	HangulSyllableKwalb                                                        rune = 0xCF7B
	HangulSyllableKwals                                                        rune = 0xCF7C
	HangulSyllableKwalt                                                        rune = 0xCF7D
	HangulSyllableKwalp                                                        rune = 0xCF7E
	HangulSyllableKwalh                                                        rune = 0xCF7F
	HangulSyllableKwam                                                         rune = 0xCF80
	HangulSyllableKwab                                                         rune = 0xCF81
	HangulSyllableKwabs                                                        rune = 0xCF82
	HangulSyllableKwas                                                         rune = 0xCF83
	HangulSyllableKwass                                                        rune = 0xCF84
	HangulSyllableKwang                                                        rune = 0xCF85
	HangulSyllableKwaj                                                         rune = 0xCF86
	HangulSyllableKwac                                                         rune = 0xCF87
	HangulSyllableKwak                                                         rune = 0xCF88
	HangulSyllableKwat                                                         rune = 0xCF89
	HangulSyllableKwap                                                         rune = 0xCF8A
	HangulSyllableKwah                                                         rune = 0xCF8B
	HangulSyllableKwae                                                         rune = 0xCF8C
	HangulSyllableKwaeg                                                        rune = 0xCF8D
	HangulSyllableKwaegg                                                       rune = 0xCF8E
	HangulSyllableKwaegs                                                       rune = 0xCF8F
	HangulSyllableKwaen                                                        rune = 0xCF90
	HangulSyllableKwaenj                                                       rune = 0xCF91
	HangulSyllableKwaenh                                                       rune = 0xCF92
	HangulSyllableKwaed                                                        rune = 0xCF93
	HangulSyllableKwael                                                        rune = 0xCF94
	HangulSyllableKwaelg                                                       rune = 0xCF95
	HangulSyllableKwaelm                                                       rune = 0xCF96
	HangulSyllableKwaelb                                                       rune = 0xCF97
	HangulSyllableKwaels                                                       rune = 0xCF98
	HangulSyllableKwaelt                                                       rune = 0xCF99
	HangulSyllableKwaelp                                                       rune = 0xCF9A
	HangulSyllableKwaelh                                                       rune = 0xCF9B
	HangulSyllableKwaem                                                        rune = 0xCF9C
	HangulSyllableKwaeb                                                        rune = 0xCF9D
	HangulSyllableKwaebs                                                       rune = 0xCF9E
	HangulSyllableKwaes                                                        rune = 0xCF9F
	HangulSyllableKwaess                                                       rune = 0xCFA0
	HangulSyllableKwaeng                                                       rune = 0xCFA1
	HangulSyllableKwaej                                                        rune = 0xCFA2
	HangulSyllableKwaec                                                        rune = 0xCFA3
	HangulSyllableKwaek                                                        rune = 0xCFA4
	HangulSyllableKwaet                                                        rune = 0xCFA5
	HangulSyllableKwaep                                                        rune = 0xCFA6
	HangulSyllableKwaeh                                                        rune = 0xCFA7
	HangulSyllableKoe                                                          rune = 0xCFA8
	HangulSyllableKoeg                                                         rune = 0xCFA9
	HangulSyllableKoegg                                                        rune = 0xCFAA
	HangulSyllableKoegs                                                        rune = 0xCFAB
	HangulSyllableKoen                                                         rune = 0xCFAC
	HangulSyllableKoenj                                                        rune = 0xCFAD
	HangulSyllableKoenh                                                        rune = 0xCFAE
	HangulSyllableKoed                                                         rune = 0xCFAF
	HangulSyllableKoel                                                         rune = 0xCFB0
	HangulSyllableKoelg                                                        rune = 0xCFB1
	HangulSyllableKoelm                                                        rune = 0xCFB2
	HangulSyllableKoelb                                                        rune = 0xCFB3
	HangulSyllableKoels                                                        rune = 0xCFB4
	HangulSyllableKoelt                                                        rune = 0xCFB5
	HangulSyllableKoelp                                                        rune = 0xCFB6
	HangulSyllableKoelh                                                        rune = 0xCFB7
	HangulSyllableKoem                                                         rune = 0xCFB8
	HangulSyllableKoeb                                                         rune = 0xCFB9
	HangulSyllableKoebs                                                        rune = 0xCFBA
	HangulSyllableKoes                                                         rune = 0xCFBB
	HangulSyllableKoess                                                        rune = 0xCFBC
	HangulSyllableKoeng                                                        rune = 0xCFBD
	HangulSyllableKoej                                                         rune = 0xCFBE
	HangulSyllableKoec                                                         rune = 0xCFBF
	HangulSyllableKoek                                                         rune = 0xCFC0
	HangulSyllableKoet                                                         rune = 0xCFC1
	HangulSyllableKoep                                                         rune = 0xCFC2
	HangulSyllableKoeh                                                         rune = 0xCFC3
	HangulSyllableKyo                                                          rune = 0xCFC4
	HangulSyllableKyog                                                         rune = 0xCFC5
	HangulSyllableKyogg                                                        rune = 0xCFC6
	HangulSyllableKyogs                                                        rune = 0xCFC7
	HangulSyllableKyon                                                         rune = 0xCFC8
	HangulSyllableKyonj                                                        rune = 0xCFC9
	HangulSyllableKyonh                                                        rune = 0xCFCA
	HangulSyllableKyod                                                         rune = 0xCFCB
	HangulSyllableKyol                                                         rune = 0xCFCC
	HangulSyllableKyolg                                                        rune = 0xCFCD
	HangulSyllableKyolm                                                        rune = 0xCFCE
	HangulSyllableKyolb                                                        rune = 0xCFCF
	HangulSyllableKyols                                                        rune = 0xCFD0
	HangulSyllableKyolt                                                        rune = 0xCFD1
	HangulSyllableKyolp                                                        rune = 0xCFD2
	HangulSyllableKyolh                                                        rune = 0xCFD3
	HangulSyllableKyom                                                         rune = 0xCFD4
	HangulSyllableKyob                                                         rune = 0xCFD5
	HangulSyllableKyobs                                                        rune = 0xCFD6
	HangulSyllableKyos                                                         rune = 0xCFD7
	HangulSyllableKyoss                                                        rune = 0xCFD8
	HangulSyllableKyong                                                        rune = 0xCFD9
	HangulSyllableKyoj                                                         rune = 0xCFDA
	HangulSyllableKyoc                                                         rune = 0xCFDB
	HangulSyllableKyok                                                         rune = 0xCFDC
	HangulSyllableKyot                                                         rune = 0xCFDD
	HangulSyllableKyop                                                         rune = 0xCFDE
	HangulSyllableKyoh                                                         rune = 0xCFDF
	HangulSyllableKu                                                           rune = 0xCFE0
	HangulSyllableKug                                                          rune = 0xCFE1
	HangulSyllableKugg                                                         rune = 0xCFE2
	HangulSyllableKugs                                                         rune = 0xCFE3
	HangulSyllableKun                                                          rune = 0xCFE4
	HangulSyllableKunj                                                         rune = 0xCFE5
	HangulSyllableKunh                                                         rune = 0xCFE6
	HangulSyllableKud                                                          rune = 0xCFE7
	HangulSyllableKul                                                          rune = 0xCFE8
	HangulSyllableKulg                                                         rune = 0xCFE9
	HangulSyllableKulm                                                         rune = 0xCFEA
	HangulSyllableKulb                                                         rune = 0xCFEB
	HangulSyllableKuls                                                         rune = 0xCFEC
	HangulSyllableKult                                                         rune = 0xCFED
	HangulSyllableKulp                                                         rune = 0xCFEE
	HangulSyllableKulh                                                         rune = 0xCFEF
	HangulSyllableKum                                                          rune = 0xCFF0
	HangulSyllableKub                                                          rune = 0xCFF1
	HangulSyllableKubs                                                         rune = 0xCFF2
	HangulSyllableKus                                                          rune = 0xCFF3
	HangulSyllableKuss                                                         rune = 0xCFF4
	HangulSyllableKung                                                         rune = 0xCFF5
	HangulSyllableKuj                                                          rune = 0xCFF6
	HangulSyllableKuc                                                          rune = 0xCFF7
	HangulSyllableKuk                                                          rune = 0xCFF8
	HangulSyllableKut                                                          rune = 0xCFF9
	HangulSyllableKup                                                          rune = 0xCFFA
	HangulSyllableKuh                                                          rune = 0xCFFB
	HangulSyllableKweo                                                         rune = 0xCFFC
	HangulSyllableKweog                                                        rune = 0xCFFD
	HangulSyllableKweogg                                                       rune = 0xCFFE
	HangulSyllableKweogs                                                       rune = 0xCFFF
	HangulSyllableKweon                                                        rune = 0xD000
	HangulSyllableKweonj                                                       rune = 0xD001
	HangulSyllableKweonh                                                       rune = 0xD002
	HangulSyllableKweod                                                        rune = 0xD003
	HangulSyllableKweol                                                        rune = 0xD004
	HangulSyllableKweolg                                                       rune = 0xD005
	HangulSyllableKweolm                                                       rune = 0xD006
	HangulSyllableKweolb                                                       rune = 0xD007
	HangulSyllableKweols                                                       rune = 0xD008
	HangulSyllableKweolt                                                       rune = 0xD009
	HangulSyllableKweolp                                                       rune = 0xD00A
	HangulSyllableKweolh                                                       rune = 0xD00B
	HangulSyllableKweom                                                        rune = 0xD00C
	HangulSyllableKweob                                                        rune = 0xD00D
	HangulSyllableKweobs                                                       rune = 0xD00E
	HangulSyllableKweos                                                        rune = 0xD00F
	HangulSyllableKweoss                                                       rune = 0xD010
	HangulSyllableKweong                                                       rune = 0xD011
	HangulSyllableKweoj                                                        rune = 0xD012
	HangulSyllableKweoc                                                        rune = 0xD013
	HangulSyllableKweok                                                        rune = 0xD014
	HangulSyllableKweot                                                        rune = 0xD015
	HangulSyllableKweop                                                        rune = 0xD016
	HangulSyllableKweoh                                                        rune = 0xD017
	HangulSyllableKwe                                                          rune = 0xD018
	HangulSyllableKweg                                                         rune = 0xD019
	HangulSyllableKwegg                                                        rune = 0xD01A
	HangulSyllableKwegs                                                        rune = 0xD01B
	HangulSyllableKwen                                                         rune = 0xD01C
	HangulSyllableKwenj                                                        rune = 0xD01D
	HangulSyllableKwenh                                                        rune = 0xD01E
	HangulSyllableKwed                                                         rune = 0xD01F
	HangulSyllableKwel                                                         rune = 0xD020
	HangulSyllableKwelg                                                        rune = 0xD021
	HangulSyllableKwelm                                                        rune = 0xD022
	HangulSyllableKwelb                                                        rune = 0xD023
	HangulSyllableKwels                                                        rune = 0xD024
	HangulSyllableKwelt                                                        rune = 0xD025
	HangulSyllableKwelp                                                        rune = 0xD026
	HangulSyllableKwelh                                                        rune = 0xD027
	HangulSyllableKwem                                                         rune = 0xD028
	HangulSyllableKweb                                                         rune = 0xD029
	HangulSyllableKwebs                                                        rune = 0xD02A
	HangulSyllableKwes                                                         rune = 0xD02B
	HangulSyllableKwess                                                        rune = 0xD02C
	HangulSyllableKweng                                                        rune = 0xD02D
	HangulSyllableKwej                                                         rune = 0xD02E
	HangulSyllableKwec                                                         rune = 0xD02F
	HangulSyllableKwek                                                         rune = 0xD030
	HangulSyllableKwet                                                         rune = 0xD031
	HangulSyllableKwep                                                         rune = 0xD032
	HangulSyllableKweh                                                         rune = 0xD033
	HangulSyllableKwi                                                          rune = 0xD034
	HangulSyllableKwig                                                         rune = 0xD035
	HangulSyllableKwigg                                                        rune = 0xD036
	HangulSyllableKwigs                                                        rune = 0xD037
	HangulSyllableKwin                                                         rune = 0xD038
	HangulSyllableKwinj                                                        rune = 0xD039
	HangulSyllableKwinh                                                        rune = 0xD03A
	HangulSyllableKwid                                                         rune = 0xD03B
	HangulSyllableKwil                                                         rune = 0xD03C
	HangulSyllableKwilg                                                        rune = 0xD03D
	HangulSyllableKwilm                                                        rune = 0xD03E
	HangulSyllableKwilb                                                        rune = 0xD03F
	HangulSyllableKwils                                                        rune = 0xD040
	HangulSyllableKwilt                                                        rune = 0xD041
	HangulSyllableKwilp                                                        rune = 0xD042
	HangulSyllableKwilh                                                        rune = 0xD043
	HangulSyllableKwim                                                         rune = 0xD044
	HangulSyllableKwib                                                         rune = 0xD045
	HangulSyllableKwibs                                                        rune = 0xD046
	HangulSyllableKwis                                                         rune = 0xD047
	HangulSyllableKwiss                                                        rune = 0xD048
	HangulSyllableKwing                                                        rune = 0xD049
	HangulSyllableKwij                                                         rune = 0xD04A
	HangulSyllableKwic                                                         rune = 0xD04B
	HangulSyllableKwik                                                         rune = 0xD04C
	HangulSyllableKwit                                                         rune = 0xD04D
	HangulSyllableKwip                                                         rune = 0xD04E
	HangulSyllableKwih                                                         rune = 0xD04F
	HangulSyllableKyu                                                          rune = 0xD050
	HangulSyllableKyug                                                         rune = 0xD051
	HangulSyllableKyugg                                                        rune = 0xD052
	HangulSyllableKyugs                                                        rune = 0xD053
	HangulSyllableKyun                                                         rune = 0xD054
	HangulSyllableKyunj                                                        rune = 0xD055
	HangulSyllableKyunh                                                        rune = 0xD056
	HangulSyllableKyud                                                         rune = 0xD057
	HangulSyllableKyul                                                         rune = 0xD058
	HangulSyllableKyulg                                                        rune = 0xD059
	HangulSyllableKyulm                                                        rune = 0xD05A
	HangulSyllableKyulb                                                        rune = 0xD05B
	HangulSyllableKyuls                                                        rune = 0xD05C
	HangulSyllableKyult                                                        rune = 0xD05D
	HangulSyllableKyulp                                                        rune = 0xD05E
	HangulSyllableKyulh                                                        rune = 0xD05F
	HangulSyllableKyum                                                         rune = 0xD060
	HangulSyllableKyub                                                         rune = 0xD061
	HangulSyllableKyubs                                                        rune = 0xD062
	HangulSyllableKyus                                                         rune = 0xD063
	HangulSyllableKyuss                                                        rune = 0xD064
	HangulSyllableKyung                                                        rune = 0xD065
	HangulSyllableKyuj                                                         rune = 0xD066
	HangulSyllableKyuc                                                         rune = 0xD067
	HangulSyllableKyuk                                                         rune = 0xD068
	HangulSyllableKyut                                                         rune = 0xD069
	HangulSyllableKyup                                                         rune = 0xD06A
	HangulSyllableKyuh                                                         rune = 0xD06B
	HangulSyllableKeu                                                          rune = 0xD06C
	HangulSyllableKeug                                                         rune = 0xD06D
	HangulSyllableKeugg                                                        rune = 0xD06E
	HangulSyllableKeugs                                                        rune = 0xD06F
	HangulSyllableKeun                                                         rune = 0xD070
	HangulSyllableKeunj                                                        rune = 0xD071
	HangulSyllableKeunh                                                        rune = 0xD072
	HangulSyllableKeud                                                         rune = 0xD073
	HangulSyllableKeul                                                         rune = 0xD074
	HangulSyllableKeulg                                                        rune = 0xD075
	HangulSyllableKeulm                                                        rune = 0xD076
	HangulSyllableKeulb                                                        rune = 0xD077
	HangulSyllableKeuls                                                        rune = 0xD078
	HangulSyllableKeult                                                        rune = 0xD079
	HangulSyllableKeulp                                                        rune = 0xD07A
	HangulSyllableKeulh                                                        rune = 0xD07B
	HangulSyllableKeum                                                         rune = 0xD07C
	HangulSyllableKeub                                                         rune = 0xD07D
	HangulSyllableKeubs                                                        rune = 0xD07E
	HangulSyllableKeus                                                         rune = 0xD07F
	HangulSyllableKeuss                                                        rune = 0xD080
	HangulSyllableKeung                                                        rune = 0xD081
	HangulSyllableKeuj                                                         rune = 0xD082
	HangulSyllableKeuc                                                         rune = 0xD083
	HangulSyllableKeuk                                                         rune = 0xD084
	HangulSyllableKeut                                                         rune = 0xD085
	HangulSyllableKeup                                                         rune = 0xD086
	HangulSyllableKeuh                                                         rune = 0xD087
	HangulSyllableKyi                                                          rune = 0xD088
	HangulSyllableKyig                                                         rune = 0xD089
	HangulSyllableKyigg                                                        rune = 0xD08A
	HangulSyllableKyigs                                                        rune = 0xD08B
	HangulSyllableKyin                                                         rune = 0xD08C
	HangulSyllableKyinj                                                        rune = 0xD08D
	HangulSyllableKyinh                                                        rune = 0xD08E
	HangulSyllableKyid                                                         rune = 0xD08F
	HangulSyllableKyil                                                         rune = 0xD090
	HangulSyllableKyilg                                                        rune = 0xD091
	HangulSyllableKyilm                                                        rune = 0xD092
	HangulSyllableKyilb                                                        rune = 0xD093
	HangulSyllableKyils                                                        rune = 0xD094
	HangulSyllableKyilt                                                        rune = 0xD095
	HangulSyllableKyilp                                                        rune = 0xD096
	HangulSyllableKyilh                                                        rune = 0xD097
	HangulSyllableKyim                                                         rune = 0xD098
	HangulSyllableKyib                                                         rune = 0xD099
	HangulSyllableKyibs                                                        rune = 0xD09A
	HangulSyllableKyis                                                         rune = 0xD09B
	HangulSyllableKyiss                                                        rune = 0xD09C
	HangulSyllableKying                                                        rune = 0xD09D
	HangulSyllableKyij                                                         rune = 0xD09E
	HangulSyllableKyic                                                         rune = 0xD09F
	HangulSyllableKyik                                                         rune = 0xD0A0
	HangulSyllableKyit                                                         rune = 0xD0A1
	HangulSyllableKyip                                                         rune = 0xD0A2
	HangulSyllableKyih                                                         rune = 0xD0A3
	HangulSyllableKi                                                           rune = 0xD0A4
	HangulSyllableKig                                                          rune = 0xD0A5
	HangulSyllableKigg                                                         rune = 0xD0A6
	HangulSyllableKigs                                                         rune = 0xD0A7
	HangulSyllableKin                                                          rune = 0xD0A8
	HangulSyllableKinj                                                         rune = 0xD0A9
	HangulSyllableKinh                                                         rune = 0xD0AA
	HangulSyllableKid                                                          rune = 0xD0AB
	HangulSyllableKil                                                          rune = 0xD0AC
	HangulSyllableKilg                                                         rune = 0xD0AD
	HangulSyllableKilm                                                         rune = 0xD0AE
	HangulSyllableKilb                                                         rune = 0xD0AF
	HangulSyllableKils                                                         rune = 0xD0B0
	HangulSyllableKilt                                                         rune = 0xD0B1
	HangulSyllableKilp                                                         rune = 0xD0B2
	HangulSyllableKilh                                                         rune = 0xD0B3
	HangulSyllableKim                                                          rune = 0xD0B4
	HangulSyllableKib                                                          rune = 0xD0B5
	HangulSyllableKibs                                                         rune = 0xD0B6
	HangulSyllableKis                                                          rune = 0xD0B7
	HangulSyllableKiss                                                         rune = 0xD0B8
	HangulSyllableKing                                                         rune = 0xD0B9
	HangulSyllableKij                                                          rune = 0xD0BA
	HangulSyllableKic                                                          rune = 0xD0BB
	HangulSyllableKik                                                          rune = 0xD0BC
	HangulSyllableKit                                                          rune = 0xD0BD
	HangulSyllableKip                                                          rune = 0xD0BE
	HangulSyllableKih                                                          rune = 0xD0BF
	HangulSyllableTa                                                           rune = 0xD0C0
	HangulSyllableTag                                                          rune = 0xD0C1
	HangulSyllableTagg                                                         rune = 0xD0C2
	HangulSyllableTags                                                         rune = 0xD0C3
	HangulSyllableTan                                                          rune = 0xD0C4
	HangulSyllableTanj                                                         rune = 0xD0C5
	HangulSyllableTanh                                                         rune = 0xD0C6
	HangulSyllableTad                                                          rune = 0xD0C7
	HangulSyllableTal                                                          rune = 0xD0C8
	HangulSyllableTalg                                                         rune = 0xD0C9
	HangulSyllableTalm                                                         rune = 0xD0CA
	HangulSyllableTalb                                                         rune = 0xD0CB
	HangulSyllableTals                                                         rune = 0xD0CC
	HangulSyllableTalt                                                         rune = 0xD0CD
	HangulSyllableTalp                                                         rune = 0xD0CE
	HangulSyllableTalh                                                         rune = 0xD0CF
	HangulSyllableTam                                                          rune = 0xD0D0
	HangulSyllableTab                                                          rune = 0xD0D1
	HangulSyllableTabs                                                         rune = 0xD0D2
	HangulSyllableTas                                                          rune = 0xD0D3
	HangulSyllableTass                                                         rune = 0xD0D4
	HangulSyllableTang                                                         rune = 0xD0D5
	HangulSyllableTaj                                                          rune = 0xD0D6
	HangulSyllableTac                                                          rune = 0xD0D7
	HangulSyllableTak                                                          rune = 0xD0D8
	HangulSyllableTat                                                          rune = 0xD0D9
	HangulSyllableTap                                                          rune = 0xD0DA
	HangulSyllableTah                                                          rune = 0xD0DB
	HangulSyllableTae                                                          rune = 0xD0DC
	HangulSyllableTaeg                                                         rune = 0xD0DD
	HangulSyllableTaegg                                                        rune = 0xD0DE
	HangulSyllableTaegs                                                        rune = 0xD0DF
	HangulSyllableTaen                                                         rune = 0xD0E0
	HangulSyllableTaenj                                                        rune = 0xD0E1
	HangulSyllableTaenh                                                        rune = 0xD0E2
	HangulSyllableTaed                                                         rune = 0xD0E3
	HangulSyllableTael                                                         rune = 0xD0E4
	HangulSyllableTaelg                                                        rune = 0xD0E5
	HangulSyllableTaelm                                                        rune = 0xD0E6
	HangulSyllableTaelb                                                        rune = 0xD0E7
	HangulSyllableTaels                                                        rune = 0xD0E8
	HangulSyllableTaelt                                                        rune = 0xD0E9
	HangulSyllableTaelp                                                        rune = 0xD0EA
	HangulSyllableTaelh                                                        rune = 0xD0EB
	HangulSyllableTaem                                                         rune = 0xD0EC
	HangulSyllableTaeb                                                         rune = 0xD0ED
	HangulSyllableTaebs                                                        rune = 0xD0EE
	HangulSyllableTaes                                                         rune = 0xD0EF
	HangulSyllableTaess                                                        rune = 0xD0F0
	HangulSyllableTaeng                                                        rune = 0xD0F1
	HangulSyllableTaej                                                         rune = 0xD0F2
	HangulSyllableTaec                                                         rune = 0xD0F3
	HangulSyllableTaek                                                         rune = 0xD0F4
	HangulSyllableTaet                                                         rune = 0xD0F5
	HangulSyllableTaep                                                         rune = 0xD0F6
	HangulSyllableTaeh                                                         rune = 0xD0F7
	HangulSyllableTya                                                          rune = 0xD0F8
	HangulSyllableTyag                                                         rune = 0xD0F9
	HangulSyllableTyagg                                                        rune = 0xD0FA
	HangulSyllableTyags                                                        rune = 0xD0FB
	HangulSyllableTyan                                                         rune = 0xD0FC
	HangulSyllableTyanj                                                        rune = 0xD0FD
	HangulSyllableTyanh                                                        rune = 0xD0FE
	HangulSyllableTyad                                                         rune = 0xD0FF
	HangulSyllableTyal                                                         rune = 0xD100
	HangulSyllableTyalg                                                        rune = 0xD101
	HangulSyllableTyalm                                                        rune = 0xD102
	HangulSyllableTyalb                                                        rune = 0xD103
	HangulSyllableTyals                                                        rune = 0xD104
	HangulSyllableTyalt                                                        rune = 0xD105
	HangulSyllableTyalp                                                        rune = 0xD106
	HangulSyllableTyalh                                                        rune = 0xD107
	HangulSyllableTyam                                                         rune = 0xD108
	HangulSyllableTyab                                                         rune = 0xD109
	HangulSyllableTyabs                                                        rune = 0xD10A
	HangulSyllableTyas                                                         rune = 0xD10B
	HangulSyllableTyass                                                        rune = 0xD10C
	HangulSyllableTyang                                                        rune = 0xD10D
	HangulSyllableTyaj                                                         rune = 0xD10E
	HangulSyllableTyac                                                         rune = 0xD10F
	HangulSyllableTyak                                                         rune = 0xD110
	HangulSyllableTyat                                                         rune = 0xD111
	HangulSyllableTyap                                                         rune = 0xD112
	HangulSyllableTyah                                                         rune = 0xD113
	HangulSyllableTyae                                                         rune = 0xD114
	HangulSyllableTyaeg                                                        rune = 0xD115
	HangulSyllableTyaegg                                                       rune = 0xD116
	HangulSyllableTyaegs                                                       rune = 0xD117
	HangulSyllableTyaen                                                        rune = 0xD118
	HangulSyllableTyaenj                                                       rune = 0xD119
	HangulSyllableTyaenh                                                       rune = 0xD11A
	HangulSyllableTyaed                                                        rune = 0xD11B
	HangulSyllableTyael                                                        rune = 0xD11C
	HangulSyllableTyaelg                                                       rune = 0xD11D
	HangulSyllableTyaelm                                                       rune = 0xD11E
	HangulSyllableTyaelb                                                       rune = 0xD11F
	HangulSyllableTyaels                                                       rune = 0xD120
	HangulSyllableTyaelt                                                       rune = 0xD121
	HangulSyllableTyaelp                                                       rune = 0xD122
	HangulSyllableTyaelh                                                       rune = 0xD123
	HangulSyllableTyaem                                                        rune = 0xD124
	HangulSyllableTyaeb                                                        rune = 0xD125
	HangulSyllableTyaebs                                                       rune = 0xD126
	HangulSyllableTyaes                                                        rune = 0xD127
	HangulSyllableTyaess                                                       rune = 0xD128
	HangulSyllableTyaeng                                                       rune = 0xD129
	HangulSyllableTyaej                                                        rune = 0xD12A
	HangulSyllableTyaec                                                        rune = 0xD12B
	HangulSyllableTyaek                                                        rune = 0xD12C
	HangulSyllableTyaet                                                        rune = 0xD12D
	HangulSyllableTyaep                                                        rune = 0xD12E
	HangulSyllableTyaeh                                                        rune = 0xD12F
	HangulSyllableTeo                                                          rune = 0xD130
	HangulSyllableTeog                                                         rune = 0xD131
	HangulSyllableTeogg                                                        rune = 0xD132
	HangulSyllableTeogs                                                        rune = 0xD133
	HangulSyllableTeon                                                         rune = 0xD134
	HangulSyllableTeonj                                                        rune = 0xD135
	HangulSyllableTeonh                                                        rune = 0xD136
	HangulSyllableTeod                                                         rune = 0xD137
	HangulSyllableTeol                                                         rune = 0xD138
	HangulSyllableTeolg                                                        rune = 0xD139
	HangulSyllableTeolm                                                        rune = 0xD13A
	HangulSyllableTeolb                                                        rune = 0xD13B
	HangulSyllableTeols                                                        rune = 0xD13C
	HangulSyllableTeolt                                                        rune = 0xD13D
	HangulSyllableTeolp                                                        rune = 0xD13E
	HangulSyllableTeolh                                                        rune = 0xD13F
	HangulSyllableTeom                                                         rune = 0xD140
	HangulSyllableTeob                                                         rune = 0xD141
	HangulSyllableTeobs                                                        rune = 0xD142
	HangulSyllableTeos                                                         rune = 0xD143
	HangulSyllableTeoss                                                        rune = 0xD144
	HangulSyllableTeong                                                        rune = 0xD145
	HangulSyllableTeoj                                                         rune = 0xD146
	HangulSyllableTeoc                                                         rune = 0xD147
	HangulSyllableTeok                                                         rune = 0xD148
	HangulSyllableTeot                                                         rune = 0xD149
	HangulSyllableTeop                                                         rune = 0xD14A
	HangulSyllableTeoh                                                         rune = 0xD14B
	HangulSyllableTe                                                           rune = 0xD14C
	HangulSyllableTeg                                                          rune = 0xD14D
	HangulSyllableTegg                                                         rune = 0xD14E
	HangulSyllableTegs                                                         rune = 0xD14F
	HangulSyllableTen                                                          rune = 0xD150
	HangulSyllableTenj                                                         rune = 0xD151
	HangulSyllableTenh                                                         rune = 0xD152
	HangulSyllableTed                                                          rune = 0xD153
	HangulSyllableTel                                                          rune = 0xD154
	HangulSyllableTelg                                                         rune = 0xD155
	HangulSyllableTelm                                                         rune = 0xD156
	HangulSyllableTelb                                                         rune = 0xD157
	HangulSyllableTels                                                         rune = 0xD158
	HangulSyllableTelt                                                         rune = 0xD159
	HangulSyllableTelp                                                         rune = 0xD15A
	HangulSyllableTelh                                                         rune = 0xD15B
	HangulSyllableTem                                                          rune = 0xD15C
	HangulSyllableTeb                                                          rune = 0xD15D
	HangulSyllableTebs                                                         rune = 0xD15E
	HangulSyllableTes                                                          rune = 0xD15F
	HangulSyllableTess                                                         rune = 0xD160
	HangulSyllableTeng                                                         rune = 0xD161
	HangulSyllableTej                                                          rune = 0xD162
	HangulSyllableTec                                                          rune = 0xD163
	HangulSyllableTek                                                          rune = 0xD164
	HangulSyllableTet                                                          rune = 0xD165
	HangulSyllableTep                                                          rune = 0xD166
	HangulSyllableTeh                                                          rune = 0xD167
	HangulSyllableTyeo                                                         rune = 0xD168
	HangulSyllableTyeog                                                        rune = 0xD169
	HangulSyllableTyeogg                                                       rune = 0xD16A
	HangulSyllableTyeogs                                                       rune = 0xD16B
	HangulSyllableTyeon                                                        rune = 0xD16C
	HangulSyllableTyeonj                                                       rune = 0xD16D
	HangulSyllableTyeonh                                                       rune = 0xD16E
	HangulSyllableTyeod                                                        rune = 0xD16F
	HangulSyllableTyeol                                                        rune = 0xD170
	HangulSyllableTyeolg                                                       rune = 0xD171
	HangulSyllableTyeolm                                                       rune = 0xD172
	HangulSyllableTyeolb                                                       rune = 0xD173
	HangulSyllableTyeols                                                       rune = 0xD174
	HangulSyllableTyeolt                                                       rune = 0xD175
	HangulSyllableTyeolp                                                       rune = 0xD176
	HangulSyllableTyeolh                                                       rune = 0xD177
	HangulSyllableTyeom                                                        rune = 0xD178
	HangulSyllableTyeob                                                        rune = 0xD179
	HangulSyllableTyeobs                                                       rune = 0xD17A
	HangulSyllableTyeos                                                        rune = 0xD17B
	HangulSyllableTyeoss                                                       rune = 0xD17C
	HangulSyllableTyeong                                                       rune = 0xD17D
	HangulSyllableTyeoj                                                        rune = 0xD17E
	HangulSyllableTyeoc                                                        rune = 0xD17F
	HangulSyllableTyeok                                                        rune = 0xD180
	HangulSyllableTyeot                                                        rune = 0xD181
	HangulSyllableTyeop                                                        rune = 0xD182
	HangulSyllableTyeoh                                                        rune = 0xD183
	HangulSyllableTye                                                          rune = 0xD184
	HangulSyllableTyeg                                                         rune = 0xD185
	HangulSyllableTyegg                                                        rune = 0xD186
	HangulSyllableTyegs                                                        rune = 0xD187
	HangulSyllableTyen                                                         rune = 0xD188
	HangulSyllableTyenj                                                        rune = 0xD189
	HangulSyllableTyenh                                                        rune = 0xD18A
	HangulSyllableTyed                                                         rune = 0xD18B
	HangulSyllableTyel                                                         rune = 0xD18C
	HangulSyllableTyelg                                                        rune = 0xD18D
	HangulSyllableTyelm                                                        rune = 0xD18E
	HangulSyllableTyelb                                                        rune = 0xD18F
	HangulSyllableTyels                                                        rune = 0xD190
	HangulSyllableTyelt                                                        rune = 0xD191
	HangulSyllableTyelp                                                        rune = 0xD192
	HangulSyllableTyelh                                                        rune = 0xD193
	HangulSyllableTyem                                                         rune = 0xD194
	HangulSyllableTyeb                                                         rune = 0xD195
	HangulSyllableTyebs                                                        rune = 0xD196
	HangulSyllableTyes                                                         rune = 0xD197
	HangulSyllableTyess                                                        rune = 0xD198
	HangulSyllableTyeng                                                        rune = 0xD199
	HangulSyllableTyej                                                         rune = 0xD19A
	HangulSyllableTyec                                                         rune = 0xD19B
	HangulSyllableTyek                                                         rune = 0xD19C
	HangulSyllableTyet                                                         rune = 0xD19D
	HangulSyllableTyep                                                         rune = 0xD19E
	HangulSyllableTyeh                                                         rune = 0xD19F
	HangulSyllableTo                                                           rune = 0xD1A0
	HangulSyllableTog                                                          rune = 0xD1A1
	HangulSyllableTogg                                                         rune = 0xD1A2
	HangulSyllableTogs                                                         rune = 0xD1A3
	HangulSyllableTon                                                          rune = 0xD1A4
	HangulSyllableTonj                                                         rune = 0xD1A5
	HangulSyllableTonh                                                         rune = 0xD1A6
	HangulSyllableTod                                                          rune = 0xD1A7
	HangulSyllableTol                                                          rune = 0xD1A8
	HangulSyllableTolg                                                         rune = 0xD1A9
	HangulSyllableTolm                                                         rune = 0xD1AA
	HangulSyllableTolb                                                         rune = 0xD1AB
	HangulSyllableTols                                                         rune = 0xD1AC
	HangulSyllableTolt                                                         rune = 0xD1AD
	HangulSyllableTolp                                                         rune = 0xD1AE
	HangulSyllableTolh                                                         rune = 0xD1AF
	HangulSyllableTom                                                          rune = 0xD1B0
	HangulSyllableTob                                                          rune = 0xD1B1
	HangulSyllableTobs                                                         rune = 0xD1B2
	HangulSyllableTos                                                          rune = 0xD1B3
	HangulSyllableToss                                                         rune = 0xD1B4
	HangulSyllableTong                                                         rune = 0xD1B5
	HangulSyllableToj                                                          rune = 0xD1B6
	HangulSyllableToc                                                          rune = 0xD1B7
	HangulSyllableTok                                                          rune = 0xD1B8
	HangulSyllableTot                                                          rune = 0xD1B9
	HangulSyllableTop                                                          rune = 0xD1BA
	HangulSyllableToh                                                          rune = 0xD1BB
	HangulSyllableTwa                                                          rune = 0xD1BC
	HangulSyllableTwag                                                         rune = 0xD1BD
	HangulSyllableTwagg                                                        rune = 0xD1BE
	HangulSyllableTwags                                                        rune = 0xD1BF
	HangulSyllableTwan                                                         rune = 0xD1C0
	HangulSyllableTwanj                                                        rune = 0xD1C1
	HangulSyllableTwanh                                                        rune = 0xD1C2
	HangulSyllableTwad                                                         rune = 0xD1C3
	HangulSyllableTwal                                                         rune = 0xD1C4
	HangulSyllableTwalg                                                        rune = 0xD1C5
	HangulSyllableTwalm                                                        rune = 0xD1C6
	HangulSyllableTwalb                                                        rune = 0xD1C7
	HangulSyllableTwals                                                        rune = 0xD1C8
	HangulSyllableTwalt                                                        rune = 0xD1C9
	HangulSyllableTwalp                                                        rune = 0xD1CA
	HangulSyllableTwalh                                                        rune = 0xD1CB
	HangulSyllableTwam                                                         rune = 0xD1CC
	HangulSyllableTwab                                                         rune = 0xD1CD
	HangulSyllableTwabs                                                        rune = 0xD1CE
	HangulSyllableTwas                                                         rune = 0xD1CF
	HangulSyllableTwass                                                        rune = 0xD1D0
	HangulSyllableTwang                                                        rune = 0xD1D1
	HangulSyllableTwaj                                                         rune = 0xD1D2
	HangulSyllableTwac                                                         rune = 0xD1D3
	HangulSyllableTwak                                                         rune = 0xD1D4
	HangulSyllableTwat                                                         rune = 0xD1D5
	HangulSyllableTwap                                                         rune = 0xD1D6
	HangulSyllableTwah                                                         rune = 0xD1D7
	HangulSyllableTwae                                                         rune = 0xD1D8
	HangulSyllableTwaeg                                                        rune = 0xD1D9
	HangulSyllableTwaegg                                                       rune = 0xD1DA
	HangulSyllableTwaegs                                                       rune = 0xD1DB
	HangulSyllableTwaen                                                        rune = 0xD1DC
	HangulSyllableTwaenj                                                       rune = 0xD1DD
	HangulSyllableTwaenh                                                       rune = 0xD1DE
	HangulSyllableTwaed                                                        rune = 0xD1DF
	HangulSyllableTwael                                                        rune = 0xD1E0
	HangulSyllableTwaelg                                                       rune = 0xD1E1
	HangulSyllableTwaelm                                                       rune = 0xD1E2
	HangulSyllableTwaelb                                                       rune = 0xD1E3
	HangulSyllableTwaels                                                       rune = 0xD1E4
	HangulSyllableTwaelt                                                       rune = 0xD1E5
	HangulSyllableTwaelp                                                       rune = 0xD1E6
	HangulSyllableTwaelh                                                       rune = 0xD1E7
	HangulSyllableTwaem                                                        rune = 0xD1E8
	HangulSyllableTwaeb                                                        rune = 0xD1E9
	HangulSyllableTwaebs                                                       rune = 0xD1EA
	HangulSyllableTwaes                                                        rune = 0xD1EB
	HangulSyllableTwaess                                                       rune = 0xD1EC
	HangulSyllableTwaeng                                                       rune = 0xD1ED
	HangulSyllableTwaej                                                        rune = 0xD1EE
	HangulSyllableTwaec                                                        rune = 0xD1EF
	HangulSyllableTwaek                                                        rune = 0xD1F0
	HangulSyllableTwaet                                                        rune = 0xD1F1
	HangulSyllableTwaep                                                        rune = 0xD1F2
	HangulSyllableTwaeh                                                        rune = 0xD1F3
	HangulSyllableToe                                                          rune = 0xD1F4
	HangulSyllableToeg                                                         rune = 0xD1F5
	HangulSyllableToegg                                                        rune = 0xD1F6
	HangulSyllableToegs                                                        rune = 0xD1F7
	HangulSyllableToen                                                         rune = 0xD1F8
	HangulSyllableToenj                                                        rune = 0xD1F9
	HangulSyllableToenh                                                        rune = 0xD1FA
	HangulSyllableToed                                                         rune = 0xD1FB
	HangulSyllableToel                                                         rune = 0xD1FC
	HangulSyllableToelg                                                        rune = 0xD1FD
	HangulSyllableToelm                                                        rune = 0xD1FE
	HangulSyllableToelb                                                        rune = 0xD1FF
	HangulSyllableToels                                                        rune = 0xD200
	HangulSyllableToelt                                                        rune = 0xD201
	HangulSyllableToelp                                                        rune = 0xD202
	HangulSyllableToelh                                                        rune = 0xD203
	HangulSyllableToem                                                         rune = 0xD204
	HangulSyllableToeb                                                         rune = 0xD205
	HangulSyllableToebs                                                        rune = 0xD206
	HangulSyllableToes                                                         rune = 0xD207
	HangulSyllableToess                                                        rune = 0xD208
	HangulSyllableToeng                                                        rune = 0xD209
	HangulSyllableToej                                                         rune = 0xD20A
	HangulSyllableToec                                                         rune = 0xD20B
	HangulSyllableToek                                                         rune = 0xD20C
	HangulSyllableToet                                                         rune = 0xD20D
	HangulSyllableToep                                                         rune = 0xD20E
	HangulSyllableToeh                                                         rune = 0xD20F
	HangulSyllableTyo                                                          rune = 0xD210
	HangulSyllableTyog                                                         rune = 0xD211
	HangulSyllableTyogg                                                        rune = 0xD212
	HangulSyllableTyogs                                                        rune = 0xD213
	HangulSyllableTyon                                                         rune = 0xD214
	HangulSyllableTyonj                                                        rune = 0xD215
	HangulSyllableTyonh                                                        rune = 0xD216
	HangulSyllableTyod                                                         rune = 0xD217
	HangulSyllableTyol                                                         rune = 0xD218
	HangulSyllableTyolg                                                        rune = 0xD219
	HangulSyllableTyolm                                                        rune = 0xD21A
	HangulSyllableTyolb                                                        rune = 0xD21B
	HangulSyllableTyols                                                        rune = 0xD21C
	HangulSyllableTyolt                                                        rune = 0xD21D
	HangulSyllableTyolp                                                        rune = 0xD21E
	HangulSyllableTyolh                                                        rune = 0xD21F
	HangulSyllableTyom                                                         rune = 0xD220
	HangulSyllableTyob                                                         rune = 0xD221
	HangulSyllableTyobs                                                        rune = 0xD222
	HangulSyllableTyos                                                         rune = 0xD223
	HangulSyllableTyoss                                                        rune = 0xD224
	HangulSyllableTyong                                                        rune = 0xD225
	HangulSyllableTyoj                                                         rune = 0xD226
	HangulSyllableTyoc                                                         rune = 0xD227
	HangulSyllableTyok                                                         rune = 0xD228
	HangulSyllableTyot                                                         rune = 0xD229
	HangulSyllableTyop                                                         rune = 0xD22A
	HangulSyllableTyoh                                                         rune = 0xD22B
	HangulSyllableTu                                                           rune = 0xD22C
	HangulSyllableTug                                                          rune = 0xD22D
	HangulSyllableTugg                                                         rune = 0xD22E
	HangulSyllableTugs                                                         rune = 0xD22F
	HangulSyllableTun                                                          rune = 0xD230
	HangulSyllableTunj                                                         rune = 0xD231
	HangulSyllableTunh                                                         rune = 0xD232
	HangulSyllableTud                                                          rune = 0xD233
	HangulSyllableTul                                                          rune = 0xD234
	HangulSyllableTulg                                                         rune = 0xD235
	HangulSyllableTulm                                                         rune = 0xD236
	HangulSyllableTulb                                                         rune = 0xD237
	HangulSyllableTuls                                                         rune = 0xD238
	HangulSyllableTult                                                         rune = 0xD239
	HangulSyllableTulp                                                         rune = 0xD23A
	HangulSyllableTulh                                                         rune = 0xD23B
	HangulSyllableTum                                                          rune = 0xD23C
	HangulSyllableTub                                                          rune = 0xD23D
	HangulSyllableTubs                                                         rune = 0xD23E
	HangulSyllableTus                                                          rune = 0xD23F
	HangulSyllableTuss                                                         rune = 0xD240
	HangulSyllableTung                                                         rune = 0xD241
	HangulSyllableTuj                                                          rune = 0xD242
	HangulSyllableTuc                                                          rune = 0xD243
	HangulSyllableTuk                                                          rune = 0xD244
	HangulSyllableTut                                                          rune = 0xD245
	HangulSyllableTup                                                          rune = 0xD246
	HangulSyllableTuh                                                          rune = 0xD247
	HangulSyllableTweo                                                         rune = 0xD248
	HangulSyllableTweog                                                        rune = 0xD249
	HangulSyllableTweogg                                                       rune = 0xD24A
	HangulSyllableTweogs                                                       rune = 0xD24B
	HangulSyllableTweon                                                        rune = 0xD24C
	HangulSyllableTweonj                                                       rune = 0xD24D
	HangulSyllableTweonh                                                       rune = 0xD24E
	HangulSyllableTweod                                                        rune = 0xD24F
	HangulSyllableTweol                                                        rune = 0xD250
	HangulSyllableTweolg                                                       rune = 0xD251
	HangulSyllableTweolm                                                       rune = 0xD252
	HangulSyllableTweolb                                                       rune = 0xD253
	HangulSyllableTweols                                                       rune = 0xD254
	HangulSyllableTweolt                                                       rune = 0xD255
	HangulSyllableTweolp                                                       rune = 0xD256
	HangulSyllableTweolh                                                       rune = 0xD257
	HangulSyllableTweom                                                        rune = 0xD258
	HangulSyllableTweob                                                        rune = 0xD259
	HangulSyllableTweobs                                                       rune = 0xD25A
	HangulSyllableTweos                                                        rune = 0xD25B
	HangulSyllableTweoss                                                       rune = 0xD25C
	HangulSyllableTweong                                                       rune = 0xD25D
	HangulSyllableTweoj                                                        rune = 0xD25E
	HangulSyllableTweoc                                                        rune = 0xD25F
	HangulSyllableTweok                                                        rune = 0xD260
	HangulSyllableTweot                                                        rune = 0xD261
	HangulSyllableTweop                                                        rune = 0xD262
	HangulSyllableTweoh                                                        rune = 0xD263
	HangulSyllableTwe                                                          rune = 0xD264
	HangulSyllableTweg                                                         rune = 0xD265
	HangulSyllableTwegg                                                        rune = 0xD266
	HangulSyllableTwegs                                                        rune = 0xD267
	HangulSyllableTwen                                                         rune = 0xD268
	HangulSyllableTwenj                                                        rune = 0xD269
	HangulSyllableTwenh                                                        rune = 0xD26A
	HangulSyllableTwed                                                         rune = 0xD26B
	HangulSyllableTwel                                                         rune = 0xD26C
	HangulSyllableTwelg                                                        rune = 0xD26D
	HangulSyllableTwelm                                                        rune = 0xD26E
	HangulSyllableTwelb                                                        rune = 0xD26F
	HangulSyllableTwels                                                        rune = 0xD270
	HangulSyllableTwelt                                                        rune = 0xD271
	HangulSyllableTwelp                                                        rune = 0xD272
	HangulSyllableTwelh                                                        rune = 0xD273
	HangulSyllableTwem                                                         rune = 0xD274
	HangulSyllableTweb                                                         rune = 0xD275
	HangulSyllableTwebs                                                        rune = 0xD276
	HangulSyllableTwes                                                         rune = 0xD277
	HangulSyllableTwess                                                        rune = 0xD278
	HangulSyllableTweng                                                        rune = 0xD279
	HangulSyllableTwej                                                         rune = 0xD27A
	HangulSyllableTwec                                                         rune = 0xD27B
	HangulSyllableTwek                                                         rune = 0xD27C
	HangulSyllableTwet                                                         rune = 0xD27D
	HangulSyllableTwep                                                         rune = 0xD27E
	HangulSyllableTweh                                                         rune = 0xD27F
	HangulSyllableTwi                                                          rune = 0xD280
	HangulSyllableTwig                                                         rune = 0xD281
	HangulSyllableTwigg                                                        rune = 0xD282
	HangulSyllableTwigs                                                        rune = 0xD283
	HangulSyllableTwin                                                         rune = 0xD284
	HangulSyllableTwinj                                                        rune = 0xD285
	HangulSyllableTwinh                                                        rune = 0xD286
	HangulSyllableTwid                                                         rune = 0xD287
	HangulSyllableTwil                                                         rune = 0xD288
	HangulSyllableTwilg                                                        rune = 0xD289
	HangulSyllableTwilm                                                        rune = 0xD28A
	HangulSyllableTwilb                                                        rune = 0xD28B
	HangulSyllableTwils                                                        rune = 0xD28C
	HangulSyllableTwilt                                                        rune = 0xD28D
	HangulSyllableTwilp                                                        rune = 0xD28E
	HangulSyllableTwilh                                                        rune = 0xD28F
	HangulSyllableTwim                                                         rune = 0xD290
	HangulSyllableTwib                                                         rune = 0xD291
	HangulSyllableTwibs                                                        rune = 0xD292
	HangulSyllableTwis                                                         rune = 0xD293
	HangulSyllableTwiss                                                        rune = 0xD294
	HangulSyllableTwing                                                        rune = 0xD295
	HangulSyllableTwij                                                         rune = 0xD296
	HangulSyllableTwic                                                         rune = 0xD297
	HangulSyllableTwik                                                         rune = 0xD298
	HangulSyllableTwit                                                         rune = 0xD299
	HangulSyllableTwip                                                         rune = 0xD29A
	HangulSyllableTwih                                                         rune = 0xD29B
	HangulSyllableTyu                                                          rune = 0xD29C
	HangulSyllableTyug                                                         rune = 0xD29D
	HangulSyllableTyugg                                                        rune = 0xD29E
	HangulSyllableTyugs                                                        rune = 0xD29F
	HangulSyllableTyun                                                         rune = 0xD2A0
	HangulSyllableTyunj                                                        rune = 0xD2A1
	HangulSyllableTyunh                                                        rune = 0xD2A2
	HangulSyllableTyud                                                         rune = 0xD2A3
	HangulSyllableTyul                                                         rune = 0xD2A4
	HangulSyllableTyulg                                                        rune = 0xD2A5
	HangulSyllableTyulm                                                        rune = 0xD2A6
	HangulSyllableTyulb                                                        rune = 0xD2A7
	HangulSyllableTyuls                                                        rune = 0xD2A8
	HangulSyllableTyult                                                        rune = 0xD2A9
	HangulSyllableTyulp                                                        rune = 0xD2AA
	HangulSyllableTyulh                                                        rune = 0xD2AB
	HangulSyllableTyum                                                         rune = 0xD2AC
	HangulSyllableTyub                                                         rune = 0xD2AD
	HangulSyllableTyubs                                                        rune = 0xD2AE
	HangulSyllableTyus                                                         rune = 0xD2AF
	HangulSyllableTyuss                                                        rune = 0xD2B0
	HangulSyllableTyung                                                        rune = 0xD2B1
	HangulSyllableTyuj                                                         rune = 0xD2B2
	HangulSyllableTyuc                                                         rune = 0xD2B3
	HangulSyllableTyuk                                                         rune = 0xD2B4
	HangulSyllableTyut                                                         rune = 0xD2B5
	HangulSyllableTyup                                                         rune = 0xD2B6
	HangulSyllableTyuh                                                         rune = 0xD2B7
	HangulSyllableTeu                                                          rune = 0xD2B8
	HangulSyllableTeug                                                         rune = 0xD2B9
	HangulSyllableTeugg                                                        rune = 0xD2BA
	HangulSyllableTeugs                                                        rune = 0xD2BB
	HangulSyllableTeun                                                         rune = 0xD2BC
	HangulSyllableTeunj                                                        rune = 0xD2BD
	HangulSyllableTeunh                                                        rune = 0xD2BE
	HangulSyllableTeud                                                         rune = 0xD2BF
	HangulSyllableTeul                                                         rune = 0xD2C0
	HangulSyllableTeulg                                                        rune = 0xD2C1
	HangulSyllableTeulm                                                        rune = 0xD2C2
	HangulSyllableTeulb                                                        rune = 0xD2C3
	HangulSyllableTeuls                                                        rune = 0xD2C4
	HangulSyllableTeult                                                        rune = 0xD2C5
	HangulSyllableTeulp                                                        rune = 0xD2C6
	HangulSyllableTeulh                                                        rune = 0xD2C7
	HangulSyllableTeum                                                         rune = 0xD2C8
	HangulSyllableTeub                                                         rune = 0xD2C9
	HangulSyllableTeubs                                                        rune = 0xD2CA
	HangulSyllableTeus                                                         rune = 0xD2CB
	HangulSyllableTeuss                                                        rune = 0xD2CC
	HangulSyllableTeung                                                        rune = 0xD2CD
	HangulSyllableTeuj                                                         rune = 0xD2CE
	HangulSyllableTeuc                                                         rune = 0xD2CF
	HangulSyllableTeuk                                                         rune = 0xD2D0
	HangulSyllableTeut                                                         rune = 0xD2D1
	HangulSyllableTeup                                                         rune = 0xD2D2
	HangulSyllableTeuh                                                         rune = 0xD2D3
	HangulSyllableTyi                                                          rune = 0xD2D4
	HangulSyllableTyig                                                         rune = 0xD2D5
	HangulSyllableTyigg                                                        rune = 0xD2D6
	HangulSyllableTyigs                                                        rune = 0xD2D7
	HangulSyllableTyin                                                         rune = 0xD2D8
	HangulSyllableTyinj                                                        rune = 0xD2D9
	HangulSyllableTyinh                                                        rune = 0xD2DA
	HangulSyllableTyid                                                         rune = 0xD2DB
	HangulSyllableTyil                                                         rune = 0xD2DC
	HangulSyllableTyilg                                                        rune = 0xD2DD
	HangulSyllableTyilm                                                        rune = 0xD2DE
	HangulSyllableTyilb                                                        rune = 0xD2DF
	HangulSyllableTyils                                                        rune = 0xD2E0
	HangulSyllableTyilt                                                        rune = 0xD2E1
	HangulSyllableTyilp                                                        rune = 0xD2E2
	HangulSyllableTyilh                                                        rune = 0xD2E3
	HangulSyllableTyim                                                         rune = 0xD2E4
	HangulSyllableTyib                                                         rune = 0xD2E5
	HangulSyllableTyibs                                                        rune = 0xD2E6
	HangulSyllableTyis                                                         rune = 0xD2E7
	HangulSyllableTyiss                                                        rune = 0xD2E8
	HangulSyllableTying                                                        rune = 0xD2E9
	HangulSyllableTyij                                                         rune = 0xD2EA
	HangulSyllableTyic                                                         rune = 0xD2EB
	HangulSyllableTyik                                                         rune = 0xD2EC
	HangulSyllableTyit                                                         rune = 0xD2ED
	HangulSyllableTyip                                                         rune = 0xD2EE
	HangulSyllableTyih                                                         rune = 0xD2EF
	HangulSyllableTi                                                           rune = 0xD2F0
	HangulSyllableTig                                                          rune = 0xD2F1
	HangulSyllableTigg                                                         rune = 0xD2F2
	HangulSyllableTigs                                                         rune = 0xD2F3
	HangulSyllableTin                                                          rune = 0xD2F4
	HangulSyllableTinj                                                         rune = 0xD2F5
	HangulSyllableTinh                                                         rune = 0xD2F6
	HangulSyllableTid                                                          rune = 0xD2F7
	HangulSyllableTil                                                          rune = 0xD2F8
	HangulSyllableTilg                                                         rune = 0xD2F9
	HangulSyllableTilm                                                         rune = 0xD2FA
	HangulSyllableTilb                                                         rune = 0xD2FB
	HangulSyllableTils                                                         rune = 0xD2FC
	HangulSyllableTilt                                                         rune = 0xD2FD
	HangulSyllableTilp                                                         rune = 0xD2FE
	HangulSyllableTilh                                                         rune = 0xD2FF
	HangulSyllableTim                                                          rune = 0xD300
	HangulSyllableTib                                                          rune = 0xD301
	HangulSyllableTibs                                                         rune = 0xD302
	HangulSyllableTis                                                          rune = 0xD303
	HangulSyllableTiss                                                         rune = 0xD304
	HangulSyllableTing                                                         rune = 0xD305
	HangulSyllableTij                                                          rune = 0xD306
	HangulSyllableTic                                                          rune = 0xD307
	HangulSyllableTik                                                          rune = 0xD308
	HangulSyllableTit                                                          rune = 0xD309
	HangulSyllableTip                                                          rune = 0xD30A
	HangulSyllableTih                                                          rune = 0xD30B
	HangulSyllablePa                                                           rune = 0xD30C
	HangulSyllablePag                                                          rune = 0xD30D
	HangulSyllablePagg                                                         rune = 0xD30E
	HangulSyllablePags                                                         rune = 0xD30F
	HangulSyllablePan                                                          rune = 0xD310
	HangulSyllablePanj                                                         rune = 0xD311
	HangulSyllablePanh                                                         rune = 0xD312
	HangulSyllablePad                                                          rune = 0xD313
	HangulSyllablePal                                                          rune = 0xD314
	HangulSyllablePalg                                                         rune = 0xD315
	HangulSyllablePalm                                                         rune = 0xD316
	HangulSyllablePalb                                                         rune = 0xD317
	HangulSyllablePals                                                         rune = 0xD318
	HangulSyllablePalt                                                         rune = 0xD319
	HangulSyllablePalp                                                         rune = 0xD31A
	HangulSyllablePalh                                                         rune = 0xD31B
	HangulSyllablePam                                                          rune = 0xD31C
	HangulSyllablePab                                                          rune = 0xD31D
	HangulSyllablePabs                                                         rune = 0xD31E
	HangulSyllablePas                                                          rune = 0xD31F
	HangulSyllablePass                                                         rune = 0xD320
	HangulSyllablePang                                                         rune = 0xD321
	HangulSyllablePaj                                                          rune = 0xD322
	HangulSyllablePac                                                          rune = 0xD323
	HangulSyllablePak                                                          rune = 0xD324
	HangulSyllablePat                                                          rune = 0xD325
	HangulSyllablePap                                                          rune = 0xD326
	HangulSyllablePah                                                          rune = 0xD327
	HangulSyllablePae                                                          rune = 0xD328
	HangulSyllablePaeg                                                         rune = 0xD329
	HangulSyllablePaegg                                                        rune = 0xD32A
	HangulSyllablePaegs                                                        rune = 0xD32B
	HangulSyllablePaen                                                         rune = 0xD32C
	HangulSyllablePaenj                                                        rune = 0xD32D
	HangulSyllablePaenh                                                        rune = 0xD32E
	HangulSyllablePaed                                                         rune = 0xD32F
	HangulSyllablePael                                                         rune = 0xD330
	HangulSyllablePaelg                                                        rune = 0xD331
	HangulSyllablePaelm                                                        rune = 0xD332
	HangulSyllablePaelb                                                        rune = 0xD333
	HangulSyllablePaels                                                        rune = 0xD334
	HangulSyllablePaelt                                                        rune = 0xD335
	HangulSyllablePaelp                                                        rune = 0xD336
	HangulSyllablePaelh                                                        rune = 0xD337
	HangulSyllablePaem                                                         rune = 0xD338
	HangulSyllablePaeb                                                         rune = 0xD339
	HangulSyllablePaebs                                                        rune = 0xD33A
	HangulSyllablePaes                                                         rune = 0xD33B
	HangulSyllablePaess                                                        rune = 0xD33C
	HangulSyllablePaeng                                                        rune = 0xD33D
	HangulSyllablePaej                                                         rune = 0xD33E
	HangulSyllablePaec                                                         rune = 0xD33F
	HangulSyllablePaek                                                         rune = 0xD340
	HangulSyllablePaet                                                         rune = 0xD341
	HangulSyllablePaep                                                         rune = 0xD342
	HangulSyllablePaeh                                                         rune = 0xD343
	HangulSyllablePya                                                          rune = 0xD344
	HangulSyllablePyag                                                         rune = 0xD345
	HangulSyllablePyagg                                                        rune = 0xD346
	HangulSyllablePyags                                                        rune = 0xD347
	HangulSyllablePyan                                                         rune = 0xD348
	HangulSyllablePyanj                                                        rune = 0xD349
	HangulSyllablePyanh                                                        rune = 0xD34A
	HangulSyllablePyad                                                         rune = 0xD34B
	HangulSyllablePyal                                                         rune = 0xD34C
	HangulSyllablePyalg                                                        rune = 0xD34D
	HangulSyllablePyalm                                                        rune = 0xD34E
	HangulSyllablePyalb                                                        rune = 0xD34F
	HangulSyllablePyals                                                        rune = 0xD350
	HangulSyllablePyalt                                                        rune = 0xD351
	HangulSyllablePyalp                                                        rune = 0xD352
	HangulSyllablePyalh                                                        rune = 0xD353
	HangulSyllablePyam                                                         rune = 0xD354
	HangulSyllablePyab                                                         rune = 0xD355
	HangulSyllablePyabs                                                        rune = 0xD356
	HangulSyllablePyas                                                         rune = 0xD357
	HangulSyllablePyass                                                        rune = 0xD358
	HangulSyllablePyang                                                        rune = 0xD359
	HangulSyllablePyaj                                                         rune = 0xD35A
	HangulSyllablePyac                                                         rune = 0xD35B
	HangulSyllablePyak                                                         rune = 0xD35C
	HangulSyllablePyat                                                         rune = 0xD35D
	HangulSyllablePyap                                                         rune = 0xD35E
	HangulSyllablePyah                                                         rune = 0xD35F
	HangulSyllablePyae                                                         rune = 0xD360
	HangulSyllablePyaeg                                                        rune = 0xD361
	HangulSyllablePyaegg                                                       rune = 0xD362
	HangulSyllablePyaegs                                                       rune = 0xD363
	HangulSyllablePyaen                                                        rune = 0xD364
	HangulSyllablePyaenj                                                       rune = 0xD365
	HangulSyllablePyaenh                                                       rune = 0xD366
	HangulSyllablePyaed                                                        rune = 0xD367
	HangulSyllablePyael                                                        rune = 0xD368
	HangulSyllablePyaelg                                                       rune = 0xD369
	HangulSyllablePyaelm                                                       rune = 0xD36A
	HangulSyllablePyaelb                                                       rune = 0xD36B
	HangulSyllablePyaels                                                       rune = 0xD36C
	HangulSyllablePyaelt                                                       rune = 0xD36D
	HangulSyllablePyaelp                                                       rune = 0xD36E
	HangulSyllablePyaelh                                                       rune = 0xD36F
	HangulSyllablePyaem                                                        rune = 0xD370
	HangulSyllablePyaeb                                                        rune = 0xD371
	HangulSyllablePyaebs                                                       rune = 0xD372
	HangulSyllablePyaes                                                        rune = 0xD373
	HangulSyllablePyaess                                                       rune = 0xD374
	HangulSyllablePyaeng                                                       rune = 0xD375
	HangulSyllablePyaej                                                        rune = 0xD376
	HangulSyllablePyaec                                                        rune = 0xD377
	HangulSyllablePyaek                                                        rune = 0xD378
	HangulSyllablePyaet                                                        rune = 0xD379
	HangulSyllablePyaep                                                        rune = 0xD37A
	HangulSyllablePyaeh                                                        rune = 0xD37B
	HangulSyllablePeo                                                          rune = 0xD37C
	HangulSyllablePeog                                                         rune = 0xD37D
	HangulSyllablePeogg                                                        rune = 0xD37E
	HangulSyllablePeogs                                                        rune = 0xD37F
	HangulSyllablePeon                                                         rune = 0xD380
	HangulSyllablePeonj                                                        rune = 0xD381
	HangulSyllablePeonh                                                        rune = 0xD382
	HangulSyllablePeod                                                         rune = 0xD383
	HangulSyllablePeol                                                         rune = 0xD384
	HangulSyllablePeolg                                                        rune = 0xD385
	HangulSyllablePeolm                                                        rune = 0xD386
	HangulSyllablePeolb                                                        rune = 0xD387
	HangulSyllablePeols                                                        rune = 0xD388
	HangulSyllablePeolt                                                        rune = 0xD389
	HangulSyllablePeolp                                                        rune = 0xD38A
	HangulSyllablePeolh                                                        rune = 0xD38B
	HangulSyllablePeom                                                         rune = 0xD38C
	HangulSyllablePeob                                                         rune = 0xD38D
	HangulSyllablePeobs                                                        rune = 0xD38E
	HangulSyllablePeos                                                         rune = 0xD38F
	HangulSyllablePeoss                                                        rune = 0xD390
	HangulSyllablePeong                                                        rune = 0xD391
	HangulSyllablePeoj                                                         rune = 0xD392
	HangulSyllablePeoc                                                         rune = 0xD393
	HangulSyllablePeok                                                         rune = 0xD394
	HangulSyllablePeot                                                         rune = 0xD395
	HangulSyllablePeop                                                         rune = 0xD396
	HangulSyllablePeoh                                                         rune = 0xD397
	HangulSyllablePe                                                           rune = 0xD398
	HangulSyllablePeg                                                          rune = 0xD399
	HangulSyllablePegg                                                         rune = 0xD39A
	HangulSyllablePegs                                                         rune = 0xD39B
	HangulSyllablePen                                                          rune = 0xD39C
	HangulSyllablePenj                                                         rune = 0xD39D
	HangulSyllablePenh                                                         rune = 0xD39E
	HangulSyllablePed                                                          rune = 0xD39F
	HangulSyllablePel                                                          rune = 0xD3A0
	HangulSyllablePelg                                                         rune = 0xD3A1
	HangulSyllablePelm                                                         rune = 0xD3A2
	HangulSyllablePelb                                                         rune = 0xD3A3
	HangulSyllablePels                                                         rune = 0xD3A4
	HangulSyllablePelt                                                         rune = 0xD3A5
	HangulSyllablePelp                                                         rune = 0xD3A6
	HangulSyllablePelh                                                         rune = 0xD3A7
	HangulSyllablePem                                                          rune = 0xD3A8
	HangulSyllablePeb                                                          rune = 0xD3A9
	HangulSyllablePebs                                                         rune = 0xD3AA
	HangulSyllablePes                                                          rune = 0xD3AB
	HangulSyllablePess                                                         rune = 0xD3AC
	HangulSyllablePeng                                                         rune = 0xD3AD
	HangulSyllablePej                                                          rune = 0xD3AE
	HangulSyllablePec                                                          rune = 0xD3AF
	HangulSyllablePek                                                          rune = 0xD3B0
	HangulSyllablePet                                                          rune = 0xD3B1
	HangulSyllablePep                                                          rune = 0xD3B2
	HangulSyllablePeh                                                          rune = 0xD3B3
	HangulSyllablePyeo                                                         rune = 0xD3B4
	HangulSyllablePyeog                                                        rune = 0xD3B5
	HangulSyllablePyeogg                                                       rune = 0xD3B6
	HangulSyllablePyeogs                                                       rune = 0xD3B7
	HangulSyllablePyeon                                                        rune = 0xD3B8
	HangulSyllablePyeonj                                                       rune = 0xD3B9
	HangulSyllablePyeonh                                                       rune = 0xD3BA
	HangulSyllablePyeod                                                        rune = 0xD3BB
	HangulSyllablePyeol                                                        rune = 0xD3BC
	HangulSyllablePyeolg                                                       rune = 0xD3BD
	HangulSyllablePyeolm                                                       rune = 0xD3BE
	HangulSyllablePyeolb                                                       rune = 0xD3BF
	HangulSyllablePyeols                                                       rune = 0xD3C0
	HangulSyllablePyeolt                                                       rune = 0xD3C1
	HangulSyllablePyeolp                                                       rune = 0xD3C2
	HangulSyllablePyeolh                                                       rune = 0xD3C3
	HangulSyllablePyeom                                                        rune = 0xD3C4
	HangulSyllablePyeob                                                        rune = 0xD3C5
	HangulSyllablePyeobs                                                       rune = 0xD3C6
	HangulSyllablePyeos                                                        rune = 0xD3C7
	HangulSyllablePyeoss                                                       rune = 0xD3C8
	HangulSyllablePyeong                                                       rune = 0xD3C9
	HangulSyllablePyeoj                                                        rune = 0xD3CA
	HangulSyllablePyeoc                                                        rune = 0xD3CB
	HangulSyllablePyeok                                                        rune = 0xD3CC
	HangulSyllablePyeot                                                        rune = 0xD3CD
	HangulSyllablePyeop                                                        rune = 0xD3CE
	HangulSyllablePyeoh                                                        rune = 0xD3CF
	HangulSyllablePye                                                          rune = 0xD3D0
	HangulSyllablePyeg                                                         rune = 0xD3D1
	HangulSyllablePyegg                                                        rune = 0xD3D2
	HangulSyllablePyegs                                                        rune = 0xD3D3
	HangulSyllablePyen                                                         rune = 0xD3D4
	HangulSyllablePyenj                                                        rune = 0xD3D5
	HangulSyllablePyenh                                                        rune = 0xD3D6
	HangulSyllablePyed                                                         rune = 0xD3D7
	HangulSyllablePyel                                                         rune = 0xD3D8
	HangulSyllablePyelg                                                        rune = 0xD3D9
	HangulSyllablePyelm                                                        rune = 0xD3DA
	HangulSyllablePyelb                                                        rune = 0xD3DB
	HangulSyllablePyels                                                        rune = 0xD3DC
	HangulSyllablePyelt                                                        rune = 0xD3DD
	HangulSyllablePyelp                                                        rune = 0xD3DE
	HangulSyllablePyelh                                                        rune = 0xD3DF
	HangulSyllablePyem                                                         rune = 0xD3E0
	HangulSyllablePyeb                                                         rune = 0xD3E1
	HangulSyllablePyebs                                                        rune = 0xD3E2
	HangulSyllablePyes                                                         rune = 0xD3E3
	HangulSyllablePyess                                                        rune = 0xD3E4
	HangulSyllablePyeng                                                        rune = 0xD3E5
	HangulSyllablePyej                                                         rune = 0xD3E6
	HangulSyllablePyec                                                         rune = 0xD3E7
	HangulSyllablePyek                                                         rune = 0xD3E8
	HangulSyllablePyet                                                         rune = 0xD3E9
	HangulSyllablePyep                                                         rune = 0xD3EA
	HangulSyllablePyeh                                                         rune = 0xD3EB
	HangulSyllablePo                                                           rune = 0xD3EC
	HangulSyllablePog                                                          rune = 0xD3ED
	HangulSyllablePogg                                                         rune = 0xD3EE
	HangulSyllablePogs                                                         rune = 0xD3EF
	HangulSyllablePon                                                          rune = 0xD3F0
	HangulSyllablePonj                                                         rune = 0xD3F1
	HangulSyllablePonh                                                         rune = 0xD3F2
	HangulSyllablePod                                                          rune = 0xD3F3
	HangulSyllablePol                                                          rune = 0xD3F4
	HangulSyllablePolg                                                         rune = 0xD3F5
	HangulSyllablePolm                                                         rune = 0xD3F6
	HangulSyllablePolb                                                         rune = 0xD3F7
	HangulSyllablePols                                                         rune = 0xD3F8
	HangulSyllablePolt                                                         rune = 0xD3F9
	HangulSyllablePolp                                                         rune = 0xD3FA
	HangulSyllablePolh                                                         rune = 0xD3FB
	HangulSyllablePom                                                          rune = 0xD3FC
	HangulSyllablePob                                                          rune = 0xD3FD
	HangulSyllablePobs                                                         rune = 0xD3FE
	HangulSyllablePos                                                          rune = 0xD3FF
	HangulSyllablePoss                                                         rune = 0xD400
	HangulSyllablePong                                                         rune = 0xD401
	HangulSyllablePoj                                                          rune = 0xD402
	HangulSyllablePoc                                                          rune = 0xD403
	HangulSyllablePok                                                          rune = 0xD404
	HangulSyllablePot                                                          rune = 0xD405
	HangulSyllablePop                                                          rune = 0xD406
	HangulSyllablePoh                                                          rune = 0xD407
	HangulSyllablePwa                                                          rune = 0xD408
	HangulSyllablePwag                                                         rune = 0xD409
	HangulSyllablePwagg                                                        rune = 0xD40A
	HangulSyllablePwags                                                        rune = 0xD40B
	HangulSyllablePwan                                                         rune = 0xD40C
	HangulSyllablePwanj                                                        rune = 0xD40D
	HangulSyllablePwanh                                                        rune = 0xD40E
	HangulSyllablePwad                                                         rune = 0xD40F
	HangulSyllablePwal                                                         rune = 0xD410
	HangulSyllablePwalg                                                        rune = 0xD411
	HangulSyllablePwalm                                                        rune = 0xD412
	HangulSyllablePwalb                                                        rune = 0xD413
	HangulSyllablePwals                                                        rune = 0xD414
	HangulSyllablePwalt                                                        rune = 0xD415
	HangulSyllablePwalp                                                        rune = 0xD416
	HangulSyllablePwalh                                                        rune = 0xD417
	HangulSyllablePwam                                                         rune = 0xD418
	HangulSyllablePwab                                                         rune = 0xD419
	HangulSyllablePwabs                                                        rune = 0xD41A
	HangulSyllablePwas                                                         rune = 0xD41B
	HangulSyllablePwass                                                        rune = 0xD41C
	HangulSyllablePwang                                                        rune = 0xD41D
	HangulSyllablePwaj                                                         rune = 0xD41E
	HangulSyllablePwac                                                         rune = 0xD41F
	HangulSyllablePwak                                                         rune = 0xD420
	HangulSyllablePwat                                                         rune = 0xD421
	HangulSyllablePwap                                                         rune = 0xD422
	HangulSyllablePwah                                                         rune = 0xD423
	HangulSyllablePwae                                                         rune = 0xD424
	HangulSyllablePwaeg                                                        rune = 0xD425
	HangulSyllablePwaegg                                                       rune = 0xD426
	HangulSyllablePwaegs                                                       rune = 0xD427
	HangulSyllablePwaen                                                        rune = 0xD428
	HangulSyllablePwaenj                                                       rune = 0xD429
	HangulSyllablePwaenh                                                       rune = 0xD42A
	HangulSyllablePwaed                                                        rune = 0xD42B
	HangulSyllablePwael                                                        rune = 0xD42C
	HangulSyllablePwaelg                                                       rune = 0xD42D
	HangulSyllablePwaelm                                                       rune = 0xD42E
	HangulSyllablePwaelb                                                       rune = 0xD42F
	HangulSyllablePwaels                                                       rune = 0xD430
	HangulSyllablePwaelt                                                       rune = 0xD431
	HangulSyllablePwaelp                                                       rune = 0xD432
	HangulSyllablePwaelh                                                       rune = 0xD433
	HangulSyllablePwaem                                                        rune = 0xD434
	HangulSyllablePwaeb                                                        rune = 0xD435
	HangulSyllablePwaebs                                                       rune = 0xD436
	HangulSyllablePwaes                                                        rune = 0xD437
	HangulSyllablePwaess                                                       rune = 0xD438
	HangulSyllablePwaeng                                                       rune = 0xD439
	HangulSyllablePwaej                                                        rune = 0xD43A
	HangulSyllablePwaec                                                        rune = 0xD43B
	HangulSyllablePwaek                                                        rune = 0xD43C
	HangulSyllablePwaet                                                        rune = 0xD43D
	HangulSyllablePwaep                                                        rune = 0xD43E
	HangulSyllablePwaeh                                                        rune = 0xD43F
	HangulSyllablePoe                                                          rune = 0xD440
	HangulSyllablePoeg                                                         rune = 0xD441
	HangulSyllablePoegg                                                        rune = 0xD442
	HangulSyllablePoegs                                                        rune = 0xD443
	HangulSyllablePoen                                                         rune = 0xD444
	HangulSyllablePoenj                                                        rune = 0xD445
	HangulSyllablePoenh                                                        rune = 0xD446
	HangulSyllablePoed                                                         rune = 0xD447
	HangulSyllablePoel                                                         rune = 0xD448
	HangulSyllablePoelg                                                        rune = 0xD449
	HangulSyllablePoelm                                                        rune = 0xD44A
	HangulSyllablePoelb                                                        rune = 0xD44B
	HangulSyllablePoels                                                        rune = 0xD44C
	HangulSyllablePoelt                                                        rune = 0xD44D
	HangulSyllablePoelp                                                        rune = 0xD44E
	HangulSyllablePoelh                                                        rune = 0xD44F
	HangulSyllablePoem                                                         rune = 0xD450
	HangulSyllablePoeb                                                         rune = 0xD451
	HangulSyllablePoebs                                                        rune = 0xD452
	HangulSyllablePoes                                                         rune = 0xD453
	HangulSyllablePoess                                                        rune = 0xD454
	HangulSyllablePoeng                                                        rune = 0xD455
	HangulSyllablePoej                                                         rune = 0xD456
	HangulSyllablePoec                                                         rune = 0xD457
	HangulSyllablePoek                                                         rune = 0xD458
	HangulSyllablePoet                                                         rune = 0xD459
	HangulSyllablePoep                                                         rune = 0xD45A
	HangulSyllablePoeh                                                         rune = 0xD45B
	HangulSyllablePyo                                                          rune = 0xD45C
	HangulSyllablePyog                                                         rune = 0xD45D
	HangulSyllablePyogg                                                        rune = 0xD45E
	HangulSyllablePyogs                                                        rune = 0xD45F
	HangulSyllablePyon                                                         rune = 0xD460
	HangulSyllablePyonj                                                        rune = 0xD461
	HangulSyllablePyonh                                                        rune = 0xD462
	HangulSyllablePyod                                                         rune = 0xD463
	HangulSyllablePyol                                                         rune = 0xD464
	HangulSyllablePyolg                                                        rune = 0xD465
	HangulSyllablePyolm                                                        rune = 0xD466
	HangulSyllablePyolb                                                        rune = 0xD467
	HangulSyllablePyols                                                        rune = 0xD468
	HangulSyllablePyolt                                                        rune = 0xD469
	HangulSyllablePyolp                                                        rune = 0xD46A
	HangulSyllablePyolh                                                        rune = 0xD46B
	HangulSyllablePyom                                                         rune = 0xD46C
	HangulSyllablePyob                                                         rune = 0xD46D
	HangulSyllablePyobs                                                        rune = 0xD46E
	HangulSyllablePyos                                                         rune = 0xD46F
	HangulSyllablePyoss                                                        rune = 0xD470
	HangulSyllablePyong                                                        rune = 0xD471
	HangulSyllablePyoj                                                         rune = 0xD472
	HangulSyllablePyoc                                                         rune = 0xD473
	HangulSyllablePyok                                                         rune = 0xD474
	HangulSyllablePyot                                                         rune = 0xD475
	HangulSyllablePyop                                                         rune = 0xD476
	HangulSyllablePyoh                                                         rune = 0xD477
	HangulSyllablePu                                                           rune = 0xD478
	HangulSyllablePug                                                          rune = 0xD479
	HangulSyllablePugg                                                         rune = 0xD47A
	HangulSyllablePugs                                                         rune = 0xD47B
	HangulSyllablePun                                                          rune = 0xD47C
	HangulSyllablePunj                                                         rune = 0xD47D
	HangulSyllablePunh                                                         rune = 0xD47E
	HangulSyllablePud                                                          rune = 0xD47F
	HangulSyllablePul                                                          rune = 0xD480
	HangulSyllablePulg                                                         rune = 0xD481
	HangulSyllablePulm                                                         rune = 0xD482
	HangulSyllablePulb                                                         rune = 0xD483
	HangulSyllablePuls                                                         rune = 0xD484
	HangulSyllablePult                                                         rune = 0xD485
	HangulSyllablePulp                                                         rune = 0xD486
	HangulSyllablePulh                                                         rune = 0xD487
	HangulSyllablePum                                                          rune = 0xD488
	HangulSyllablePub                                                          rune = 0xD489
	HangulSyllablePubs                                                         rune = 0xD48A
	HangulSyllablePus                                                          rune = 0xD48B
	HangulSyllablePuss                                                         rune = 0xD48C
	HangulSyllablePung                                                         rune = 0xD48D
	HangulSyllablePuj                                                          rune = 0xD48E
	HangulSyllablePuc                                                          rune = 0xD48F
	HangulSyllablePuk                                                          rune = 0xD490
	HangulSyllablePut                                                          rune = 0xD491
	HangulSyllablePup                                                          rune = 0xD492
	HangulSyllablePuh                                                          rune = 0xD493
	HangulSyllablePweo                                                         rune = 0xD494
	HangulSyllablePweog                                                        rune = 0xD495
	HangulSyllablePweogg                                                       rune = 0xD496
	HangulSyllablePweogs                                                       rune = 0xD497
	HangulSyllablePweon                                                        rune = 0xD498
	HangulSyllablePweonj                                                       rune = 0xD499
	HangulSyllablePweonh                                                       rune = 0xD49A
	HangulSyllablePweod                                                        rune = 0xD49B
	HangulSyllablePweol                                                        rune = 0xD49C
	HangulSyllablePweolg                                                       rune = 0xD49D
	HangulSyllablePweolm                                                       rune = 0xD49E
	HangulSyllablePweolb                                                       rune = 0xD49F
	HangulSyllablePweols                                                       rune = 0xD4A0
	HangulSyllablePweolt                                                       rune = 0xD4A1
	HangulSyllablePweolp                                                       rune = 0xD4A2
	HangulSyllablePweolh                                                       rune = 0xD4A3
	HangulSyllablePweom                                                        rune = 0xD4A4
	HangulSyllablePweob                                                        rune = 0xD4A5
	HangulSyllablePweobs                                                       rune = 0xD4A6
	HangulSyllablePweos                                                        rune = 0xD4A7
	HangulSyllablePweoss                                                       rune = 0xD4A8
	HangulSyllablePweong                                                       rune = 0xD4A9
	HangulSyllablePweoj                                                        rune = 0xD4AA
	HangulSyllablePweoc                                                        rune = 0xD4AB
	HangulSyllablePweok                                                        rune = 0xD4AC
	HangulSyllablePweot                                                        rune = 0xD4AD
	HangulSyllablePweop                                                        rune = 0xD4AE
	HangulSyllablePweoh                                                        rune = 0xD4AF
	HangulSyllablePwe                                                          rune = 0xD4B0
	HangulSyllablePweg                                                         rune = 0xD4B1
	HangulSyllablePwegg                                                        rune = 0xD4B2
	HangulSyllablePwegs                                                        rune = 0xD4B3
	HangulSyllablePwen                                                         rune = 0xD4B4
	HangulSyllablePwenj                                                        rune = 0xD4B5
	HangulSyllablePwenh                                                        rune = 0xD4B6
	HangulSyllablePwed                                                         rune = 0xD4B7
	HangulSyllablePwel                                                         rune = 0xD4B8
	HangulSyllablePwelg                                                        rune = 0xD4B9
	HangulSyllablePwelm                                                        rune = 0xD4BA
	HangulSyllablePwelb                                                        rune = 0xD4BB
	HangulSyllablePwels                                                        rune = 0xD4BC
	HangulSyllablePwelt                                                        rune = 0xD4BD
	HangulSyllablePwelp                                                        rune = 0xD4BE
	HangulSyllablePwelh                                                        rune = 0xD4BF
	HangulSyllablePwem                                                         rune = 0xD4C0
	HangulSyllablePweb                                                         rune = 0xD4C1
	HangulSyllablePwebs                                                        rune = 0xD4C2
	HangulSyllablePwes                                                         rune = 0xD4C3
	HangulSyllablePwess                                                        rune = 0xD4C4
	HangulSyllablePweng                                                        rune = 0xD4C5
	HangulSyllablePwej                                                         rune = 0xD4C6
	HangulSyllablePwec                                                         rune = 0xD4C7
	HangulSyllablePwek                                                         rune = 0xD4C8
	HangulSyllablePwet                                                         rune = 0xD4C9
	HangulSyllablePwep                                                         rune = 0xD4CA
	HangulSyllablePweh                                                         rune = 0xD4CB
	HangulSyllablePwi                                                          rune = 0xD4CC
	HangulSyllablePwig                                                         rune = 0xD4CD
	HangulSyllablePwigg                                                        rune = 0xD4CE
	HangulSyllablePwigs                                                        rune = 0xD4CF
	HangulSyllablePwin                                                         rune = 0xD4D0
	HangulSyllablePwinj                                                        rune = 0xD4D1
	HangulSyllablePwinh                                                        rune = 0xD4D2
	HangulSyllablePwid                                                         rune = 0xD4D3
	HangulSyllablePwil                                                         rune = 0xD4D4
	HangulSyllablePwilg                                                        rune = 0xD4D5
	HangulSyllablePwilm                                                        rune = 0xD4D6
	HangulSyllablePwilb                                                        rune = 0xD4D7
	HangulSyllablePwils                                                        rune = 0xD4D8
	HangulSyllablePwilt                                                        rune = 0xD4D9
	HangulSyllablePwilp                                                        rune = 0xD4DA
	HangulSyllablePwilh                                                        rune = 0xD4DB
	HangulSyllablePwim                                                         rune = 0xD4DC
	HangulSyllablePwib                                                         rune = 0xD4DD
	HangulSyllablePwibs                                                        rune = 0xD4DE
	HangulSyllablePwis                                                         rune = 0xD4DF
	HangulSyllablePwiss                                                        rune = 0xD4E0
	HangulSyllablePwing                                                        rune = 0xD4E1
	HangulSyllablePwij                                                         rune = 0xD4E2
	HangulSyllablePwic                                                         rune = 0xD4E3
	HangulSyllablePwik                                                         rune = 0xD4E4
	HangulSyllablePwit                                                         rune = 0xD4E5
	HangulSyllablePwip                                                         rune = 0xD4E6
	HangulSyllablePwih                                                         rune = 0xD4E7
	HangulSyllablePyu                                                          rune = 0xD4E8
	HangulSyllablePyug                                                         rune = 0xD4E9
	HangulSyllablePyugg                                                        rune = 0xD4EA
	HangulSyllablePyugs                                                        rune = 0xD4EB
	HangulSyllablePyun                                                         rune = 0xD4EC
	HangulSyllablePyunj                                                        rune = 0xD4ED
	HangulSyllablePyunh                                                        rune = 0xD4EE
	HangulSyllablePyud                                                         rune = 0xD4EF
	HangulSyllablePyul                                                         rune = 0xD4F0
	HangulSyllablePyulg                                                        rune = 0xD4F1
	HangulSyllablePyulm                                                        rune = 0xD4F2
	HangulSyllablePyulb                                                        rune = 0xD4F3
	HangulSyllablePyuls                                                        rune = 0xD4F4
	HangulSyllablePyult                                                        rune = 0xD4F5
	HangulSyllablePyulp                                                        rune = 0xD4F6
	HangulSyllablePyulh                                                        rune = 0xD4F7
	HangulSyllablePyum                                                         rune = 0xD4F8
	HangulSyllablePyub                                                         rune = 0xD4F9
	HangulSyllablePyubs                                                        rune = 0xD4FA
	HangulSyllablePyus                                                         rune = 0xD4FB
	HangulSyllablePyuss                                                        rune = 0xD4FC
	HangulSyllablePyung                                                        rune = 0xD4FD
	HangulSyllablePyuj                                                         rune = 0xD4FE
	HangulSyllablePyuc                                                         rune = 0xD4FF
	HangulSyllablePyuk                                                         rune = 0xD500
	HangulSyllablePyut                                                         rune = 0xD501
	HangulSyllablePyup                                                         rune = 0xD502
	HangulSyllablePyuh                                                         rune = 0xD503
	HangulSyllablePeu                                                          rune = 0xD504
	HangulSyllablePeug                                                         rune = 0xD505
	HangulSyllablePeugg                                                        rune = 0xD506
	HangulSyllablePeugs                                                        rune = 0xD507
	HangulSyllablePeun                                                         rune = 0xD508
	HangulSyllablePeunj                                                        rune = 0xD509
	HangulSyllablePeunh                                                        rune = 0xD50A
	HangulSyllablePeud                                                         rune = 0xD50B
	HangulSyllablePeul                                                         rune = 0xD50C
	HangulSyllablePeulg                                                        rune = 0xD50D
	HangulSyllablePeulm                                                        rune = 0xD50E
	HangulSyllablePeulb                                                        rune = 0xD50F
	HangulSyllablePeuls                                                        rune = 0xD510
	HangulSyllablePeult                                                        rune = 0xD511
	HangulSyllablePeulp                                                        rune = 0xD512
	HangulSyllablePeulh                                                        rune = 0xD513
	HangulSyllablePeum                                                         rune = 0xD514
	HangulSyllablePeub                                                         rune = 0xD515
	HangulSyllablePeubs                                                        rune = 0xD516
	HangulSyllablePeus                                                         rune = 0xD517
	HangulSyllablePeuss                                                        rune = 0xD518
	HangulSyllablePeung                                                        rune = 0xD519
	HangulSyllablePeuj                                                         rune = 0xD51A
	HangulSyllablePeuc                                                         rune = 0xD51B
	HangulSyllablePeuk                                                         rune = 0xD51C
	HangulSyllablePeut                                                         rune = 0xD51D
	HangulSyllablePeup                                                         rune = 0xD51E
	HangulSyllablePeuh                                                         rune = 0xD51F
	HangulSyllablePyi                                                          rune = 0xD520
	HangulSyllablePyig                                                         rune = 0xD521
	HangulSyllablePyigg                                                        rune = 0xD522
	HangulSyllablePyigs                                                        rune = 0xD523
	HangulSyllablePyin                                                         rune = 0xD524
	HangulSyllablePyinj                                                        rune = 0xD525
	HangulSyllablePyinh                                                        rune = 0xD526
	HangulSyllablePyid                                                         rune = 0xD527
	HangulSyllablePyil                                                         rune = 0xD528
	HangulSyllablePyilg                                                        rune = 0xD529
	HangulSyllablePyilm                                                        rune = 0xD52A
	HangulSyllablePyilb                                                        rune = 0xD52B
	HangulSyllablePyils                                                        rune = 0xD52C
	HangulSyllablePyilt                                                        rune = 0xD52D
	HangulSyllablePyilp                                                        rune = 0xD52E
	HangulSyllablePyilh                                                        rune = 0xD52F
	HangulSyllablePyim                                                         rune = 0xD530
	HangulSyllablePyib                                                         rune = 0xD531
	HangulSyllablePyibs                                                        rune = 0xD532
	HangulSyllablePyis                                                         rune = 0xD533
	HangulSyllablePyiss                                                        rune = 0xD534
	HangulSyllablePying                                                        rune = 0xD535
	HangulSyllablePyij                                                         rune = 0xD536
	HangulSyllablePyic                                                         rune = 0xD537
	HangulSyllablePyik                                                         rune = 0xD538
	HangulSyllablePyit                                                         rune = 0xD539
	HangulSyllablePyip                                                         rune = 0xD53A
	HangulSyllablePyih                                                         rune = 0xD53B
	HangulSyllablePi                                                           rune = 0xD53C
	HangulSyllablePig                                                          rune = 0xD53D
	HangulSyllablePigg                                                         rune = 0xD53E
	HangulSyllablePigs                                                         rune = 0xD53F
	HangulSyllablePin                                                          rune = 0xD540
	HangulSyllablePinj                                                         rune = 0xD541
	HangulSyllablePinh                                                         rune = 0xD542
	HangulSyllablePid                                                          rune = 0xD543
	HangulSyllablePil                                                          rune = 0xD544
	HangulSyllablePilg                                                         rune = 0xD545
	HangulSyllablePilm                                                         rune = 0xD546
	HangulSyllablePilb                                                         rune = 0xD547
	HangulSyllablePils                                                         rune = 0xD548
	HangulSyllablePilt                                                         rune = 0xD549
	HangulSyllablePilp                                                         rune = 0xD54A
	HangulSyllablePilh                                                         rune = 0xD54B
	HangulSyllablePim                                                          rune = 0xD54C
	HangulSyllablePib                                                          rune = 0xD54D
	HangulSyllablePibs                                                         rune = 0xD54E
	HangulSyllablePis                                                          rune = 0xD54F
	HangulSyllablePiss                                                         rune = 0xD550
	HangulSyllablePing                                                         rune = 0xD551
	HangulSyllablePij                                                          rune = 0xD552
	HangulSyllablePic                                                          rune = 0xD553
	HangulSyllablePik                                                          rune = 0xD554
	HangulSyllablePit                                                          rune = 0xD555
	HangulSyllablePip                                                          rune = 0xD556
	HangulSyllablePih                                                          rune = 0xD557
	HangulSyllableHa                                                           rune = 0xD558
	HangulSyllableHag                                                          rune = 0xD559
	HangulSyllableHagg                                                         rune = 0xD55A
	HangulSyllableHags                                                         rune = 0xD55B
	HangulSyllableHan                                                          rune = 0xD55C
	HangulSyllableHanj                                                         rune = 0xD55D
	HangulSyllableHanh                                                         rune = 0xD55E
	HangulSyllableHad                                                          rune = 0xD55F
	HangulSyllableHal                                                          rune = 0xD560
	HangulSyllableHalg                                                         rune = 0xD561
	HangulSyllableHalm                                                         rune = 0xD562
	HangulSyllableHalb                                                         rune = 0xD563
	HangulSyllableHals                                                         rune = 0xD564
	HangulSyllableHalt                                                         rune = 0xD565
	HangulSyllableHalp                                                         rune = 0xD566
	HangulSyllableHalh                                                         rune = 0xD567
	HangulSyllableHam                                                          rune = 0xD568
	HangulSyllableHab                                                          rune = 0xD569
	HangulSyllableHabs                                                         rune = 0xD56A
	HangulSyllableHas                                                          rune = 0xD56B
	HangulSyllableHass                                                         rune = 0xD56C
	HangulSyllableHang                                                         rune = 0xD56D
	HangulSyllableHaj                                                          rune = 0xD56E
	HangulSyllableHac                                                          rune = 0xD56F
	HangulSyllableHak                                                          rune = 0xD570
	HangulSyllableHat                                                          rune = 0xD571
	HangulSyllableHap                                                          rune = 0xD572
	HangulSyllableHah                                                          rune = 0xD573
	HangulSyllableHae                                                          rune = 0xD574
	HangulSyllableHaeg                                                         rune = 0xD575
	HangulSyllableHaegg                                                        rune = 0xD576
	HangulSyllableHaegs                                                        rune = 0xD577
	HangulSyllableHaen                                                         rune = 0xD578
	HangulSyllableHaenj                                                        rune = 0xD579
	HangulSyllableHaenh                                                        rune = 0xD57A
	HangulSyllableHaed                                                         rune = 0xD57B
	HangulSyllableHael                                                         rune = 0xD57C
	HangulSyllableHaelg                                                        rune = 0xD57D
	HangulSyllableHaelm                                                        rune = 0xD57E
	HangulSyllableHaelb                                                        rune = 0xD57F
	HangulSyllableHaels                                                        rune = 0xD580
	HangulSyllableHaelt                                                        rune = 0xD581
	HangulSyllableHaelp                                                        rune = 0xD582
	HangulSyllableHaelh                                                        rune = 0xD583
	HangulSyllableHaem                                                         rune = 0xD584
	HangulSyllableHaeb                                                         rune = 0xD585
	HangulSyllableHaebs                                                        rune = 0xD586
	HangulSyllableHaes                                                         rune = 0xD587
	HangulSyllableHaess                                                        rune = 0xD588
	HangulSyllableHaeng                                                        rune = 0xD589
	HangulSyllableHaej                                                         rune = 0xD58A
	HangulSyllableHaec                                                         rune = 0xD58B
	HangulSyllableHaek                                                         rune = 0xD58C
	HangulSyllableHaet                                                         rune = 0xD58D
	HangulSyllableHaep                                                         rune = 0xD58E
	HangulSyllableHaeh                                                         rune = 0xD58F
	HangulSyllableHya                                                          rune = 0xD590
	HangulSyllableHyag                                                         rune = 0xD591
	HangulSyllableHyagg                                                        rune = 0xD592
	HangulSyllableHyags                                                        rune = 0xD593
	HangulSyllableHyan                                                         rune = 0xD594
	HangulSyllableHyanj                                                        rune = 0xD595
	HangulSyllableHyanh                                                        rune = 0xD596
	HangulSyllableHyad                                                         rune = 0xD597
	HangulSyllableHyal                                                         rune = 0xD598
	HangulSyllableHyalg                                                        rune = 0xD599
	HangulSyllableHyalm                                                        rune = 0xD59A
	HangulSyllableHyalb                                                        rune = 0xD59B
	HangulSyllableHyals                                                        rune = 0xD59C
	HangulSyllableHyalt                                                        rune = 0xD59D
	HangulSyllableHyalp                                                        rune = 0xD59E
	HangulSyllableHyalh                                                        rune = 0xD59F
	HangulSyllableHyam                                                         rune = 0xD5A0
	HangulSyllableHyab                                                         rune = 0xD5A1
	HangulSyllableHyabs                                                        rune = 0xD5A2
	HangulSyllableHyas                                                         rune = 0xD5A3
	HangulSyllableHyass                                                        rune = 0xD5A4
	HangulSyllableHyang                                                        rune = 0xD5A5
	HangulSyllableHyaj                                                         rune = 0xD5A6
	HangulSyllableHyac                                                         rune = 0xD5A7
	HangulSyllableHyak                                                         rune = 0xD5A8
	HangulSyllableHyat                                                         rune = 0xD5A9
	HangulSyllableHyap                                                         rune = 0xD5AA
	HangulSyllableHyah                                                         rune = 0xD5AB
	HangulSyllableHyae                                                         rune = 0xD5AC
	HangulSyllableHyaeg                                                        rune = 0xD5AD
	HangulSyllableHyaegg                                                       rune = 0xD5AE
	HangulSyllableHyaegs                                                       rune = 0xD5AF
	HangulSyllableHyaen                                                        rune = 0xD5B0
	HangulSyllableHyaenj                                                       rune = 0xD5B1
	HangulSyllableHyaenh                                                       rune = 0xD5B2
	HangulSyllableHyaed                                                        rune = 0xD5B3
	HangulSyllableHyael                                                        rune = 0xD5B4
	HangulSyllableHyaelg                                                       rune = 0xD5B5
	HangulSyllableHyaelm                                                       rune = 0xD5B6
	HangulSyllableHyaelb                                                       rune = 0xD5B7
	HangulSyllableHyaels                                                       rune = 0xD5B8
	HangulSyllableHyaelt                                                       rune = 0xD5B9
	HangulSyllableHyaelp                                                       rune = 0xD5BA
	HangulSyllableHyaelh                                                       rune = 0xD5BB
	HangulSyllableHyaem                                                        rune = 0xD5BC
	HangulSyllableHyaeb                                                        rune = 0xD5BD
	HangulSyllableHyaebs                                                       rune = 0xD5BE
	HangulSyllableHyaes                                                        rune = 0xD5BF
	HangulSyllableHyaess                                                       rune = 0xD5C0
	HangulSyllableHyaeng                                                       rune = 0xD5C1
	HangulSyllableHyaej                                                        rune = 0xD5C2
	HangulSyllableHyaec                                                        rune = 0xD5C3
	HangulSyllableHyaek                                                        rune = 0xD5C4
	HangulSyllableHyaet                                                        rune = 0xD5C5
	HangulSyllableHyaep                                                        rune = 0xD5C6
	HangulSyllableHyaeh                                                        rune = 0xD5C7
	HangulSyllableHeo                                                          rune = 0xD5C8
	HangulSyllableHeog                                                         rune = 0xD5C9
	HangulSyllableHeogg                                                        rune = 0xD5CA
	HangulSyllableHeogs                                                        rune = 0xD5CB
	HangulSyllableHeon                                                         rune = 0xD5CC
	HangulSyllableHeonj                                                        rune = 0xD5CD
	HangulSyllableHeonh                                                        rune = 0xD5CE
	HangulSyllableHeod                                                         rune = 0xD5CF
	HangulSyllableHeol                                                         rune = 0xD5D0
	HangulSyllableHeolg                                                        rune = 0xD5D1
	HangulSyllableHeolm                                                        rune = 0xD5D2
	HangulSyllableHeolb                                                        rune = 0xD5D3
	HangulSyllableHeols                                                        rune = 0xD5D4
	HangulSyllableHeolt                                                        rune = 0xD5D5
	HangulSyllableHeolp                                                        rune = 0xD5D6
	HangulSyllableHeolh                                                        rune = 0xD5D7
	HangulSyllableHeom                                                         rune = 0xD5D8
	HangulSyllableHeob                                                         rune = 0xD5D9
	HangulSyllableHeobs                                                        rune = 0xD5DA
	HangulSyllableHeos                                                         rune = 0xD5DB
	HangulSyllableHeoss                                                        rune = 0xD5DC
	HangulSyllableHeong                                                        rune = 0xD5DD
	HangulSyllableHeoj                                                         rune = 0xD5DE
	HangulSyllableHeoc                                                         rune = 0xD5DF
	HangulSyllableHeok                                                         rune = 0xD5E0
	HangulSyllableHeot                                                         rune = 0xD5E1
	HangulSyllableHeop                                                         rune = 0xD5E2
	HangulSyllableHeoh                                                         rune = 0xD5E3
	HangulSyllableHe                                                           rune = 0xD5E4
	HangulSyllableHeg                                                          rune = 0xD5E5
	HangulSyllableHegg                                                         rune = 0xD5E6
	HangulSyllableHegs                                                         rune = 0xD5E7
	HangulSyllableHen                                                          rune = 0xD5E8
	HangulSyllableHenj                                                         rune = 0xD5E9
	HangulSyllableHenh                                                         rune = 0xD5EA
	HangulSyllableHed                                                          rune = 0xD5EB
	HangulSyllableHel                                                          rune = 0xD5EC
	HangulSyllableHelg                                                         rune = 0xD5ED
	HangulSyllableHelm                                                         rune = 0xD5EE
	HangulSyllableHelb                                                         rune = 0xD5EF
	HangulSyllableHels                                                         rune = 0xD5F0
	HangulSyllableHelt                                                         rune = 0xD5F1
	HangulSyllableHelp                                                         rune = 0xD5F2
	HangulSyllableHelh                                                         rune = 0xD5F3
	HangulSyllableHem                                                          rune = 0xD5F4
	HangulSyllableHeb                                                          rune = 0xD5F5
	HangulSyllableHebs                                                         rune = 0xD5F6
	HangulSyllableHes                                                          rune = 0xD5F7
	HangulSyllableHess                                                         rune = 0xD5F8
	HangulSyllableHeng                                                         rune = 0xD5F9
	HangulSyllableHej                                                          rune = 0xD5FA
	HangulSyllableHec                                                          rune = 0xD5FB
	HangulSyllableHek                                                          rune = 0xD5FC
	HangulSyllableHet                                                          rune = 0xD5FD
	HangulSyllableHep                                                          rune = 0xD5FE
	HangulSyllableHeh                                                          rune = 0xD5FF
	HangulSyllableHyeo                                                         rune = 0xD600
	HangulSyllableHyeog                                                        rune = 0xD601
	HangulSyllableHyeogg                                                       rune = 0xD602
	HangulSyllableHyeogs                                                       rune = 0xD603
	HangulSyllableHyeon                                                        rune = 0xD604
	HangulSyllableHyeonj                                                       rune = 0xD605
	HangulSyllableHyeonh                                                       rune = 0xD606
	HangulSyllableHyeod                                                        rune = 0xD607
	HangulSyllableHyeol                                                        rune = 0xD608
	HangulSyllableHyeolg                                                       rune = 0xD609
	HangulSyllableHyeolm                                                       rune = 0xD60A
	HangulSyllableHyeolb                                                       rune = 0xD60B
	HangulSyllableHyeols                                                       rune = 0xD60C
	HangulSyllableHyeolt                                                       rune = 0xD60D
	HangulSyllableHyeolp                                                       rune = 0xD60E
	HangulSyllableHyeolh                                                       rune = 0xD60F
	HangulSyllableHyeom                                                        rune = 0xD610
	HangulSyllableHyeob                                                        rune = 0xD611
	HangulSyllableHyeobs                                                       rune = 0xD612
	HangulSyllableHyeos                                                        rune = 0xD613
	HangulSyllableHyeoss                                                       rune = 0xD614
	HangulSyllableHyeong                                                       rune = 0xD615
	HangulSyllableHyeoj                                                        rune = 0xD616
	HangulSyllableHyeoc                                                        rune = 0xD617
	HangulSyllableHyeok                                                        rune = 0xD618
	HangulSyllableHyeot                                                        rune = 0xD619
	HangulSyllableHyeop                                                        rune = 0xD61A
	HangulSyllableHyeoh                                                        rune = 0xD61B
	HangulSyllableHye                                                          rune = 0xD61C
	HangulSyllableHyeg                                                         rune = 0xD61D
	HangulSyllableHyegg                                                        rune = 0xD61E
	HangulSyllableHyegs                                                        rune = 0xD61F
	HangulSyllableHyen                                                         rune = 0xD620
	HangulSyllableHyenj                                                        rune = 0xD621
	HangulSyllableHyenh                                                        rune = 0xD622
	HangulSyllableHyed                                                         rune = 0xD623
	HangulSyllableHyel                                                         rune = 0xD624
	HangulSyllableHyelg                                                        rune = 0xD625
	HangulSyllableHyelm                                                        rune = 0xD626
	HangulSyllableHyelb                                                        rune = 0xD627
	HangulSyllableHyels                                                        rune = 0xD628
	HangulSyllableHyelt                                                        rune = 0xD629
	HangulSyllableHyelp                                                        rune = 0xD62A
	HangulSyllableHyelh                                                        rune = 0xD62B
	HangulSyllableHyem                                                         rune = 0xD62C
	HangulSyllableHyeb                                                         rune = 0xD62D
	HangulSyllableHyebs                                                        rune = 0xD62E
	HangulSyllableHyes                                                         rune = 0xD62F
	HangulSyllableHyess                                                        rune = 0xD630
	HangulSyllableHyeng                                                        rune = 0xD631
	HangulSyllableHyej                                                         rune = 0xD632
	HangulSyllableHyec                                                         rune = 0xD633
	HangulSyllableHyek                                                         rune = 0xD634
	HangulSyllableHyet                                                         rune = 0xD635
	HangulSyllableHyep                                                         rune = 0xD636
	HangulSyllableHyeh                                                         rune = 0xD637
	HangulSyllableHo                                                           rune = 0xD638
	HangulSyllableHog                                                          rune = 0xD639
	HangulSyllableHogg                                                         rune = 0xD63A
	HangulSyllableHogs                                                         rune = 0xD63B
	HangulSyllableHon                                                          rune = 0xD63C
	HangulSyllableHonj                                                         rune = 0xD63D
	HangulSyllableHonh                                                         rune = 0xD63E
	HangulSyllableHod                                                          rune = 0xD63F
	HangulSyllableHol                                                          rune = 0xD640
	HangulSyllableHolg                                                         rune = 0xD641
	HangulSyllableHolm                                                         rune = 0xD642
	HangulSyllableHolb                                                         rune = 0xD643
	HangulSyllableHols                                                         rune = 0xD644
	HangulSyllableHolt                                                         rune = 0xD645
	HangulSyllableHolp                                                         rune = 0xD646
	HangulSyllableHolh                                                         rune = 0xD647
	HangulSyllableHom                                                          rune = 0xD648
	HangulSyllableHob                                                          rune = 0xD649
	HangulSyllableHobs                                                         rune = 0xD64A
	HangulSyllableHos                                                          rune = 0xD64B
	HangulSyllableHoss                                                         rune = 0xD64C
	HangulSyllableHong                                                         rune = 0xD64D
	HangulSyllableHoj                                                          rune = 0xD64E
	HangulSyllableHoc                                                          rune = 0xD64F
	HangulSyllableHok                                                          rune = 0xD650
	HangulSyllableHot                                                          rune = 0xD651
	HangulSyllableHop                                                          rune = 0xD652
	HangulSyllableHoh                                                          rune = 0xD653
	HangulSyllableHwa                                                          rune = 0xD654
	HangulSyllableHwag                                                         rune = 0xD655
	HangulSyllableHwagg                                                        rune = 0xD656
	HangulSyllableHwags                                                        rune = 0xD657
	HangulSyllableHwan                                                         rune = 0xD658
	HangulSyllableHwanj                                                        rune = 0xD659
	HangulSyllableHwanh                                                        rune = 0xD65A
	HangulSyllableHwad                                                         rune = 0xD65B
	HangulSyllableHwal                                                         rune = 0xD65C
	HangulSyllableHwalg                                                        rune = 0xD65D
	HangulSyllableHwalm                                                        rune = 0xD65E
	HangulSyllableHwalb                                                        rune = 0xD65F
	HangulSyllableHwals                                                        rune = 0xD660
	HangulSyllableHwalt                                                        rune = 0xD661
	HangulSyllableHwalp                                                        rune = 0xD662
	HangulSyllableHwalh                                                        rune = 0xD663
	HangulSyllableHwam                                                         rune = 0xD664
	HangulSyllableHwab                                                         rune = 0xD665
	HangulSyllableHwabs                                                        rune = 0xD666
	HangulSyllableHwas                                                         rune = 0xD667
	HangulSyllableHwass                                                        rune = 0xD668
	HangulSyllableHwang                                                        rune = 0xD669
	HangulSyllableHwaj                                                         rune = 0xD66A
	HangulSyllableHwac                                                         rune = 0xD66B
	HangulSyllableHwak                                                         rune = 0xD66C
	HangulSyllableHwat                                                         rune = 0xD66D
	HangulSyllableHwap                                                         rune = 0xD66E
	HangulSyllableHwah                                                         rune = 0xD66F
	HangulSyllableHwae                                                         rune = 0xD670
	HangulSyllableHwaeg                                                        rune = 0xD671
	HangulSyllableHwaegg                                                       rune = 0xD672
	HangulSyllableHwaegs                                                       rune = 0xD673
	HangulSyllableHwaen                                                        rune = 0xD674
	HangulSyllableHwaenj                                                       rune = 0xD675
	HangulSyllableHwaenh                                                       rune = 0xD676
	HangulSyllableHwaed                                                        rune = 0xD677
	HangulSyllableHwael                                                        rune = 0xD678
	HangulSyllableHwaelg                                                       rune = 0xD679
	HangulSyllableHwaelm                                                       rune = 0xD67A
	HangulSyllableHwaelb                                                       rune = 0xD67B
	HangulSyllableHwaels                                                       rune = 0xD67C
	HangulSyllableHwaelt                                                       rune = 0xD67D
	HangulSyllableHwaelp                                                       rune = 0xD67E
	HangulSyllableHwaelh                                                       rune = 0xD67F
	HangulSyllableHwaem                                                        rune = 0xD680
	HangulSyllableHwaeb                                                        rune = 0xD681
	HangulSyllableHwaebs                                                       rune = 0xD682
	HangulSyllableHwaes                                                        rune = 0xD683
	HangulSyllableHwaess                                                       rune = 0xD684
	HangulSyllableHwaeng                                                       rune = 0xD685
	HangulSyllableHwaej                                                        rune = 0xD686
	HangulSyllableHwaec                                                        rune = 0xD687
	HangulSyllableHwaek                                                        rune = 0xD688
	HangulSyllableHwaet                                                        rune = 0xD689
	HangulSyllableHwaep                                                        rune = 0xD68A
	HangulSyllableHwaeh                                                        rune = 0xD68B
	HangulSyllableHoe                                                          rune = 0xD68C
	HangulSyllableHoeg                                                         rune = 0xD68D
	HangulSyllableHoegg                                                        rune = 0xD68E
	HangulSyllableHoegs                                                        rune = 0xD68F
	HangulSyllableHoen                                                         rune = 0xD690
	HangulSyllableHoenj                                                        rune = 0xD691
	HangulSyllableHoenh                                                        rune = 0xD692
	HangulSyllableHoed                                                         rune = 0xD693
	HangulSyllableHoel                                                         rune = 0xD694
	HangulSyllableHoelg                                                        rune = 0xD695
	HangulSyllableHoelm                                                        rune = 0xD696
	HangulSyllableHoelb                                                        rune = 0xD697
	HangulSyllableHoels                                                        rune = 0xD698
	HangulSyllableHoelt                                                        rune = 0xD699
	HangulSyllableHoelp                                                        rune = 0xD69A
	HangulSyllableHoelh                                                        rune = 0xD69B
	HangulSyllableHoem                                                         rune = 0xD69C
	HangulSyllableHoeb                                                         rune = 0xD69D
	HangulSyllableHoebs                                                        rune = 0xD69E
	HangulSyllableHoes                                                         rune = 0xD69F
	HangulSyllableHoess                                                        rune = 0xD6A0
	HangulSyllableHoeng                                                        rune = 0xD6A1
	HangulSyllableHoej                                                         rune = 0xD6A2
	HangulSyllableHoec                                                         rune = 0xD6A3
	HangulSyllableHoek                                                         rune = 0xD6A4
	HangulSyllableHoet                                                         rune = 0xD6A5
	HangulSyllableHoep                                                         rune = 0xD6A6
	HangulSyllableHoeh                                                         rune = 0xD6A7
	HangulSyllableHyo                                                          rune = 0xD6A8
	HangulSyllableHyog                                                         rune = 0xD6A9
	HangulSyllableHyogg                                                        rune = 0xD6AA
	HangulSyllableHyogs                                                        rune = 0xD6AB
	HangulSyllableHyon                                                         rune = 0xD6AC
	HangulSyllableHyonj                                                        rune = 0xD6AD
	HangulSyllableHyonh                                                        rune = 0xD6AE
	HangulSyllableHyod                                                         rune = 0xD6AF
	HangulSyllableHyol                                                         rune = 0xD6B0
	HangulSyllableHyolg                                                        rune = 0xD6B1
	HangulSyllableHyolm                                                        rune = 0xD6B2
	HangulSyllableHyolb                                                        rune = 0xD6B3
	HangulSyllableHyols                                                        rune = 0xD6B4
	HangulSyllableHyolt                                                        rune = 0xD6B5
	HangulSyllableHyolp                                                        rune = 0xD6B6
	HangulSyllableHyolh                                                        rune = 0xD6B7
	HangulSyllableHyom                                                         rune = 0xD6B8
	HangulSyllableHyob                                                         rune = 0xD6B9
	HangulSyllableHyobs                                                        rune = 0xD6BA
	HangulSyllableHyos                                                         rune = 0xD6BB
	HangulSyllableHyoss                                                        rune = 0xD6BC
	HangulSyllableHyong                                                        rune = 0xD6BD
	HangulSyllableHyoj                                                         rune = 0xD6BE
	HangulSyllableHyoc                                                         rune = 0xD6BF
	HangulSyllableHyok                                                         rune = 0xD6C0
	HangulSyllableHyot                                                         rune = 0xD6C1
	HangulSyllableHyop                                                         rune = 0xD6C2
	HangulSyllableHyoh                                                         rune = 0xD6C3
	HangulSyllableHu                                                           rune = 0xD6C4
	HangulSyllableHug                                                          rune = 0xD6C5
	HangulSyllableHugg                                                         rune = 0xD6C6
	HangulSyllableHugs                                                         rune = 0xD6C7
	HangulSyllableHun                                                          rune = 0xD6C8
	HangulSyllableHunj                                                         rune = 0xD6C9
	HangulSyllableHunh                                                         rune = 0xD6CA
	HangulSyllableHud                                                          rune = 0xD6CB
	HangulSyllableHul                                                          rune = 0xD6CC
	HangulSyllableHulg                                                         rune = 0xD6CD
	HangulSyllableHulm                                                         rune = 0xD6CE
	HangulSyllableHulb                                                         rune = 0xD6CF
	HangulSyllableHuls                                                         rune = 0xD6D0
	HangulSyllableHult                                                         rune = 0xD6D1
	HangulSyllableHulp                                                         rune = 0xD6D2
	HangulSyllableHulh                                                         rune = 0xD6D3
	HangulSyllableHum                                                          rune = 0xD6D4
	HangulSyllableHub                                                          rune = 0xD6D5
	HangulSyllableHubs                                                         rune = 0xD6D6
	HangulSyllableHus                                                          rune = 0xD6D7
	HangulSyllableHuss                                                         rune = 0xD6D8
	HangulSyllableHung                                                         rune = 0xD6D9
	HangulSyllableHuj                                                          rune = 0xD6DA
	HangulSyllableHuc                                                          rune = 0xD6DB
	HangulSyllableHuk                                                          rune = 0xD6DC
	HangulSyllableHut                                                          rune = 0xD6DD
	HangulSyllableHup                                                          rune = 0xD6DE
	HangulSyllableHuh                                                          rune = 0xD6DF
	HangulSyllableHweo                                                         rune = 0xD6E0
	HangulSyllableHweog                                                        rune = 0xD6E1
	HangulSyllableHweogg                                                       rune = 0xD6E2
	HangulSyllableHweogs                                                       rune = 0xD6E3
	HangulSyllableHweon                                                        rune = 0xD6E4
	HangulSyllableHweonj                                                       rune = 0xD6E5
	HangulSyllableHweonh                                                       rune = 0xD6E6
	HangulSyllableHweod                                                        rune = 0xD6E7
	HangulSyllableHweol                                                        rune = 0xD6E8
	HangulSyllableHweolg                                                       rune = 0xD6E9
	HangulSyllableHweolm                                                       rune = 0xD6EA
	HangulSyllableHweolb                                                       rune = 0xD6EB
	HangulSyllableHweols                                                       rune = 0xD6EC
	HangulSyllableHweolt                                                       rune = 0xD6ED
	HangulSyllableHweolp                                                       rune = 0xD6EE
	HangulSyllableHweolh                                                       rune = 0xD6EF
	HangulSyllableHweom                                                        rune = 0xD6F0
	HangulSyllableHweob                                                        rune = 0xD6F1
	HangulSyllableHweobs                                                       rune = 0xD6F2
	HangulSyllableHweos                                                        rune = 0xD6F3
	HangulSyllableHweoss                                                       rune = 0xD6F4
	HangulSyllableHweong                                                       rune = 0xD6F5
	HangulSyllableHweoj                                                        rune = 0xD6F6
	HangulSyllableHweoc                                                        rune = 0xD6F7
	HangulSyllableHweok                                                        rune = 0xD6F8
	HangulSyllableHweot                                                        rune = 0xD6F9
	HangulSyllableHweop                                                        rune = 0xD6FA
	HangulSyllableHweoh                                                        rune = 0xD6FB
	HangulSyllableHwe                                                          rune = 0xD6FC
	HangulSyllableHweg                                                         rune = 0xD6FD
	HangulSyllableHwegg                                                        rune = 0xD6FE
	HangulSyllableHwegs                                                        rune = 0xD6FF
	HangulSyllableHwen                                                         rune = 0xD700
	HangulSyllableHwenj                                                        rune = 0xD701
	HangulSyllableHwenh                                                        rune = 0xD702
	HangulSyllableHwed                                                         rune = 0xD703
	HangulSyllableHwel                                                         rune = 0xD704
	HangulSyllableHwelg                                                        rune = 0xD705
	HangulSyllableHwelm                                                        rune = 0xD706
	HangulSyllableHwelb                                                        rune = 0xD707
	HangulSyllableHwels                                                        rune = 0xD708
	HangulSyllableHwelt                                                        rune = 0xD709
	HangulSyllableHwelp                                                        rune = 0xD70A
	HangulSyllableHwelh                                                        rune = 0xD70B
	HangulSyllableHwem                                                         rune = 0xD70C
	HangulSyllableHweb                                                         rune = 0xD70D
	HangulSyllableHwebs                                                        rune = 0xD70E
	HangulSyllableHwes                                                         rune = 0xD70F
	HangulSyllableHwess                                                        rune = 0xD710
	HangulSyllableHweng                                                        rune = 0xD711
	HangulSyllableHwej                                                         rune = 0xD712
	HangulSyllableHwec                                                         rune = 0xD713
	HangulSyllableHwek                                                         rune = 0xD714
	HangulSyllableHwet                                                         rune = 0xD715
	HangulSyllableHwep                                                         rune = 0xD716
	HangulSyllableHweh                                                         rune = 0xD717
	HangulSyllableHwi                                                          rune = 0xD718
	HangulSyllableHwig                                                         rune = 0xD719
	HangulSyllableHwigg                                                        rune = 0xD71A
	HangulSyllableHwigs                                                        rune = 0xD71B
	HangulSyllableHwin                                                         rune = 0xD71C
	HangulSyllableHwinj                                                        rune = 0xD71D
	HangulSyllableHwinh                                                        rune = 0xD71E
	HangulSyllableHwid                                                         rune = 0xD71F
	HangulSyllableHwil                                                         rune = 0xD720
	HangulSyllableHwilg                                                        rune = 0xD721
	HangulSyllableHwilm                                                        rune = 0xD722
	HangulSyllableHwilb                                                        rune = 0xD723
	HangulSyllableHwils                                                        rune = 0xD724
	HangulSyllableHwilt                                                        rune = 0xD725
	HangulSyllableHwilp                                                        rune = 0xD726
	HangulSyllableHwilh                                                        rune = 0xD727
	HangulSyllableHwim                                                         rune = 0xD728
	HangulSyllableHwib                                                         rune = 0xD729
	HangulSyllableHwibs                                                        rune = 0xD72A
	HangulSyllableHwis                                                         rune = 0xD72B
	HangulSyllableHwiss                                                        rune = 0xD72C
	HangulSyllableHwing                                                        rune = 0xD72D
	HangulSyllableHwij                                                         rune = 0xD72E
	HangulSyllableHwic                                                         rune = 0xD72F
	HangulSyllableHwik                                                         rune = 0xD730
	HangulSyllableHwit                                                         rune = 0xD731
	HangulSyllableHwip                                                         rune = 0xD732
	HangulSyllableHwih                                                         rune = 0xD733
	HangulSyllableHyu                                                          rune = 0xD734
	HangulSyllableHyug                                                         rune = 0xD735
	HangulSyllableHyugg                                                        rune = 0xD736
	HangulSyllableHyugs                                                        rune = 0xD737
	HangulSyllableHyun                                                         rune = 0xD738
	HangulSyllableHyunj                                                        rune = 0xD739
	HangulSyllableHyunh                                                        rune = 0xD73A
	HangulSyllableHyud                                                         rune = 0xD73B
	HangulSyllableHyul                                                         rune = 0xD73C
	HangulSyllableHyulg                                                        rune = 0xD73D
	HangulSyllableHyulm                                                        rune = 0xD73E
	HangulSyllableHyulb                                                        rune = 0xD73F
	HangulSyllableHyuls                                                        rune = 0xD740
	HangulSyllableHyult                                                        rune = 0xD741
	HangulSyllableHyulp                                                        rune = 0xD742
	HangulSyllableHyulh                                                        rune = 0xD743
	HangulSyllableHyum                                                         rune = 0xD744
	HangulSyllableHyub                                                         rune = 0xD745
	HangulSyllableHyubs                                                        rune = 0xD746
	HangulSyllableHyus                                                         rune = 0xD747
	HangulSyllableHyuss                                                        rune = 0xD748
	HangulSyllableHyung                                                        rune = 0xD749
	HangulSyllableHyuj                                                         rune = 0xD74A
	HangulSyllableHyuc                                                         rune = 0xD74B
	HangulSyllableHyuk                                                         rune = 0xD74C
	HangulSyllableHyut                                                         rune = 0xD74D
	HangulSyllableHyup                                                         rune = 0xD74E
	HangulSyllableHyuh                                                         rune = 0xD74F
	HangulSyllableHeu                                                          rune = 0xD750
	HangulSyllableHeug                                                         rune = 0xD751
	HangulSyllableHeugg                                                        rune = 0xD752
	HangulSyllableHeugs                                                        rune = 0xD753
	HangulSyllableHeun                                                         rune = 0xD754
	HangulSyllableHeunj                                                        rune = 0xD755
	HangulSyllableHeunh                                                        rune = 0xD756
	HangulSyllableHeud                                                         rune = 0xD757
	HangulSyllableHeul                                                         rune = 0xD758
	HangulSyllableHeulg                                                        rune = 0xD759
	HangulSyllableHeulm                                                        rune = 0xD75A
	HangulSyllableHeulb                                                        rune = 0xD75B
	HangulSyllableHeuls                                                        rune = 0xD75C
	HangulSyllableHeult                                                        rune = 0xD75D
	HangulSyllableHeulp                                                        rune = 0xD75E
	HangulSyllableHeulh                                                        rune = 0xD75F
	HangulSyllableHeum                                                         rune = 0xD760
	HangulSyllableHeub                                                         rune = 0xD761
	HangulSyllableHeubs                                                        rune = 0xD762
	HangulSyllableHeus                                                         rune = 0xD763
	HangulSyllableHeuss                                                        rune = 0xD764
	HangulSyllableHeung                                                        rune = 0xD765
	HangulSyllableHeuj                                                         rune = 0xD766
	HangulSyllableHeuc                                                         rune = 0xD767
	HangulSyllableHeuk                                                         rune = 0xD768
	HangulSyllableHeut                                                         rune = 0xD769
	HangulSyllableHeup                                                         rune = 0xD76A
	HangulSyllableHeuh                                                         rune = 0xD76B
	HangulSyllableHyi                                                          rune = 0xD76C
	HangulSyllableHyig                                                         rune = 0xD76D
	HangulSyllableHyigg                                                        rune = 0xD76E
	HangulSyllableHyigs                                                        rune = 0xD76F
	HangulSyllableHyin                                                         rune = 0xD770
	HangulSyllableHyinj                                                        rune = 0xD771
	HangulSyllableHyinh                                                        rune = 0xD772
	HangulSyllableHyid                                                         rune = 0xD773
	HangulSyllableHyil                                                         rune = 0xD774
	HangulSyllableHyilg                                                        rune = 0xD775
	HangulSyllableHyilm                                                        rune = 0xD776
	HangulSyllableHyilb                                                        rune = 0xD777
	HangulSyllableHyils                                                        rune = 0xD778
	HangulSyllableHyilt                                                        rune = 0xD779
	HangulSyllableHyilp                                                        rune = 0xD77A
	HangulSyllableHyilh                                                        rune = 0xD77B
	HangulSyllableHyim                                                         rune = 0xD77C
	HangulSyllableHyib                                                         rune = 0xD77D
	HangulSyllableHyibs                                                        rune = 0xD77E
	HangulSyllableHyis                                                         rune = 0xD77F
	HangulSyllableHyiss                                                        rune = 0xD780
	HangulSyllableHying                                                        rune = 0xD781
	HangulSyllableHyij                                                         rune = 0xD782
	HangulSyllableHyic                                                         rune = 0xD783
	HangulSyllableHyik                                                         rune = 0xD784
	HangulSyllableHyit                                                         rune = 0xD785
	HangulSyllableHyip                                                         rune = 0xD786
	HangulSyllableHyih                                                         rune = 0xD787
	HangulSyllableHi                                                           rune = 0xD788
	HangulSyllableHig                                                          rune = 0xD789
	HangulSyllableHigg                                                         rune = 0xD78A
	HangulSyllableHigs                                                         rune = 0xD78B
	HangulSyllableHin                                                          rune = 0xD78C
	HangulSyllableHinj                                                         rune = 0xD78D
	HangulSyllableHinh                                                         rune = 0xD78E
	HangulSyllableHid                                                          rune = 0xD78F
	HangulSyllableHil                                                          rune = 0xD790
	HangulSyllableHilg                                                         rune = 0xD791
	HangulSyllableHilm                                                         rune = 0xD792
	HangulSyllableHilb                                                         rune = 0xD793
	HangulSyllableHils                                                         rune = 0xD794
	HangulSyllableHilt                                                         rune = 0xD795
	HangulSyllableHilp                                                         rune = 0xD796
	HangulSyllableHilh                                                         rune = 0xD797
	HangulSyllableHim                                                          rune = 0xD798
	HangulSyllableHib                                                          rune = 0xD799
	HangulSyllableHibs                                                         rune = 0xD79A
	HangulSyllableHis                                                          rune = 0xD79B
	HangulSyllableHiss                                                         rune = 0xD79C
	HangulSyllableHing                                                         rune = 0xD79D
	HangulSyllableHij                                                          rune = 0xD79E
	HangulSyllableHic                                                          rune = 0xD79F
	HangulSyllableHik                                                          rune = 0xD7A0
	HangulSyllableHit                                                          rune = 0xD7A1
	HangulSyllableHip                                                          rune = 0xD7A2
	HangulSyllableHih                                                          rune = 0xD7A3
	HangulJungseongOYeo                                                        rune = 0xD7B0
	HangulJungseongOOI                                                         rune = 0xD7B1
	HangulJungseongYoA                                                         rune = 0xD7B2
	HangulJungseongYoAe                                                        rune = 0xD7B3
	HangulJungseongYoEo                                                        rune = 0xD7B4
	HangulJungseongUYeo                                                        rune = 0xD7B5
	HangulJungseongUII                                                         rune = 0xD7B6
	HangulJungseongYuAe                                                        rune = 0xD7B7
	HangulJungseongYuO                                                         rune = 0xD7B8
	HangulJungseongEuA                                                         rune = 0xD7B9
	HangulJungseongEuEo                                                        rune = 0xD7BA
	HangulJungseongEuE                                                         rune = 0xD7BB
	HangulJungseongEuO                                                         rune = 0xD7BC
	HangulJungseongIYaO                                                        rune = 0xD7BD
	HangulJungseongIYae                                                        rune = 0xD7BE
	HangulJungseongIYeo                                                        rune = 0xD7BF
	HangulJungseongIYe                                                         rune = 0xD7C0
	HangulJungseongIOI                                                         rune = 0xD7C1
	HangulJungseongIYo                                                         rune = 0xD7C2
	HangulJungseongIYu                                                         rune = 0xD7C3
	HangulJungseongII                                                          rune = 0xD7C4
	HangulJungseongAraeaA                                                      rune = 0xD7C5
	HangulJungseongAraeaE                                                      rune = 0xD7C6
	HangulJongseongNieunRieul                                                  rune = 0xD7CB
	HangulJongseongNieunChieuch                                                rune = 0xD7CC
	HangulJongseongSsangtikeut                                                 rune = 0xD7CD
	HangulJongseongSsangtikeutPieup                                            rune = 0xD7CE
	HangulJongseongTikeutPieup                                                 rune = 0xD7CF
	HangulJongseongTikeutSios                                                  rune = 0xD7D0
	HangulJongseongTikeutSiosKiyeok                                            rune = 0xD7D1
	HangulJongseongTikeutCieuc                                                 rune = 0xD7D2
	HangulJongseongTikeutChieuch                                               rune = 0xD7D3
	HangulJongseongTikeutThieuth                                               rune = 0xD7D4
	HangulJongseongRieulSsangkiyeok                                            rune = 0xD7D5
	HangulJongseongRieulKiyeokHieuh                                            rune = 0xD7D6
	HangulJongseongSsangrieulKhieukh                                           rune = 0xD7D7
	HangulJongseongRieulMieumHieuh                                             rune = 0xD7D8
	HangulJongseongRieulPieupTikeut                                            rune = 0xD7D9
	HangulJongseongRieulPieupPhieuph                                           rune = 0xD7DA
	HangulJongseongRieulYesieung                                               rune = 0xD7DB
	HangulJongseongRieulYeorinhieuhHieuh                                       rune = 0xD7DC
	HangulJongseongKapyeounrieul                                               rune = 0xD7DD
	HangulJongseongMieumNieun                                                  rune = 0xD7DE
	HangulJongseongMieumSsangnieun                                             rune = 0xD7DF
	HangulJongseongSsangmieum                                                  rune = 0xD7E0
	HangulJongseongMieumPieupSios                                              rune = 0xD7E1
	HangulJongseongMieumCieuc                                                  rune = 0xD7E2
	HangulJongseongPieupTikeut                                                 rune = 0xD7E3
	HangulJongseongPieupRieulPhieuph                                           rune = 0xD7E4
	HangulJongseongPieupMieum                                                  rune = 0xD7E5
	HangulJongseongSsangpieup                                                  rune = 0xD7E6
	HangulJongseongPieupSiosTikeut                                             rune = 0xD7E7
	HangulJongseongPieupCieuc                                                  rune = 0xD7E8
	HangulJongseongPieupChieuch                                                rune = 0xD7E9
	HangulJongseongSiosMieum                                                   rune = 0xD7EA
	HangulJongseongSiosKapyeounpieup                                           rune = 0xD7EB
	HangulJongseongSsangsiosKiyeok                                             rune = 0xD7EC
	HangulJongseongSsangsiosTikeut                                             rune = 0xD7ED
	HangulJongseongSiosPansios                                                 rune = 0xD7EE
	HangulJongseongSiosCieuc                                                   rune = 0xD7EF
	HangulJongseongSiosChieuch                                                 rune = 0xD7F0
	HangulJongseongSiosThieuth                                                 rune = 0xD7F1
	HangulJongseongSiosHieuh                                                   rune = 0xD7F2
	HangulJongseongPansiosPieup                                                rune = 0xD7F3
	HangulJongseongPansiosKapyeounpieup                                        rune = 0xD7F4
	HangulJongseongYesieungMieum                                               rune = 0xD7F5
	HangulJongseongYesieungHieuh                                               rune = 0xD7F6
	HangulJongseongCieucPieup                                                  rune = 0xD7F7
	HangulJongseongCieucSsangpieup                                             rune = 0xD7F8
	HangulJongseongSsangcieuc                                                  rune = 0xD7F9
	HangulJongseongPhieuphSios                                                 rune = 0xD7FA
	HangulJongseongPhieuphThieuth                                              rune = 0xD7FB
	LatinSmallLigatureFf                                                       rune = 0xFB00
	LatinSmallLigatureFi                                                       rune = 0xFB01
	LatinSmallLigatureFl                                                       rune = 0xFB02
	LatinSmallLigatureFfi                                                      rune = 0xFB03
	LatinSmallLigatureFfl                                                      rune = 0xFB04
	LatinSmallLigatureLongST                                                   rune = 0xFB05
	LatinSmallLigatureSt                                                       rune = 0xFB06
	ArmenianSmallLigatureMenNow                                                rune = 0xFB13
	ArmenianSmallLigatureMenEch                                                rune = 0xFB14
	ArmenianSmallLigatureMenIni                                                rune = 0xFB15
	ArmenianSmallLigatureVewNow                                                rune = 0xFB16
	ArmenianSmallLigatureMenXeh                                                rune = 0xFB17
	HebrewLetterYodWithHiriq                                                   rune = 0xFB1D
	HebrewPointJudeoSpanishVarika                                              rune = 0xFB1E
	HebrewLigatureYiddishYodYodPatah                                           rune = 0xFB1F
	HebrewLetterAlternativeAyin                                                rune = 0xFB20
	HebrewLetterWideAlef                                                       rune = 0xFB21
	HebrewLetterWideDalet                                                      rune = 0xFB22
	HebrewLetterWideHe                                                         rune = 0xFB23
	HebrewLetterWideKaf                                                        rune = 0xFB24
	HebrewLetterWideLamed                                                      rune = 0xFB25
	HebrewLetterWideFinalMem                                                   rune = 0xFB26
	HebrewLetterWideResh                                                       rune = 0xFB27
	HebrewLetterWideTav                                                        rune = 0xFB28
	HebrewLetterAlternativePlusSign                                            rune = 0xFB29
	HebrewLetterShinWithShinDot                                                rune = 0xFB2A
	HebrewLetterShinWithSinDot                                                 rune = 0xFB2B
	HebrewLetterShinWithDageshAndShinDot                                       rune = 0xFB2C
	HebrewLetterShinWithDageshAndSinDot                                        rune = 0xFB2D
	HebrewLetterAlefWithPatah                                                  rune = 0xFB2E
	HebrewLetterAlefWithQamats                                                 rune = 0xFB2F
	HebrewLetterAlefWithMapiq                                                  rune = 0xFB30
	HebrewLetterBetWithDagesh                                                  rune = 0xFB31
	HebrewLetterGimelWithDagesh                                                rune = 0xFB32
	HebrewLetterDaletWithDagesh                                                rune = 0xFB33
	HebrewLetterHeWithMapiq                                                    rune = 0xFB34
	HebrewLetterVavWithDagesh                                                  rune = 0xFB35
	HebrewLetterZayinWithDagesh                                                rune = 0xFB36
	HebrewLetterTetWithDagesh                                                  rune = 0xFB38
	HebrewLetterYodWithDagesh                                                  rune = 0xFB39
	HebrewLetterFinalKafWithDagesh                                             rune = 0xFB3A
	HebrewLetterKafWithDagesh                                                  rune = 0xFB3B
	HebrewLetterLamedWithDagesh                                                rune = 0xFB3C
	HebrewLetterMemWithDagesh                                                  rune = 0xFB3E
	HebrewLetterNunWithDagesh                                                  rune = 0xFB40
	HebrewLetterSamekhWithDagesh                                               rune = 0xFB41
	HebrewLetterFinalPeWithDagesh                                              rune = 0xFB43
	HebrewLetterPeWithDagesh                                                   rune = 0xFB44
	HebrewLetterTsadiWithDagesh                                                rune = 0xFB46
	HebrewLetterQofWithDagesh                                                  rune = 0xFB47
	HebrewLetterReshWithDagesh                                                 rune = 0xFB48
	HebrewLetterShinWithDagesh                                                 rune = 0xFB49
	HebrewLetterTavWithDagesh                                                  rune = 0xFB4A
	HebrewLetterVavWithHolam                                                   rune = 0xFB4B
	HebrewLetterBetWithRafe                                                    rune = 0xFB4C
	HebrewLetterKafWithRafe                                                    rune = 0xFB4D
	HebrewLetterPeWithRafe                                                     rune = 0xFB4E
	HebrewLigatureAlefLamed                                                    rune = 0xFB4F
	ArabicLetterAlefWaslaIsolatedForm                                          rune = 0xFB50
	ArabicLetterAlefWaslaFinalForm                                             rune = 0xFB51
	ArabicLetterBeehIsolatedForm                                               rune = 0xFB52
	ArabicLetterBeehFinalForm                                                  rune = 0xFB53
	ArabicLetterBeehInitialForm                                                rune = 0xFB54
	ArabicLetterBeehMedialForm                                                 rune = 0xFB55
	ArabicLetterPehIsolatedForm                                                rune = 0xFB56
	ArabicLetterPehFinalForm                                                   rune = 0xFB57
	ArabicLetterPehInitialForm                                                 rune = 0xFB58
	ArabicLetterPehMedialForm                                                  rune = 0xFB59
	ArabicLetterBehehIsolatedForm                                              rune = 0xFB5A
	ArabicLetterBehehFinalForm                                                 rune = 0xFB5B
	ArabicLetterBehehInitialForm                                               rune = 0xFB5C
	ArabicLetterBehehMedialForm                                                rune = 0xFB5D
	ArabicLetterTtehehIsolatedForm                                             rune = 0xFB5E
	ArabicLetterTtehehFinalForm                                                rune = 0xFB5F
	ArabicLetterTtehehInitialForm                                              rune = 0xFB60
	ArabicLetterTtehehMedialForm                                               rune = 0xFB61
	ArabicLetterTehehIsolatedForm                                              rune = 0xFB62
	ArabicLetterTehehFinalForm                                                 rune = 0xFB63
	ArabicLetterTehehInitialForm                                               rune = 0xFB64
	ArabicLetterTehehMedialForm                                                rune = 0xFB65
	ArabicLetterTtehIsolatedForm                                               rune = 0xFB66
	ArabicLetterTtehFinalForm                                                  rune = 0xFB67
	ArabicLetterTtehInitialForm                                                rune = 0xFB68
	ArabicLetterTtehMedialForm                                                 rune = 0xFB69
	ArabicLetterVehIsolatedForm                                                rune = 0xFB6A
	ArabicLetterVehFinalForm                                                   rune = 0xFB6B
	ArabicLetterVehInitialForm                                                 rune = 0xFB6C
	ArabicLetterVehMedialForm                                                  rune = 0xFB6D
	ArabicLetterPehehIsolatedForm                                              rune = 0xFB6E
	ArabicLetterPehehFinalForm                                                 rune = 0xFB6F
	ArabicLetterPehehInitialForm                                               rune = 0xFB70
	ArabicLetterPehehMedialForm                                                rune = 0xFB71
	ArabicLetterDyehIsolatedForm                                               rune = 0xFB72
	ArabicLetterDyehFinalForm                                                  rune = 0xFB73
	ArabicLetterDyehInitialForm                                                rune = 0xFB74
	ArabicLetterDyehMedialForm                                                 rune = 0xFB75
	ArabicLetterNyehIsolatedForm                                               rune = 0xFB76
	ArabicLetterNyehFinalForm                                                  rune = 0xFB77
	ArabicLetterNyehInitialForm                                                rune = 0xFB78
	ArabicLetterNyehMedialForm                                                 rune = 0xFB79
	ArabicLetterTchehIsolatedForm                                              rune = 0xFB7A
	ArabicLetterTchehFinalForm                                                 rune = 0xFB7B
	ArabicLetterTchehInitialForm                                               rune = 0xFB7C
	ArabicLetterTchehMedialForm                                                rune = 0xFB7D
	ArabicLetterTchehehIsolatedForm                                            rune = 0xFB7E
	ArabicLetterTchehehFinalForm                                               rune = 0xFB7F
	ArabicLetterTchehehInitialForm                                             rune = 0xFB80
	ArabicLetterTchehehMedialForm                                              rune = 0xFB81
	ArabicLetterDdahalIsolatedForm                                             rune = 0xFB82
	ArabicLetterDdahalFinalForm                                                rune = 0xFB83
	ArabicLetterDahalIsolatedForm                                              rune = 0xFB84
	ArabicLetterDahalFinalForm                                                 rune = 0xFB85
	ArabicLetterDulIsolatedForm                                                rune = 0xFB86
	ArabicLetterDulFinalForm                                                   rune = 0xFB87
	ArabicLetterDdalIsolatedForm                                               rune = 0xFB88
	ArabicLetterDdalFinalForm                                                  rune = 0xFB89
	ArabicLetterJehIsolatedForm                                                rune = 0xFB8A
	ArabicLetterJehFinalForm                                                   rune = 0xFB8B
	ArabicLetterRrehIsolatedForm                                               rune = 0xFB8C
	ArabicLetterRrehFinalForm                                                  rune = 0xFB8D
	ArabicLetterKehehIsolatedForm                                              rune = 0xFB8E
	ArabicLetterKehehFinalForm                                                 rune = 0xFB8F
	ArabicLetterKehehInitialForm                                               rune = 0xFB90
	ArabicLetterKehehMedialForm                                                rune = 0xFB91
	ArabicLetterGafIsolatedForm                                                rune = 0xFB92
	ArabicLetterGafFinalForm                                                   rune = 0xFB93
	ArabicLetterGafInitialForm                                                 rune = 0xFB94
	ArabicLetterGafMedialForm                                                  rune = 0xFB95
	ArabicLetterGuehIsolatedForm                                               rune = 0xFB96
	ArabicLetterGuehFinalForm                                                  rune = 0xFB97
	ArabicLetterGuehInitialForm                                                rune = 0xFB98
	ArabicLetterGuehMedialForm                                                 rune = 0xFB99
	ArabicLetterNgoehIsolatedForm                                              rune = 0xFB9A
	ArabicLetterNgoehFinalForm                                                 rune = 0xFB9B
	ArabicLetterNgoehInitialForm                                               rune = 0xFB9C
	ArabicLetterNgoehMedialForm                                                rune = 0xFB9D
	ArabicLetterNoonGhunnaIsolatedForm                                         rune = 0xFB9E
	ArabicLetterNoonGhunnaFinalForm                                            rune = 0xFB9F
	ArabicLetterRnoonIsolatedForm                                              rune = 0xFBA0
	ArabicLetterRnoonFinalForm                                                 rune = 0xFBA1
	ArabicLetterRnoonInitialForm                                               rune = 0xFBA2
	ArabicLetterRnoonMedialForm                                                rune = 0xFBA3
	ArabicLetterHehWithYehAboveIsolatedForm                                    rune = 0xFBA4
	ArabicLetterHehWithYehAboveFinalForm                                       rune = 0xFBA5
	ArabicLetterHehGoalIsolatedForm                                            rune = 0xFBA6
	ArabicLetterHehGoalFinalForm                                               rune = 0xFBA7
	ArabicLetterHehGoalInitialForm                                             rune = 0xFBA8
	ArabicLetterHehGoalMedialForm                                              rune = 0xFBA9
	ArabicLetterHehDoachashmeeIsolatedForm                                     rune = 0xFBAA
	ArabicLetterHehDoachashmeeFinalForm                                        rune = 0xFBAB
	ArabicLetterHehDoachashmeeInitialForm                                      rune = 0xFBAC
	ArabicLetterHehDoachashmeeMedialForm                                       rune = 0xFBAD
	ArabicLetterYehBarreeIsolatedForm                                          rune = 0xFBAE
	ArabicLetterYehBarreeFinalForm                                             rune = 0xFBAF
	ArabicLetterYehBarreeWithHamzaAboveIsolatedForm                            rune = 0xFBB0
	ArabicLetterYehBarreeWithHamzaAboveFinalForm                               rune = 0xFBB1
	ArabicSymbolDotAbove                                                       rune = 0xFBB2
	ArabicSymbolDotBelow                                                       rune = 0xFBB3
	ArabicSymbolTwoDotsAbove                                                   rune = 0xFBB4
	ArabicSymbolTwoDotsBelow                                                   rune = 0xFBB5
	ArabicSymbolThreeDotsAbove                                                 rune = 0xFBB6
	ArabicSymbolThreeDotsBelow                                                 rune = 0xFBB7
	ArabicSymbolThreeDotsPointingDownwardsAbove                                rune = 0xFBB8
	ArabicSymbolThreeDotsPointingDownwardsBelow                                rune = 0xFBB9
	ArabicSymbolFourDotsAbove                                                  rune = 0xFBBA
	ArabicSymbolFourDotsBelow                                                  rune = 0xFBBB
	ArabicSymbolDoubleVerticalBarBelow                                         rune = 0xFBBC
	ArabicSymbolTwoDotsVerticallyAbove                                         rune = 0xFBBD
	ArabicSymbolTwoDotsVerticallyBelow                                         rune = 0xFBBE
	ArabicSymbolRing                                                           rune = 0xFBBF
	ArabicSymbolSmallTahAbove                                                  rune = 0xFBC0
	ArabicSymbolSmallTahBelow                                                  rune = 0xFBC1
	ArabicLetterNgIsolatedForm                                                 rune = 0xFBD3
	ArabicLetterNgFinalForm                                                    rune = 0xFBD4
	ArabicLetterNgInitialForm                                                  rune = 0xFBD5
	ArabicLetterNgMedialForm                                                   rune = 0xFBD6
	ArabicLetterUIsolatedForm                                                  rune = 0xFBD7
	ArabicLetterUFinalForm                                                     rune = 0xFBD8
	ArabicLetterOeIsolatedForm                                                 rune = 0xFBD9
	ArabicLetterOeFinalForm                                                    rune = 0xFBDA
	ArabicLetterYuIsolatedForm                                                 rune = 0xFBDB
	ArabicLetterYuFinalForm                                                    rune = 0xFBDC
	ArabicLetterUWithHamzaAboveIsolatedForm                                    rune = 0xFBDD
	ArabicLetterVeIsolatedForm                                                 rune = 0xFBDE
	ArabicLetterVeFinalForm                                                    rune = 0xFBDF
	ArabicLetterKirghizOeIsolatedForm                                          rune = 0xFBE0
	ArabicLetterKirghizOeFinalForm                                             rune = 0xFBE1
	ArabicLetterKirghizYuIsolatedForm                                          rune = 0xFBE2
	ArabicLetterKirghizYuFinalForm                                             rune = 0xFBE3
	ArabicLetterEIsolatedForm                                                  rune = 0xFBE4
	ArabicLetterEFinalForm                                                     rune = 0xFBE5
	ArabicLetterEInitialForm                                                   rune = 0xFBE6
	ArabicLetterEMedialForm                                                    rune = 0xFBE7
	ArabicLetterUighurKazakhKirghizAlefMaksuraInitialForm                      rune = 0xFBE8
	ArabicLetterUighurKazakhKirghizAlefMaksuraMedialForm                       rune = 0xFBE9
	ArabicLigatureYehWithHamzaAboveWithAlefIsolatedForm                        rune = 0xFBEA
	ArabicLigatureYehWithHamzaAboveWithAlefFinalForm                           rune = 0xFBEB
	ArabicLigatureYehWithHamzaAboveWithAeIsolatedForm                          rune = 0xFBEC
	ArabicLigatureYehWithHamzaAboveWithAeFinalForm                             rune = 0xFBED
	ArabicLigatureYehWithHamzaAboveWithWawIsolatedForm                         rune = 0xFBEE
	ArabicLigatureYehWithHamzaAboveWithWawFinalForm                            rune = 0xFBEF
	ArabicLigatureYehWithHamzaAboveWithUIsolatedForm                           rune = 0xFBF0
	ArabicLigatureYehWithHamzaAboveWithUFinalForm                              rune = 0xFBF1
	ArabicLigatureYehWithHamzaAboveWithOeIsolatedForm                          rune = 0xFBF2
	ArabicLigatureYehWithHamzaAboveWithOeFinalForm                             rune = 0xFBF3
	ArabicLigatureYehWithHamzaAboveWithYuIsolatedForm                          rune = 0xFBF4
	ArabicLigatureYehWithHamzaAboveWithYuFinalForm                             rune = 0xFBF5
	ArabicLigatureYehWithHamzaAboveWithEIsolatedForm                           rune = 0xFBF6
	ArabicLigatureYehWithHamzaAboveWithEFinalForm                              rune = 0xFBF7
	ArabicLigatureYehWithHamzaAboveWithEInitialForm                            rune = 0xFBF8
	ArabicLigatureUighurKirghizYehWithHamzaAboveWithAlefMaksuraIsolatedForm    rune = 0xFBF9
	ArabicLigatureUighurKirghizYehWithHamzaAboveWithAlefMaksuraFinalForm       rune = 0xFBFA
	ArabicLigatureUighurKirghizYehWithHamzaAboveWithAlefMaksuraInitialForm     rune = 0xFBFB
	ArabicLetterFarsiYehIsolatedForm                                           rune = 0xFBFC
	ArabicLetterFarsiYehFinalForm                                              rune = 0xFBFD
	ArabicLetterFarsiYehInitialForm                                            rune = 0xFBFE
	ArabicLetterFarsiYehMedialForm                                             rune = 0xFBFF
	ArabicLigatureYehWithHamzaAboveWithJeemIsolatedForm                        rune = 0xFC00
	ArabicLigatureYehWithHamzaAboveWithHahIsolatedForm                         rune = 0xFC01
	ArabicLigatureYehWithHamzaAboveWithMeemIsolatedForm                        rune = 0xFC02
	ArabicLigatureYehWithHamzaAboveWithAlefMaksuraIsolatedForm                 rune = 0xFC03
	ArabicLigatureYehWithHamzaAboveWithYehIsolatedForm                         rune = 0xFC04
	ArabicLigatureBehWithJeemIsolatedForm                                      rune = 0xFC05
	ArabicLigatureBehWithHahIsolatedForm                                       rune = 0xFC06
	ArabicLigatureBehWithKhahIsolatedForm                                      rune = 0xFC07
	ArabicLigatureBehWithMeemIsolatedForm                                      rune = 0xFC08
	ArabicLigatureBehWithAlefMaksuraIsolatedForm                               rune = 0xFC09
	ArabicLigatureBehWithYehIsolatedForm                                       rune = 0xFC0A
	ArabicLigatureTehWithJeemIsolatedForm                                      rune = 0xFC0B
	ArabicLigatureTehWithHahIsolatedForm                                       rune = 0xFC0C
	ArabicLigatureTehWithKhahIsolatedForm                                      rune = 0xFC0D
	ArabicLigatureTehWithMeemIsolatedForm                                      rune = 0xFC0E
	ArabicLigatureTehWithAlefMaksuraIsolatedForm                               rune = 0xFC0F
	ArabicLigatureTehWithYehIsolatedForm                                       rune = 0xFC10
	ArabicLigatureThehWithJeemIsolatedForm                                     rune = 0xFC11
	ArabicLigatureThehWithMeemIsolatedForm                                     rune = 0xFC12
	ArabicLigatureThehWithAlefMaksuraIsolatedForm                              rune = 0xFC13
	ArabicLigatureThehWithYehIsolatedForm                                      rune = 0xFC14
	ArabicLigatureJeemWithHahIsolatedForm                                      rune = 0xFC15
	ArabicLigatureJeemWithMeemIsolatedForm                                     rune = 0xFC16
	ArabicLigatureHahWithJeemIsolatedForm                                      rune = 0xFC17
	ArabicLigatureHahWithMeemIsolatedForm                                      rune = 0xFC18
	ArabicLigatureKhahWithJeemIsolatedForm                                     rune = 0xFC19
	ArabicLigatureKhahWithHahIsolatedForm                                      rune = 0xFC1A
	ArabicLigatureKhahWithMeemIsolatedForm                                     rune = 0xFC1B
	ArabicLigatureSeenWithJeemIsolatedForm                                     rune = 0xFC1C
	ArabicLigatureSeenWithHahIsolatedForm                                      rune = 0xFC1D
	ArabicLigatureSeenWithKhahIsolatedForm                                     rune = 0xFC1E
	ArabicLigatureSeenWithMeemIsolatedForm                                     rune = 0xFC1F
	ArabicLigatureSadWithHahIsolatedForm                                       rune = 0xFC20
	ArabicLigatureSadWithMeemIsolatedForm                                      rune = 0xFC21
	ArabicLigatureDadWithJeemIsolatedForm                                      rune = 0xFC22
	ArabicLigatureDadWithHahIsolatedForm                                       rune = 0xFC23
	ArabicLigatureDadWithKhahIsolatedForm                                      rune = 0xFC24
	ArabicLigatureDadWithMeemIsolatedForm                                      rune = 0xFC25
	ArabicLigatureTahWithHahIsolatedForm                                       rune = 0xFC26
	ArabicLigatureTahWithMeemIsolatedForm                                      rune = 0xFC27
	ArabicLigatureZahWithMeemIsolatedForm                                      rune = 0xFC28
	ArabicLigatureAinWithJeemIsolatedForm                                      rune = 0xFC29
	ArabicLigatureAinWithMeemIsolatedForm                                      rune = 0xFC2A
	ArabicLigatureGhainWithJeemIsolatedForm                                    rune = 0xFC2B
	ArabicLigatureGhainWithMeemIsolatedForm                                    rune = 0xFC2C
	ArabicLigatureFehWithJeemIsolatedForm                                      rune = 0xFC2D
	ArabicLigatureFehWithHahIsolatedForm                                       rune = 0xFC2E
	ArabicLigatureFehWithKhahIsolatedForm                                      rune = 0xFC2F
	ArabicLigatureFehWithMeemIsolatedForm                                      rune = 0xFC30
	ArabicLigatureFehWithAlefMaksuraIsolatedForm                               rune = 0xFC31
	ArabicLigatureFehWithYehIsolatedForm                                       rune = 0xFC32
	ArabicLigatureQafWithHahIsolatedForm                                       rune = 0xFC33
	ArabicLigatureQafWithMeemIsolatedForm                                      rune = 0xFC34
	ArabicLigatureQafWithAlefMaksuraIsolatedForm                               rune = 0xFC35
	ArabicLigatureQafWithYehIsolatedForm                                       rune = 0xFC36
	ArabicLigatureKafWithAlefIsolatedForm                                      rune = 0xFC37
	ArabicLigatureKafWithJeemIsolatedForm                                      rune = 0xFC38
	ArabicLigatureKafWithHahIsolatedForm                                       rune = 0xFC39
	ArabicLigatureKafWithKhahIsolatedForm                                      rune = 0xFC3A
	ArabicLigatureKafWithLamIsolatedForm                                       rune = 0xFC3B
	ArabicLigatureKafWithMeemIsolatedForm                                      rune = 0xFC3C
	ArabicLigatureKafWithAlefMaksuraIsolatedForm                               rune = 0xFC3D
	ArabicLigatureKafWithYehIsolatedForm                                       rune = 0xFC3E
	ArabicLigatureLamWithJeemIsolatedForm                                      rune = 0xFC3F
	ArabicLigatureLamWithHahIsolatedForm                                       rune = 0xFC40
	ArabicLigatureLamWithKhahIsolatedForm                                      rune = 0xFC41
	ArabicLigatureLamWithMeemIsolatedForm                                      rune = 0xFC42
	ArabicLigatureLamWithAlefMaksuraIsolatedForm                               rune = 0xFC43
	ArabicLigatureLamWithYehIsolatedForm                                       rune = 0xFC44
	ArabicLigatureMeemWithJeemIsolatedForm                                     rune = 0xFC45
	ArabicLigatureMeemWithHahIsolatedForm                                      rune = 0xFC46
	ArabicLigatureMeemWithKhahIsolatedForm                                     rune = 0xFC47
	ArabicLigatureMeemWithMeemIsolatedForm                                     rune = 0xFC48
	ArabicLigatureMeemWithAlefMaksuraIsolatedForm                              rune = 0xFC49
	ArabicLigatureMeemWithYehIsolatedForm                                      rune = 0xFC4A
	ArabicLigatureNoonWithJeemIsolatedForm                                     rune = 0xFC4B
	ArabicLigatureNoonWithHahIsolatedForm                                      rune = 0xFC4C
	ArabicLigatureNoonWithKhahIsolatedForm                                     rune = 0xFC4D
	ArabicLigatureNoonWithMeemIsolatedForm                                     rune = 0xFC4E
	ArabicLigatureNoonWithAlefMaksuraIsolatedForm                              rune = 0xFC4F
	ArabicLigatureNoonWithYehIsolatedForm                                      rune = 0xFC50
	ArabicLigatureHehWithJeemIsolatedForm                                      rune = 0xFC51
	ArabicLigatureHehWithMeemIsolatedForm                                      rune = 0xFC52
	ArabicLigatureHehWithAlefMaksuraIsolatedForm                               rune = 0xFC53
	ArabicLigatureHehWithYehIsolatedForm                                       rune = 0xFC54
	ArabicLigatureYehWithJeemIsolatedForm                                      rune = 0xFC55
	ArabicLigatureYehWithHahIsolatedForm                                       rune = 0xFC56
	ArabicLigatureYehWithKhahIsolatedForm                                      rune = 0xFC57
	ArabicLigatureYehWithMeemIsolatedForm                                      rune = 0xFC58
	ArabicLigatureYehWithAlefMaksuraIsolatedForm                               rune = 0xFC59
	ArabicLigatureYehWithYehIsolatedForm                                       rune = 0xFC5A
	ArabicLigatureThalWithSuperscriptAlefIsolatedForm                          rune = 0xFC5B
	ArabicLigatureRehWithSuperscriptAlefIsolatedForm                           rune = 0xFC5C
	ArabicLigatureAlefMaksuraWithSuperscriptAlefIsolatedForm                   rune = 0xFC5D
	ArabicLigatureShaddaWithDammatanIsolatedForm                               rune = 0xFC5E
	ArabicLigatureShaddaWithKasratanIsolatedForm                               rune = 0xFC5F
	ArabicLigatureShaddaWithFathaIsolatedForm                                  rune = 0xFC60
	ArabicLigatureShaddaWithDammaIsolatedForm                                  rune = 0xFC61
	ArabicLigatureShaddaWithKasraIsolatedForm                                  rune = 0xFC62
	ArabicLigatureShaddaWithSuperscriptAlefIsolatedForm                        rune = 0xFC63
	ArabicLigatureYehWithHamzaAboveWithRehFinalForm                            rune = 0xFC64
	ArabicLigatureYehWithHamzaAboveWithZainFinalForm                           rune = 0xFC65
	ArabicLigatureYehWithHamzaAboveWithMeemFinalForm                           rune = 0xFC66
	ArabicLigatureYehWithHamzaAboveWithNoonFinalForm                           rune = 0xFC67
	ArabicLigatureYehWithHamzaAboveWithAlefMaksuraFinalForm                    rune = 0xFC68
	ArabicLigatureYehWithHamzaAboveWithYehFinalForm                            rune = 0xFC69
	ArabicLigatureBehWithRehFinalForm                                          rune = 0xFC6A
	ArabicLigatureBehWithZainFinalForm                                         rune = 0xFC6B
	ArabicLigatureBehWithMeemFinalForm                                         rune = 0xFC6C
	ArabicLigatureBehWithNoonFinalForm                                         rune = 0xFC6D
	ArabicLigatureBehWithAlefMaksuraFinalForm                                  rune = 0xFC6E
	ArabicLigatureBehWithYehFinalForm                                          rune = 0xFC6F
	ArabicLigatureTehWithRehFinalForm                                          rune = 0xFC70
	ArabicLigatureTehWithZainFinalForm                                         rune = 0xFC71
	ArabicLigatureTehWithMeemFinalForm                                         rune = 0xFC72
	ArabicLigatureTehWithNoonFinalForm                                         rune = 0xFC73
	ArabicLigatureTehWithAlefMaksuraFinalForm                                  rune = 0xFC74
	ArabicLigatureTehWithYehFinalForm                                          rune = 0xFC75
	ArabicLigatureThehWithRehFinalForm                                         rune = 0xFC76
	ArabicLigatureThehWithZainFinalForm                                        rune = 0xFC77
	ArabicLigatureThehWithMeemFinalForm                                        rune = 0xFC78
	ArabicLigatureThehWithNoonFinalForm                                        rune = 0xFC79
	ArabicLigatureThehWithAlefMaksuraFinalForm                                 rune = 0xFC7A
	ArabicLigatureThehWithYehFinalForm                                         rune = 0xFC7B
	ArabicLigatureFehWithAlefMaksuraFinalForm                                  rune = 0xFC7C
	ArabicLigatureFehWithYehFinalForm                                          rune = 0xFC7D
	ArabicLigatureQafWithAlefMaksuraFinalForm                                  rune = 0xFC7E
	ArabicLigatureQafWithYehFinalForm                                          rune = 0xFC7F
	ArabicLigatureKafWithAlefFinalForm                                         rune = 0xFC80
	ArabicLigatureKafWithLamFinalForm                                          rune = 0xFC81
	ArabicLigatureKafWithMeemFinalForm                                         rune = 0xFC82
	ArabicLigatureKafWithAlefMaksuraFinalForm                                  rune = 0xFC83
	ArabicLigatureKafWithYehFinalForm                                          rune = 0xFC84
	ArabicLigatureLamWithMeemFinalForm                                         rune = 0xFC85
	ArabicLigatureLamWithAlefMaksuraFinalForm                                  rune = 0xFC86
	ArabicLigatureLamWithYehFinalForm                                          rune = 0xFC87
	ArabicLigatureMeemWithAlefFinalForm                                        rune = 0xFC88
	ArabicLigatureMeemWithMeemFinalForm                                        rune = 0xFC89
	ArabicLigatureNoonWithRehFinalForm                                         rune = 0xFC8A
	ArabicLigatureNoonWithZainFinalForm                                        rune = 0xFC8B
	ArabicLigatureNoonWithMeemFinalForm                                        rune = 0xFC8C
	ArabicLigatureNoonWithNoonFinalForm                                        rune = 0xFC8D
	ArabicLigatureNoonWithAlefMaksuraFinalForm                                 rune = 0xFC8E
	ArabicLigatureNoonWithYehFinalForm                                         rune = 0xFC8F
	ArabicLigatureAlefMaksuraWithSuperscriptAlefFinalForm                      rune = 0xFC90
	ArabicLigatureYehWithRehFinalForm                                          rune = 0xFC91
	ArabicLigatureYehWithZainFinalForm                                         rune = 0xFC92
	ArabicLigatureYehWithMeemFinalForm                                         rune = 0xFC93
	ArabicLigatureYehWithNoonFinalForm                                         rune = 0xFC94
	ArabicLigatureYehWithAlefMaksuraFinalForm                                  rune = 0xFC95
	ArabicLigatureYehWithYehFinalForm                                          rune = 0xFC96
	ArabicLigatureYehWithHamzaAboveWithJeemInitialForm                         rune = 0xFC97
	ArabicLigatureYehWithHamzaAboveWithHahInitialForm                          rune = 0xFC98
	ArabicLigatureYehWithHamzaAboveWithKhahInitialForm                         rune = 0xFC99
	ArabicLigatureYehWithHamzaAboveWithMeemInitialForm                         rune = 0xFC9A
	ArabicLigatureYehWithHamzaAboveWithHehInitialForm                          rune = 0xFC9B
	ArabicLigatureBehWithJeemInitialForm                                       rune = 0xFC9C
	ArabicLigatureBehWithHahInitialForm                                        rune = 0xFC9D
	ArabicLigatureBehWithKhahInitialForm                                       rune = 0xFC9E
	ArabicLigatureBehWithMeemInitialForm                                       rune = 0xFC9F
	ArabicLigatureBehWithHehInitialForm                                        rune = 0xFCA0
	ArabicLigatureTehWithJeemInitialForm                                       rune = 0xFCA1
	ArabicLigatureTehWithHahInitialForm                                        rune = 0xFCA2
	ArabicLigatureTehWithKhahInitialForm                                       rune = 0xFCA3
	ArabicLigatureTehWithMeemInitialForm                                       rune = 0xFCA4
	ArabicLigatureTehWithHehInitialForm                                        rune = 0xFCA5
	ArabicLigatureThehWithMeemInitialForm                                      rune = 0xFCA6
	ArabicLigatureJeemWithHahInitialForm                                       rune = 0xFCA7
	ArabicLigatureJeemWithMeemInitialForm                                      rune = 0xFCA8
	ArabicLigatureHahWithJeemInitialForm                                       rune = 0xFCA9
	ArabicLigatureHahWithMeemInitialForm                                       rune = 0xFCAA
	ArabicLigatureKhahWithJeemInitialForm                                      rune = 0xFCAB
	ArabicLigatureKhahWithMeemInitialForm                                      rune = 0xFCAC
	ArabicLigatureSeenWithJeemInitialForm                                      rune = 0xFCAD
	ArabicLigatureSeenWithHahInitialForm                                       rune = 0xFCAE
	ArabicLigatureSeenWithKhahInitialForm                                      rune = 0xFCAF
	ArabicLigatureSeenWithMeemInitialForm                                      rune = 0xFCB0
	ArabicLigatureSadWithHahInitialForm                                        rune = 0xFCB1
	ArabicLigatureSadWithKhahInitialForm                                       rune = 0xFCB2
	ArabicLigatureSadWithMeemInitialForm                                       rune = 0xFCB3
	ArabicLigatureDadWithJeemInitialForm                                       rune = 0xFCB4
	ArabicLigatureDadWithHahInitialForm                                        rune = 0xFCB5
	ArabicLigatureDadWithKhahInitialForm                                       rune = 0xFCB6
	ArabicLigatureDadWithMeemInitialForm                                       rune = 0xFCB7
	ArabicLigatureTahWithHahInitialForm                                        rune = 0xFCB8
	ArabicLigatureZahWithMeemInitialForm                                       rune = 0xFCB9
	ArabicLigatureAinWithJeemInitialForm                                       rune = 0xFCBA
	ArabicLigatureAinWithMeemInitialForm                                       rune = 0xFCBB
	ArabicLigatureGhainWithJeemInitialForm                                     rune = 0xFCBC
	ArabicLigatureGhainWithMeemInitialForm                                     rune = 0xFCBD
	ArabicLigatureFehWithJeemInitialForm                                       rune = 0xFCBE
	ArabicLigatureFehWithHahInitialForm                                        rune = 0xFCBF
	ArabicLigatureFehWithKhahInitialForm                                       rune = 0xFCC0
	ArabicLigatureFehWithMeemInitialForm                                       rune = 0xFCC1
	ArabicLigatureQafWithHahInitialForm                                        rune = 0xFCC2
	ArabicLigatureQafWithMeemInitialForm                                       rune = 0xFCC3
	ArabicLigatureKafWithJeemInitialForm                                       rune = 0xFCC4
	ArabicLigatureKafWithHahInitialForm                                        rune = 0xFCC5
	ArabicLigatureKafWithKhahInitialForm                                       rune = 0xFCC6
	ArabicLigatureKafWithLamInitialForm                                        rune = 0xFCC7
	ArabicLigatureKafWithMeemInitialForm                                       rune = 0xFCC8
	ArabicLigatureLamWithJeemInitialForm                                       rune = 0xFCC9
	ArabicLigatureLamWithHahInitialForm                                        rune = 0xFCCA
	ArabicLigatureLamWithKhahInitialForm                                       rune = 0xFCCB
	ArabicLigatureLamWithMeemInitialForm                                       rune = 0xFCCC
	ArabicLigatureLamWithHehInitialForm                                        rune = 0xFCCD
	ArabicLigatureMeemWithJeemInitialForm                                      rune = 0xFCCE
	ArabicLigatureMeemWithHahInitialForm                                       rune = 0xFCCF
	ArabicLigatureMeemWithKhahInitialForm                                      rune = 0xFCD0
	ArabicLigatureMeemWithMeemInitialForm                                      rune = 0xFCD1
	ArabicLigatureNoonWithJeemInitialForm                                      rune = 0xFCD2
	ArabicLigatureNoonWithHahInitialForm                                       rune = 0xFCD3
	ArabicLigatureNoonWithKhahInitialForm                                      rune = 0xFCD4
	ArabicLigatureNoonWithMeemInitialForm                                      rune = 0xFCD5
	ArabicLigatureNoonWithHehInitialForm                                       rune = 0xFCD6
	ArabicLigatureHehWithJeemInitialForm                                       rune = 0xFCD7
	ArabicLigatureHehWithMeemInitialForm                                       rune = 0xFCD8
	ArabicLigatureHehWithSuperscriptAlefInitialForm                            rune = 0xFCD9
	ArabicLigatureYehWithJeemInitialForm                                       rune = 0xFCDA
	ArabicLigatureYehWithHahInitialForm                                        rune = 0xFCDB
	ArabicLigatureYehWithKhahInitialForm                                       rune = 0xFCDC
	ArabicLigatureYehWithMeemInitialForm                                       rune = 0xFCDD
	ArabicLigatureYehWithHehInitialForm                                        rune = 0xFCDE
	ArabicLigatureYehWithHamzaAboveWithMeemMedialForm                          rune = 0xFCDF
	ArabicLigatureYehWithHamzaAboveWithHehMedialForm                           rune = 0xFCE0
	ArabicLigatureBehWithMeemMedialForm                                        rune = 0xFCE1
	ArabicLigatureBehWithHehMedialForm                                         rune = 0xFCE2
	ArabicLigatureTehWithMeemMedialForm                                        rune = 0xFCE3
	ArabicLigatureTehWithHehMedialForm                                         rune = 0xFCE4
	ArabicLigatureThehWithMeemMedialForm                                       rune = 0xFCE5
	ArabicLigatureThehWithHehMedialForm                                        rune = 0xFCE6
	ArabicLigatureSeenWithMeemMedialForm                                       rune = 0xFCE7
	ArabicLigatureSeenWithHehMedialForm                                        rune = 0xFCE8
	ArabicLigatureSheenWithMeemMedialForm                                      rune = 0xFCE9
	ArabicLigatureSheenWithHehMedialForm                                       rune = 0xFCEA
	ArabicLigatureKafWithLamMedialForm                                         rune = 0xFCEB
	ArabicLigatureKafWithMeemMedialForm                                        rune = 0xFCEC
	ArabicLigatureLamWithMeemMedialForm                                        rune = 0xFCED
	ArabicLigatureNoonWithMeemMedialForm                                       rune = 0xFCEE
	ArabicLigatureNoonWithHehMedialForm                                        rune = 0xFCEF
	ArabicLigatureYehWithMeemMedialForm                                        rune = 0xFCF0
	ArabicLigatureYehWithHehMedialForm                                         rune = 0xFCF1
	ArabicLigatureShaddaWithFathaMedialForm                                    rune = 0xFCF2
	ArabicLigatureShaddaWithDammaMedialForm                                    rune = 0xFCF3
	ArabicLigatureShaddaWithKasraMedialForm                                    rune = 0xFCF4
	ArabicLigatureTahWithAlefMaksuraIsolatedForm                               rune = 0xFCF5
	ArabicLigatureTahWithYehIsolatedForm                                       rune = 0xFCF6
	ArabicLigatureAinWithAlefMaksuraIsolatedForm                               rune = 0xFCF7
	ArabicLigatureAinWithYehIsolatedForm                                       rune = 0xFCF8
	ArabicLigatureGhainWithAlefMaksuraIsolatedForm                             rune = 0xFCF9
	ArabicLigatureGhainWithYehIsolatedForm                                     rune = 0xFCFA
	ArabicLigatureSeenWithAlefMaksuraIsolatedForm                              rune = 0xFCFB
	ArabicLigatureSeenWithYehIsolatedForm                                      rune = 0xFCFC
	ArabicLigatureSheenWithAlefMaksuraIsolatedForm                             rune = 0xFCFD
	ArabicLigatureSheenWithYehIsolatedForm                                     rune = 0xFCFE
	ArabicLigatureHahWithAlefMaksuraIsolatedForm                               rune = 0xFCFF
	ArabicLigatureHahWithYehIsolatedForm                                       rune = 0xFD00
	ArabicLigatureJeemWithAlefMaksuraIsolatedForm                              rune = 0xFD01
	ArabicLigatureJeemWithYehIsolatedForm                                      rune = 0xFD02
	ArabicLigatureKhahWithAlefMaksuraIsolatedForm                              rune = 0xFD03
	ArabicLigatureKhahWithYehIsolatedForm                                      rune = 0xFD04
	ArabicLigatureSadWithAlefMaksuraIsolatedForm                               rune = 0xFD05
	ArabicLigatureSadWithYehIsolatedForm                                       rune = 0xFD06
	ArabicLigatureDadWithAlefMaksuraIsolatedForm                               rune = 0xFD07
	ArabicLigatureDadWithYehIsolatedForm                                       rune = 0xFD08
	ArabicLigatureSheenWithJeemIsolatedForm                                    rune = 0xFD09
	ArabicLigatureSheenWithHahIsolatedForm                                     rune = 0xFD0A
	ArabicLigatureSheenWithKhahIsolatedForm                                    rune = 0xFD0B
	ArabicLigatureSheenWithMeemIsolatedForm                                    rune = 0xFD0C
	ArabicLigatureSheenWithRehIsolatedForm                                     rune = 0xFD0D
	ArabicLigatureSeenWithRehIsolatedForm                                      rune = 0xFD0E
	ArabicLigatureSadWithRehIsolatedForm                                       rune = 0xFD0F
	ArabicLigatureDadWithRehIsolatedForm                                       rune = 0xFD10
	ArabicLigatureTahWithAlefMaksuraFinalForm                                  rune = 0xFD11
	ArabicLigatureTahWithYehFinalForm                                          rune = 0xFD12
	ArabicLigatureAinWithAlefMaksuraFinalForm                                  rune = 0xFD13
	ArabicLigatureAinWithYehFinalForm                                          rune = 0xFD14
	ArabicLigatureGhainWithAlefMaksuraFinalForm                                rune = 0xFD15
	ArabicLigatureGhainWithYehFinalForm                                        rune = 0xFD16
	ArabicLigatureSeenWithAlefMaksuraFinalForm                                 rune = 0xFD17
	ArabicLigatureSeenWithYehFinalForm                                         rune = 0xFD18
	ArabicLigatureSheenWithAlefMaksuraFinalForm                                rune = 0xFD19
	ArabicLigatureSheenWithYehFinalForm                                        rune = 0xFD1A
	ArabicLigatureHahWithAlefMaksuraFinalForm                                  rune = 0xFD1B
	ArabicLigatureHahWithYehFinalForm                                          rune = 0xFD1C
	ArabicLigatureJeemWithAlefMaksuraFinalForm                                 rune = 0xFD1D
	ArabicLigatureJeemWithYehFinalForm                                         rune = 0xFD1E
	ArabicLigatureKhahWithAlefMaksuraFinalForm                                 rune = 0xFD1F
	ArabicLigatureKhahWithYehFinalForm                                         rune = 0xFD20
	ArabicLigatureSadWithAlefMaksuraFinalForm                                  rune = 0xFD21
	ArabicLigatureSadWithYehFinalForm                                          rune = 0xFD22
	ArabicLigatureDadWithAlefMaksuraFinalForm                                  rune = 0xFD23
	ArabicLigatureDadWithYehFinalForm                                          rune = 0xFD24
	ArabicLigatureSheenWithJeemFinalForm                                       rune = 0xFD25
	ArabicLigatureSheenWithHahFinalForm                                        rune = 0xFD26
	ArabicLigatureSheenWithKhahFinalForm                                       rune = 0xFD27
	ArabicLigatureSheenWithMeemFinalForm                                       rune = 0xFD28
	ArabicLigatureSheenWithRehFinalForm                                        rune = 0xFD29
	ArabicLigatureSeenWithRehFinalForm                                         rune = 0xFD2A
	ArabicLigatureSadWithRehFinalForm                                          rune = 0xFD2B
	ArabicLigatureDadWithRehFinalForm                                          rune = 0xFD2C
	ArabicLigatureSheenWithJeemInitialForm                                     rune = 0xFD2D
	ArabicLigatureSheenWithHahInitialForm                                      rune = 0xFD2E
	ArabicLigatureSheenWithKhahInitialForm                                     rune = 0xFD2F
	ArabicLigatureSheenWithMeemInitialForm                                     rune = 0xFD30
	ArabicLigatureSeenWithHehInitialForm                                       rune = 0xFD31
	ArabicLigatureSheenWithHehInitialForm                                      rune = 0xFD32
	ArabicLigatureTahWithMeemInitialForm                                       rune = 0xFD33
	ArabicLigatureSeenWithJeemMedialForm                                       rune = 0xFD34
	ArabicLigatureSeenWithHahMedialForm                                        rune = 0xFD35
	ArabicLigatureSeenWithKhahMedialForm                                       rune = 0xFD36
	ArabicLigatureSheenWithJeemMedialForm                                      rune = 0xFD37
	ArabicLigatureSheenWithHahMedialForm                                       rune = 0xFD38
	ArabicLigatureSheenWithKhahMedialForm                                      rune = 0xFD39
	ArabicLigatureTahWithMeemMedialForm                                        rune = 0xFD3A
	ArabicLigatureZahWithMeemMedialForm                                        rune = 0xFD3B
	ArabicLigatureAlefWithFathatanFinalForm                                    rune = 0xFD3C
	ArabicLigatureAlefWithFathatanIsolatedForm                                 rune = 0xFD3D
	OrnateLeftParenthesis                                                      rune = 0xFD3E
	OrnateRightParenthesis                                                     rune = 0xFD3F
	ArabicLigatureTehWithJeemWithMeemInitialForm                               rune = 0xFD50
	ArabicLigatureTehWithHahWithJeemFinalForm                                  rune = 0xFD51
	ArabicLigatureTehWithHahWithJeemInitialForm                                rune = 0xFD52
	ArabicLigatureTehWithHahWithMeemInitialForm                                rune = 0xFD53
	ArabicLigatureTehWithKhahWithMeemInitialForm                               rune = 0xFD54
	ArabicLigatureTehWithMeemWithJeemInitialForm                               rune = 0xFD55
	ArabicLigatureTehWithMeemWithHahInitialForm                                rune = 0xFD56
	ArabicLigatureTehWithMeemWithKhahInitialForm                               rune = 0xFD57
	ArabicLigatureJeemWithMeemWithHahFinalForm                                 rune = 0xFD58
	ArabicLigatureJeemWithMeemWithHahInitialForm                               rune = 0xFD59
	ArabicLigatureHahWithMeemWithYehFinalForm                                  rune = 0xFD5A
	ArabicLigatureHahWithMeemWithAlefMaksuraFinalForm                          rune = 0xFD5B
	ArabicLigatureSeenWithHahWithJeemInitialForm                               rune = 0xFD5C
	ArabicLigatureSeenWithJeemWithHahInitialForm                               rune = 0xFD5D
	ArabicLigatureSeenWithJeemWithAlefMaksuraFinalForm                         rune = 0xFD5E
	ArabicLigatureSeenWithMeemWithHahFinalForm                                 rune = 0xFD5F
	ArabicLigatureSeenWithMeemWithHahInitialForm                               rune = 0xFD60
	ArabicLigatureSeenWithMeemWithJeemInitialForm                              rune = 0xFD61
	ArabicLigatureSeenWithMeemWithMeemFinalForm                                rune = 0xFD62
	ArabicLigatureSeenWithMeemWithMeemInitialForm                              rune = 0xFD63
	ArabicLigatureSadWithHahWithHahFinalForm                                   rune = 0xFD64
	ArabicLigatureSadWithHahWithHahInitialForm                                 rune = 0xFD65
	ArabicLigatureSadWithMeemWithMeemFinalForm                                 rune = 0xFD66
	ArabicLigatureSheenWithHahWithMeemFinalForm                                rune = 0xFD67
	ArabicLigatureSheenWithHahWithMeemInitialForm                              rune = 0xFD68
	ArabicLigatureSheenWithJeemWithYehFinalForm                                rune = 0xFD69
	ArabicLigatureSheenWithMeemWithKhahFinalForm                               rune = 0xFD6A
	ArabicLigatureSheenWithMeemWithKhahInitialForm                             rune = 0xFD6B
	ArabicLigatureSheenWithMeemWithMeemFinalForm                               rune = 0xFD6C
	ArabicLigatureSheenWithMeemWithMeemInitialForm                             rune = 0xFD6D
	ArabicLigatureDadWithHahWithAlefMaksuraFinalForm                           rune = 0xFD6E
	ArabicLigatureDadWithKhahWithMeemFinalForm                                 rune = 0xFD6F
	ArabicLigatureDadWithKhahWithMeemInitialForm                               rune = 0xFD70
	ArabicLigatureTahWithMeemWithHahFinalForm                                  rune = 0xFD71
	ArabicLigatureTahWithMeemWithHahInitialForm                                rune = 0xFD72
	ArabicLigatureTahWithMeemWithMeemInitialForm                               rune = 0xFD73
	ArabicLigatureTahWithMeemWithYehFinalForm                                  rune = 0xFD74
	ArabicLigatureAinWithJeemWithMeemFinalForm                                 rune = 0xFD75
	ArabicLigatureAinWithMeemWithMeemFinalForm                                 rune = 0xFD76
	ArabicLigatureAinWithMeemWithMeemInitialForm                               rune = 0xFD77
	ArabicLigatureAinWithMeemWithAlefMaksuraFinalForm                          rune = 0xFD78
	ArabicLigatureGhainWithMeemWithMeemFinalForm                               rune = 0xFD79
	ArabicLigatureGhainWithMeemWithYehFinalForm                                rune = 0xFD7A
	ArabicLigatureGhainWithMeemWithAlefMaksuraFinalForm                        rune = 0xFD7B
	ArabicLigatureFehWithKhahWithMeemFinalForm                                 rune = 0xFD7C
	ArabicLigatureFehWithKhahWithMeemInitialForm                               rune = 0xFD7D
	ArabicLigatureQafWithMeemWithHahFinalForm                                  rune = 0xFD7E
	ArabicLigatureQafWithMeemWithMeemFinalForm                                 rune = 0xFD7F
	ArabicLigatureLamWithHahWithMeemFinalForm                                  rune = 0xFD80
	ArabicLigatureLamWithHahWithYehFinalForm                                   rune = 0xFD81
	ArabicLigatureLamWithHahWithAlefMaksuraFinalForm                           rune = 0xFD82
	ArabicLigatureLamWithJeemWithJeemInitialForm                               rune = 0xFD83
	ArabicLigatureLamWithJeemWithJeemFinalForm                                 rune = 0xFD84
	ArabicLigatureLamWithKhahWithMeemFinalForm                                 rune = 0xFD85
	ArabicLigatureLamWithKhahWithMeemInitialForm                               rune = 0xFD86
	ArabicLigatureLamWithMeemWithHahFinalForm                                  rune = 0xFD87
	ArabicLigatureLamWithMeemWithHahInitialForm                                rune = 0xFD88
	ArabicLigatureMeemWithHahWithJeemInitialForm                               rune = 0xFD89
	ArabicLigatureMeemWithHahWithMeemInitialForm                               rune = 0xFD8A
	ArabicLigatureMeemWithHahWithYehFinalForm                                  rune = 0xFD8B
	ArabicLigatureMeemWithJeemWithHahInitialForm                               rune = 0xFD8C
	ArabicLigatureMeemWithJeemWithMeemInitialForm                              rune = 0xFD8D
	ArabicLigatureMeemWithKhahWithJeemInitialForm                              rune = 0xFD8E
	ArabicLigatureMeemWithKhahWithMeemInitialForm                              rune = 0xFD8F
	ArabicLigatureMeemWithJeemWithKhahInitialForm                              rune = 0xFD92
	ArabicLigatureHehWithMeemWithJeemInitialForm                               rune = 0xFD93
	ArabicLigatureHehWithMeemWithMeemInitialForm                               rune = 0xFD94
	ArabicLigatureNoonWithHahWithMeemInitialForm                               rune = 0xFD95
	ArabicLigatureNoonWithHahWithAlefMaksuraFinalForm                          rune = 0xFD96
	ArabicLigatureNoonWithJeemWithMeemFinalForm                                rune = 0xFD97
	ArabicLigatureNoonWithJeemWithMeemInitialForm                              rune = 0xFD98
	ArabicLigatureNoonWithJeemWithAlefMaksuraFinalForm                         rune = 0xFD99
	ArabicLigatureNoonWithMeemWithYehFinalForm                                 rune = 0xFD9A
	ArabicLigatureNoonWithMeemWithAlefMaksuraFinalForm                         rune = 0xFD9B
	ArabicLigatureYehWithMeemWithMeemFinalForm                                 rune = 0xFD9C
	ArabicLigatureYehWithMeemWithMeemInitialForm                               rune = 0xFD9D
	ArabicLigatureBehWithKhahWithYehFinalForm                                  rune = 0xFD9E
	ArabicLigatureTehWithJeemWithYehFinalForm                                  rune = 0xFD9F
	ArabicLigatureTehWithJeemWithAlefMaksuraFinalForm                          rune = 0xFDA0
	ArabicLigatureTehWithKhahWithYehFinalForm                                  rune = 0xFDA1
	ArabicLigatureTehWithKhahWithAlefMaksuraFinalForm                          rune = 0xFDA2
	ArabicLigatureTehWithMeemWithYehFinalForm                                  rune = 0xFDA3
	ArabicLigatureTehWithMeemWithAlefMaksuraFinalForm                          rune = 0xFDA4
	ArabicLigatureJeemWithMeemWithYehFinalForm                                 rune = 0xFDA5
	ArabicLigatureJeemWithHahWithAlefMaksuraFinalForm                          rune = 0xFDA6
	ArabicLigatureJeemWithMeemWithAlefMaksuraFinalForm                         rune = 0xFDA7
	ArabicLigatureSeenWithKhahWithAlefMaksuraFinalForm                         rune = 0xFDA8
	ArabicLigatureSadWithHahWithYehFinalForm                                   rune = 0xFDA9
	ArabicLigatureSheenWithHahWithYehFinalForm                                 rune = 0xFDAA
	ArabicLigatureDadWithHahWithYehFinalForm                                   rune = 0xFDAB
	ArabicLigatureLamWithJeemWithYehFinalForm                                  rune = 0xFDAC
	ArabicLigatureLamWithMeemWithYehFinalForm                                  rune = 0xFDAD
	ArabicLigatureYehWithHahWithYehFinalForm                                   rune = 0xFDAE
	ArabicLigatureYehWithJeemWithYehFinalForm                                  rune = 0xFDAF
	ArabicLigatureYehWithMeemWithYehFinalForm                                  rune = 0xFDB0
	ArabicLigatureMeemWithMeemWithYehFinalForm                                 rune = 0xFDB1
	ArabicLigatureQafWithMeemWithYehFinalForm                                  rune = 0xFDB2
	ArabicLigatureNoonWithHahWithYehFinalForm                                  rune = 0xFDB3
	ArabicLigatureQafWithMeemWithHahInitialForm                                rune = 0xFDB4
	ArabicLigatureLamWithHahWithMeemInitialForm                                rune = 0xFDB5
	ArabicLigatureAinWithMeemWithYehFinalForm                                  rune = 0xFDB6
	ArabicLigatureKafWithMeemWithYehFinalForm                                  rune = 0xFDB7
	ArabicLigatureNoonWithJeemWithHahInitialForm                               rune = 0xFDB8
	ArabicLigatureMeemWithKhahWithYehFinalForm                                 rune = 0xFDB9
	ArabicLigatureLamWithJeemWithMeemInitialForm                               rune = 0xFDBA
	ArabicLigatureKafWithMeemWithMeemFinalForm                                 rune = 0xFDBB
	ArabicLigatureLamWithJeemWithMeemFinalForm                                 rune = 0xFDBC
	ArabicLigatureNoonWithJeemWithHahFinalForm                                 rune = 0xFDBD
	ArabicLigatureJeemWithHahWithYehFinalForm                                  rune = 0xFDBE
	ArabicLigatureHahWithJeemWithYehFinalForm                                  rune = 0xFDBF
	ArabicLigatureMeemWithJeemWithYehFinalForm                                 rune = 0xFDC0
	ArabicLigatureFehWithMeemWithYehFinalForm                                  rune = 0xFDC1
	ArabicLigatureBehWithHahWithYehFinalForm                                   rune = 0xFDC2
	ArabicLigatureKafWithMeemWithMeemInitialForm                               rune = 0xFDC3
	ArabicLigatureAinWithJeemWithMeemInitialForm                               rune = 0xFDC4
	ArabicLigatureSadWithMeemWithMeemInitialForm                               rune = 0xFDC5
	ArabicLigatureSeenWithKhahWithYehFinalForm                                 rune = 0xFDC6
	ArabicLigatureNoonWithJeemWithYehFinalForm                                 rune = 0xFDC7
	ArabicLigatureSallaUsedAsKoranicStopSignIsolatedForm                       rune = 0xFDF0
	ArabicLigatureQalaUsedAsKoranicStopSignIsolatedForm                        rune = 0xFDF1
	ArabicLigatureAllahIsolatedForm                                            rune = 0xFDF2
	ArabicLigatureAkbarIsolatedForm                                            rune = 0xFDF3
	ArabicLigatureMohammadIsolatedForm                                         rune = 0xFDF4
	ArabicLigatureSalamIsolatedForm                                            rune = 0xFDF5
	ArabicLigatureRasoulIsolatedForm                                           rune = 0xFDF6
	ArabicLigatureAlayheIsolatedForm                                           rune = 0xFDF7
	ArabicLigatureWasallamIsolatedForm                                         rune = 0xFDF8
	ArabicLigatureSallaIsolatedForm                                            rune = 0xFDF9
	ArabicLigatureSallallahouAlayheWasallam                                    rune = 0xFDFA
	ArabicLigatureJallajalalouhou                                              rune = 0xFDFB
	RialSign                                                                   rune = 0xFDFC
	ArabicLigatureBismillahArRahmanArRaheem                                    rune = 0xFDFD
	VariationSelector1                                                         rune = 0xFE00
	VS1                                                                        rune = 0xFE00
	VariationSelector2                                                         rune = 0xFE01
	VS2                                                                        rune = 0xFE01
	VariationSelector3                                                         rune = 0xFE02
	VS3                                                                        rune = 0xFE02
	VariationSelector4                                                         rune = 0xFE03
	VS4                                                                        rune = 0xFE03
	VariationSelector5                                                         rune = 0xFE04
	VS5                                                                        rune = 0xFE04
	VariationSelector6                                                         rune = 0xFE05
	VS6                                                                        rune = 0xFE05
	VariationSelector7                                                         rune = 0xFE06
	VS7                                                                        rune = 0xFE06
	VariationSelector8                                                         rune = 0xFE07
	VS8                                                                        rune = 0xFE07
	VariationSelector9                                                         rune = 0xFE08
	VS9                                                                        rune = 0xFE08
	VariationSelector10                                                        rune = 0xFE09
	VS10                                                                       rune = 0xFE09
	VariationSelector11                                                        rune = 0xFE0A
	VS11                                                                       rune = 0xFE0A
	VariationSelector12                                                        rune = 0xFE0B
	VS12                                                                       rune = 0xFE0B
	VariationSelector13                                                        rune = 0xFE0C
	VS13                                                                       rune = 0xFE0C
	VariationSelector14                                                        rune = 0xFE0D
	VS14                                                                       rune = 0xFE0D
	VariationSelector15                                                        rune = 0xFE0E
	VS15                                                                       rune = 0xFE0E
	VariationSelector16                                                        rune = 0xFE0F
	VS16                                                                       rune = 0xFE0F
	PresentationFormForVerticalComma                                           rune = 0xFE10
	PresentationFormForVerticalIdeographicComma                                rune = 0xFE11
	PresentationFormForVerticalIdeographicFullStop                             rune = 0xFE12
	PresentationFormForVerticalColon                                           rune = 0xFE13
	PresentationFormForVerticalSemicolon                                       rune = 0xFE14
	PresentationFormForVerticalExclamationMark                                 rune = 0xFE15
	PresentationFormForVerticalQuestionMark                                    rune = 0xFE16
	PresentationFormForVerticalLeftWhiteLenticularBracket                      rune = 0xFE17
	PresentationFormForVerticalRightWhiteLenticularBrakcet                     rune = 0xFE18
	PresentationFormForVerticalRightWhiteLenticularBracket                     rune = 0xFE18
	PresentationFormForVerticalHorizontalEllipsis                              rune = 0xFE19
	CombiningLigatureLeftHalf                                                  rune = 0xFE20
	CombiningLigatureRightHalf                                                 rune = 0xFE21
	CombiningDoubleTildeLeftHalf                                               rune = 0xFE22
	CombiningDoubleTildeRightHalf                                              rune = 0xFE23
	CombiningMacronLeftHalf                                                    rune = 0xFE24
	CombiningMacronRightHalf                                                   rune = 0xFE25
	CombiningConjoiningMacron                                                  rune = 0xFE26
	CombiningLigatureLeftHalfBelow                                             rune = 0xFE27
	CombiningLigatureRightHalfBelow                                            rune = 0xFE28
	CombiningTildeLeftHalfBelow                                                rune = 0xFE29
	CombiningTildeRightHalfBelow                                               rune = 0xFE2A
	CombiningMacronLeftHalfBelow                                               rune = 0xFE2B
	CombiningMacronRightHalfBelow                                              rune = 0xFE2C
	CombiningConjoiningMacronBelow                                             rune = 0xFE2D
	CombiningCyrillicTitloLeftHalf                                             rune = 0xFE2E
	CombiningCyrillicTitloRightHalf                                            rune = 0xFE2F
	PresentationFormForVerticalTwoDotLeader                                    rune = 0xFE30
	PresentationFormForVerticalEmDash                                          rune = 0xFE31
	PresentationFormForVerticalEnDash                                          rune = 0xFE32
	PresentationFormForVerticalLowLine                                         rune = 0xFE33
	PresentationFormForVerticalWavyLowLine                                     rune = 0xFE34
	PresentationFormForVerticalLeftParenthesis                                 rune = 0xFE35
	PresentationFormForVerticalRightParenthesis                                rune = 0xFE36
	PresentationFormForVerticalLeftCurlyBracket                                rune = 0xFE37
	PresentationFormForVerticalRightCurlyBracket                               rune = 0xFE38
	PresentationFormForVerticalLeftTortoiseShellBracket                        rune = 0xFE39
	PresentationFormForVerticalRightTortoiseShellBracket                       rune = 0xFE3A
	PresentationFormForVerticalLeftBlackLenticularBracket                      rune = 0xFE3B
	PresentationFormForVerticalRightBlackLenticularBracket                     rune = 0xFE3C
	PresentationFormForVerticalLeftDoubleAngleBracket                          rune = 0xFE3D
	PresentationFormForVerticalRightDoubleAngleBracket                         rune = 0xFE3E
	PresentationFormForVerticalLeftAngleBracket                                rune = 0xFE3F
	PresentationFormForVerticalRightAngleBracket                               rune = 0xFE40
	PresentationFormForVerticalLeftCornerBracket                               rune = 0xFE41
	PresentationFormForVerticalRightCornerBracket                              rune = 0xFE42
	PresentationFormForVerticalLeftWhiteCornerBracket                          rune = 0xFE43
	PresentationFormForVerticalRightWhiteCornerBracket                         rune = 0xFE44
	SesameDot                                                                  rune = 0xFE45
	WhiteSesameDot                                                             rune = 0xFE46
	PresentationFormForVerticalLeftSquareBracket                               rune = 0xFE47
	PresentationFormForVerticalRightSquareBracket                              rune = 0xFE48
	DashedOverline                                                             rune = 0xFE49
	CentrelineOverline                                                         rune = 0xFE4A
	WavyOverline                                                               rune = 0xFE4B
	DoubleWavyOverline                                                         rune = 0xFE4C
	DashedLowLine                                                              rune = 0xFE4D
	CentrelineLowLine                                                          rune = 0xFE4E
	WavyLowLine                                                                rune = 0xFE4F
	SmallComma                                                                 rune = 0xFE50
	SmallIdeographicComma                                                      rune = 0xFE51
	SmallFullStop                                                              rune = 0xFE52
	SmallSemicolon                                                             rune = 0xFE54
	SmallColon                                                                 rune = 0xFE55
	SmallQuestionMark                                                          rune = 0xFE56
	SmallExclamationMark                                                       rune = 0xFE57
	SmallEmDash                                                                rune = 0xFE58
	SmallLeftParenthesis                                                       rune = 0xFE59
	SmallRightParenthesis                                                      rune = 0xFE5A
	SmallLeftCurlyBracket                                                      rune = 0xFE5B
	SmallRightCurlyBracket                                                     rune = 0xFE5C
	SmallLeftTortoiseShellBracket                                              rune = 0xFE5D
	SmallRightTortoiseShellBracket                                             rune = 0xFE5E
	SmallNumberSign                                                            rune = 0xFE5F
	SmallAmpersand                                                             rune = 0xFE60
	SmallAsterisk                                                              rune = 0xFE61
	SmallPlusSign                                                              rune = 0xFE62
	SmallHyphenMinus                                                           rune = 0xFE63
	SmallLessThanSign                                                          rune = 0xFE64
	SmallGreaterThanSign                                                       rune = 0xFE65
	SmallEqualsSign                                                            rune = 0xFE66
	SmallReverseSolidus                                                        rune = 0xFE68
	SmallDollarSign                                                            rune = 0xFE69
	SmallPercentSign                                                           rune = 0xFE6A
	SmallCommercialAt                                                          rune = 0xFE6B
	ArabicFathatanIsolatedForm                                                 rune = 0xFE70
	ArabicTatweelWithFathatanAbove                                             rune = 0xFE71
	ArabicDammatanIsolatedForm                                                 rune = 0xFE72
	ArabicTailFragment                                                         rune = 0xFE73
	ArabicKasratanIsolatedForm                                                 rune = 0xFE74
	ArabicFathaIsolatedForm                                                    rune = 0xFE76
	ArabicFathaMedialForm                                                      rune = 0xFE77
	ArabicDammaIsolatedForm                                                    rune = 0xFE78
	ArabicDammaMedialForm                                                      rune = 0xFE79
	ArabicKasraIsolatedForm                                                    rune = 0xFE7A
	ArabicKasraMedialForm                                                      rune = 0xFE7B
	ArabicShaddaIsolatedForm                                                   rune = 0xFE7C
	ArabicShaddaMedialForm                                                     rune = 0xFE7D
	ArabicSukunIsolatedForm                                                    rune = 0xFE7E
	ArabicSukunMedialForm                                                      rune = 0xFE7F
	ArabicLetterHamzaIsolatedForm                                              rune = 0xFE80
	ArabicLetterAlefWithMaddaAboveIsolatedForm                                 rune = 0xFE81
	ArabicLetterAlefWithMaddaAboveFinalForm                                    rune = 0xFE82
	ArabicLetterAlefWithHamzaAboveIsolatedForm                                 rune = 0xFE83
	ArabicLetterAlefWithHamzaAboveFinalForm                                    rune = 0xFE84
	ArabicLetterWawWithHamzaAboveIsolatedForm                                  rune = 0xFE85
	ArabicLetterWawWithHamzaAboveFinalForm                                     rune = 0xFE86
	ArabicLetterAlefWithHamzaBelowIsolatedForm                                 rune = 0xFE87
	ArabicLetterAlefWithHamzaBelowFinalForm                                    rune = 0xFE88
	ArabicLetterYehWithHamzaAboveIsolatedForm                                  rune = 0xFE89
	ArabicLetterYehWithHamzaAboveFinalForm                                     rune = 0xFE8A
	ArabicLetterYehWithHamzaAboveInitialForm                                   rune = 0xFE8B
	ArabicLetterYehWithHamzaAboveMedialForm                                    rune = 0xFE8C
	ArabicLetterAlefIsolatedForm                                               rune = 0xFE8D
	ArabicLetterAlefFinalForm                                                  rune = 0xFE8E
	ArabicLetterBehIsolatedForm                                                rune = 0xFE8F
	ArabicLetterBehFinalForm                                                   rune = 0xFE90
	ArabicLetterBehInitialForm                                                 rune = 0xFE91
	ArabicLetterBehMedialForm                                                  rune = 0xFE92
	ArabicLetterTehMarbutaIsolatedForm                                         rune = 0xFE93
	ArabicLetterTehMarbutaFinalForm                                            rune = 0xFE94
	ArabicLetterTehIsolatedForm                                                rune = 0xFE95
	ArabicLetterTehFinalForm                                                   rune = 0xFE96
	ArabicLetterTehInitialForm                                                 rune = 0xFE97
	ArabicLetterTehMedialForm                                                  rune = 0xFE98
	ArabicLetterThehIsolatedForm                                               rune = 0xFE99
	ArabicLetterThehFinalForm                                                  rune = 0xFE9A
	ArabicLetterThehInitialForm                                                rune = 0xFE9B
	ArabicLetterThehMedialForm                                                 rune = 0xFE9C
	ArabicLetterJeemIsolatedForm                                               rune = 0xFE9D
	ArabicLetterJeemFinalForm                                                  rune = 0xFE9E
	ArabicLetterJeemInitialForm                                                rune = 0xFE9F
	ArabicLetterJeemMedialForm                                                 rune = 0xFEA0
	ArabicLetterHahIsolatedForm                                                rune = 0xFEA1
	ArabicLetterHahFinalForm                                                   rune = 0xFEA2
	ArabicLetterHahInitialForm                                                 rune = 0xFEA3
	ArabicLetterHahMedialForm                                                  rune = 0xFEA4
	ArabicLetterKhahIsolatedForm                                               rune = 0xFEA5
	ArabicLetterKhahFinalForm                                                  rune = 0xFEA6
	ArabicLetterKhahInitialForm                                                rune = 0xFEA7
	ArabicLetterKhahMedialForm                                                 rune = 0xFEA8
	ArabicLetterDalIsolatedForm                                                rune = 0xFEA9
	ArabicLetterDalFinalForm                                                   rune = 0xFEAA
	ArabicLetterThalIsolatedForm                                               rune = 0xFEAB
	ArabicLetterThalFinalForm                                                  rune = 0xFEAC
	ArabicLetterRehIsolatedForm                                                rune = 0xFEAD
	ArabicLetterRehFinalForm                                                   rune = 0xFEAE
	ArabicLetterZainIsolatedForm                                               rune = 0xFEAF
	ArabicLetterZainFinalForm                                                  rune = 0xFEB0
	ArabicLetterSeenIsolatedForm                                               rune = 0xFEB1
	ArabicLetterSeenFinalForm                                                  rune = 0xFEB2
	ArabicLetterSeenInitialForm                                                rune = 0xFEB3
	ArabicLetterSeenMedialForm                                                 rune = 0xFEB4
	ArabicLetterSheenIsolatedForm                                              rune = 0xFEB5
	ArabicLetterSheenFinalForm                                                 rune = 0xFEB6
	ArabicLetterSheenInitialForm                                               rune = 0xFEB7
	ArabicLetterSheenMedialForm                                                rune = 0xFEB8
	ArabicLetterSadIsolatedForm                                                rune = 0xFEB9
	ArabicLetterSadFinalForm                                                   rune = 0xFEBA
	ArabicLetterSadInitialForm                                                 rune = 0xFEBB
	ArabicLetterSadMedialForm                                                  rune = 0xFEBC
	ArabicLetterDadIsolatedForm                                                rune = 0xFEBD
	ArabicLetterDadFinalForm                                                   rune = 0xFEBE
	ArabicLetterDadInitialForm                                                 rune = 0xFEBF
	ArabicLetterDadMedialForm                                                  rune = 0xFEC0
	ArabicLetterTahIsolatedForm                                                rune = 0xFEC1
	ArabicLetterTahFinalForm                                                   rune = 0xFEC2
	ArabicLetterTahInitialForm                                                 rune = 0xFEC3
	ArabicLetterTahMedialForm                                                  rune = 0xFEC4
	ArabicLetterZahIsolatedForm                                                rune = 0xFEC5
	ArabicLetterZahFinalForm                                                   rune = 0xFEC6
	ArabicLetterZahInitialForm                                                 rune = 0xFEC7
	ArabicLetterZahMedialForm                                                  rune = 0xFEC8
	ArabicLetterAinIsolatedForm                                                rune = 0xFEC9
	ArabicLetterAinFinalForm                                                   rune = 0xFECA
	ArabicLetterAinInitialForm                                                 rune = 0xFECB
	ArabicLetterAinMedialForm                                                  rune = 0xFECC
	ArabicLetterGhainIsolatedForm                                              rune = 0xFECD
	ArabicLetterGhainFinalForm                                                 rune = 0xFECE
	ArabicLetterGhainInitialForm                                               rune = 0xFECF
	ArabicLetterGhainMedialForm                                                rune = 0xFED0
	ArabicLetterFehIsolatedForm                                                rune = 0xFED1
	ArabicLetterFehFinalForm                                                   rune = 0xFED2
	ArabicLetterFehInitialForm                                                 rune = 0xFED3
	ArabicLetterFehMedialForm                                                  rune = 0xFED4
	ArabicLetterQafIsolatedForm                                                rune = 0xFED5
	ArabicLetterQafFinalForm                                                   rune = 0xFED6
	ArabicLetterQafInitialForm                                                 rune = 0xFED7
	ArabicLetterQafMedialForm                                                  rune = 0xFED8
	ArabicLetterKafIsolatedForm                                                rune = 0xFED9
	ArabicLetterKafFinalForm                                                   rune = 0xFEDA
	ArabicLetterKafInitialForm                                                 rune = 0xFEDB
	ArabicLetterKafMedialForm                                                  rune = 0xFEDC
	ArabicLetterLamIsolatedForm                                                rune = 0xFEDD
	ArabicLetterLamFinalForm                                                   rune = 0xFEDE
	ArabicLetterLamInitialForm                                                 rune = 0xFEDF
	ArabicLetterLamMedialForm                                                  rune = 0xFEE0
	ArabicLetterMeemIsolatedForm                                               rune = 0xFEE1
	ArabicLetterMeemFinalForm                                                  rune = 0xFEE2
	ArabicLetterMeemInitialForm                                                rune = 0xFEE3
	ArabicLetterMeemMedialForm                                                 rune = 0xFEE4
	ArabicLetterNoonIsolatedForm                                               rune = 0xFEE5
	ArabicLetterNoonFinalForm                                                  rune = 0xFEE6
	ArabicLetterNoonInitialForm                                                rune = 0xFEE7
	ArabicLetterNoonMedialForm                                                 rune = 0xFEE8
	ArabicLetterHehIsolatedForm                                                rune = 0xFEE9
	ArabicLetterHehFinalForm                                                   rune = 0xFEEA
	ArabicLetterHehInitialForm                                                 rune = 0xFEEB
	ArabicLetterHehMedialForm                                                  rune = 0xFEEC
	ArabicLetterWawIsolatedForm                                                rune = 0xFEED
	ArabicLetterWawFinalForm                                                   rune = 0xFEEE
	ArabicLetterAlefMaksuraIsolatedForm                                        rune = 0xFEEF
	ArabicLetterAlefMaksuraFinalForm                                           rune = 0xFEF0
	ArabicLetterYehIsolatedForm                                                rune = 0xFEF1
	ArabicLetterYehFinalForm                                                   rune = 0xFEF2
	ArabicLetterYehInitialForm                                                 rune = 0xFEF3
	ArabicLetterYehMedialForm                                                  rune = 0xFEF4
	ArabicLigatureLamWithAlefWithMaddaAboveIsolatedForm                        rune = 0xFEF5
	ArabicLigatureLamWithAlefWithMaddaAboveFinalForm                           rune = 0xFEF6
	ArabicLigatureLamWithAlefWithHamzaAboveIsolatedForm                        rune = 0xFEF7
	ArabicLigatureLamWithAlefWithHamzaAboveFinalForm                           rune = 0xFEF8
	ArabicLigatureLamWithAlefWithHamzaBelowIsolatedForm                        rune = 0xFEF9
	ArabicLigatureLamWithAlefWithHamzaBelowFinalForm                           rune = 0xFEFA
	ArabicLigatureLamWithAlefIsolatedForm                                      rune = 0xFEFB
	ArabicLigatureLamWithAlefFinalForm                                         rune = 0xFEFC
	ZeroWidthNoBreakSpace                                                      rune = 0xFEFF
	BOM                                                                        rune = 0xFEFF
	ByteOrderMark                                                              rune = 0xFEFF
	ZWNBSP                                                                     rune = 0xFEFF
	FullwidthExclamationMark                                                   rune = 0xFF01
	FullwidthQuotationMark                                                     rune = 0xFF02
	FullwidthNumberSign                                                        rune = 0xFF03
	FullwidthDollarSign                                                        rune = 0xFF04
	FullwidthPercentSign                                                       rune = 0xFF05
	FullwidthAmpersand                                                         rune = 0xFF06
	FullwidthApostrophe                                                        rune = 0xFF07
	FullwidthLeftParenthesis                                                   rune = 0xFF08
	FullwidthRightParenthesis                                                  rune = 0xFF09
	FullwidthAsterisk                                                          rune = 0xFF0A
	FullwidthPlusSign                                                          rune = 0xFF0B
	FullwidthComma                                                             rune = 0xFF0C
	FullwidthHyphenMinus                                                       rune = 0xFF0D
	FullwidthFullStop                                                          rune = 0xFF0E
	FullwidthSolidus                                                           rune = 0xFF0F
	FullwidthDigitZero                                                         rune = 0xFF10
	FullwidthDigitOne                                                          rune = 0xFF11
	FullwidthDigitTwo                                                          rune = 0xFF12
	FullwidthDigitThree                                                        rune = 0xFF13
	FullwidthDigitFour                                                         rune = 0xFF14
	FullwidthDigitFive                                                         rune = 0xFF15
	FullwidthDigitSix                                                          rune = 0xFF16
	FullwidthDigitSeven                                                        rune = 0xFF17
	FullwidthDigitEight                                                        rune = 0xFF18
	FullwidthDigitNine                                                         rune = 0xFF19
	FullwidthColon                                                             rune = 0xFF1A
	FullwidthSemicolon                                                         rune = 0xFF1B
	FullwidthLessThanSign                                                      rune = 0xFF1C
	FullwidthEqualsSign                                                        rune = 0xFF1D
	FullwidthGreaterThanSign                                                   rune = 0xFF1E
	FullwidthQuestionMark                                                      rune = 0xFF1F
	FullwidthCommercialAt                                                      rune = 0xFF20
	FullwidthLatinCapitalLetterA                                               rune = 0xFF21
	FullwidthLatinCapitalLetterB                                               rune = 0xFF22
	FullwidthLatinCapitalLetterC                                               rune = 0xFF23
	FullwidthLatinCapitalLetterD                                               rune = 0xFF24
	FullwidthLatinCapitalLetterE                                               rune = 0xFF25
	FullwidthLatinCapitalLetterF                                               rune = 0xFF26
	FullwidthLatinCapitalLetterG                                               rune = 0xFF27
	FullwidthLatinCapitalLetterH                                               rune = 0xFF28
	FullwidthLatinCapitalLetterI                                               rune = 0xFF29
	FullwidthLatinCapitalLetterJ                                               rune = 0xFF2A
	FullwidthLatinCapitalLetterK                                               rune = 0xFF2B
	FullwidthLatinCapitalLetterL                                               rune = 0xFF2C
	FullwidthLatinCapitalLetterM                                               rune = 0xFF2D
	FullwidthLatinCapitalLetterN                                               rune = 0xFF2E
	FullwidthLatinCapitalLetterO                                               rune = 0xFF2F
	FullwidthLatinCapitalLetterP                                               rune = 0xFF30
	FullwidthLatinCapitalLetterQ                                               rune = 0xFF31
	FullwidthLatinCapitalLetterR                                               rune = 0xFF32
	FullwidthLatinCapitalLetterS                                               rune = 0xFF33
	FullwidthLatinCapitalLetterT                                               rune = 0xFF34
	FullwidthLatinCapitalLetterU                                               rune = 0xFF35
	FullwidthLatinCapitalLetterV                                               rune = 0xFF36
	FullwidthLatinCapitalLetterW                                               rune = 0xFF37
	FullwidthLatinCapitalLetterX                                               rune = 0xFF38
	FullwidthLatinCapitalLetterY                                               rune = 0xFF39
	FullwidthLatinCapitalLetterZ                                               rune = 0xFF3A
	FullwidthLeftSquareBracket                                                 rune = 0xFF3B
	FullwidthReverseSolidus                                                    rune = 0xFF3C
	FullwidthRightSquareBracket                                                rune = 0xFF3D
	FullwidthCircumflexAccent                                                  rune = 0xFF3E
	FullwidthLowLine                                                           rune = 0xFF3F
	FullwidthGraveAccent                                                       rune = 0xFF40
	FullwidthLatinSmallLetterA                                                 rune = 0xFF41
	FullwidthLatinSmallLetterB                                                 rune = 0xFF42
	FullwidthLatinSmallLetterC                                                 rune = 0xFF43
	FullwidthLatinSmallLetterD                                                 rune = 0xFF44
	FullwidthLatinSmallLetterE                                                 rune = 0xFF45
	FullwidthLatinSmallLetterF                                                 rune = 0xFF46
	FullwidthLatinSmallLetterG                                                 rune = 0xFF47
	FullwidthLatinSmallLetterH                                                 rune = 0xFF48
	FullwidthLatinSmallLetterI                                                 rune = 0xFF49
	FullwidthLatinSmallLetterJ                                                 rune = 0xFF4A
	FullwidthLatinSmallLetterK                                                 rune = 0xFF4B
	FullwidthLatinSmallLetterL                                                 rune = 0xFF4C
	FullwidthLatinSmallLetterM                                                 rune = 0xFF4D
	FullwidthLatinSmallLetterN                                                 rune = 0xFF4E
	FullwidthLatinSmallLetterO                                                 rune = 0xFF4F
	FullwidthLatinSmallLetterP                                                 rune = 0xFF50
	FullwidthLatinSmallLetterQ                                                 rune = 0xFF51
	FullwidthLatinSmallLetterR                                                 rune = 0xFF52
	FullwidthLatinSmallLetterS                                                 rune = 0xFF53
	FullwidthLatinSmallLetterT                                                 rune = 0xFF54
	FullwidthLatinSmallLetterU                                                 rune = 0xFF55
	FullwidthLatinSmallLetterV                                                 rune = 0xFF56
	FullwidthLatinSmallLetterW                                                 rune = 0xFF57
	FullwidthLatinSmallLetterX                                                 rune = 0xFF58
	FullwidthLatinSmallLetterY                                                 rune = 0xFF59
	FullwidthLatinSmallLetterZ                                                 rune = 0xFF5A
	FullwidthLeftCurlyBracket                                                  rune = 0xFF5B
	FullwidthVerticalLine                                                      rune = 0xFF5C
	FullwidthRightCurlyBracket                                                 rune = 0xFF5D
	FullwidthTilde                                                             rune = 0xFF5E
	FullwidthLeftWhiteParenthesis                                              rune = 0xFF5F
	FullwidthRightWhiteParenthesis                                             rune = 0xFF60
	HalfwidthIdeographicFullStop                                               rune = 0xFF61
	HalfwidthLeftCornerBracket                                                 rune = 0xFF62
	HalfwidthRightCornerBracket                                                rune = 0xFF63
	HalfwidthIdeographicComma                                                  rune = 0xFF64
	HalfwidthKatakanaMiddleDot                                                 rune = 0xFF65
	HalfwidthKatakanaLetterWo                                                  rune = 0xFF66
	HalfwidthKatakanaLetterSmallA                                              rune = 0xFF67
	HalfwidthKatakanaLetterSmallI                                              rune = 0xFF68
	HalfwidthKatakanaLetterSmallU                                              rune = 0xFF69
	HalfwidthKatakanaLetterSmallE                                              rune = 0xFF6A
	HalfwidthKatakanaLetterSmallO                                              rune = 0xFF6B
	HalfwidthKatakanaLetterSmallYa                                             rune = 0xFF6C
	HalfwidthKatakanaLetterSmallYu                                             rune = 0xFF6D
	HalfwidthKatakanaLetterSmallYo                                             rune = 0xFF6E
	HalfwidthKatakanaLetterSmallTu                                             rune = 0xFF6F
	HalfwidthKatakanaHiraganaProlongedSoundMark                                rune = 0xFF70
	HalfwidthKatakanaLetterA                                                   rune = 0xFF71
	HalfwidthKatakanaLetterI                                                   rune = 0xFF72
	HalfwidthKatakanaLetterU                                                   rune = 0xFF73
	HalfwidthKatakanaLetterE                                                   rune = 0xFF74
	HalfwidthKatakanaLetterO                                                   rune = 0xFF75
	HalfwidthKatakanaLetterKa                                                  rune = 0xFF76
	HalfwidthKatakanaLetterKi                                                  rune = 0xFF77
	HalfwidthKatakanaLetterKu                                                  rune = 0xFF78
	HalfwidthKatakanaLetterKe                                                  rune = 0xFF79
	HalfwidthKatakanaLetterKo                                                  rune = 0xFF7A
	HalfwidthKatakanaLetterSa                                                  rune = 0xFF7B
	HalfwidthKatakanaLetterSi                                                  rune = 0xFF7C
	HalfwidthKatakanaLetterSu                                                  rune = 0xFF7D
	HalfwidthKatakanaLetterSe                                                  rune = 0xFF7E
	HalfwidthKatakanaLetterSo                                                  rune = 0xFF7F
	HalfwidthKatakanaLetterTa                                                  rune = 0xFF80
	HalfwidthKatakanaLetterTi                                                  rune = 0xFF81
	HalfwidthKatakanaLetterTu                                                  rune = 0xFF82
	HalfwidthKatakanaLetterTe                                                  rune = 0xFF83
	HalfwidthKatakanaLetterTo                                                  rune = 0xFF84
	HalfwidthKatakanaLetterNa                                                  rune = 0xFF85
	HalfwidthKatakanaLetterNi                                                  rune = 0xFF86
	HalfwidthKatakanaLetterNu                                                  rune = 0xFF87
	HalfwidthKatakanaLetterNe                                                  rune = 0xFF88
	HalfwidthKatakanaLetterNo                                                  rune = 0xFF89
	HalfwidthKatakanaLetterHa                                                  rune = 0xFF8A
	HalfwidthKatakanaLetterHi                                                  rune = 0xFF8B
	HalfwidthKatakanaLetterHu                                                  rune = 0xFF8C
	HalfwidthKatakanaLetterHe                                                  rune = 0xFF8D
	HalfwidthKatakanaLetterHo                                                  rune = 0xFF8E
	HalfwidthKatakanaLetterMa                                                  rune = 0xFF8F
	HalfwidthKatakanaLetterMi                                                  rune = 0xFF90
	HalfwidthKatakanaLetterMu                                                  rune = 0xFF91
	HalfwidthKatakanaLetterMe                                                  rune = 0xFF92
	HalfwidthKatakanaLetterMo                                                  rune = 0xFF93
	HalfwidthKatakanaLetterYa                                                  rune = 0xFF94
	HalfwidthKatakanaLetterYu                                                  rune = 0xFF95
	HalfwidthKatakanaLetterYo                                                  rune = 0xFF96
	HalfwidthKatakanaLetterRa                                                  rune = 0xFF97
	HalfwidthKatakanaLetterRi                                                  rune = 0xFF98
	HalfwidthKatakanaLetterRu                                                  rune = 0xFF99
	HalfwidthKatakanaLetterRe                                                  rune = 0xFF9A
	HalfwidthKatakanaLetterRo                                                  rune = 0xFF9B
	HalfwidthKatakanaLetterWa                                                  rune = 0xFF9C
	HalfwidthKatakanaLetterN                                                   rune = 0xFF9D
	HalfwidthKatakanaVoicedSoundMark                                           rune = 0xFF9E
	HalfwidthKatakanaSemiVoicedSoundMark                                       rune = 0xFF9F
	HalfwidthHangulFiller                                                      rune = 0xFFA0
	HalfwidthHangulLetterKiyeok                                                rune = 0xFFA1
	HalfwidthHangulLetterSsangkiyeok                                           rune = 0xFFA2
	HalfwidthHangulLetterKiyeokSios                                            rune = 0xFFA3
	HalfwidthHangulLetterNieun                                                 rune = 0xFFA4
	HalfwidthHangulLetterNieunCieuc                                            rune = 0xFFA5
	HalfwidthHangulLetterNieunHieuh                                            rune = 0xFFA6
	HalfwidthHangulLetterTikeut                                                rune = 0xFFA7
	HalfwidthHangulLetterSsangtikeut                                           rune = 0xFFA8
	HalfwidthHangulLetterRieul                                                 rune = 0xFFA9
	HalfwidthHangulLetterRieulKiyeok                                           rune = 0xFFAA
	HalfwidthHangulLetterRieulMieum                                            rune = 0xFFAB
	HalfwidthHangulLetterRieulPieup                                            rune = 0xFFAC
	HalfwidthHangulLetterRieulSios                                             rune = 0xFFAD
	HalfwidthHangulLetterRieulThieuth                                          rune = 0xFFAE
	HalfwidthHangulLetterRieulPhieuph                                          rune = 0xFFAF
	HalfwidthHangulLetterRieulHieuh                                            rune = 0xFFB0
	HalfwidthHangulLetterMieum                                                 rune = 0xFFB1
	HalfwidthHangulLetterPieup                                                 rune = 0xFFB2
	HalfwidthHangulLetterSsangpieup                                            rune = 0xFFB3
	HalfwidthHangulLetterPieupSios                                             rune = 0xFFB4
	HalfwidthHangulLetterSios                                                  rune = 0xFFB5
	HalfwidthHangulLetterSsangsios                                             rune = 0xFFB6
	HalfwidthHangulLetterIeung                                                 rune = 0xFFB7
	HalfwidthHangulLetterCieuc                                                 rune = 0xFFB8
	HalfwidthHangulLetterSsangcieuc                                            rune = 0xFFB9
	HalfwidthHangulLetterChieuch                                               rune = 0xFFBA
	HalfwidthHangulLetterKhieukh                                               rune = 0xFFBB
	HalfwidthHangulLetterThieuth                                               rune = 0xFFBC
	HalfwidthHangulLetterPhieuph                                               rune = 0xFFBD
	HalfwidthHangulLetterHieuh                                                 rune = 0xFFBE
	HalfwidthHangulLetterA                                                     rune = 0xFFC2
	HalfwidthHangulLetterAe                                                    rune = 0xFFC3
	HalfwidthHangulLetterYa                                                    rune = 0xFFC4
	HalfwidthHangulLetterYae                                                   rune = 0xFFC5
	HalfwidthHangulLetterEo                                                    rune = 0xFFC6
	HalfwidthHangulLetterE                                                     rune = 0xFFC7
	HalfwidthHangulLetterYeo                                                   rune = 0xFFCA
	HalfwidthHangulLetterYe                                                    rune = 0xFFCB
	HalfwidthHangulLetterO                                                     rune = 0xFFCC
	HalfwidthHangulLetterWa                                                    rune = 0xFFCD
	HalfwidthHangulLetterWae                                                   rune = 0xFFCE
	HalfwidthHangulLetterOe                                                    rune = 0xFFCF
	HalfwidthHangulLetterYo                                                    rune = 0xFFD2
	HalfwidthHangulLetterU                                                     rune = 0xFFD3
	HalfwidthHangulLetterWeo                                                   rune = 0xFFD4
	HalfwidthHangulLetterWe                                                    rune = 0xFFD5
	HalfwidthHangulLetterWi                                                    rune = 0xFFD6
	HalfwidthHangulLetterYu                                                    rune = 0xFFD7
	HalfwidthHangulLetterEu                                                    rune = 0xFFDA
	HalfwidthHangulLetterYi                                                    rune = 0xFFDB
	HalfwidthHangulLetterI                                                     rune = 0xFFDC
	FullwidthCentSign                                                          rune = 0xFFE0
	FullwidthPoundSign                                                         rune = 0xFFE1
	FullwidthNotSign                                                           rune = 0xFFE2
	FullwidthMacron                                                            rune = 0xFFE3
	FullwidthBrokenBar                                                         rune = 0xFFE4
	FullwidthYenSign                                                           rune = 0xFFE5
	FullwidthWonSign                                                           rune = 0xFFE6
	HalfwidthFormsLightVertical                                                rune = 0xFFE8
	HalfwidthLeftwardsArrow                                                    rune = 0xFFE9
	HalfwidthUpwardsArrow                                                      rune = 0xFFEA
	HalfwidthRightwardsArrow                                                   rune = 0xFFEB
	HalfwidthDownwardsArrow                                                    rune = 0xFFEC
	HalfwidthBlackSquare                                                       rune = 0xFFED
	HalfwidthWhiteCircle                                                       rune = 0xFFEE
	InterlinearAnnotationAnchor                                                rune = 0xFFF9
	InterlinearAnnotationSeparator                                             rune = 0xFFFA
	InterlinearAnnotationTerminator                                            rune = 0xFFFB
	ObjectReplacementCharacter                                                 rune = 0xFFFC
	ReplacementCharacter                                                       rune = 0xFFFD
	LinearBSyllableB008A                                                       rune = 0x10000
	LinearBSyllableB038E                                                       rune = 0x10001
	LinearBSyllableB028I                                                       rune = 0x10002
	LinearBSyllableB061O                                                       rune = 0x10003
	LinearBSyllableB010U                                                       rune = 0x10004
	LinearBSyllableB001Da                                                      rune = 0x10005
	LinearBSyllableB045De                                                      rune = 0x10006
	LinearBSyllableB007Di                                                      rune = 0x10007
	LinearBSyllableB014Do                                                      rune = 0x10008
	LinearBSyllableB051Du                                                      rune = 0x10009
	LinearBSyllableB057Ja                                                      rune = 0x1000A
	LinearBSyllableB046Je                                                      rune = 0x1000B
	LinearBSyllableB036Jo                                                      rune = 0x1000D
	LinearBSyllableB065Ju                                                      rune = 0x1000E
	LinearBSyllableB077Ka                                                      rune = 0x1000F
	LinearBSyllableB044Ke                                                      rune = 0x10010
	LinearBSyllableB067Ki                                                      rune = 0x10011
	LinearBSyllableB070Ko                                                      rune = 0x10012
	LinearBSyllableB081Ku                                                      rune = 0x10013
	LinearBSyllableB080Ma                                                      rune = 0x10014
	LinearBSyllableB013Me                                                      rune = 0x10015
	LinearBSyllableB073Mi                                                      rune = 0x10016
	LinearBSyllableB015Mo                                                      rune = 0x10017
	LinearBSyllableB023Mu                                                      rune = 0x10018
	LinearBSyllableB006Na                                                      rune = 0x10019
	LinearBSyllableB024Ne                                                      rune = 0x1001A
	LinearBSyllableB030Ni                                                      rune = 0x1001B
	LinearBSyllableB052No                                                      rune = 0x1001C
	LinearBSyllableB055Nu                                                      rune = 0x1001D
	LinearBSyllableB003Pa                                                      rune = 0x1001E
	LinearBSyllableB072Pe                                                      rune = 0x1001F
	LinearBSyllableB039Pi                                                      rune = 0x10020
	LinearBSyllableB011Po                                                      rune = 0x10021
	LinearBSyllableB050Pu                                                      rune = 0x10022
	LinearBSyllableB016Qa                                                      rune = 0x10023
	LinearBSyllableB078Qe                                                      rune = 0x10024
	LinearBSyllableB021Qi                                                      rune = 0x10025
	LinearBSyllableB032Qo                                                      rune = 0x10026
	LinearBSyllableB060Ra                                                      rune = 0x10028
	LinearBSyllableB027Re                                                      rune = 0x10029
	LinearBSyllableB053Ri                                                      rune = 0x1002A
	LinearBSyllableB002Ro                                                      rune = 0x1002B
	LinearBSyllableB026Ru                                                      rune = 0x1002C
	LinearBSyllableB031Sa                                                      rune = 0x1002D
	LinearBSyllableB009Se                                                      rune = 0x1002E
	LinearBSyllableB041Si                                                      rune = 0x1002F
	LinearBSyllableB012So                                                      rune = 0x10030
	LinearBSyllableB058Su                                                      rune = 0x10031
	LinearBSyllableB059Ta                                                      rune = 0x10032
	LinearBSyllableB004Te                                                      rune = 0x10033
	LinearBSyllableB037Ti                                                      rune = 0x10034
	LinearBSyllableB005To                                                      rune = 0x10035
	LinearBSyllableB069Tu                                                      rune = 0x10036
	LinearBSyllableB054Wa                                                      rune = 0x10037
	LinearBSyllableB075We                                                      rune = 0x10038
	LinearBSyllableB040Wi                                                      rune = 0x10039
	LinearBSyllableB042Wo                                                      rune = 0x1003A
	LinearBSyllableB017Za                                                      rune = 0x1003C
	LinearBSyllableB074Ze                                                      rune = 0x1003D
	LinearBSyllableB020Zo                                                      rune = 0x1003F
	LinearBSyllableB025A2                                                      rune = 0x10040
	LinearBSyllableB043A3                                                      rune = 0x10041
	LinearBSyllableB085Au                                                      rune = 0x10042
	LinearBSyllableB071Dwe                                                     rune = 0x10043
	LinearBSyllableB090Dwo                                                     rune = 0x10044
	LinearBSyllableB048Nwa                                                     rune = 0x10045
	LinearBSyllableB029Pu2                                                     rune = 0x10046
	LinearBSyllableB062Pte                                                     rune = 0x10047
	LinearBSyllableB076Ra2                                                     rune = 0x10048
	LinearBSyllableB033Ra3                                                     rune = 0x10049
	LinearBSyllableB068Ro2                                                     rune = 0x1004A
	LinearBSyllableB066Ta2                                                     rune = 0x1004B
	LinearBSyllableB087Twe                                                     rune = 0x1004C
	LinearBSyllableB091Two                                                     rune = 0x1004D
	LinearBSymbolB018                                                          rune = 0x10050
	LinearBSymbolB019                                                          rune = 0x10051
	LinearBSymbolB022                                                          rune = 0x10052
	LinearBSymbolB034                                                          rune = 0x10053
	LinearBSymbolB047                                                          rune = 0x10054
	LinearBSymbolB049                                                          rune = 0x10055
	LinearBSymbolB056                                                          rune = 0x10056
	LinearBSymbolB063                                                          rune = 0x10057
	LinearBSymbolB064                                                          rune = 0x10058
	LinearBSymbolB079                                                          rune = 0x10059
	LinearBSymbolB082                                                          rune = 0x1005A
	LinearBSymbolB083                                                          rune = 0x1005B
	LinearBSymbolB086                                                          rune = 0x1005C
	LinearBSymbolB089                                                          rune = 0x1005D
	LinearBIdeogramB100Man                                                     rune = 0x10080
	LinearBIdeogramB102Woman                                                   rune = 0x10081
	LinearBIdeogramB104Deer                                                    rune = 0x10082
	LinearBIdeogramB105Equid                                                   rune = 0x10083
	LinearBIdeogramB105fMare                                                   rune = 0x10084
	LinearBIdeogramB105mStallion                                               rune = 0x10085
	LinearBIdeogramB106fEwe                                                    rune = 0x10086
	LinearBIdeogramB106mRam                                                    rune = 0x10087
	LinearBIdeogramB107fSheGoat                                                rune = 0x10088
	LinearBIdeogramB107mHeGoat                                                 rune = 0x10089
	LinearBIdeogramB108fSow                                                    rune = 0x1008A
	LinearBIdeogramB108mBoar                                                   rune = 0x1008B
	LinearBIdeogramB109fCow                                                    rune = 0x1008C
	LinearBIdeogramB109mBull                                                   rune = 0x1008D
	LinearBIdeogramB120Wheat                                                   rune = 0x1008E
	LinearBIdeogramB121Barley                                                  rune = 0x1008F
	LinearBIdeogramB122Olive                                                   rune = 0x10090
	LinearBIdeogramB123Spice                                                   rune = 0x10091
	LinearBIdeogramB125Cyperus                                                 rune = 0x10092
	LinearBMonogramB127Kapo                                                    rune = 0x10093
	LinearBMonogramB128Kanako                                                  rune = 0x10094
	LinearBIdeogramB130Oil                                                     rune = 0x10095
	LinearBIdeogramB131Wine                                                    rune = 0x10096
	LinearBIdeogramB132                                                        rune = 0x10097
	LinearBMonogramB133Arepa                                                   rune = 0x10098
	LinearBMonogramB135Meri                                                    rune = 0x10099
	LinearBIdeogramB140Bronze                                                  rune = 0x1009A
	LinearBIdeogramB141Gold                                                    rune = 0x1009B
	LinearBIdeogramB142                                                        rune = 0x1009C
	LinearBIdeogramB145Wool                                                    rune = 0x1009D
	LinearBIdeogramB146                                                        rune = 0x1009E
	LinearBIdeogramB150                                                        rune = 0x1009F
	LinearBIdeogramB151Horn                                                    rune = 0x100A0
	LinearBIdeogramB152                                                        rune = 0x100A1
	LinearBIdeogramB153                                                        rune = 0x100A2
	LinearBIdeogramB154                                                        rune = 0x100A3
	LinearBMonogramB156Turo2                                                   rune = 0x100A4
	LinearBIdeogramB157                                                        rune = 0x100A5
	LinearBIdeogramB158                                                        rune = 0x100A6
	LinearBIdeogramB159Cloth                                                   rune = 0x100A7
	LinearBIdeogramB160                                                        rune = 0x100A8
	LinearBIdeogramB161                                                        rune = 0x100A9
	LinearBIdeogramB162Garment                                                 rune = 0x100AA
	LinearBIdeogramB163Armour                                                  rune = 0x100AB
	LinearBIdeogramB164                                                        rune = 0x100AC
	LinearBIdeogramB165                                                        rune = 0x100AD
	LinearBIdeogramB166                                                        rune = 0x100AE
	LinearBIdeogramB167                                                        rune = 0x100AF
	LinearBIdeogramB168                                                        rune = 0x100B0
	LinearBIdeogramB169                                                        rune = 0x100B1
	LinearBIdeogramB170                                                        rune = 0x100B2
	LinearBIdeogramB171                                                        rune = 0x100B3
	LinearBIdeogramB172                                                        rune = 0x100B4
	LinearBIdeogramB173Month                                                   rune = 0x100B5
	LinearBIdeogramB174                                                        rune = 0x100B6
	LinearBIdeogramB176Tree                                                    rune = 0x100B7
	LinearBIdeogramB177                                                        rune = 0x100B8
	LinearBIdeogramB178                                                        rune = 0x100B9
	LinearBIdeogramB179                                                        rune = 0x100BA
	LinearBIdeogramB180                                                        rune = 0x100BB
	LinearBIdeogramB181                                                        rune = 0x100BC
	LinearBIdeogramB182                                                        rune = 0x100BD
	LinearBIdeogramB183                                                        rune = 0x100BE
	LinearBIdeogramB184                                                        rune = 0x100BF
	LinearBIdeogramB185                                                        rune = 0x100C0
	LinearBIdeogramB189                                                        rune = 0x100C1
	LinearBIdeogramB190                                                        rune = 0x100C2
	LinearBIdeogramB191Helmet                                                  rune = 0x100C3
	LinearBIdeogramB220Footstool                                               rune = 0x100C4
	LinearBIdeogramB225Bathtub                                                 rune = 0x100C5
	LinearBIdeogramB230Spear                                                   rune = 0x100C6
	LinearBIdeogramB231Arrow                                                   rune = 0x100C7
	LinearBIdeogramB232                                                        rune = 0x100C8
	LinearBIdeogramB233Sword                                                   rune = 0x100C9
	LinearBIdeogramB234                                                        rune = 0x100CA
	LinearBIdeogramB236                                                        rune = 0x100CB
	LinearBIdeogramB240WheeledChariot                                          rune = 0x100CC
	LinearBIdeogramB241Chariot                                                 rune = 0x100CD
	LinearBIdeogramB242ChariotFrame                                            rune = 0x100CE
	LinearBIdeogramB243Wheel                                                   rune = 0x100CF
	LinearBIdeogramB245                                                        rune = 0x100D0
	LinearBIdeogramB246                                                        rune = 0x100D1
	LinearBMonogramB247Dipte                                                   rune = 0x100D2
	LinearBIdeogramB248                                                        rune = 0x100D3
	LinearBIdeogramB249                                                        rune = 0x100D4
	LinearBIdeogramB251                                                        rune = 0x100D5
	LinearBIdeogramB252                                                        rune = 0x100D6
	LinearBIdeogramB253                                                        rune = 0x100D7
	LinearBIdeogramB254Dart                                                    rune = 0x100D8
	LinearBIdeogramB255                                                        rune = 0x100D9
	LinearBIdeogramB256                                                        rune = 0x100DA
	LinearBIdeogramB257                                                        rune = 0x100DB
	LinearBIdeogramB258                                                        rune = 0x100DC
	LinearBIdeogramB259                                                        rune = 0x100DD
	LinearBIdeogramVesselB155                                                  rune = 0x100DE
	LinearBIdeogramVesselB200                                                  rune = 0x100DF
	LinearBIdeogramVesselB201                                                  rune = 0x100E0
	LinearBIdeogramVesselB202                                                  rune = 0x100E1
	LinearBIdeogramVesselB203                                                  rune = 0x100E2
	LinearBIdeogramVesselB204                                                  rune = 0x100E3
	LinearBIdeogramVesselB205                                                  rune = 0x100E4
	LinearBIdeogramVesselB206                                                  rune = 0x100E5
	LinearBIdeogramVesselB207                                                  rune = 0x100E6
	LinearBIdeogramVesselB208                                                  rune = 0x100E7
	LinearBIdeogramVesselB209                                                  rune = 0x100E8
	LinearBIdeogramVesselB210                                                  rune = 0x100E9
	LinearBIdeogramVesselB211                                                  rune = 0x100EA
	LinearBIdeogramVesselB212                                                  rune = 0x100EB
	LinearBIdeogramVesselB213                                                  rune = 0x100EC
	LinearBIdeogramVesselB214                                                  rune = 0x100ED
	LinearBIdeogramVesselB215                                                  rune = 0x100EE
	LinearBIdeogramVesselB216                                                  rune = 0x100EF
	LinearBIdeogramVesselB217                                                  rune = 0x100F0
	LinearBIdeogramVesselB218                                                  rune = 0x100F1
	LinearBIdeogramVesselB219                                                  rune = 0x100F2
	LinearBIdeogramVesselB221                                                  rune = 0x100F3
	LinearBIdeogramVesselB222                                                  rune = 0x100F4
	LinearBIdeogramVesselB226                                                  rune = 0x100F5
	LinearBIdeogramVesselB227                                                  rune = 0x100F6
	LinearBIdeogramVesselB228                                                  rune = 0x100F7
	LinearBIdeogramVesselB229                                                  rune = 0x100F8
	LinearBIdeogramVesselB250                                                  rune = 0x100F9
	LinearBIdeogramVesselB305                                                  rune = 0x100FA
	AegeanWordSeparatorLine                                                    rune = 0x10100
	AegeanWordSeparatorDot                                                     rune = 0x10101
	AegeanCheckMark                                                            rune = 0x10102
	AegeanNumberOne                                                            rune = 0x10107
	AegeanNumberTwo                                                            rune = 0x10108
	AegeanNumberThree                                                          rune = 0x10109
	AegeanNumberFour                                                           rune = 0x1010A
	AegeanNumberFive                                                           rune = 0x1010B
	AegeanNumberSix                                                            rune = 0x1010C
	AegeanNumberSeven                                                          rune = 0x1010D
	AegeanNumberEight                                                          rune = 0x1010E
	AegeanNumberNine                                                           rune = 0x1010F
	AegeanNumberTen                                                            rune = 0x10110
	AegeanNumberTwenty                                                         rune = 0x10111
	AegeanNumberThirty                                                         rune = 0x10112
	AegeanNumberForty                                                          rune = 0x10113
	AegeanNumberFifty                                                          rune = 0x10114
	AegeanNumberSixty                                                          rune = 0x10115
	AegeanNumberSeventy                                                        rune = 0x10116
	AegeanNumberEighty                                                         rune = 0x10117
	AegeanNumberNinety                                                         rune = 0x10118
	AegeanNumberOneHundred                                                     rune = 0x10119
	AegeanNumberTwoHundred                                                     rune = 0x1011A
	AegeanNumberThreeHundred                                                   rune = 0x1011B
	AegeanNumberFourHundred                                                    rune = 0x1011C
	AegeanNumberFiveHundred                                                    rune = 0x1011D
	AegeanNumberSixHundred                                                     rune = 0x1011E
	AegeanNumberSevenHundred                                                   rune = 0x1011F
	AegeanNumberEightHundred                                                   rune = 0x10120
	AegeanNumberNineHundred                                                    rune = 0x10121
	AegeanNumberOneThousand                                                    rune = 0x10122
	AegeanNumberTwoThousand                                                    rune = 0x10123
	AegeanNumberThreeThousand                                                  rune = 0x10124
	AegeanNumberFourThousand                                                   rune = 0x10125
	AegeanNumberFiveThousand                                                   rune = 0x10126
	AegeanNumberSixThousand                                                    rune = 0x10127
	AegeanNumberSevenThousand                                                  rune = 0x10128
	AegeanNumberEightThousand                                                  rune = 0x10129
	AegeanNumberNineThousand                                                   rune = 0x1012A
	AegeanNumberTenThousand                                                    rune = 0x1012B
	AegeanNumberTwentyThousand                                                 rune = 0x1012C
	AegeanNumberThirtyThousand                                                 rune = 0x1012D
	AegeanNumberFortyThousand                                                  rune = 0x1012E
	AegeanNumberFiftyThousand                                                  rune = 0x1012F
	AegeanNumberSixtyThousand                                                  rune = 0x10130
	AegeanNumberSeventyThousand                                                rune = 0x10131
	AegeanNumberEightyThousand                                                 rune = 0x10132
	AegeanNumberNinetyThousand                                                 rune = 0x10133
	AegeanWeightBaseUnit                                                       rune = 0x10137
	AegeanWeightFirstSubunit                                                   rune = 0x10138
	AegeanWeightSecondSubunit                                                  rune = 0x10139
	AegeanWeightThirdSubunit                                                   rune = 0x1013A
	AegeanWeightFourthSubunit                                                  rune = 0x1013B
	AegeanDryMeasureFirstSubunit                                               rune = 0x1013C
	AegeanLiquidMeasureFirstSubunit                                            rune = 0x1013D
	AegeanMeasureSecondSubunit                                                 rune = 0x1013E
	AegeanMeasureThirdSubunit                                                  rune = 0x1013F
	GreekAcrophonicAtticOneQuarter                                             rune = 0x10140
	GreekAcrophonicAtticOneHalf                                                rune = 0x10141
	GreekAcrophonicAtticOneDrachma                                             rune = 0x10142
	GreekAcrophonicAtticFive                                                   rune = 0x10143
	GreekAcrophonicAtticFifty                                                  rune = 0x10144
	GreekAcrophonicAtticFiveHundred                                            rune = 0x10145
	GreekAcrophonicAtticFiveThousand                                           rune = 0x10146
	GreekAcrophonicAtticFiftyThousand                                          rune = 0x10147
	GreekAcrophonicAtticFiveTalents                                            rune = 0x10148
	GreekAcrophonicAtticTenTalents                                             rune = 0x10149
	GreekAcrophonicAtticFiftyTalents                                           rune = 0x1014A
	GreekAcrophonicAtticOneHundredTalents                                      rune = 0x1014B
	GreekAcrophonicAtticFiveHundredTalents                                     rune = 0x1014C
	GreekAcrophonicAtticOneThousandTalents                                     rune = 0x1014D
	GreekAcrophonicAtticFiveThousandTalents                                    rune = 0x1014E
	GreekAcrophonicAtticFiveStaters                                            rune = 0x1014F
	GreekAcrophonicAtticTenStaters                                             rune = 0x10150
	GreekAcrophonicAtticFiftyStaters                                           rune = 0x10151
	GreekAcrophonicAtticOneHundredStaters                                      rune = 0x10152
	GreekAcrophonicAtticFiveHundredStaters                                     rune = 0x10153
	GreekAcrophonicAtticOneThousandStaters                                     rune = 0x10154
	GreekAcrophonicAtticTenThousandStaters                                     rune = 0x10155
	GreekAcrophonicAtticFiftyThousandStaters                                   rune = 0x10156
	GreekAcrophonicAtticTenMnas                                                rune = 0x10157
	GreekAcrophonicHeraeumOnePlethron                                          rune = 0x10158
	GreekAcrophonicThespianOne                                                 rune = 0x10159
	GreekAcrophonicHermionianOne                                               rune = 0x1015A
	GreekAcrophonicEpidaureanTwo                                               rune = 0x1015B
	GreekAcrophonicThespianTwo                                                 rune = 0x1015C
	GreekAcrophonicCyrenaicTwoDrachmas                                         rune = 0x1015D
	GreekAcrophonicEpidaureanTwoDrachmas                                       rune = 0x1015E
	GreekAcrophonicTroezenianFive                                              rune = 0x1015F
	GreekAcrophonicTroezenianTen                                               rune = 0x10160
	GreekAcrophonicTroezenianTenAlternateForm                                  rune = 0x10161
	GreekAcrophonicHermionianTen                                               rune = 0x10162
	GreekAcrophonicMessenianTen                                                rune = 0x10163
	GreekAcrophonicThespianTen                                                 rune = 0x10164
	GreekAcrophonicThespianThirty                                              rune = 0x10165
	GreekAcrophonicTroezenianFifty                                             rune = 0x10166
	GreekAcrophonicTroezenianFiftyAlternateForm                                rune = 0x10167
	GreekAcrophonicHermionianFifty                                             rune = 0x10168
	GreekAcrophonicThespianFifty                                               rune = 0x10169
	GreekAcrophonicThespianOneHundred                                          rune = 0x1016A
	GreekAcrophonicThespianThreeHundred                                        rune = 0x1016B
	GreekAcrophonicEpidaureanFiveHundred                                       rune = 0x1016C
	GreekAcrophonicTroezenianFiveHundred                                       rune = 0x1016D
	GreekAcrophonicThespianFiveHundred                                         rune = 0x1016E
	GreekAcrophonicCarystianFiveHundred                                        rune = 0x1016F
	GreekAcrophonicNaxianFiveHundred                                           rune = 0x10170
	GreekAcrophonicThespianOneThousand                                         rune = 0x10171
	GreekAcrophonicThespianFiveThousand                                        rune = 0x10172
	GreekAcrophonicDelphicFiveMnas                                             rune = 0x10173
	GreekAcrophonicStratianFiftyMnas                                           rune = 0x10174
	GreekOneHalfSign                                                           rune = 0x10175
	GreekOneHalfSignAlternateForm                                              rune = 0x10176
	GreekTwoThirdsSign                                                         rune = 0x10177
	GreekThreeQuartersSign                                                     rune = 0x10178
	GreekYearSign                                                              rune = 0x10179
	GreekTalentSign                                                            rune = 0x1017A
	GreekDrachmaSign                                                           rune = 0x1017B
	GreekObolSign                                                              rune = 0x1017C
	GreekTwoObolsSign                                                          rune = 0x1017D
	GreekThreeObolsSign                                                        rune = 0x1017E
	GreekFourObolsSign                                                         rune = 0x1017F
	GreekFiveObolsSign                                                         rune = 0x10180
	GreekMetretesSign                                                          rune = 0x10181
	GreekKyathosBaseSign                                                       rune = 0x10182
	GreekLitraSign                                                             rune = 0x10183
	GreekOunkiaSign                                                            rune = 0x10184
	GreekXestesSign                                                            rune = 0x10185
	GreekArtabeSign                                                            rune = 0x10186
	GreekArouraSign                                                            rune = 0x10187
	GreekGrammaSign                                                            rune = 0x10188
	GreekTryblionBaseSign                                                      rune = 0x10189
	GreekZeroSign                                                              rune = 0x1018A
	GreekOneQuarterSign                                                        rune = 0x1018B
	GreekSinusoidSign                                                          rune = 0x1018C
	GreekIndictionSign                                                         rune = 0x1018D
	NomismaSign                                                                rune = 0x1018E
	RomanSextansSign                                                           rune = 0x10190
	RomanUnciaSign                                                             rune = 0x10191
	RomanSemunciaSign                                                          rune = 0x10192
	RomanSextulaSign                                                           rune = 0x10193
	RomanDimidiaSextulaSign                                                    rune = 0x10194
	RomanSiliquaSign                                                           rune = 0x10195
	RomanDenariusSign                                                          rune = 0x10196
	RomanQuinariusSign                                                         rune = 0x10197
	RomanSestertiusSign                                                        rune = 0x10198
	RomanDupondiusSign                                                         rune = 0x10199
	RomanAsSign                                                                rune = 0x1019A
	RomanCenturialSign                                                         rune = 0x1019B
	AsciaSymbol                                                                rune = 0x1019C
	GreekSymbolTauRho                                                          rune = 0x101A0
	PhaistosDiscSignPedestrian                                                 rune = 0x101D0
	PhaistosDiscSignPlumedHead                                                 rune = 0x101D1
	PhaistosDiscSignTattooedHead                                               rune = 0x101D2
	PhaistosDiscSignCaptive                                                    rune = 0x101D3
	PhaistosDiscSignChild                                                      rune = 0x101D4
	PhaistosDiscSignWoman                                                      rune = 0x101D5
	PhaistosDiscSignHelmet                                                     rune = 0x101D6
	PhaistosDiscSignGauntlet                                                   rune = 0x101D7
	PhaistosDiscSignTiara                                                      rune = 0x101D8
	PhaistosDiscSignArrow                                                      rune = 0x101D9
	PhaistosDiscSignBow                                                        rune = 0x101DA
	PhaistosDiscSignShield                                                     rune = 0x101DB
	PhaistosDiscSignClub                                                       rune = 0x101DC
	PhaistosDiscSignManacles                                                   rune = 0x101DD
	PhaistosDiscSignMattock                                                    rune = 0x101DE
	PhaistosDiscSignSaw                                                        rune = 0x101DF
	PhaistosDiscSignLid                                                        rune = 0x101E0
	PhaistosDiscSignBoomerang                                                  rune = 0x101E1
	PhaistosDiscSignCarpentryPlane                                             rune = 0x101E2
	PhaistosDiscSignDolium                                                     rune = 0x101E3
	PhaistosDiscSignComb                                                       rune = 0x101E4
	PhaistosDiscSignSling                                                      rune = 0x101E5
	PhaistosDiscSignColumn                                                     rune = 0x101E6
	PhaistosDiscSignBeehive                                                    rune = 0x101E7
	PhaistosDiscSignShip                                                       rune = 0x101E8
	PhaistosDiscSignHorn                                                       rune = 0x101E9
	PhaistosDiscSignHide                                                       rune = 0x101EA
	PhaistosDiscSignBullsLeg                                                   rune = 0x101EB
	PhaistosDiscSignCat                                                        rune = 0x101EC
	PhaistosDiscSignRam                                                        rune = 0x101ED
	PhaistosDiscSignEagle                                                      rune = 0x101EE
	PhaistosDiscSignDove                                                       rune = 0x101EF
	PhaistosDiscSignTunny                                                      rune = 0x101F0
	PhaistosDiscSignBee                                                        rune = 0x101F1
	PhaistosDiscSignPlaneTree                                                  rune = 0x101F2
	PhaistosDiscSignVine                                                       rune = 0x101F3
	PhaistosDiscSignPapyrus                                                    rune = 0x101F4
	PhaistosDiscSignRosette                                                    rune = 0x101F5
	PhaistosDiscSignLily                                                       rune = 0x101F6
	PhaistosDiscSignOxBack                                                     rune = 0x101F7
	PhaistosDiscSignFlute                                                      rune = 0x101F8
	PhaistosDiscSignGrater                                                     rune = 0x101F9
	PhaistosDiscSignStrainer                                                   rune = 0x101FA
	PhaistosDiscSignSmallAxe                                                   rune = 0x101FB
	PhaistosDiscSignWavyBand                                                   rune = 0x101FC
	PhaistosDiscSignCombiningObliqueStroke                                     rune = 0x101FD
	LycianLetterA                                                              rune = 0x10280
	LycianLetterE                                                              rune = 0x10281
	LycianLetterB                                                              rune = 0x10282
	LycianLetterBh                                                             rune = 0x10283
	LycianLetterG                                                              rune = 0x10284
	LycianLetterD                                                              rune = 0x10285
	LycianLetterI                                                              rune = 0x10286
	LycianLetterW                                                              rune = 0x10287
	LycianLetterZ                                                              rune = 0x10288
	LycianLetterTh                                                             rune = 0x10289
	LycianLetterJ                                                              rune = 0x1028A
	LycianLetterK                                                              rune = 0x1028B
	LycianLetterQ                                                              rune = 0x1028C
	LycianLetterL                                                              rune = 0x1028D
	LycianLetterM                                                              rune = 0x1028E
	LycianLetterN                                                              rune = 0x1028F
	LycianLetterMm                                                             rune = 0x10290
	LycianLetterNn                                                             rune = 0x10291
	LycianLetterU                                                              rune = 0x10292
	LycianLetterP                                                              rune = 0x10293
	LycianLetterKk                                                             rune = 0x10294
	LycianLetterR                                                              rune = 0x10295
	LycianLetterS                                                              rune = 0x10296
	LycianLetterT                                                              rune = 0x10297
	LycianLetterTt                                                             rune = 0x10298
	LycianLetterAn                                                             rune = 0x10299
	LycianLetterEn                                                             rune = 0x1029A
	LycianLetterH                                                              rune = 0x1029B
	LycianLetterX                                                              rune = 0x1029C
	CarianLetterA                                                              rune = 0x102A0
	CarianLetterP2                                                             rune = 0x102A1
	CarianLetterD                                                              rune = 0x102A2
	CarianLetterL                                                              rune = 0x102A3
	CarianLetterUuu                                                            rune = 0x102A4
	CarianLetterR                                                              rune = 0x102A5
	CarianLetterLd                                                             rune = 0x102A6
	CarianLetterA2                                                             rune = 0x102A7
	CarianLetterQ                                                              rune = 0x102A8
	CarianLetterB                                                              rune = 0x102A9
	CarianLetterM                                                              rune = 0x102AA
	CarianLetterO                                                              rune = 0x102AB
	CarianLetterD2                                                             rune = 0x102AC
	CarianLetterT                                                              rune = 0x102AD
	CarianLetterSh                                                             rune = 0x102AE
	CarianLetterSh2                                                            rune = 0x102AF
	CarianLetterS                                                              rune = 0x102B0
	CarianLetterC18                                                            rune = 0x102B1
	CarianLetterU                                                              rune = 0x102B2
	CarianLetterNn                                                             rune = 0x102B3
	CarianLetterX                                                              rune = 0x102B4
	CarianLetterN                                                              rune = 0x102B5
	CarianLetterTt2                                                            rune = 0x102B6
	CarianLetterP                                                              rune = 0x102B7
	CarianLetterSs                                                             rune = 0x102B8
	CarianLetterI                                                              rune = 0x102B9
	CarianLetterE                                                              rune = 0x102BA
	CarianLetterUuuu                                                           rune = 0x102BB
	CarianLetterK                                                              rune = 0x102BC
	CarianLetterK2                                                             rune = 0x102BD
	CarianLetterNd                                                             rune = 0x102BE
	CarianLetterUu                                                             rune = 0x102BF
	CarianLetterG                                                              rune = 0x102C0
	CarianLetterG2                                                             rune = 0x102C1
	CarianLetterSt                                                             rune = 0x102C2
	CarianLetterSt2                                                            rune = 0x102C3
	CarianLetterNg                                                             rune = 0x102C4
	CarianLetterIi                                                             rune = 0x102C5
	CarianLetterC39                                                            rune = 0x102C6
	CarianLetterTt                                                             rune = 0x102C7
	CarianLetterUuu2                                                           rune = 0x102C8
	CarianLetterRr                                                             rune = 0x102C9
	CarianLetterMb                                                             rune = 0x102CA
	CarianLetterMb2                                                            rune = 0x102CB
	CarianLetterMb3                                                            rune = 0x102CC
	CarianLetterMb4                                                            rune = 0x102CD
	CarianLetterLd2                                                            rune = 0x102CE
	CarianLetterE2                                                             rune = 0x102CF
	CarianLetterUuu3                                                           rune = 0x102D0
	CopticEpactThousandsMark                                                   rune = 0x102E0
	CopticEpactDigitOne                                                        rune = 0x102E1
	CopticEpactDigitTwo                                                        rune = 0x102E2
	CopticEpactDigitThree                                                      rune = 0x102E3
	CopticEpactDigitFour                                                       rune = 0x102E4
	CopticEpactDigitFive                                                       rune = 0x102E5
	CopticEpactDigitSix                                                        rune = 0x102E6
	CopticEpactDigitSeven                                                      rune = 0x102E7
	CopticEpactDigitEight                                                      rune = 0x102E8
	CopticEpactDigitNine                                                       rune = 0x102E9
	CopticEpactNumberTen                                                       rune = 0x102EA
	CopticEpactNumberTwenty                                                    rune = 0x102EB
	CopticEpactNumberThirty                                                    rune = 0x102EC
	CopticEpactNumberForty                                                     rune = 0x102ED
	CopticEpactNumberFifty                                                     rune = 0x102EE
	CopticEpactNumberSixty                                                     rune = 0x102EF
	CopticEpactNumberSeventy                                                   rune = 0x102F0
	CopticEpactNumberEighty                                                    rune = 0x102F1
	CopticEpactNumberNinety                                                    rune = 0x102F2
	CopticEpactNumberOneHundred                                                rune = 0x102F3
	CopticEpactNumberTwoHundred                                                rune = 0x102F4
	CopticEpactNumberThreeHundred                                              rune = 0x102F5
	CopticEpactNumberFourHundred                                               rune = 0x102F6
	CopticEpactNumberFiveHundred                                               rune = 0x102F7
	CopticEpactNumberSixHundred                                                rune = 0x102F8
	CopticEpactNumberSevenHundred                                              rune = 0x102F9
	CopticEpactNumberEightHundred                                              rune = 0x102FA
	CopticEpactNumberNineHundred                                               rune = 0x102FB
	OldItalicLetterA                                                           rune = 0x10300
	OldItalicLetterBe                                                          rune = 0x10301
	OldItalicLetterKe                                                          rune = 0x10302
	OldItalicLetterDe                                                          rune = 0x10303
	OldItalicLetterE                                                           rune = 0x10304
	OldItalicLetterVe                                                          rune = 0x10305
	OldItalicLetterZe                                                          rune = 0x10306
	OldItalicLetterHe                                                          rune = 0x10307
	OldItalicLetterThe                                                         rune = 0x10308
	OldItalicLetterI                                                           rune = 0x10309
	OldItalicLetterKa                                                          rune = 0x1030A
	OldItalicLetterEl                                                          rune = 0x1030B
	OldItalicLetterEm                                                          rune = 0x1030C
	OldItalicLetterEn                                                          rune = 0x1030D
	OldItalicLetterEsh                                                         rune = 0x1030E
	OldItalicLetterO                                                           rune = 0x1030F
	OldItalicLetterPe                                                          rune = 0x10310
	OldItalicLetterShe                                                         rune = 0x10311
	OldItalicLetterKu                                                          rune = 0x10312
	OldItalicLetterEr                                                          rune = 0x10313
	OldItalicLetterEs                                                          rune = 0x10314
	OldItalicLetterTe                                                          rune = 0x10315
	OldItalicLetterU                                                           rune = 0x10316
	OldItalicLetterEks                                                         rune = 0x10317
	OldItalicLetterPhe                                                         rune = 0x10318
	OldItalicLetterKhe                                                         rune = 0x10319
	OldItalicLetterEf                                                          rune = 0x1031A
	OldItalicLetterErs                                                         rune = 0x1031B
	OldItalicLetterChe                                                         rune = 0x1031C
	OldItalicLetterIi                                                          rune = 0x1031D
	OldItalicLetterUu                                                          rune = 0x1031E
	OldItalicLetterEss                                                         rune = 0x1031F
	OldItalicNumeralOne                                                        rune = 0x10320
	OldItalicNumeralFive                                                       rune = 0x10321
	OldItalicNumeralTen                                                        rune = 0x10322
	OldItalicNumeralFifty                                                      rune = 0x10323
	OldItalicLetterYe                                                          rune = 0x1032D
	OldItalicLetterNorthernTse                                                 rune = 0x1032E
	OldItalicLetterSouthernTse                                                 rune = 0x1032F
	GothicLetterAhsa                                                           rune = 0x10330
	GothicLetterBairkan                                                        rune = 0x10331
	GothicLetterGiba                                                           rune = 0x10332
	GothicLetterDags                                                           rune = 0x10333
	GothicLetterAihvus                                                         rune = 0x10334
	GothicLetterQairthra                                                       rune = 0x10335
	GothicLetterIuja                                                           rune = 0x10336
	GothicLetterHagl                                                           rune = 0x10337
	GothicLetterThiuth                                                         rune = 0x10338
	GothicLetterEis                                                            rune = 0x10339
	GothicLetterKusma                                                          rune = 0x1033A
	GothicLetterLagus                                                          rune = 0x1033B
	GothicLetterManna                                                          rune = 0x1033C
	GothicLetterNauths                                                         rune = 0x1033D
	GothicLetterJer                                                            rune = 0x1033E
	GothicLetterUrus                                                           rune = 0x1033F
	GothicLetterPairthra                                                       rune = 0x10340
	GothicLetterNinety                                                         rune = 0x10341
	GothicLetterRaida                                                          rune = 0x10342
	GothicLetterSauil                                                          rune = 0x10343
	GothicLetterTeiws                                                          rune = 0x10344
	GothicLetterWinja                                                          rune = 0x10345
	GothicLetterFaihu                                                          rune = 0x10346
	GothicLetterIggws                                                          rune = 0x10347
	GothicLetterHwair                                                          rune = 0x10348
	GothicLetterOthal                                                          rune = 0x10349
	GothicLetterNineHundred                                                    rune = 0x1034A
	OldPermicLetterAn                                                          rune = 0x10350
	OldPermicLetterBur                                                         rune = 0x10351
	OldPermicLetterGai                                                         rune = 0x10352
	OldPermicLetterDoi                                                         rune = 0x10353
	OldPermicLetterE                                                           rune = 0x10354
	OldPermicLetterZhoi                                                        rune = 0x10355
	OldPermicLetterDzhoi                                                       rune = 0x10356
	OldPermicLetterZata                                                        rune = 0x10357
	OldPermicLetterDzita                                                       rune = 0x10358
	OldPermicLetterI                                                           rune = 0x10359
	OldPermicLetterKoke                                                        rune = 0x1035A
	OldPermicLetterLei                                                         rune = 0x1035B
	OldPermicLetterMenoe                                                       rune = 0x1035C
	OldPermicLetterNenoe                                                       rune = 0x1035D
	OldPermicLetterVooi                                                        rune = 0x1035E
	OldPermicLetterPeei                                                        rune = 0x1035F
	OldPermicLetterRei                                                         rune = 0x10360
	OldPermicLetterSii                                                         rune = 0x10361
	OldPermicLetterTai                                                         rune = 0x10362
	OldPermicLetterU                                                           rune = 0x10363
	OldPermicLetterChery                                                       rune = 0x10364
	OldPermicLetterShooi                                                       rune = 0x10365
	OldPermicLetterShchooi                                                     rune = 0x10366
	OldPermicLetterYry                                                         rune = 0x10367
	OldPermicLetterYeru                                                        rune = 0x10368
	OldPermicLetterO                                                           rune = 0x10369
	OldPermicLetterOo                                                          rune = 0x1036A
	OldPermicLetterEf                                                          rune = 0x1036B
	OldPermicLetterHa                                                          rune = 0x1036C
	OldPermicLetterTsiu                                                        rune = 0x1036D
	OldPermicLetterVer                                                         rune = 0x1036E
	OldPermicLetterYer                                                         rune = 0x1036F
	OldPermicLetterYeri                                                        rune = 0x10370
	OldPermicLetterYat                                                         rune = 0x10371
	OldPermicLetterIe                                                          rune = 0x10372
	OldPermicLetterYu                                                          rune = 0x10373
	OldPermicLetterYa                                                          rune = 0x10374
	OldPermicLetterIa                                                          rune = 0x10375
	CombiningOldPermicLetterAn                                                 rune = 0x10376
	CombiningOldPermicLetterDoi                                                rune = 0x10377
	CombiningOldPermicLetterZata                                               rune = 0x10378
	CombiningOldPermicLetterNenoe                                              rune = 0x10379
	CombiningOldPermicLetterSii                                                rune = 0x1037A
	UgariticLetterAlpa                                                         rune = 0x10380
	UgariticLetterBeta                                                         rune = 0x10381
	UgariticLetterGamla                                                        rune = 0x10382
	UgariticLetterKha                                                          rune = 0x10383
	UgariticLetterDelta                                                        rune = 0x10384
	UgariticLetterHo                                                           rune = 0x10385
	UgariticLetterWo                                                           rune = 0x10386
	UgariticLetterZeta                                                         rune = 0x10387
	UgariticLetterHota                                                         rune = 0x10388
	UgariticLetterTet                                                          rune = 0x10389
	UgariticLetterYod                                                          rune = 0x1038A
	UgariticLetterKaf                                                          rune = 0x1038B
	UgariticLetterShin                                                         rune = 0x1038C
	UgariticLetterLamda                                                        rune = 0x1038D
	UgariticLetterMem                                                          rune = 0x1038E
	UgariticLetterDhal                                                         rune = 0x1038F
	UgariticLetterNun                                                          rune = 0x10390
	UgariticLetterZu                                                           rune = 0x10391
	UgariticLetterSamka                                                        rune = 0x10392
	UgariticLetterAin                                                          rune = 0x10393
	UgariticLetterPu                                                           rune = 0x10394
	UgariticLetterSade                                                         rune = 0x10395
	UgariticLetterQopa                                                         rune = 0x10396
	UgariticLetterRasha                                                        rune = 0x10397
	UgariticLetterThanna                                                       rune = 0x10398
	UgariticLetterGhain                                                        rune = 0x10399
	UgariticLetterTo                                                           rune = 0x1039A
	UgariticLetterI                                                            rune = 0x1039B
	UgariticLetterU                                                            rune = 0x1039C
	UgariticLetterSsu                                                          rune = 0x1039D
	UgariticWordDivider                                                        rune = 0x1039F
	OldPersianSignA                                                            rune = 0x103A0
	OldPersianSignI                                                            rune = 0x103A1
	OldPersianSignU                                                            rune = 0x103A2
	OldPersianSignKa                                                           rune = 0x103A3
	OldPersianSignKu                                                           rune = 0x103A4
	OldPersianSignGa                                                           rune = 0x103A5
	OldPersianSignGu                                                           rune = 0x103A6
	OldPersianSignXa                                                           rune = 0x103A7
	OldPersianSignCa                                                           rune = 0x103A8
	OldPersianSignJa                                                           rune = 0x103A9
	OldPersianSignJi                                                           rune = 0x103AA
	OldPersianSignTa                                                           rune = 0x103AB
	OldPersianSignTu                                                           rune = 0x103AC
	OldPersianSignDa                                                           rune = 0x103AD
	OldPersianSignDi                                                           rune = 0x103AE
	OldPersianSignDu                                                           rune = 0x103AF
	OldPersianSignTha                                                          rune = 0x103B0
	OldPersianSignPa                                                           rune = 0x103B1
	OldPersianSignBa                                                           rune = 0x103B2
	OldPersianSignFa                                                           rune = 0x103B3
	OldPersianSignNa                                                           rune = 0x103B4
	OldPersianSignNu                                                           rune = 0x103B5
	OldPersianSignMa                                                           rune = 0x103B6
	OldPersianSignMi                                                           rune = 0x103B7
	OldPersianSignMu                                                           rune = 0x103B8
	OldPersianSignYa                                                           rune = 0x103B9
	OldPersianSignVa                                                           rune = 0x103BA
	OldPersianSignVi                                                           rune = 0x103BB
	OldPersianSignRa                                                           rune = 0x103BC
	OldPersianSignRu                                                           rune = 0x103BD
	OldPersianSignLa                                                           rune = 0x103BE
	OldPersianSignSa                                                           rune = 0x103BF
	OldPersianSignZa                                                           rune = 0x103C0
	OldPersianSignSha                                                          rune = 0x103C1
	OldPersianSignSsa                                                          rune = 0x103C2
	OldPersianSignHa                                                           rune = 0x103C3
	OldPersianSignAuramazdaa                                                   rune = 0x103C8
	OldPersianSignAuramazdaa2                                                  rune = 0x103C9
	OldPersianSignAuramazdaaha                                                 rune = 0x103CA
	OldPersianSignXshaayathiya                                                 rune = 0x103CB
	OldPersianSignDahyaaush                                                    rune = 0x103CC
	OldPersianSignDahyaaush2                                                   rune = 0x103CD
	OldPersianSignBaga                                                         rune = 0x103CE
	OldPersianSignBuumish                                                      rune = 0x103CF
	OldPersianWordDivider                                                      rune = 0x103D0
	OldPersianNumberOne                                                        rune = 0x103D1
	OldPersianNumberTwo                                                        rune = 0x103D2
	OldPersianNumberTen                                                        rune = 0x103D3
	OldPersianNumberTwenty                                                     rune = 0x103D4
	OldPersianNumberHundred                                                    rune = 0x103D5
	DeseretCapitalLetterLongI                                                  rune = 0x10400
	DeseretCapitalLetterLongE                                                  rune = 0x10401
	DeseretCapitalLetterLongA                                                  rune = 0x10402
	DeseretCapitalLetterLongAh                                                 rune = 0x10403
	DeseretCapitalLetterLongO                                                  rune = 0x10404
	DeseretCapitalLetterLongOo                                                 rune = 0x10405
	DeseretCapitalLetterShortI                                                 rune = 0x10406
	DeseretCapitalLetterShortE                                                 rune = 0x10407
	DeseretCapitalLetterShortA                                                 rune = 0x10408
	DeseretCapitalLetterShortAh                                                rune = 0x10409
	DeseretCapitalLetterShortO                                                 rune = 0x1040A
	DeseretCapitalLetterShortOo                                                rune = 0x1040B
	DeseretCapitalLetterAy                                                     rune = 0x1040C
	DeseretCapitalLetterOw                                                     rune = 0x1040D
	DeseretCapitalLetterWu                                                     rune = 0x1040E
	DeseretCapitalLetterYee                                                    rune = 0x1040F
	DeseretCapitalLetterH                                                      rune = 0x10410
	DeseretCapitalLetterPee                                                    rune = 0x10411
	DeseretCapitalLetterBee                                                    rune = 0x10412
	DeseretCapitalLetterTee                                                    rune = 0x10413
	DeseretCapitalLetterDee                                                    rune = 0x10414
	DeseretCapitalLetterChee                                                   rune = 0x10415
	DeseretCapitalLetterJee                                                    rune = 0x10416
	DeseretCapitalLetterKay                                                    rune = 0x10417
	DeseretCapitalLetterGay                                                    rune = 0x10418
	DeseretCapitalLetterEf                                                     rune = 0x10419
	DeseretCapitalLetterVee                                                    rune = 0x1041A
	DeseretCapitalLetterEth                                                    rune = 0x1041B
	DeseretCapitalLetterThee                                                   rune = 0x1041C
	DeseretCapitalLetterEs                                                     rune = 0x1041D
	DeseretCapitalLetterZee                                                    rune = 0x1041E
	DeseretCapitalLetterEsh                                                    rune = 0x1041F
	DeseretCapitalLetterZhee                                                   rune = 0x10420
	DeseretCapitalLetterEr                                                     rune = 0x10421
	DeseretCapitalLetterEl                                                     rune = 0x10422
	DeseretCapitalLetterEm                                                     rune = 0x10423
	DeseretCapitalLetterEn                                                     rune = 0x10424
	DeseretCapitalLetterEng                                                    rune = 0x10425
	DeseretCapitalLetterOi                                                     rune = 0x10426
	DeseretCapitalLetterEw                                                     rune = 0x10427
	DeseretSmallLetterLongI                                                    rune = 0x10428
	DeseretSmallLetterLongE                                                    rune = 0x10429
	DeseretSmallLetterLongA                                                    rune = 0x1042A
	DeseretSmallLetterLongAh                                                   rune = 0x1042B
	DeseretSmallLetterLongO                                                    rune = 0x1042C
	DeseretSmallLetterLongOo                                                   rune = 0x1042D
	DeseretSmallLetterShortI                                                   rune = 0x1042E
	DeseretSmallLetterShortE                                                   rune = 0x1042F
	DeseretSmallLetterShortA                                                   rune = 0x10430
	DeseretSmallLetterShortAh                                                  rune = 0x10431
	DeseretSmallLetterShortO                                                   rune = 0x10432
	DeseretSmallLetterShortOo                                                  rune = 0x10433
	DeseretSmallLetterAy                                                       rune = 0x10434
	DeseretSmallLetterOw                                                       rune = 0x10435
	DeseretSmallLetterWu                                                       rune = 0x10436
	DeseretSmallLetterYee                                                      rune = 0x10437
	DeseretSmallLetterH                                                        rune = 0x10438
	DeseretSmallLetterPee                                                      rune = 0x10439
	DeseretSmallLetterBee                                                      rune = 0x1043A
	DeseretSmallLetterTee                                                      rune = 0x1043B
	DeseretSmallLetterDee                                                      rune = 0x1043C
	DeseretSmallLetterChee                                                     rune = 0x1043D
	DeseretSmallLetterJee                                                      rune = 0x1043E
	DeseretSmallLetterKay                                                      rune = 0x1043F
	DeseretSmallLetterGay                                                      rune = 0x10440
	DeseretSmallLetterEf                                                       rune = 0x10441
	DeseretSmallLetterVee                                                      rune = 0x10442
	DeseretSmallLetterEth                                                      rune = 0x10443
	DeseretSmallLetterThee                                                     rune = 0x10444
	DeseretSmallLetterEs                                                       rune = 0x10445
	DeseretSmallLetterZee                                                      rune = 0x10446
	DeseretSmallLetterEsh                                                      rune = 0x10447
	DeseretSmallLetterZhee                                                     rune = 0x10448
	DeseretSmallLetterEr                                                       rune = 0x10449
	DeseretSmallLetterEl                                                       rune = 0x1044A
	DeseretSmallLetterEm                                                       rune = 0x1044B
	DeseretSmallLetterEn                                                       rune = 0x1044C
	DeseretSmallLetterEng                                                      rune = 0x1044D
	DeseretSmallLetterOi                                                       rune = 0x1044E
	DeseretSmallLetterEw                                                       rune = 0x1044F
	ShavianLetterPeep                                                          rune = 0x10450
	ShavianLetterTot                                                           rune = 0x10451
	ShavianLetterKick                                                          rune = 0x10452
	ShavianLetterFee                                                           rune = 0x10453
	ShavianLetterThigh                                                         rune = 0x10454
	ShavianLetterSo                                                            rune = 0x10455
	ShavianLetterSure                                                          rune = 0x10456
	ShavianLetterChurch                                                        rune = 0x10457
	ShavianLetterYea                                                           rune = 0x10458
	ShavianLetterHung                                                          rune = 0x10459
	ShavianLetterBib                                                           rune = 0x1045A
	ShavianLetterDead                                                          rune = 0x1045B
	ShavianLetterGag                                                           rune = 0x1045C
	ShavianLetterVow                                                           rune = 0x1045D
	ShavianLetterThey                                                          rune = 0x1045E
	ShavianLetterZoo                                                           rune = 0x1045F
	ShavianLetterMeasure                                                       rune = 0x10460
	ShavianLetterJudge                                                         rune = 0x10461
	ShavianLetterWoe                                                           rune = 0x10462
	ShavianLetterHaHa                                                          rune = 0x10463
	ShavianLetterLoll                                                          rune = 0x10464
	ShavianLetterMime                                                          rune = 0x10465
	ShavianLetterIf                                                            rune = 0x10466
	ShavianLetterEgg                                                           rune = 0x10467
	ShavianLetterAsh                                                           rune = 0x10468
	ShavianLetterAdo                                                           rune = 0x10469
	ShavianLetterOn                                                            rune = 0x1046A
	ShavianLetterWool                                                          rune = 0x1046B
	ShavianLetterOut                                                           rune = 0x1046C
	ShavianLetterAh                                                            rune = 0x1046D
	ShavianLetterRoar                                                          rune = 0x1046E
	ShavianLetterNun                                                           rune = 0x1046F
	ShavianLetterEat                                                           rune = 0x10470
	ShavianLetterAge                                                           rune = 0x10471
	ShavianLetterIce                                                           rune = 0x10472
	ShavianLetterUp                                                            rune = 0x10473
	ShavianLetterOak                                                           rune = 0x10474
	ShavianLetterOoze                                                          rune = 0x10475
	ShavianLetterOil                                                           rune = 0x10476
	ShavianLetterAwe                                                           rune = 0x10477
	ShavianLetterAre                                                           rune = 0x10478
	ShavianLetterOr                                                            rune = 0x10479
	ShavianLetterAir                                                           rune = 0x1047A
	ShavianLetterErr                                                           rune = 0x1047B
	ShavianLetterArray                                                         rune = 0x1047C
	ShavianLetterEar                                                           rune = 0x1047D
	ShavianLetterIan                                                           rune = 0x1047E
	ShavianLetterYew                                                           rune = 0x1047F
	OsmanyaLetterAlef                                                          rune = 0x10480
	OsmanyaLetterBa                                                            rune = 0x10481
	OsmanyaLetterTa                                                            rune = 0x10482
	OsmanyaLetterJa                                                            rune = 0x10483
	OsmanyaLetterXa                                                            rune = 0x10484
	OsmanyaLetterKha                                                           rune = 0x10485
	OsmanyaLetterDeel                                                          rune = 0x10486
	OsmanyaLetterRa                                                            rune = 0x10487
	OsmanyaLetterSa                                                            rune = 0x10488
	OsmanyaLetterShiin                                                         rune = 0x10489
	OsmanyaLetterDha                                                           rune = 0x1048A
	OsmanyaLetterCayn                                                          rune = 0x1048B
	OsmanyaLetterGa                                                            rune = 0x1048C
	OsmanyaLetterFa                                                            rune = 0x1048D
	OsmanyaLetterQaaf                                                          rune = 0x1048E
	OsmanyaLetterKaaf                                                          rune = 0x1048F
	OsmanyaLetterLaan                                                          rune = 0x10490
	OsmanyaLetterMiin                                                          rune = 0x10491
	OsmanyaLetterNuun                                                          rune = 0x10492
	OsmanyaLetterWaw                                                           rune = 0x10493
	OsmanyaLetterHa                                                            rune = 0x10494
	OsmanyaLetterYa                                                            rune = 0x10495
	OsmanyaLetterA                                                             rune = 0x10496
	OsmanyaLetterE                                                             rune = 0x10497
	OsmanyaLetterI                                                             rune = 0x10498
	OsmanyaLetterO                                                             rune = 0x10499
	OsmanyaLetterU                                                             rune = 0x1049A
	OsmanyaLetterAa                                                            rune = 0x1049B
	OsmanyaLetterEe                                                            rune = 0x1049C
	OsmanyaLetterOo                                                            rune = 0x1049D
	OsmanyaDigitZero                                                           rune = 0x104A0
	OsmanyaDigitOne                                                            rune = 0x104A1
	OsmanyaDigitTwo                                                            rune = 0x104A2
	OsmanyaDigitThree                                                          rune = 0x104A3
	OsmanyaDigitFour                                                           rune = 0x104A4
	OsmanyaDigitFive                                                           rune = 0x104A5
	OsmanyaDigitSix                                                            rune = 0x104A6
	OsmanyaDigitSeven                                                          rune = 0x104A7
	OsmanyaDigitEight                                                          rune = 0x104A8
	OsmanyaDigitNine                                                           rune = 0x104A9
	OsageCapitalLetterA                                                        rune = 0x104B0
	OsageCapitalLetterAi                                                       rune = 0x104B1
	OsageCapitalLetterAin                                                      rune = 0x104B2
	OsageCapitalLetterAh                                                       rune = 0x104B3
	OsageCapitalLetterBra                                                      rune = 0x104B4
	OsageCapitalLetterCha                                                      rune = 0x104B5
	OsageCapitalLetterEhcha                                                    rune = 0x104B6
	OsageCapitalLetterE                                                        rune = 0x104B7
	OsageCapitalLetterEin                                                      rune = 0x104B8
	OsageCapitalLetterHa                                                       rune = 0x104B9
	OsageCapitalLetterHya                                                      rune = 0x104BA
	OsageCapitalLetterI                                                        rune = 0x104BB
	OsageCapitalLetterKa                                                       rune = 0x104BC
	OsageCapitalLetterEhka                                                     rune = 0x104BD
	OsageCapitalLetterKya                                                      rune = 0x104BE
	OsageCapitalLetterLa                                                       rune = 0x104BF
	OsageCapitalLetterMa                                                       rune = 0x104C0
	OsageCapitalLetterNa                                                       rune = 0x104C1
	OsageCapitalLetterO                                                        rune = 0x104C2
	OsageCapitalLetterOin                                                      rune = 0x104C3
	OsageCapitalLetterPa                                                       rune = 0x104C4
	OsageCapitalLetterEhpa                                                     rune = 0x104C5
	OsageCapitalLetterSa                                                       rune = 0x104C6
	OsageCapitalLetterSha                                                      rune = 0x104C7
	OsageCapitalLetterTa                                                       rune = 0x104C8
	OsageCapitalLetterEhta                                                     rune = 0x104C9
	OsageCapitalLetterTsa                                                      rune = 0x104CA
	OsageCapitalLetterEhtsa                                                    rune = 0x104CB
	OsageCapitalLetterTsha                                                     rune = 0x104CC
	OsageCapitalLetterDha                                                      rune = 0x104CD
	OsageCapitalLetterU                                                        rune = 0x104CE
	OsageCapitalLetterWa                                                       rune = 0x104CF
	OsageCapitalLetterKha                                                      rune = 0x104D0
	OsageCapitalLetterGha                                                      rune = 0x104D1
	OsageCapitalLetterZa                                                       rune = 0x104D2
	OsageCapitalLetterZha                                                      rune = 0x104D3
	OsageSmallLetterA                                                          rune = 0x104D8
	OsageSmallLetterAi                                                         rune = 0x104D9
	OsageSmallLetterAin                                                        rune = 0x104DA
	OsageSmallLetterAh                                                         rune = 0x104DB
	OsageSmallLetterBra                                                        rune = 0x104DC
	OsageSmallLetterCha                                                        rune = 0x104DD
	OsageSmallLetterEhcha                                                      rune = 0x104DE
	OsageSmallLetterE                                                          rune = 0x104DF
	OsageSmallLetterEin                                                        rune = 0x104E0
	OsageSmallLetterHa                                                         rune = 0x104E1
	OsageSmallLetterHya                                                        rune = 0x104E2
	OsageSmallLetterI                                                          rune = 0x104E3
	OsageSmallLetterKa                                                         rune = 0x104E4
	OsageSmallLetterEhka                                                       rune = 0x104E5
	OsageSmallLetterKya                                                        rune = 0x104E6
	OsageSmallLetterLa                                                         rune = 0x104E7
	OsageSmallLetterMa                                                         rune = 0x104E8
	OsageSmallLetterNa                                                         rune = 0x104E9
	OsageSmallLetterO                                                          rune = 0x104EA
	OsageSmallLetterOin                                                        rune = 0x104EB
	OsageSmallLetterPa                                                         rune = 0x104EC
	OsageSmallLetterEhpa                                                       rune = 0x104ED
	OsageSmallLetterSa                                                         rune = 0x104EE
	OsageSmallLetterSha                                                        rune = 0x104EF
	OsageSmallLetterTa                                                         rune = 0x104F0
	OsageSmallLetterEhta                                                       rune = 0x104F1
	OsageSmallLetterTsa                                                        rune = 0x104F2
	OsageSmallLetterEhtsa                                                      rune = 0x104F3
	OsageSmallLetterTsha                                                       rune = 0x104F4
	OsageSmallLetterDha                                                        rune = 0x104F5
	OsageSmallLetterU                                                          rune = 0x104F6
	OsageSmallLetterWa                                                         rune = 0x104F7
	OsageSmallLetterKha                                                        rune = 0x104F8
	OsageSmallLetterGha                                                        rune = 0x104F9
	OsageSmallLetterZa                                                         rune = 0x104FA
	OsageSmallLetterZha                                                        rune = 0x104FB
	ElbasanLetterA                                                             rune = 0x10500
	ElbasanLetterBe                                                            rune = 0x10501
	ElbasanLetterCe                                                            rune = 0x10502
	ElbasanLetterChe                                                           rune = 0x10503
	ElbasanLetterDe                                                            rune = 0x10504
	ElbasanLetterNde                                                           rune = 0x10505
	ElbasanLetterDhe                                                           rune = 0x10506
	ElbasanLetterEi                                                            rune = 0x10507
	ElbasanLetterE                                                             rune = 0x10508
	ElbasanLetterFe                                                            rune = 0x10509
	ElbasanLetterGe                                                            rune = 0x1050A
	ElbasanLetterGje                                                           rune = 0x1050B
	ElbasanLetterHe                                                            rune = 0x1050C
	ElbasanLetterI                                                             rune = 0x1050D
	ElbasanLetterJe                                                            rune = 0x1050E
	ElbasanLetterKe                                                            rune = 0x1050F
	ElbasanLetterLe                                                            rune = 0x10510
	ElbasanLetterLle                                                           rune = 0x10511
	ElbasanLetterMe                                                            rune = 0x10512
	ElbasanLetterNe                                                            rune = 0x10513
	ElbasanLetterNa                                                            rune = 0x10514
	ElbasanLetterNje                                                           rune = 0x10515
	ElbasanLetterO                                                             rune = 0x10516
	ElbasanLetterPe                                                            rune = 0x10517
	ElbasanLetterQe                                                            rune = 0x10518
	ElbasanLetterRe                                                            rune = 0x10519
	ElbasanLetterRre                                                           rune = 0x1051A
	ElbasanLetterSe                                                            rune = 0x1051B
	ElbasanLetterShe                                                           rune = 0x1051C
	ElbasanLetterTe                                                            rune = 0x1051D
	ElbasanLetterThe                                                           rune = 0x1051E
	ElbasanLetterU                                                             rune = 0x1051F
	ElbasanLetterVe                                                            rune = 0x10520
	ElbasanLetterXe                                                            rune = 0x10521
	ElbasanLetterY                                                             rune = 0x10522
	ElbasanLetterZe                                                            rune = 0x10523
	ElbasanLetterZhe                                                           rune = 0x10524
	ElbasanLetterGhe                                                           rune = 0x10525
	ElbasanLetterGhamma                                                        rune = 0x10526
	ElbasanLetterKhe                                                           rune = 0x10527
	CaucasianAlbanianLetterAlt                                                 rune = 0x10530
	CaucasianAlbanianLetterBet                                                 rune = 0x10531
	CaucasianAlbanianLetterGim                                                 rune = 0x10532
	CaucasianAlbanianLetterDat                                                 rune = 0x10533
	CaucasianAlbanianLetterEb                                                  rune = 0x10534
	CaucasianAlbanianLetterZarl                                                rune = 0x10535
	CaucasianAlbanianLetterEyn                                                 rune = 0x10536
	CaucasianAlbanianLetterZhil                                                rune = 0x10537
	CaucasianAlbanianLetterTas                                                 rune = 0x10538
	CaucasianAlbanianLetterCha                                                 rune = 0x10539
	CaucasianAlbanianLetterYowd                                                rune = 0x1053A
	CaucasianAlbanianLetterZha                                                 rune = 0x1053B
	CaucasianAlbanianLetterIrb                                                 rune = 0x1053C
	CaucasianAlbanianLetterSha                                                 rune = 0x1053D
	CaucasianAlbanianLetterLan                                                 rune = 0x1053E
	CaucasianAlbanianLetterInya                                                rune = 0x1053F
	CaucasianAlbanianLetterXeyn                                                rune = 0x10540
	CaucasianAlbanianLetterDyan                                                rune = 0x10541
	CaucasianAlbanianLetterCar                                                 rune = 0x10542
	CaucasianAlbanianLetterJhox                                                rune = 0x10543
	CaucasianAlbanianLetterKar                                                 rune = 0x10544
	CaucasianAlbanianLetterLyit                                                rune = 0x10545
	CaucasianAlbanianLetterHeyt                                                rune = 0x10546
	CaucasianAlbanianLetterQay                                                 rune = 0x10547
	CaucasianAlbanianLetterAor                                                 rune = 0x10548
	CaucasianAlbanianLetterChoy                                                rune = 0x10549
	CaucasianAlbanianLetterChi                                                 rune = 0x1054A
	CaucasianAlbanianLetterCyay                                                rune = 0x1054B
	CaucasianAlbanianLetterMaq                                                 rune = 0x1054C
	CaucasianAlbanianLetterQar                                                 rune = 0x1054D
	CaucasianAlbanianLetterNowc                                                rune = 0x1054E
	CaucasianAlbanianLetterDzyay                                               rune = 0x1054F
	CaucasianAlbanianLetterShak                                                rune = 0x10550
	CaucasianAlbanianLetterJayn                                                rune = 0x10551
	CaucasianAlbanianLetterOn                                                  rune = 0x10552
	CaucasianAlbanianLetterTyay                                                rune = 0x10553
	CaucasianAlbanianLetterFam                                                 rune = 0x10554
	CaucasianAlbanianLetterDzay                                                rune = 0x10555
	CaucasianAlbanianLetterChat                                                rune = 0x10556
	CaucasianAlbanianLetterPen                                                 rune = 0x10557
	CaucasianAlbanianLetterGheys                                               rune = 0x10558
	CaucasianAlbanianLetterRat                                                 rune = 0x10559
	CaucasianAlbanianLetterSeyk                                                rune = 0x1055A
	CaucasianAlbanianLetterVeyz                                                rune = 0x1055B
	CaucasianAlbanianLetterTiwr                                                rune = 0x1055C
	CaucasianAlbanianLetterShoy                                                rune = 0x1055D
	CaucasianAlbanianLetterIwn                                                 rune = 0x1055E
	CaucasianAlbanianLetterCyaw                                                rune = 0x1055F
	CaucasianAlbanianLetterCayn                                                rune = 0x10560
	CaucasianAlbanianLetterYayd                                                rune = 0x10561
	CaucasianAlbanianLetterPiwr                                                rune = 0x10562
	CaucasianAlbanianLetterKiw                                                 rune = 0x10563
	CaucasianAlbanianCitationMark                                              rune = 0x1056F
	LinearASignAb001                                                           rune = 0x10600
	LinearASignAb002                                                           rune = 0x10601
	LinearASignAb003                                                           rune = 0x10602
	LinearASignAb004                                                           rune = 0x10603
	LinearASignAb005                                                           rune = 0x10604
	LinearASignAb006                                                           rune = 0x10605
	LinearASignAb007                                                           rune = 0x10606
	LinearASignAb008                                                           rune = 0x10607
	LinearASignAb009                                                           rune = 0x10608
	LinearASignAb010                                                           rune = 0x10609
	LinearASignAb011                                                           rune = 0x1060A
	LinearASignAb013                                                           rune = 0x1060B
	LinearASignAb016                                                           rune = 0x1060C
	LinearASignAb017                                                           rune = 0x1060D
	LinearASignAb020                                                           rune = 0x1060E
	LinearASignAb021                                                           rune = 0x1060F
	LinearASignAb021f                                                          rune = 0x10610
	LinearASignAb021m                                                          rune = 0x10611
	LinearASignAb022                                                           rune = 0x10612
	LinearASignAb022f                                                          rune = 0x10613
	LinearASignAb022m                                                          rune = 0x10614
	LinearASignAb023                                                           rune = 0x10615
	LinearASignAb023m                                                          rune = 0x10616
	LinearASignAb024                                                           rune = 0x10617
	LinearASignAb026                                                           rune = 0x10618
	LinearASignAb027                                                           rune = 0x10619
	LinearASignAb028                                                           rune = 0x1061A
	LinearASignA028b                                                           rune = 0x1061B
	LinearASignAb029                                                           rune = 0x1061C
	LinearASignAb030                                                           rune = 0x1061D
	LinearASignAb031                                                           rune = 0x1061E
	LinearASignAb034                                                           rune = 0x1061F
	LinearASignAb037                                                           rune = 0x10620
	LinearASignAb038                                                           rune = 0x10621
	LinearASignAb039                                                           rune = 0x10622
	LinearASignAb040                                                           rune = 0x10623
	LinearASignAb041                                                           rune = 0x10624
	LinearASignAb044                                                           rune = 0x10625
	LinearASignAb045                                                           rune = 0x10626
	LinearASignAb046                                                           rune = 0x10627
	LinearASignAb047                                                           rune = 0x10628
	LinearASignAb048                                                           rune = 0x10629
	LinearASignAb049                                                           rune = 0x1062A
	LinearASignAb050                                                           rune = 0x1062B
	LinearASignAb051                                                           rune = 0x1062C
	LinearASignAb053                                                           rune = 0x1062D
	LinearASignAb054                                                           rune = 0x1062E
	LinearASignAb055                                                           rune = 0x1062F
	LinearASignAb056                                                           rune = 0x10630
	LinearASignAb057                                                           rune = 0x10631
	LinearASignAb058                                                           rune = 0x10632
	LinearASignAb059                                                           rune = 0x10633
	LinearASignAb060                                                           rune = 0x10634
	LinearASignAb061                                                           rune = 0x10635
	LinearASignAb065                                                           rune = 0x10636
	LinearASignAb066                                                           rune = 0x10637
	LinearASignAb067                                                           rune = 0x10638
	LinearASignAb069                                                           rune = 0x10639
	LinearASignAb070                                                           rune = 0x1063A
	LinearASignAb073                                                           rune = 0x1063B
	LinearASignAb074                                                           rune = 0x1063C
	LinearASignAb076                                                           rune = 0x1063D
	LinearASignAb077                                                           rune = 0x1063E
	LinearASignAb078                                                           rune = 0x1063F
	LinearASignAb079                                                           rune = 0x10640
	LinearASignAb080                                                           rune = 0x10641
	LinearASignAb081                                                           rune = 0x10642
	LinearASignAb082                                                           rune = 0x10643
	LinearASignAb085                                                           rune = 0x10644
	LinearASignAb086                                                           rune = 0x10645
	LinearASignAb087                                                           rune = 0x10646
	LinearASignA100102                                                         rune = 0x10647
	LinearASignAb118                                                           rune = 0x10648
	LinearASignAb120                                                           rune = 0x10649
	LinearASignA120b                                                           rune = 0x1064A
	LinearASignAb122                                                           rune = 0x1064B
	LinearASignAb123                                                           rune = 0x1064C
	LinearASignAb131a                                                          rune = 0x1064D
	LinearASignAb131b                                                          rune = 0x1064E
	LinearASignA131c                                                           rune = 0x1064F
	LinearASignAb164                                                           rune = 0x10650
	LinearASignAb171                                                           rune = 0x10651
	LinearASignAb180                                                           rune = 0x10652
	LinearASignAb188                                                           rune = 0x10653
	LinearASignAb191                                                           rune = 0x10654
	LinearASignA301                                                            rune = 0x10655
	LinearASignA302                                                            rune = 0x10656
	LinearASignA303                                                            rune = 0x10657
	LinearASignA304                                                            rune = 0x10658
	LinearASignA305                                                            rune = 0x10659
	LinearASignA306                                                            rune = 0x1065A
	LinearASignA307                                                            rune = 0x1065B
	LinearASignA308                                                            rune = 0x1065C
	LinearASignA309a                                                           rune = 0x1065D
	LinearASignA309b                                                           rune = 0x1065E
	LinearASignA309c                                                           rune = 0x1065F
	LinearASignA310                                                            rune = 0x10660
	LinearASignA311                                                            rune = 0x10661
	LinearASignA312                                                            rune = 0x10662
	LinearASignA313a                                                           rune = 0x10663
	LinearASignA313b                                                           rune = 0x10664
	LinearASignA313c                                                           rune = 0x10665
	LinearASignA314                                                            rune = 0x10666
	LinearASignA315                                                            rune = 0x10667
	LinearASignA316                                                            rune = 0x10668
	LinearASignA317                                                            rune = 0x10669
	LinearASignA318                                                            rune = 0x1066A
	LinearASignA319                                                            rune = 0x1066B
	LinearASignA320                                                            rune = 0x1066C
	LinearASignA321                                                            rune = 0x1066D
	LinearASignA322                                                            rune = 0x1066E
	LinearASignA323                                                            rune = 0x1066F
	LinearASignA324                                                            rune = 0x10670
	LinearASignA325                                                            rune = 0x10671
	LinearASignA326                                                            rune = 0x10672
	LinearASignA327                                                            rune = 0x10673
	LinearASignA328                                                            rune = 0x10674
	LinearASignA329                                                            rune = 0x10675
	LinearASignA330                                                            rune = 0x10676
	LinearASignA331                                                            rune = 0x10677
	LinearASignA332                                                            rune = 0x10678
	LinearASignA333                                                            rune = 0x10679
	LinearASignA334                                                            rune = 0x1067A
	LinearASignA335                                                            rune = 0x1067B
	LinearASignA336                                                            rune = 0x1067C
	LinearASignA337                                                            rune = 0x1067D
	LinearASignA338                                                            rune = 0x1067E
	LinearASignA339                                                            rune = 0x1067F
	LinearASignA340                                                            rune = 0x10680
	LinearASignA341                                                            rune = 0x10681
	LinearASignA342                                                            rune = 0x10682
	LinearASignA343                                                            rune = 0x10683
	LinearASignA344                                                            rune = 0x10684
	LinearASignA345                                                            rune = 0x10685
	LinearASignA346                                                            rune = 0x10686
	LinearASignA347                                                            rune = 0x10687
	LinearASignA348                                                            rune = 0x10688
	LinearASignA349                                                            rune = 0x10689
	LinearASignA350                                                            rune = 0x1068A
	LinearASignA351                                                            rune = 0x1068B
	LinearASignA352                                                            rune = 0x1068C
	LinearASignA353                                                            rune = 0x1068D
	LinearASignA354                                                            rune = 0x1068E
	LinearASignA355                                                            rune = 0x1068F
	LinearASignA356                                                            rune = 0x10690
	LinearASignA357                                                            rune = 0x10691
	LinearASignA358                                                            rune = 0x10692
	LinearASignA359                                                            rune = 0x10693
	LinearASignA360                                                            rune = 0x10694
	LinearASignA361                                                            rune = 0x10695
	LinearASignA362                                                            rune = 0x10696
	LinearASignA363                                                            rune = 0x10697
	LinearASignA364                                                            rune = 0x10698
	LinearASignA365                                                            rune = 0x10699
	LinearASignA366                                                            rune = 0x1069A
	LinearASignA367                                                            rune = 0x1069B
	LinearASignA368                                                            rune = 0x1069C
	LinearASignA369                                                            rune = 0x1069D
	LinearASignA370                                                            rune = 0x1069E
	LinearASignA371                                                            rune = 0x1069F
	LinearASignA400Vas                                                         rune = 0x106A0
	LinearASignA401Vas                                                         rune = 0x106A1
	LinearASignA402Vas                                                         rune = 0x106A2
	LinearASignA403Vas                                                         rune = 0x106A3
	LinearASignA404Vas                                                         rune = 0x106A4
	LinearASignA405Vas                                                         rune = 0x106A5
	LinearASignA406Vas                                                         rune = 0x106A6
	LinearASignA407Vas                                                         rune = 0x106A7
	LinearASignA408Vas                                                         rune = 0x106A8
	LinearASignA409Vas                                                         rune = 0x106A9
	LinearASignA410Vas                                                         rune = 0x106AA
	LinearASignA411Vas                                                         rune = 0x106AB
	LinearASignA412Vas                                                         rune = 0x106AC
	LinearASignA413Vas                                                         rune = 0x106AD
	LinearASignA414Vas                                                         rune = 0x106AE
	LinearASignA415Vas                                                         rune = 0x106AF
	LinearASignA416Vas                                                         rune = 0x106B0
	LinearASignA417Vas                                                         rune = 0x106B1
	LinearASignA418Vas                                                         rune = 0x106B2
	LinearASignA501                                                            rune = 0x106B3
	LinearASignA502                                                            rune = 0x106B4
	LinearASignA503                                                            rune = 0x106B5
	LinearASignA504                                                            rune = 0x106B6
	LinearASignA505                                                            rune = 0x106B7
	LinearASignA506                                                            rune = 0x106B8
	LinearASignA508                                                            rune = 0x106B9
	LinearASignA509                                                            rune = 0x106BA
	LinearASignA510                                                            rune = 0x106BB
	LinearASignA511                                                            rune = 0x106BC
	LinearASignA512                                                            rune = 0x106BD
	LinearASignA513                                                            rune = 0x106BE
	LinearASignA515                                                            rune = 0x106BF
	LinearASignA516                                                            rune = 0x106C0
	LinearASignA520                                                            rune = 0x106C1
	LinearASignA521                                                            rune = 0x106C2
	LinearASignA523                                                            rune = 0x106C3
	LinearASignA524                                                            rune = 0x106C4
	LinearASignA525                                                            rune = 0x106C5
	LinearASignA526                                                            rune = 0x106C6
	LinearASignA527                                                            rune = 0x106C7
	LinearASignA528                                                            rune = 0x106C8
	LinearASignA529                                                            rune = 0x106C9
	LinearASignA530                                                            rune = 0x106CA
	LinearASignA531                                                            rune = 0x106CB
	LinearASignA532                                                            rune = 0x106CC
	LinearASignA534                                                            rune = 0x106CD
	LinearASignA535                                                            rune = 0x106CE
	LinearASignA536                                                            rune = 0x106CF
	LinearASignA537                                                            rune = 0x106D0
	LinearASignA538                                                            rune = 0x106D1
	LinearASignA539                                                            rune = 0x106D2
	LinearASignA540                                                            rune = 0x106D3
	LinearASignA541                                                            rune = 0x106D4
	LinearASignA542                                                            rune = 0x106D5
	LinearASignA545                                                            rune = 0x106D6
	LinearASignA547                                                            rune = 0x106D7
	LinearASignA548                                                            rune = 0x106D8
	LinearASignA549                                                            rune = 0x106D9
	LinearASignA550                                                            rune = 0x106DA
	LinearASignA551                                                            rune = 0x106DB
	LinearASignA552                                                            rune = 0x106DC
	LinearASignA553                                                            rune = 0x106DD
	LinearASignA554                                                            rune = 0x106DE
	LinearASignA555                                                            rune = 0x106DF
	LinearASignA556                                                            rune = 0x106E0
	LinearASignA557                                                            rune = 0x106E1
	LinearASignA559                                                            rune = 0x106E2
	LinearASignA563                                                            rune = 0x106E3
	LinearASignA564                                                            rune = 0x106E4
	LinearASignA565                                                            rune = 0x106E5
	LinearASignA566                                                            rune = 0x106E6
	LinearASignA568                                                            rune = 0x106E7
	LinearASignA569                                                            rune = 0x106E8
	LinearASignA570                                                            rune = 0x106E9
	LinearASignA571                                                            rune = 0x106EA
	LinearASignA572                                                            rune = 0x106EB
	LinearASignA573                                                            rune = 0x106EC
	LinearASignA574                                                            rune = 0x106ED
	LinearASignA575                                                            rune = 0x106EE
	LinearASignA576                                                            rune = 0x106EF
	LinearASignA577                                                            rune = 0x106F0
	LinearASignA578                                                            rune = 0x106F1
	LinearASignA579                                                            rune = 0x106F2
	LinearASignA580                                                            rune = 0x106F3
	LinearASignA581                                                            rune = 0x106F4
	LinearASignA582                                                            rune = 0x106F5
	LinearASignA583                                                            rune = 0x106F6
	LinearASignA584                                                            rune = 0x106F7
	LinearASignA585                                                            rune = 0x106F8
	LinearASignA586                                                            rune = 0x106F9
	LinearASignA587                                                            rune = 0x106FA
	LinearASignA588                                                            rune = 0x106FB
	LinearASignA589                                                            rune = 0x106FC
	LinearASignA591                                                            rune = 0x106FD
	LinearASignA592                                                            rune = 0x106FE
	LinearASignA594                                                            rune = 0x106FF
	LinearASignA595                                                            rune = 0x10700
	LinearASignA596                                                            rune = 0x10701
	LinearASignA598                                                            rune = 0x10702
	LinearASignA600                                                            rune = 0x10703
	LinearASignA601                                                            rune = 0x10704
	LinearASignA602                                                            rune = 0x10705
	LinearASignA603                                                            rune = 0x10706
	LinearASignA604                                                            rune = 0x10707
	LinearASignA606                                                            rune = 0x10708
	LinearASignA608                                                            rune = 0x10709
	LinearASignA609                                                            rune = 0x1070A
	LinearASignA610                                                            rune = 0x1070B
	LinearASignA611                                                            rune = 0x1070C
	LinearASignA612                                                            rune = 0x1070D
	LinearASignA613                                                            rune = 0x1070E
	LinearASignA614                                                            rune = 0x1070F
	LinearASignA615                                                            rune = 0x10710
	LinearASignA616                                                            rune = 0x10711
	LinearASignA617                                                            rune = 0x10712
	LinearASignA618                                                            rune = 0x10713
	LinearASignA619                                                            rune = 0x10714
	LinearASignA620                                                            rune = 0x10715
	LinearASignA621                                                            rune = 0x10716
	LinearASignA622                                                            rune = 0x10717
	LinearASignA623                                                            rune = 0x10718
	LinearASignA624                                                            rune = 0x10719
	LinearASignA626                                                            rune = 0x1071A
	LinearASignA627                                                            rune = 0x1071B
	LinearASignA628                                                            rune = 0x1071C
	LinearASignA629                                                            rune = 0x1071D
	LinearASignA634                                                            rune = 0x1071E
	LinearASignA637                                                            rune = 0x1071F
	LinearASignA638                                                            rune = 0x10720
	LinearASignA640                                                            rune = 0x10721
	LinearASignA642                                                            rune = 0x10722
	LinearASignA643                                                            rune = 0x10723
	LinearASignA644                                                            rune = 0x10724
	LinearASignA645                                                            rune = 0x10725
	LinearASignA646                                                            rune = 0x10726
	LinearASignA648                                                            rune = 0x10727
	LinearASignA649                                                            rune = 0x10728
	LinearASignA651                                                            rune = 0x10729
	LinearASignA652                                                            rune = 0x1072A
	LinearASignA653                                                            rune = 0x1072B
	LinearASignA654                                                            rune = 0x1072C
	LinearASignA655                                                            rune = 0x1072D
	LinearASignA656                                                            rune = 0x1072E
	LinearASignA657                                                            rune = 0x1072F
	LinearASignA658                                                            rune = 0x10730
	LinearASignA659                                                            rune = 0x10731
	LinearASignA660                                                            rune = 0x10732
	LinearASignA661                                                            rune = 0x10733
	LinearASignA662                                                            rune = 0x10734
	LinearASignA663                                                            rune = 0x10735
	LinearASignA664                                                            rune = 0x10736
	LinearASignA701A                                                           rune = 0x10740
	LinearASignA702B                                                           rune = 0x10741
	LinearASignA703D                                                           rune = 0x10742
	LinearASignA704E                                                           rune = 0x10743
	LinearASignA705F                                                           rune = 0x10744
	LinearASignA706H                                                           rune = 0x10745
	LinearASignA707J                                                           rune = 0x10746
	LinearASignA708K                                                           rune = 0x10747
	LinearASignA709L                                                           rune = 0x10748
	LinearASignA7092L2                                                         rune = 0x10749
	LinearASignA7093L3                                                         rune = 0x1074A
	LinearASignA7094L4                                                         rune = 0x1074B
	LinearASignA7096L6                                                         rune = 0x1074C
	LinearASignA710W                                                           rune = 0x1074D
	LinearASignA711X                                                           rune = 0x1074E
	LinearASignA712Y                                                           rune = 0x1074F
	LinearASignA713Omega                                                       rune = 0x10750
	LinearASignA714Abb                                                         rune = 0x10751
	LinearASignA715Bb                                                          rune = 0x10752
	LinearASignA717Dd                                                          rune = 0x10753
	LinearASignA726Eyyy                                                        rune = 0x10754
	LinearASignA732Je                                                          rune = 0x10755
	LinearASignA800                                                            rune = 0x10760
	LinearASignA801                                                            rune = 0x10761
	LinearASignA802                                                            rune = 0x10762
	LinearASignA803                                                            rune = 0x10763
	LinearASignA804                                                            rune = 0x10764
	LinearASignA805                                                            rune = 0x10765
	LinearASignA806                                                            rune = 0x10766
	LinearASignA807                                                            rune = 0x10767
	CypriotSyllableA                                                           rune = 0x10800
	CypriotSyllableE                                                           rune = 0x10801
	CypriotSyllableI                                                           rune = 0x10802
	CypriotSyllableO                                                           rune = 0x10803
	CypriotSyllableU                                                           rune = 0x10804
	CypriotSyllableJa                                                          rune = 0x10805
	CypriotSyllableJo                                                          rune = 0x10808
	CypriotSyllableKa                                                          rune = 0x1080A
	CypriotSyllableKe                                                          rune = 0x1080B
	CypriotSyllableKi                                                          rune = 0x1080C
	CypriotSyllableKo                                                          rune = 0x1080D
	CypriotSyllableKu                                                          rune = 0x1080E
	CypriotSyllableLa                                                          rune = 0x1080F
	CypriotSyllableLe                                                          rune = 0x10810
	CypriotSyllableLi                                                          rune = 0x10811
	CypriotSyllableLo                                                          rune = 0x10812
	CypriotSyllableLu                                                          rune = 0x10813
	CypriotSyllableMa                                                          rune = 0x10814
	CypriotSyllableMe                                                          rune = 0x10815
	CypriotSyllableMi                                                          rune = 0x10816
	CypriotSyllableMo                                                          rune = 0x10817
	CypriotSyllableMu                                                          rune = 0x10818
	CypriotSyllableNa                                                          rune = 0x10819
	CypriotSyllableNe                                                          rune = 0x1081A
	CypriotSyllableNi                                                          rune = 0x1081B
	CypriotSyllableNo                                                          rune = 0x1081C
	CypriotSyllableNu                                                          rune = 0x1081D
	CypriotSyllablePa                                                          rune = 0x1081E
	CypriotSyllablePe                                                          rune = 0x1081F
	CypriotSyllablePi                                                          rune = 0x10820
	CypriotSyllablePo                                                          rune = 0x10821
	CypriotSyllablePu                                                          rune = 0x10822
	CypriotSyllableRa                                                          rune = 0x10823
	CypriotSyllableRe                                                          rune = 0x10824
	CypriotSyllableRi                                                          rune = 0x10825
	CypriotSyllableRo                                                          rune = 0x10826
	CypriotSyllableRu                                                          rune = 0x10827
	CypriotSyllableSa                                                          rune = 0x10828
	CypriotSyllableSe                                                          rune = 0x10829
	CypriotSyllableSi                                                          rune = 0x1082A
	CypriotSyllableSo                                                          rune = 0x1082B
	CypriotSyllableSu                                                          rune = 0x1082C
	CypriotSyllableTa                                                          rune = 0x1082D
	CypriotSyllableTe                                                          rune = 0x1082E
	CypriotSyllableTi                                                          rune = 0x1082F
	CypriotSyllableTo                                                          rune = 0x10830
	CypriotSyllableTu                                                          rune = 0x10831
	CypriotSyllableWa                                                          rune = 0x10832
	CypriotSyllableWe                                                          rune = 0x10833
	CypriotSyllableWi                                                          rune = 0x10834
	CypriotSyllableWo                                                          rune = 0x10835
	CypriotSyllableXa                                                          rune = 0x10837
	CypriotSyllableXe                                                          rune = 0x10838
	CypriotSyllableZa                                                          rune = 0x1083C
	CypriotSyllableZo                                                          rune = 0x1083F
	ImperialAramaicLetterAleph                                                 rune = 0x10840
	ImperialAramaicLetterBeth                                                  rune = 0x10841
	ImperialAramaicLetterGimel                                                 rune = 0x10842
	ImperialAramaicLetterDaleth                                                rune = 0x10843
	ImperialAramaicLetterHe                                                    rune = 0x10844
	ImperialAramaicLetterWaw                                                   rune = 0x10845
	ImperialAramaicLetterZayin                                                 rune = 0x10846
	ImperialAramaicLetterHeth                                                  rune = 0x10847
	ImperialAramaicLetterTeth                                                  rune = 0x10848
	ImperialAramaicLetterYodh                                                  rune = 0x10849
	ImperialAramaicLetterKaph                                                  rune = 0x1084A
	ImperialAramaicLetterLamedh                                                rune = 0x1084B
	ImperialAramaicLetterMem                                                   rune = 0x1084C
	ImperialAramaicLetterNun                                                   rune = 0x1084D
	ImperialAramaicLetterSamekh                                                rune = 0x1084E
	ImperialAramaicLetterAyin                                                  rune = 0x1084F
	ImperialAramaicLetterPe                                                    rune = 0x10850
	ImperialAramaicLetterSadhe                                                 rune = 0x10851
	ImperialAramaicLetterQoph                                                  rune = 0x10852
	ImperialAramaicLetterResh                                                  rune = 0x10853
	ImperialAramaicLetterShin                                                  rune = 0x10854
	ImperialAramaicLetterTaw                                                   rune = 0x10855
	ImperialAramaicSectionSign                                                 rune = 0x10857
	ImperialAramaicNumberOne                                                   rune = 0x10858
	ImperialAramaicNumberTwo                                                   rune = 0x10859
	ImperialAramaicNumberThree                                                 rune = 0x1085A
	ImperialAramaicNumberTen                                                   rune = 0x1085B
	ImperialAramaicNumberTwenty                                                rune = 0x1085C
	ImperialAramaicNumberOneHundred                                            rune = 0x1085D
	ImperialAramaicNumberOneThousand                                           rune = 0x1085E
	ImperialAramaicNumberTenThousand                                           rune = 0x1085F
	PalmyreneLetterAleph                                                       rune = 0x10860
	PalmyreneLetterBeth                                                        rune = 0x10861
	PalmyreneLetterGimel                                                       rune = 0x10862
	PalmyreneLetterDaleth                                                      rune = 0x10863
	PalmyreneLetterHe                                                          rune = 0x10864
	PalmyreneLetterWaw                                                         rune = 0x10865
	PalmyreneLetterZayin                                                       rune = 0x10866
	PalmyreneLetterHeth                                                        rune = 0x10867
	PalmyreneLetterTeth                                                        rune = 0x10868
	PalmyreneLetterYodh                                                        rune = 0x10869
	PalmyreneLetterKaph                                                        rune = 0x1086A
	PalmyreneLetterLamedh                                                      rune = 0x1086B
	PalmyreneLetterMem                                                         rune = 0x1086C
	PalmyreneLetterFinalNun                                                    rune = 0x1086D
	PalmyreneLetterNun                                                         rune = 0x1086E
	PalmyreneLetterSamekh                                                      rune = 0x1086F
	PalmyreneLetterAyin                                                        rune = 0x10870
	PalmyreneLetterPe                                                          rune = 0x10871
	PalmyreneLetterSadhe                                                       rune = 0x10872
	PalmyreneLetterQoph                                                        rune = 0x10873
	PalmyreneLetterResh                                                        rune = 0x10874
	PalmyreneLetterShin                                                        rune = 0x10875
	PalmyreneLetterTaw                                                         rune = 0x10876
	PalmyreneLeftPointingFleuron                                               rune = 0x10877
	PalmyreneRightPointingFleuron                                              rune = 0x10878
	PalmyreneNumberOne                                                         rune = 0x10879
	PalmyreneNumberTwo                                                         rune = 0x1087A
	PalmyreneNumberThree                                                       rune = 0x1087B
	PalmyreneNumberFour                                                        rune = 0x1087C
	PalmyreneNumberFive                                                        rune = 0x1087D
	PalmyreneNumberTen                                                         rune = 0x1087E
	PalmyreneNumberTwenty                                                      rune = 0x1087F
	NabataeanLetterFinalAleph                                                  rune = 0x10880
	NabataeanLetterAleph                                                       rune = 0x10881
	NabataeanLetterFinalBeth                                                   rune = 0x10882
	NabataeanLetterBeth                                                        rune = 0x10883
	NabataeanLetterGimel                                                       rune = 0x10884
	NabataeanLetterDaleth                                                      rune = 0x10885
	NabataeanLetterFinalHe                                                     rune = 0x10886
	NabataeanLetterHe                                                          rune = 0x10887
	NabataeanLetterWaw                                                         rune = 0x10888
	NabataeanLetterZayin                                                       rune = 0x10889
	NabataeanLetterHeth                                                        rune = 0x1088A
	NabataeanLetterTeth                                                        rune = 0x1088B
	NabataeanLetterFinalYodh                                                   rune = 0x1088C
	NabataeanLetterYodh                                                        rune = 0x1088D
	NabataeanLetterFinalKaph                                                   rune = 0x1088E
	NabataeanLetterKaph                                                        rune = 0x1088F
	NabataeanLetterFinalLamedh                                                 rune = 0x10890
	NabataeanLetterLamedh                                                      rune = 0x10891
	NabataeanLetterFinalMem                                                    rune = 0x10892
	NabataeanLetterMem                                                         rune = 0x10893
	NabataeanLetterFinalNun                                                    rune = 0x10894
	NabataeanLetterNun                                                         rune = 0x10895
	NabataeanLetterSamekh                                                      rune = 0x10896
	NabataeanLetterAyin                                                        rune = 0x10897
	NabataeanLetterPe                                                          rune = 0x10898
	NabataeanLetterSadhe                                                       rune = 0x10899
	NabataeanLetterQoph                                                        rune = 0x1089A
	NabataeanLetterResh                                                        rune = 0x1089B
	NabataeanLetterFinalShin                                                   rune = 0x1089C
	NabataeanLetterShin                                                        rune = 0x1089D
	NabataeanLetterTaw                                                         rune = 0x1089E
	NabataeanNumberOne                                                         rune = 0x108A7
	NabataeanNumberTwo                                                         rune = 0x108A8
	NabataeanNumberThree                                                       rune = 0x108A9
	NabataeanNumberFour                                                        rune = 0x108AA
	NabataeanCruciformNumberFour                                               rune = 0x108AB
	NabataeanNumberFive                                                        rune = 0x108AC
	NabataeanNumberTen                                                         rune = 0x108AD
	NabataeanNumberTwenty                                                      rune = 0x108AE
	NabataeanNumberOneHundred                                                  rune = 0x108AF
	HatranLetterAleph                                                          rune = 0x108E0
	HatranLetterBeth                                                           rune = 0x108E1
	HatranLetterGimel                                                          rune = 0x108E2
	HatranLetterDalethResh                                                     rune = 0x108E3
	HatranLetterHe                                                             rune = 0x108E4
	HatranLetterWaw                                                            rune = 0x108E5
	HatranLetterZayn                                                           rune = 0x108E6
	HatranLetterHeth                                                           rune = 0x108E7
	HatranLetterTeth                                                           rune = 0x108E8
	HatranLetterYodh                                                           rune = 0x108E9
	HatranLetterKaph                                                           rune = 0x108EA
	HatranLetterLamedh                                                         rune = 0x108EB
	HatranLetterMem                                                            rune = 0x108EC
	HatranLetterNun                                                            rune = 0x108ED
	HatranLetterSamekh                                                         rune = 0x108EE
	HatranLetterAyn                                                            rune = 0x108EF
	HatranLetterPe                                                             rune = 0x108F0
	HatranLetterSadhe                                                          rune = 0x108F1
	HatranLetterQoph                                                           rune = 0x108F2
	HatranLetterShin                                                           rune = 0x108F4
	HatranLetterTaw                                                            rune = 0x108F5
	HatranNumberOne                                                            rune = 0x108FB
	HatranNumberFive                                                           rune = 0x108FC
	HatranNumberTen                                                            rune = 0x108FD
	HatranNumberTwenty                                                         rune = 0x108FE
	HatranNumberOneHundred                                                     rune = 0x108FF
	PhoenicianLetterAlf                                                        rune = 0x10900
	PhoenicianLetterBet                                                        rune = 0x10901
	PhoenicianLetterGaml                                                       rune = 0x10902
	PhoenicianLetterDelt                                                       rune = 0x10903
	PhoenicianLetterHe                                                         rune = 0x10904
	PhoenicianLetterWau                                                        rune = 0x10905
	PhoenicianLetterZai                                                        rune = 0x10906
	PhoenicianLetterHet                                                        rune = 0x10907
	PhoenicianLetterTet                                                        rune = 0x10908
	PhoenicianLetterYod                                                        rune = 0x10909
	PhoenicianLetterKaf                                                        rune = 0x1090A
	PhoenicianLetterLamd                                                       rune = 0x1090B
	PhoenicianLetterMem                                                        rune = 0x1090C
	PhoenicianLetterNun                                                        rune = 0x1090D
	PhoenicianLetterSemk                                                       rune = 0x1090E
	PhoenicianLetterAin                                                        rune = 0x1090F
	PhoenicianLetterPe                                                         rune = 0x10910
	PhoenicianLetterSade                                                       rune = 0x10911
	PhoenicianLetterQof                                                        rune = 0x10912
	PhoenicianLetterRosh                                                       rune = 0x10913
	PhoenicianLetterShin                                                       rune = 0x10914
	PhoenicianLetterTau                                                        rune = 0x10915
	PhoenicianNumberOne                                                        rune = 0x10916
	PhoenicianNumberTen                                                        rune = 0x10917
	PhoenicianNumberTwenty                                                     rune = 0x10918
	PhoenicianNumberOneHundred                                                 rune = 0x10919
	PhoenicianNumberTwo                                                        rune = 0x1091A
	PhoenicianNumberThree                                                      rune = 0x1091B
	PhoenicianWordSeparator                                                    rune = 0x1091F
	LydianLetterA                                                              rune = 0x10920
	LydianLetterB                                                              rune = 0x10921
	LydianLetterG                                                              rune = 0x10922
	LydianLetterD                                                              rune = 0x10923
	LydianLetterE                                                              rune = 0x10924
	LydianLetterV                                                              rune = 0x10925
	LydianLetterI                                                              rune = 0x10926
	LydianLetterY                                                              rune = 0x10927
	LydianLetterK                                                              rune = 0x10928
	LydianLetterL                                                              rune = 0x10929
	LydianLetterM                                                              rune = 0x1092A
	LydianLetterN                                                              rune = 0x1092B
	LydianLetterO                                                              rune = 0x1092C
	LydianLetterR                                                              rune = 0x1092D
	LydianLetterSs                                                             rune = 0x1092E
	LydianLetterT                                                              rune = 0x1092F
	LydianLetterU                                                              rune = 0x10930
	LydianLetterF                                                              rune = 0x10931
	LydianLetterQ                                                              rune = 0x10932
	LydianLetterS                                                              rune = 0x10933
	LydianLetterTt                                                             rune = 0x10934
	LydianLetterAn                                                             rune = 0x10935
	LydianLetterEn                                                             rune = 0x10936
	LydianLetterLy                                                             rune = 0x10937
	LydianLetterNn                                                             rune = 0x10938
	LydianLetterC                                                              rune = 0x10939
	LydianTriangularMark                                                       rune = 0x1093F
	MeroiticHieroglyphicLetterA                                                rune = 0x10980
	MeroiticHieroglyphicLetterE                                                rune = 0x10981
	MeroiticHieroglyphicLetterI                                                rune = 0x10982
	MeroiticHieroglyphicLetterO                                                rune = 0x10983
	MeroiticHieroglyphicLetterYa                                               rune = 0x10984
	MeroiticHieroglyphicLetterWa                                               rune = 0x10985
	MeroiticHieroglyphicLetterBa                                               rune = 0x10986
	MeroiticHieroglyphicLetterBa2                                              rune = 0x10987
	MeroiticHieroglyphicLetterPa                                               rune = 0x10988
	MeroiticHieroglyphicLetterMa                                               rune = 0x10989
	MeroiticHieroglyphicLetterNa                                               rune = 0x1098A
	MeroiticHieroglyphicLetterNa2                                              rune = 0x1098B
	MeroiticHieroglyphicLetterNe                                               rune = 0x1098C
	MeroiticHieroglyphicLetterNe2                                              rune = 0x1098D
	MeroiticHieroglyphicLetterRa                                               rune = 0x1098E
	MeroiticHieroglyphicLetterRa2                                              rune = 0x1098F
	MeroiticHieroglyphicLetterLa                                               rune = 0x10990
	MeroiticHieroglyphicLetterKha                                              rune = 0x10991
	MeroiticHieroglyphicLetterHha                                              rune = 0x10992
	MeroiticHieroglyphicLetterSa                                               rune = 0x10993
	MeroiticHieroglyphicLetterSa2                                              rune = 0x10994
	MeroiticHieroglyphicLetterSe                                               rune = 0x10995
	MeroiticHieroglyphicLetterKa                                               rune = 0x10996
	MeroiticHieroglyphicLetterQa                                               rune = 0x10997
	MeroiticHieroglyphicLetterTa                                               rune = 0x10998
	MeroiticHieroglyphicLetterTa2                                              rune = 0x10999
	MeroiticHieroglyphicLetterTe                                               rune = 0x1099A
	MeroiticHieroglyphicLetterTe2                                              rune = 0x1099B
	MeroiticHieroglyphicLetterTo                                               rune = 0x1099C
	MeroiticHieroglyphicLetterDa                                               rune = 0x1099D
	MeroiticHieroglyphicSymbolVidj                                             rune = 0x1099E
	MeroiticHieroglyphicSymbolVidj2                                            rune = 0x1099F
	MeroiticCursiveLetterA                                                     rune = 0x109A0
	MeroiticCursiveLetterE                                                     rune = 0x109A1
	MeroiticCursiveLetterI                                                     rune = 0x109A2
	MeroiticCursiveLetterO                                                     rune = 0x109A3
	MeroiticCursiveLetterYa                                                    rune = 0x109A4
	MeroiticCursiveLetterWa                                                    rune = 0x109A5
	MeroiticCursiveLetterBa                                                    rune = 0x109A6
	MeroiticCursiveLetterPa                                                    rune = 0x109A7
	MeroiticCursiveLetterMa                                                    rune = 0x109A8
	MeroiticCursiveLetterNa                                                    rune = 0x109A9
	MeroiticCursiveLetterNe                                                    rune = 0x109AA
	MeroiticCursiveLetterRa                                                    rune = 0x109AB
	MeroiticCursiveLetterLa                                                    rune = 0x109AC
	MeroiticCursiveLetterKha                                                   rune = 0x109AD
	MeroiticCursiveLetterHha                                                   rune = 0x109AE
	MeroiticCursiveLetterSa                                                    rune = 0x109AF
	MeroiticCursiveLetterArchaicSa                                             rune = 0x109B0
	MeroiticCursiveLetterSe                                                    rune = 0x109B1
	MeroiticCursiveLetterKa                                                    rune = 0x109B2
	MeroiticCursiveLetterQa                                                    rune = 0x109B3
	MeroiticCursiveLetterTa                                                    rune = 0x109B4
	MeroiticCursiveLetterTe                                                    rune = 0x109B5
	MeroiticCursiveLetterTo                                                    rune = 0x109B6
	MeroiticCursiveLetterDa                                                    rune = 0x109B7
	MeroiticCursiveFractionElevenTwelfths                                      rune = 0x109BC
	MeroiticCursiveFractionOneHalf                                             rune = 0x109BD
	MeroiticCursiveLogogramRmt                                                 rune = 0x109BE
	MeroiticCursiveLogogramImn                                                 rune = 0x109BF
	MeroiticCursiveNumberOne                                                   rune = 0x109C0
	MeroiticCursiveNumberTwo                                                   rune = 0x109C1
	MeroiticCursiveNumberThree                                                 rune = 0x109C2
	MeroiticCursiveNumberFour                                                  rune = 0x109C3
	MeroiticCursiveNumberFive                                                  rune = 0x109C4
	MeroiticCursiveNumberSix                                                   rune = 0x109C5
	MeroiticCursiveNumberSeven                                                 rune = 0x109C6
	MeroiticCursiveNumberEight                                                 rune = 0x109C7
	MeroiticCursiveNumberNine                                                  rune = 0x109C8
	MeroiticCursiveNumberTen                                                   rune = 0x109C9
	MeroiticCursiveNumberTwenty                                                rune = 0x109CA
	MeroiticCursiveNumberThirty                                                rune = 0x109CB
	MeroiticCursiveNumberForty                                                 rune = 0x109CC
	MeroiticCursiveNumberFifty                                                 rune = 0x109CD
	MeroiticCursiveNumberSixty                                                 rune = 0x109CE
	MeroiticCursiveNumberSeventy                                               rune = 0x109CF
	MeroiticCursiveNumberOneHundred                                            rune = 0x109D2
	MeroiticCursiveNumberTwoHundred                                            rune = 0x109D3
	MeroiticCursiveNumberThreeHundred                                          rune = 0x109D4
	MeroiticCursiveNumberFourHundred                                           rune = 0x109D5
	MeroiticCursiveNumberFiveHundred                                           rune = 0x109D6
	MeroiticCursiveNumberSixHundred                                            rune = 0x109D7
	MeroiticCursiveNumberSevenHundred                                          rune = 0x109D8
	MeroiticCursiveNumberEightHundred                                          rune = 0x109D9
	MeroiticCursiveNumberNineHundred                                           rune = 0x109DA
	MeroiticCursiveNumberOneThousand                                           rune = 0x109DB
	MeroiticCursiveNumberTwoThousand                                           rune = 0x109DC
	MeroiticCursiveNumberThreeThousand                                         rune = 0x109DD
	MeroiticCursiveNumberFourThousand                                          rune = 0x109DE
	MeroiticCursiveNumberFiveThousand                                          rune = 0x109DF
	MeroiticCursiveNumberSixThousand                                           rune = 0x109E0
	MeroiticCursiveNumberSevenThousand                                         rune = 0x109E1
	MeroiticCursiveNumberEightThousand                                         rune = 0x109E2
	MeroiticCursiveNumberNineThousand                                          rune = 0x109E3
	MeroiticCursiveNumberTenThousand                                           rune = 0x109E4
	MeroiticCursiveNumberTwentyThousand                                        rune = 0x109E5
	MeroiticCursiveNumberThirtyThousand                                        rune = 0x109E6
	MeroiticCursiveNumberFortyThousand                                         rune = 0x109E7
	MeroiticCursiveNumberFiftyThousand                                         rune = 0x109E8
	MeroiticCursiveNumberSixtyThousand                                         rune = 0x109E9
	MeroiticCursiveNumberSeventyThousand                                       rune = 0x109EA
	MeroiticCursiveNumberEightyThousand                                        rune = 0x109EB
	MeroiticCursiveNumberNinetyThousand                                        rune = 0x109EC
	MeroiticCursiveNumberOneHundredThousand                                    rune = 0x109ED
	MeroiticCursiveNumberTwoHundredThousand                                    rune = 0x109EE
	MeroiticCursiveNumberThreeHundredThousand                                  rune = 0x109EF
	MeroiticCursiveNumberFourHundredThousand                                   rune = 0x109F0
	MeroiticCursiveNumberFiveHundredThousand                                   rune = 0x109F1
	MeroiticCursiveNumberSixHundredThousand                                    rune = 0x109F2
	MeroiticCursiveNumberSevenHundredThousand                                  rune = 0x109F3
	MeroiticCursiveNumberEightHundredThousand                                  rune = 0x109F4
	MeroiticCursiveNumberNineHundredThousand                                   rune = 0x109F5
	MeroiticCursiveFractionOneTwelfth                                          rune = 0x109F6
	MeroiticCursiveFractionTwoTwelfths                                         rune = 0x109F7
	MeroiticCursiveFractionThreeTwelfths                                       rune = 0x109F8
	MeroiticCursiveFractionFourTwelfths                                        rune = 0x109F9
	MeroiticCursiveFractionFiveTwelfths                                        rune = 0x109FA
	MeroiticCursiveFractionSixTwelfths                                         rune = 0x109FB
	MeroiticCursiveFractionSevenTwelfths                                       rune = 0x109FC
	MeroiticCursiveFractionEightTwelfths                                       rune = 0x109FD
	MeroiticCursiveFractionNineTwelfths                                        rune = 0x109FE
	MeroiticCursiveFractionTenTwelfths                                         rune = 0x109FF
	KharoshthiLetterA                                                          rune = 0x10A00
	KharoshthiVowelSignI                                                       rune = 0x10A01
	KharoshthiVowelSignU                                                       rune = 0x10A02
	KharoshthiVowelSignVocalicR                                                rune = 0x10A03
	KharoshthiVowelSignE                                                       rune = 0x10A05
	KharoshthiVowelSignO                                                       rune = 0x10A06
	KharoshthiVowelLengthMark                                                  rune = 0x10A0C
	KharoshthiSignDoubleRingBelow                                              rune = 0x10A0D
	KharoshthiSignAnusvara                                                     rune = 0x10A0E
	KharoshthiSignVisarga                                                      rune = 0x10A0F
	KharoshthiLetterKa                                                         rune = 0x10A10
	KharoshthiLetterKha                                                        rune = 0x10A11
	KharoshthiLetterGa                                                         rune = 0x10A12
	KharoshthiLetterGha                                                        rune = 0x10A13
	KharoshthiLetterCa                                                         rune = 0x10A15
	KharoshthiLetterCha                                                        rune = 0x10A16
	KharoshthiLetterJa                                                         rune = 0x10A17
	KharoshthiLetterNya                                                        rune = 0x10A19
	KharoshthiLetterTta                                                        rune = 0x10A1A
	KharoshthiLetterTtha                                                       rune = 0x10A1B
	KharoshthiLetterDda                                                        rune = 0x10A1C
	KharoshthiLetterDdha                                                       rune = 0x10A1D
	KharoshthiLetterNna                                                        rune = 0x10A1E
	KharoshthiLetterTa                                                         rune = 0x10A1F
	KharoshthiLetterTha                                                        rune = 0x10A20
	KharoshthiLetterDa                                                         rune = 0x10A21
	KharoshthiLetterDha                                                        rune = 0x10A22
	KharoshthiLetterNa                                                         rune = 0x10A23
	KharoshthiLetterPa                                                         rune = 0x10A24
	KharoshthiLetterPha                                                        rune = 0x10A25
	KharoshthiLetterBa                                                         rune = 0x10A26
	KharoshthiLetterBha                                                        rune = 0x10A27
	KharoshthiLetterMa                                                         rune = 0x10A28
	KharoshthiLetterYa                                                         rune = 0x10A29
	KharoshthiLetterRa                                                         rune = 0x10A2A
	KharoshthiLetterLa                                                         rune = 0x10A2B
	KharoshthiLetterVa                                                         rune = 0x10A2C
	KharoshthiLetterSha                                                        rune = 0x10A2D
	KharoshthiLetterSsa                                                        rune = 0x10A2E
	KharoshthiLetterSa                                                         rune = 0x10A2F
	KharoshthiLetterZa                                                         rune = 0x10A30
	KharoshthiLetterHa                                                         rune = 0x10A31
	KharoshthiLetterKka                                                        rune = 0x10A32
	KharoshthiLetterTttha                                                      rune = 0x10A33
	KharoshthiLetterTtta                                                       rune = 0x10A34
	KharoshthiLetterVha                                                        rune = 0x10A35
	KharoshthiSignBarAbove                                                     rune = 0x10A38
	KharoshthiSignCauda                                                        rune = 0x10A39
	KharoshthiSignDotBelow                                                     rune = 0x10A3A
	KharoshthiVirama                                                           rune = 0x10A3F
	KharoshthiDigitOne                                                         rune = 0x10A40
	KharoshthiDigitTwo                                                         rune = 0x10A41
	KharoshthiDigitThree                                                       rune = 0x10A42
	KharoshthiDigitFour                                                        rune = 0x10A43
	KharoshthiNumberTen                                                        rune = 0x10A44
	KharoshthiNumberTwenty                                                     rune = 0x10A45
	KharoshthiNumberOneHundred                                                 rune = 0x10A46
	KharoshthiNumberOneThousand                                                rune = 0x10A47
	KharoshthiFractionOneHalf                                                  rune = 0x10A48
	KharoshthiPunctuationDot                                                   rune = 0x10A50
	KharoshthiPunctuationSmallCircle                                           rune = 0x10A51
	KharoshthiPunctuationCircle                                                rune = 0x10A52
	KharoshthiPunctuationCrescentBar                                           rune = 0x10A53
	KharoshthiPunctuationMangalam                                              rune = 0x10A54
	KharoshthiPunctuationLotus                                                 rune = 0x10A55
	KharoshthiPunctuationDanda                                                 rune = 0x10A56
	KharoshthiPunctuationDoubleDanda                                           rune = 0x10A57
	KharoshthiPunctuationLines                                                 rune = 0x10A58
	OldSouthArabianLetterHe                                                    rune = 0x10A60
	OldSouthArabianLetterLamedh                                                rune = 0x10A61
	OldSouthArabianLetterHeth                                                  rune = 0x10A62
	OldSouthArabianLetterMem                                                   rune = 0x10A63
	OldSouthArabianLetterQoph                                                  rune = 0x10A64
	OldSouthArabianLetterWaw                                                   rune = 0x10A65
	OldSouthArabianLetterShin                                                  rune = 0x10A66
	OldSouthArabianLetterResh                                                  rune = 0x10A67
	OldSouthArabianLetterBeth                                                  rune = 0x10A68
	OldSouthArabianLetterTaw                                                   rune = 0x10A69
	OldSouthArabianLetterSat                                                   rune = 0x10A6A
	OldSouthArabianLetterKaph                                                  rune = 0x10A6B
	OldSouthArabianLetterNun                                                   rune = 0x10A6C
	OldSouthArabianLetterKheth                                                 rune = 0x10A6D
	OldSouthArabianLetterSadhe                                                 rune = 0x10A6E
	OldSouthArabianLetterSamekh                                                rune = 0x10A6F
	OldSouthArabianLetterFe                                                    rune = 0x10A70
	OldSouthArabianLetterAlef                                                  rune = 0x10A71
	OldSouthArabianLetterAyn                                                   rune = 0x10A72
	OldSouthArabianLetterDhadhe                                                rune = 0x10A73
	OldSouthArabianLetterGimel                                                 rune = 0x10A74
	OldSouthArabianLetterDaleth                                                rune = 0x10A75
	OldSouthArabianLetterGhayn                                                 rune = 0x10A76
	OldSouthArabianLetterTeth                                                  rune = 0x10A77
	OldSouthArabianLetterZayn                                                  rune = 0x10A78
	OldSouthArabianLetterDhaleth                                               rune = 0x10A79
	OldSouthArabianLetterYodh                                                  rune = 0x10A7A
	OldSouthArabianLetterThaw                                                  rune = 0x10A7B
	OldSouthArabianLetterTheth                                                 rune = 0x10A7C
	OldSouthArabianNumberOne                                                   rune = 0x10A7D
	OldSouthArabianNumberFifty                                                 rune = 0x10A7E
	OldSouthArabianNumericIndicator                                            rune = 0x10A7F
	OldNorthArabianLetterHeh                                                   rune = 0x10A80
	OldNorthArabianLetterLam                                                   rune = 0x10A81
	OldNorthArabianLetterHah                                                   rune = 0x10A82
	OldNorthArabianLetterMeem                                                  rune = 0x10A83
	OldNorthArabianLetterQaf                                                   rune = 0x10A84
	OldNorthArabianLetterWaw                                                   rune = 0x10A85
	OldNorthArabianLetterEs2                                                   rune = 0x10A86
	OldNorthArabianLetterReh                                                   rune = 0x10A87
	OldNorthArabianLetterBeh                                                   rune = 0x10A88
	OldNorthArabianLetterTeh                                                   rune = 0x10A89
	OldNorthArabianLetterEs1                                                   rune = 0x10A8A
	OldNorthArabianLetterKaf                                                   rune = 0x10A8B
	OldNorthArabianLetterNoon                                                  rune = 0x10A8C
	OldNorthArabianLetterKhah                                                  rune = 0x10A8D
	OldNorthArabianLetterSad                                                   rune = 0x10A8E
	OldNorthArabianLetterEs3                                                   rune = 0x10A8F
	OldNorthArabianLetterFeh                                                   rune = 0x10A90
	OldNorthArabianLetterAlef                                                  rune = 0x10A91
	OldNorthArabianLetterAin                                                   rune = 0x10A92
	OldNorthArabianLetterDad                                                   rune = 0x10A93
	OldNorthArabianLetterGeem                                                  rune = 0x10A94
	OldNorthArabianLetterDal                                                   rune = 0x10A95
	OldNorthArabianLetterGhain                                                 rune = 0x10A96
	OldNorthArabianLetterTah                                                   rune = 0x10A97
	OldNorthArabianLetterZain                                                  rune = 0x10A98
	OldNorthArabianLetterThal                                                  rune = 0x10A99
	OldNorthArabianLetterYeh                                                   rune = 0x10A9A
	OldNorthArabianLetterTheh                                                  rune = 0x10A9B
	OldNorthArabianLetterZah                                                   rune = 0x10A9C
	OldNorthArabianNumberOne                                                   rune = 0x10A9D
	OldNorthArabianNumberTen                                                   rune = 0x10A9E
	OldNorthArabianNumberTwenty                                                rune = 0x10A9F
	ManichaeanLetterAleph                                                      rune = 0x10AC0
	ManichaeanLetterBeth                                                       rune = 0x10AC1
	ManichaeanLetterBheth                                                      rune = 0x10AC2
	ManichaeanLetterGimel                                                      rune = 0x10AC3
	ManichaeanLetterGhimel                                                     rune = 0x10AC4
	ManichaeanLetterDaleth                                                     rune = 0x10AC5
	ManichaeanLetterHe                                                         rune = 0x10AC6
	ManichaeanLetterWaw                                                        rune = 0x10AC7
	ManichaeanSignUd                                                           rune = 0x10AC8
	ManichaeanLetterZayin                                                      rune = 0x10AC9
	ManichaeanLetterZhayin                                                     rune = 0x10ACA
	ManichaeanLetterJayin                                                      rune = 0x10ACB
	ManichaeanLetterJhayin                                                     rune = 0x10ACC
	ManichaeanLetterHeth                                                       rune = 0x10ACD
	ManichaeanLetterTeth                                                       rune = 0x10ACE
	ManichaeanLetterYodh                                                       rune = 0x10ACF
	ManichaeanLetterKaph                                                       rune = 0x10AD0
	ManichaeanLetterXaph                                                       rune = 0x10AD1
	ManichaeanLetterKhaph                                                      rune = 0x10AD2
	ManichaeanLetterLamedh                                                     rune = 0x10AD3
	ManichaeanLetterDhamedh                                                    rune = 0x10AD4
	ManichaeanLetterThamedh                                                    rune = 0x10AD5
	ManichaeanLetterMem                                                        rune = 0x10AD6
	ManichaeanLetterNun                                                        rune = 0x10AD7
	ManichaeanLetterSamekh                                                     rune = 0x10AD8
	ManichaeanLetterAyin                                                       rune = 0x10AD9
	ManichaeanLetterAayin                                                      rune = 0x10ADA
	ManichaeanLetterPe                                                         rune = 0x10ADB
	ManichaeanLetterFe                                                         rune = 0x10ADC
	ManichaeanLetterSadhe                                                      rune = 0x10ADD
	ManichaeanLetterQoph                                                       rune = 0x10ADE
	ManichaeanLetterXoph                                                       rune = 0x10ADF
	ManichaeanLetterQhoph                                                      rune = 0x10AE0
	ManichaeanLetterResh                                                       rune = 0x10AE1
	ManichaeanLetterShin                                                       rune = 0x10AE2
	ManichaeanLetterSshin                                                      rune = 0x10AE3
	ManichaeanLetterTaw                                                        rune = 0x10AE4
	ManichaeanAbbreviationMarkAbove                                            rune = 0x10AE5
	ManichaeanAbbreviationMarkBelow                                            rune = 0x10AE6
	ManichaeanNumberOne                                                        rune = 0x10AEB
	ManichaeanNumberFive                                                       rune = 0x10AEC
	ManichaeanNumberTen                                                        rune = 0x10AED
	ManichaeanNumberTwenty                                                     rune = 0x10AEE
	ManichaeanNumberOneHundred                                                 rune = 0x10AEF
	ManichaeanPunctuationStar                                                  rune = 0x10AF0
	ManichaeanPunctuationFleuron                                               rune = 0x10AF1
	ManichaeanPunctuationDoubleDotWithinDot                                    rune = 0x10AF2
	ManichaeanPunctuationDotWithinDot                                          rune = 0x10AF3
	ManichaeanPunctuationDot                                                   rune = 0x10AF4
	ManichaeanPunctuationTwoDots                                               rune = 0x10AF5
	ManichaeanPunctuationLineFiller                                            rune = 0x10AF6
	AvestanLetterA                                                             rune = 0x10B00
	AvestanLetterAa                                                            rune = 0x10B01
	AvestanLetterAo                                                            rune = 0x10B02
	AvestanLetterAao                                                           rune = 0x10B03
	AvestanLetterAn                                                            rune = 0x10B04
	AvestanLetterAan                                                           rune = 0x10B05
	AvestanLetterAe                                                            rune = 0x10B06
	AvestanLetterAee                                                           rune = 0x10B07
	AvestanLetterE                                                             rune = 0x10B08
	AvestanLetterEe                                                            rune = 0x10B09
	AvestanLetterO                                                             rune = 0x10B0A
	AvestanLetterOo                                                            rune = 0x10B0B
	AvestanLetterI                                                             rune = 0x10B0C
	AvestanLetterIi                                                            rune = 0x10B0D
	AvestanLetterU                                                             rune = 0x10B0E
	AvestanLetterUu                                                            rune = 0x10B0F
	AvestanLetterKe                                                            rune = 0x10B10
	AvestanLetterXe                                                            rune = 0x10B11
	AvestanLetterXye                                                           rune = 0x10B12
	AvestanLetterXve                                                           rune = 0x10B13
	AvestanLetterGe                                                            rune = 0x10B14
	AvestanLetterGge                                                           rune = 0x10B15
	AvestanLetterGhe                                                           rune = 0x10B16
	AvestanLetterCe                                                            rune = 0x10B17
	AvestanLetterJe                                                            rune = 0x10B18
	AvestanLetterTe                                                            rune = 0x10B19
	AvestanLetterThe                                                           rune = 0x10B1A
	AvestanLetterDe                                                            rune = 0x10B1B
	AvestanLetterDhe                                                           rune = 0x10B1C
	AvestanLetterTte                                                           rune = 0x10B1D
	AvestanLetterPe                                                            rune = 0x10B1E
	AvestanLetterFe                                                            rune = 0x10B1F
	AvestanLetterBe                                                            rune = 0x10B20
	AvestanLetterBhe                                                           rune = 0x10B21
	AvestanLetterNge                                                           rune = 0x10B22
	AvestanLetterNgye                                                          rune = 0x10B23
	AvestanLetterNgve                                                          rune = 0x10B24
	AvestanLetterNe                                                            rune = 0x10B25
	AvestanLetterNye                                                           rune = 0x10B26
	AvestanLetterNne                                                           rune = 0x10B27
	AvestanLetterMe                                                            rune = 0x10B28
	AvestanLetterHme                                                           rune = 0x10B29
	AvestanLetterYye                                                           rune = 0x10B2A
	AvestanLetterYe                                                            rune = 0x10B2B
	AvestanLetterVe                                                            rune = 0x10B2C
	AvestanLetterRe                                                            rune = 0x10B2D
	AvestanLetterLe                                                            rune = 0x10B2E
	AvestanLetterSe                                                            rune = 0x10B2F
	AvestanLetterZe                                                            rune = 0x10B30
	AvestanLetterShe                                                           rune = 0x10B31
	AvestanLetterZhe                                                           rune = 0x10B32
	AvestanLetterShye                                                          rune = 0x10B33
	AvestanLetterSshe                                                          rune = 0x10B34
	AvestanLetterHe                                                            rune = 0x10B35
	AvestanAbbreviationMark                                                    rune = 0x10B39
	TinyTwoDotsOverOneDotPunctuation                                           rune = 0x10B3A
	SmallTwoDotsOverOneDotPunctuation                                          rune = 0x10B3B
	LargeTwoDotsOverOneDotPunctuation                                          rune = 0x10B3C
	LargeOneDotOverTwoDotsPunctuation                                          rune = 0x10B3D
	LargeTwoRingsOverOneRingPunctuation                                        rune = 0x10B3E
	LargeOneRingOverTwoRingsPunctuation                                        rune = 0x10B3F
	InscriptionalParthianLetterAleph                                           rune = 0x10B40
	InscriptionalParthianLetterBeth                                            rune = 0x10B41
	InscriptionalParthianLetterGimel                                           rune = 0x10B42
	InscriptionalParthianLetterDaleth                                          rune = 0x10B43
	InscriptionalParthianLetterHe                                              rune = 0x10B44
	InscriptionalParthianLetterWaw                                             rune = 0x10B45
	InscriptionalParthianLetterZayin                                           rune = 0x10B46
	InscriptionalParthianLetterHeth                                            rune = 0x10B47
	InscriptionalParthianLetterTeth                                            rune = 0x10B48
	InscriptionalParthianLetterYodh                                            rune = 0x10B49
	InscriptionalParthianLetterKaph                                            rune = 0x10B4A
	InscriptionalParthianLetterLamedh                                          rune = 0x10B4B
	InscriptionalParthianLetterMem                                             rune = 0x10B4C
	InscriptionalParthianLetterNun                                             rune = 0x10B4D
	InscriptionalParthianLetterSamekh                                          rune = 0x10B4E
	InscriptionalParthianLetterAyin                                            rune = 0x10B4F
	InscriptionalParthianLetterPe                                              rune = 0x10B50
	InscriptionalParthianLetterSadhe                                           rune = 0x10B51
	InscriptionalParthianLetterQoph                                            rune = 0x10B52
	InscriptionalParthianLetterResh                                            rune = 0x10B53
	InscriptionalParthianLetterShin                                            rune = 0x10B54
	InscriptionalParthianLetterTaw                                             rune = 0x10B55
	InscriptionalParthianNumberOne                                             rune = 0x10B58
	InscriptionalParthianNumberTwo                                             rune = 0x10B59
	InscriptionalParthianNumberThree                                           rune = 0x10B5A
	InscriptionalParthianNumberFour                                            rune = 0x10B5B
	InscriptionalParthianNumberTen                                             rune = 0x10B5C
	InscriptionalParthianNumberTwenty                                          rune = 0x10B5D
	InscriptionalParthianNumberOneHundred                                      rune = 0x10B5E
	InscriptionalParthianNumberOneThousand                                     rune = 0x10B5F
	InscriptionalPahlaviLetterAleph                                            rune = 0x10B60
	InscriptionalPahlaviLetterBeth                                             rune = 0x10B61
	InscriptionalPahlaviLetterGimel                                            rune = 0x10B62
	InscriptionalPahlaviLetterDaleth                                           rune = 0x10B63
	InscriptionalPahlaviLetterHe                                               rune = 0x10B64
	InscriptionalPahlaviLetterWawAyinResh                                      rune = 0x10B65
	InscriptionalPahlaviLetterZayin                                            rune = 0x10B66
	InscriptionalPahlaviLetterHeth                                             rune = 0x10B67
	InscriptionalPahlaviLetterTeth                                             rune = 0x10B68
	InscriptionalPahlaviLetterYodh                                             rune = 0x10B69
	InscriptionalPahlaviLetterKaph                                             rune = 0x10B6A
	InscriptionalPahlaviLetterLamedh                                           rune = 0x10B6B
	InscriptionalPahlaviLetterMemQoph                                          rune = 0x10B6C
	InscriptionalPahlaviLetterNun                                              rune = 0x10B6D
	InscriptionalPahlaviLetterSamekh                                           rune = 0x10B6E
	InscriptionalPahlaviLetterPe                                               rune = 0x10B6F
	InscriptionalPahlaviLetterSadhe                                            rune = 0x10B70
	InscriptionalPahlaviLetterShin                                             rune = 0x10B71
	InscriptionalPahlaviLetterTaw                                              rune = 0x10B72
	InscriptionalPahlaviNumberOne                                              rune = 0x10B78
	InscriptionalPahlaviNumberTwo                                              rune = 0x10B79
	InscriptionalPahlaviNumberThree                                            rune = 0x10B7A
	InscriptionalPahlaviNumberFour                                             rune = 0x10B7B
	InscriptionalPahlaviNumberTen                                              rune = 0x10B7C
	InscriptionalPahlaviNumberTwenty                                           rune = 0x10B7D
	InscriptionalPahlaviNumberOneHundred                                       rune = 0x10B7E
	InscriptionalPahlaviNumberOneThousand                                      rune = 0x10B7F
	PsalterPahlaviLetterAleph                                                  rune = 0x10B80
	PsalterPahlaviLetterBeth                                                   rune = 0x10B81
	PsalterPahlaviLetterGimel                                                  rune = 0x10B82
	PsalterPahlaviLetterDaleth                                                 rune = 0x10B83
	PsalterPahlaviLetterHe                                                     rune = 0x10B84
	PsalterPahlaviLetterWawAyinResh                                            rune = 0x10B85
	PsalterPahlaviLetterZayin                                                  rune = 0x10B86
	PsalterPahlaviLetterHeth                                                   rune = 0x10B87
	PsalterPahlaviLetterYodh                                                   rune = 0x10B88
	PsalterPahlaviLetterKaph                                                   rune = 0x10B89
	PsalterPahlaviLetterLamedh                                                 rune = 0x10B8A
	PsalterPahlaviLetterMemQoph                                                rune = 0x10B8B
	PsalterPahlaviLetterNun                                                    rune = 0x10B8C
	PsalterPahlaviLetterSamekh                                                 rune = 0x10B8D
	PsalterPahlaviLetterPe                                                     rune = 0x10B8E
	PsalterPahlaviLetterSadhe                                                  rune = 0x10B8F
	PsalterPahlaviLetterShin                                                   rune = 0x10B90
	PsalterPahlaviLetterTaw                                                    rune = 0x10B91
	PsalterPahlaviSectionMark                                                  rune = 0x10B99
	PsalterPahlaviTurnedSectionMark                                            rune = 0x10B9A
	PsalterPahlaviFourDotsWithCross                                            rune = 0x10B9B
	PsalterPahlaviFourDotsWithDot                                              rune = 0x10B9C
	PsalterPahlaviNumberOne                                                    rune = 0x10BA9
	PsalterPahlaviNumberTwo                                                    rune = 0x10BAA
	PsalterPahlaviNumberThree                                                  rune = 0x10BAB
	PsalterPahlaviNumberFour                                                   rune = 0x10BAC
	PsalterPahlaviNumberTen                                                    rune = 0x10BAD
	PsalterPahlaviNumberTwenty                                                 rune = 0x10BAE
	PsalterPahlaviNumberOneHundred                                             rune = 0x10BAF
	OldTurkicLetterOrkhonA                                                     rune = 0x10C00
	OldTurkicLetterYeniseiA                                                    rune = 0x10C01
	OldTurkicLetterYeniseiAe                                                   rune = 0x10C02
	OldTurkicLetterOrkhonI                                                     rune = 0x10C03
	OldTurkicLetterYeniseiI                                                    rune = 0x10C04
	OldTurkicLetterYeniseiE                                                    rune = 0x10C05
	OldTurkicLetterOrkhonO                                                     rune = 0x10C06
	OldTurkicLetterOrkhonOe                                                    rune = 0x10C07
	OldTurkicLetterYeniseiOe                                                   rune = 0x10C08
	OldTurkicLetterOrkhonAb                                                    rune = 0x10C09
	OldTurkicLetterYeniseiAb                                                   rune = 0x10C0A
	OldTurkicLetterOrkhonAeb                                                   rune = 0x10C0B
	OldTurkicLetterYeniseiAeb                                                  rune = 0x10C0C
	OldTurkicLetterOrkhonAg                                                    rune = 0x10C0D
	OldTurkicLetterYeniseiAg                                                   rune = 0x10C0E
	OldTurkicLetterOrkhonAeg                                                   rune = 0x10C0F
	OldTurkicLetterYeniseiAeg                                                  rune = 0x10C10
	OldTurkicLetterOrkhonAd                                                    rune = 0x10C11
	OldTurkicLetterYeniseiAd                                                   rune = 0x10C12
	OldTurkicLetterOrkhonAed                                                   rune = 0x10C13
	OldTurkicLetterOrkhonEz                                                    rune = 0x10C14
	OldTurkicLetterYeniseiEz                                                   rune = 0x10C15
	OldTurkicLetterOrkhonAy                                                    rune = 0x10C16
	OldTurkicLetterYeniseiAy                                                   rune = 0x10C17
	OldTurkicLetterOrkhonAey                                                   rune = 0x10C18
	OldTurkicLetterYeniseiAey                                                  rune = 0x10C19
	OldTurkicLetterOrkhonAek                                                   rune = 0x10C1A
	OldTurkicLetterYeniseiAek                                                  rune = 0x10C1B
	OldTurkicLetterOrkhonOek                                                   rune = 0x10C1C
	OldTurkicLetterYeniseiOek                                                  rune = 0x10C1D
	OldTurkicLetterOrkhonAl                                                    rune = 0x10C1E
	OldTurkicLetterYeniseiAl                                                   rune = 0x10C1F
	OldTurkicLetterOrkhonAel                                                   rune = 0x10C20
	OldTurkicLetterOrkhonElt                                                   rune = 0x10C21
	OldTurkicLetterOrkhonEm                                                    rune = 0x10C22
	OldTurkicLetterOrkhonAn                                                    rune = 0x10C23
	OldTurkicLetterOrkhonAen                                                   rune = 0x10C24
	OldTurkicLetterYeniseiAen                                                  rune = 0x10C25
	OldTurkicLetterOrkhonEnt                                                   rune = 0x10C26
	OldTurkicLetterYeniseiEnt                                                  rune = 0x10C27
	OldTurkicLetterOrkhonEnc                                                   rune = 0x10C28
	OldTurkicLetterYeniseiEnc                                                  rune = 0x10C29
	OldTurkicLetterOrkhonEny                                                   rune = 0x10C2A
	OldTurkicLetterYeniseiEny                                                  rune = 0x10C2B
	OldTurkicLetterYeniseiAng                                                  rune = 0x10C2C
	OldTurkicLetterOrkhonEng                                                   rune = 0x10C2D
	OldTurkicLetterYeniseiAeng                                                 rune = 0x10C2E
	OldTurkicLetterOrkhonEp                                                    rune = 0x10C2F
	OldTurkicLetterOrkhonOp                                                    rune = 0x10C30
	OldTurkicLetterOrkhonIc                                                    rune = 0x10C31
	OldTurkicLetterOrkhonEc                                                    rune = 0x10C32
	OldTurkicLetterYeniseiEc                                                   rune = 0x10C33
	OldTurkicLetterOrkhonAq                                                    rune = 0x10C34
	OldTurkicLetterYeniseiAq                                                   rune = 0x10C35
	OldTurkicLetterOrkhonIq                                                    rune = 0x10C36
	OldTurkicLetterYeniseiIq                                                   rune = 0x10C37
	OldTurkicLetterOrkhonOq                                                    rune = 0x10C38
	OldTurkicLetterYeniseiOq                                                   rune = 0x10C39
	OldTurkicLetterOrkhonAr                                                    rune = 0x10C3A
	OldTurkicLetterYeniseiAr                                                   rune = 0x10C3B
	OldTurkicLetterOrkhonAer                                                   rune = 0x10C3C
	OldTurkicLetterOrkhonAs                                                    rune = 0x10C3D
	OldTurkicLetterOrkhonAes                                                   rune = 0x10C3E
	OldTurkicLetterOrkhonAsh                                                   rune = 0x10C3F
	OldTurkicLetterYeniseiAsh                                                  rune = 0x10C40
	OldTurkicLetterOrkhonEsh                                                   rune = 0x10C41
	OldTurkicLetterYeniseiEsh                                                  rune = 0x10C42
	OldTurkicLetterOrkhonAt                                                    rune = 0x10C43
	OldTurkicLetterYeniseiAt                                                   rune = 0x10C44
	OldTurkicLetterOrkhonAet                                                   rune = 0x10C45
	OldTurkicLetterYeniseiAet                                                  rune = 0x10C46
	OldTurkicLetterOrkhonOt                                                    rune = 0x10C47
	OldTurkicLetterOrkhonBash                                                  rune = 0x10C48
	OldHungarianCapitalLetterA                                                 rune = 0x10C80
	OldHungarianCapitalLetterAa                                                rune = 0x10C81
	OldHungarianCapitalLetterEb                                                rune = 0x10C82
	OldHungarianCapitalLetterAmb                                               rune = 0x10C83
	OldHungarianCapitalLetterEc                                                rune = 0x10C84
	OldHungarianCapitalLetterEnc                                               rune = 0x10C85
	OldHungarianCapitalLetterEcs                                               rune = 0x10C86
	OldHungarianCapitalLetterEd                                                rune = 0x10C87
	OldHungarianCapitalLetterAnd                                               rune = 0x10C88
	OldHungarianCapitalLetterE                                                 rune = 0x10C89
	OldHungarianCapitalLetterCloseE                                            rune = 0x10C8A
	OldHungarianCapitalLetterEe                                                rune = 0x10C8B
	OldHungarianCapitalLetterEf                                                rune = 0x10C8C
	OldHungarianCapitalLetterEg                                                rune = 0x10C8D
	OldHungarianCapitalLetterEgy                                               rune = 0x10C8E
	OldHungarianCapitalLetterEh                                                rune = 0x10C8F
	OldHungarianCapitalLetterI                                                 rune = 0x10C90
	OldHungarianCapitalLetterIi                                                rune = 0x10C91
	OldHungarianCapitalLetterEj                                                rune = 0x10C92
	OldHungarianCapitalLetterEk                                                rune = 0x10C93
	OldHungarianCapitalLetterAk                                                rune = 0x10C94
	OldHungarianCapitalLetterUnk                                               rune = 0x10C95
	OldHungarianCapitalLetterEl                                                rune = 0x10C96
	OldHungarianCapitalLetterEly                                               rune = 0x10C97
	OldHungarianCapitalLetterEm                                                rune = 0x10C98
	OldHungarianCapitalLetterEn                                                rune = 0x10C99
	OldHungarianCapitalLetterEny                                               rune = 0x10C9A
	OldHungarianCapitalLetterO                                                 rune = 0x10C9B
	OldHungarianCapitalLetterOo                                                rune = 0x10C9C
	OldHungarianCapitalLetterNikolsburgOe                                      rune = 0x10C9D
	OldHungarianCapitalLetterRudimentaOe                                       rune = 0x10C9E
	OldHungarianCapitalLetterOee                                               rune = 0x10C9F
	OldHungarianCapitalLetterEp                                                rune = 0x10CA0
	OldHungarianCapitalLetterEmp                                               rune = 0x10CA1
	OldHungarianCapitalLetterEr                                                rune = 0x10CA2
	OldHungarianCapitalLetterShortEr                                           rune = 0x10CA3
	OldHungarianCapitalLetterEs                                                rune = 0x10CA4
	OldHungarianCapitalLetterEsz                                               rune = 0x10CA5
	OldHungarianCapitalLetterEt                                                rune = 0x10CA6
	OldHungarianCapitalLetterEnt                                               rune = 0x10CA7
	OldHungarianCapitalLetterEty                                               rune = 0x10CA8
	OldHungarianCapitalLetterEch                                               rune = 0x10CA9
	OldHungarianCapitalLetterU                                                 rune = 0x10CAA
	OldHungarianCapitalLetterUu                                                rune = 0x10CAB
	OldHungarianCapitalLetterNikolsburgUe                                      rune = 0x10CAC
	OldHungarianCapitalLetterRudimentaUe                                       rune = 0x10CAD
	OldHungarianCapitalLetterEv                                                rune = 0x10CAE
	OldHungarianCapitalLetterEz                                                rune = 0x10CAF
	OldHungarianCapitalLetterEzs                                               rune = 0x10CB0
	OldHungarianCapitalLetterEntShapedSign                                     rune = 0x10CB1
	OldHungarianCapitalLetterUs                                                rune = 0x10CB2
	OldHungarianSmallLetterA                                                   rune = 0x10CC0
	OldHungarianSmallLetterAa                                                  rune = 0x10CC1
	OldHungarianSmallLetterEb                                                  rune = 0x10CC2
	OldHungarianSmallLetterAmb                                                 rune = 0x10CC3
	OldHungarianSmallLetterEc                                                  rune = 0x10CC4
	OldHungarianSmallLetterEnc                                                 rune = 0x10CC5
	OldHungarianSmallLetterEcs                                                 rune = 0x10CC6
	OldHungarianSmallLetterEd                                                  rune = 0x10CC7
	OldHungarianSmallLetterAnd                                                 rune = 0x10CC8
	OldHungarianSmallLetterE                                                   rune = 0x10CC9
	OldHungarianSmallLetterCloseE                                              rune = 0x10CCA
	OldHungarianSmallLetterEe                                                  rune = 0x10CCB
	OldHungarianSmallLetterEf                                                  rune = 0x10CCC
	OldHungarianSmallLetterEg                                                  rune = 0x10CCD
	OldHungarianSmallLetterEgy                                                 rune = 0x10CCE
	OldHungarianSmallLetterEh                                                  rune = 0x10CCF
	OldHungarianSmallLetterI                                                   rune = 0x10CD0
	OldHungarianSmallLetterIi                                                  rune = 0x10CD1
	OldHungarianSmallLetterEj                                                  rune = 0x10CD2
	OldHungarianSmallLetterEk                                                  rune = 0x10CD3
	OldHungarianSmallLetterAk                                                  rune = 0x10CD4
	OldHungarianSmallLetterUnk                                                 rune = 0x10CD5
	OldHungarianSmallLetterEl                                                  rune = 0x10CD6
	OldHungarianSmallLetterEly                                                 rune = 0x10CD7
	OldHungarianSmallLetterEm                                                  rune = 0x10CD8
	OldHungarianSmallLetterEn                                                  rune = 0x10CD9
	OldHungarianSmallLetterEny                                                 rune = 0x10CDA
	OldHungarianSmallLetterO                                                   rune = 0x10CDB
	OldHungarianSmallLetterOo                                                  rune = 0x10CDC
	OldHungarianSmallLetterNikolsburgOe                                        rune = 0x10CDD
	OldHungarianSmallLetterRudimentaOe                                         rune = 0x10CDE
	OldHungarianSmallLetterOee                                                 rune = 0x10CDF
	OldHungarianSmallLetterEp                                                  rune = 0x10CE0
	OldHungarianSmallLetterEmp                                                 rune = 0x10CE1
	OldHungarianSmallLetterEr                                                  rune = 0x10CE2
	OldHungarianSmallLetterShortEr                                             rune = 0x10CE3
	OldHungarianSmallLetterEs                                                  rune = 0x10CE4
	OldHungarianSmallLetterEsz                                                 rune = 0x10CE5
	OldHungarianSmallLetterEt                                                  rune = 0x10CE6
	OldHungarianSmallLetterEnt                                                 rune = 0x10CE7
	OldHungarianSmallLetterEty                                                 rune = 0x10CE8
	OldHungarianSmallLetterEch                                                 rune = 0x10CE9
	OldHungarianSmallLetterU                                                   rune = 0x10CEA
	OldHungarianSmallLetterUu                                                  rune = 0x10CEB
	OldHungarianSmallLetterNikolsburgUe                                        rune = 0x10CEC
	OldHungarianSmallLetterRudimentaUe                                         rune = 0x10CED
	OldHungarianSmallLetterEv                                                  rune = 0x10CEE
	OldHungarianSmallLetterEz                                                  rune = 0x10CEF
	OldHungarianSmallLetterEzs                                                 rune = 0x10CF0
	OldHungarianSmallLetterEntShapedSign                                       rune = 0x10CF1
	OldHungarianSmallLetterUs                                                  rune = 0x10CF2
	OldHungarianNumberOne                                                      rune = 0x10CFA
	OldHungarianNumberFive                                                     rune = 0x10CFB
	OldHungarianNumberTen                                                      rune = 0x10CFC
	OldHungarianNumberFifty                                                    rune = 0x10CFD
	OldHungarianNumberOneHundred                                               rune = 0x10CFE
	OldHungarianNumberOneThousand                                              rune = 0x10CFF
	HanifiRohingyaLetterA                                                      rune = 0x10D00
	HanifiRohingyaLetterBa                                                     rune = 0x10D01
	HanifiRohingyaLetterPa                                                     rune = 0x10D02
	HanifiRohingyaLetterTa                                                     rune = 0x10D03
	HanifiRohingyaLetterTta                                                    rune = 0x10D04
	HanifiRohingyaLetterJa                                                     rune = 0x10D05
	HanifiRohingyaLetterCa                                                     rune = 0x10D06
	HanifiRohingyaLetterHa                                                     rune = 0x10D07
	HanifiRohingyaLetterKha                                                    rune = 0x10D08
	HanifiRohingyaLetterFa                                                     rune = 0x10D09
	HanifiRohingyaLetterDa                                                     rune = 0x10D0A
	HanifiRohingyaLetterDda                                                    rune = 0x10D0B
	HanifiRohingyaLetterRa                                                     rune = 0x10D0C
	HanifiRohingyaLetterRra                                                    rune = 0x10D0D
	HanifiRohingyaLetterZa                                                     rune = 0x10D0E
	HanifiRohingyaLetterSa                                                     rune = 0x10D0F
	HanifiRohingyaLetterSha                                                    rune = 0x10D10
	HanifiRohingyaLetterKa                                                     rune = 0x10D11
	HanifiRohingyaLetterGa                                                     rune = 0x10D12
	HanifiRohingyaLetterLa                                                     rune = 0x10D13
	HanifiRohingyaLetterMa                                                     rune = 0x10D14
	HanifiRohingyaLetterNa                                                     rune = 0x10D15
	HanifiRohingyaLetterWa                                                     rune = 0x10D16
	HanifiRohingyaLetterKinnaWa                                                rune = 0x10D17
	HanifiRohingyaLetterYa                                                     rune = 0x10D18
	HanifiRohingyaLetterKinnaYa                                                rune = 0x10D19
	HanifiRohingyaLetterNga                                                    rune = 0x10D1A
	HanifiRohingyaLetterNya                                                    rune = 0x10D1B
	HanifiRohingyaLetterVa                                                     rune = 0x10D1C
	HanifiRohingyaVowelA                                                       rune = 0x10D1D
	HanifiRohingyaVowelI                                                       rune = 0x10D1E
	HanifiRohingyaVowelU                                                       rune = 0x10D1F
	HanifiRohingyaVowelE                                                       rune = 0x10D20
	HanifiRohingyaVowelO                                                       rune = 0x10D21
	HanifiRohingyaMarkSakin                                                    rune = 0x10D22
	HanifiRohingyaMarkNaKhonna                                                 rune = 0x10D23
	HanifiRohingyaSignHarbahay                                                 rune = 0x10D24
	HanifiRohingyaSignTahala                                                   rune = 0x10D25
	HanifiRohingyaSignTana                                                     rune = 0x10D26
	HanifiRohingyaSignTassi                                                    rune = 0x10D27
	HanifiRohingyaDigitZero                                                    rune = 0x10D30
	HanifiRohingyaDigitOne                                                     rune = 0x10D31
	HanifiRohingyaDigitTwo                                                     rune = 0x10D32
	HanifiRohingyaDigitThree                                                   rune = 0x10D33
	HanifiRohingyaDigitFour                                                    rune = 0x10D34
	HanifiRohingyaDigitFive                                                    rune = 0x10D35
	HanifiRohingyaDigitSix                                                     rune = 0x10D36
	HanifiRohingyaDigitSeven                                                   rune = 0x10D37
	HanifiRohingyaDigitEight                                                   rune = 0x10D38
	HanifiRohingyaDigitNine                                                    rune = 0x10D39
	RumiDigitOne                                                               rune = 0x10E60
	RumiDigitTwo                                                               rune = 0x10E61
	RumiDigitThree                                                             rune = 0x10E62
	RumiDigitFour                                                              rune = 0x10E63
	RumiDigitFive                                                              rune = 0x10E64
	RumiDigitSix                                                               rune = 0x10E65
	RumiDigitSeven                                                             rune = 0x10E66
	RumiDigitEight                                                             rune = 0x10E67
	RumiDigitNine                                                              rune = 0x10E68
	RumiNumberTen                                                              rune = 0x10E69
	RumiNumberTwenty                                                           rune = 0x10E6A
	RumiNumberThirty                                                           rune = 0x10E6B
	RumiNumberForty                                                            rune = 0x10E6C
	RumiNumberFifty                                                            rune = 0x10E6D
	RumiNumberSixty                                                            rune = 0x10E6E
	RumiNumberSeventy                                                          rune = 0x10E6F
	RumiNumberEighty                                                           rune = 0x10E70
	RumiNumberNinety                                                           rune = 0x10E71
	RumiNumberOneHundred                                                       rune = 0x10E72
	RumiNumberTwoHundred                                                       rune = 0x10E73
	RumiNumberThreeHundred                                                     rune = 0x10E74
	RumiNumberFourHundred                                                      rune = 0x10E75
	RumiNumberFiveHundred                                                      rune = 0x10E76
	RumiNumberSixHundred                                                       rune = 0x10E77
	RumiNumberSevenHundred                                                     rune = 0x10E78
	RumiNumberEightHundred                                                     rune = 0x10E79
	RumiNumberNineHundred                                                      rune = 0x10E7A
	RumiFractionOneHalf                                                        rune = 0x10E7B
	RumiFractionOneQuarter                                                     rune = 0x10E7C
	RumiFractionOneThird                                                       rune = 0x10E7D
	RumiFractionTwoThirds                                                      rune = 0x10E7E
	YezidiLetterElif                                                           rune = 0x10E80
	YezidiLetterBe                                                             rune = 0x10E81
	YezidiLetterPe                                                             rune = 0x10E82
	YezidiLetterPhe                                                            rune = 0x10E83
	YezidiLetterThe                                                            rune = 0x10E84
	YezidiLetterSe                                                             rune = 0x10E85
	YezidiLetterCim                                                            rune = 0x10E86
	YezidiLetterChim                                                           rune = 0x10E87
	YezidiLetterChhim                                                          rune = 0x10E88
	YezidiLetterHha                                                            rune = 0x10E89
	YezidiLetterXa                                                             rune = 0x10E8A
	YezidiLetterDal                                                            rune = 0x10E8B
	YezidiLetterZal                                                            rune = 0x10E8C
	YezidiLetterRa                                                             rune = 0x10E8D
	YezidiLetterRha                                                            rune = 0x10E8E
	YezidiLetterZa                                                             rune = 0x10E8F
	YezidiLetterJa                                                             rune = 0x10E90
	YezidiLetterSin                                                            rune = 0x10E91
	YezidiLetterShin                                                           rune = 0x10E92
	YezidiLetterSad                                                            rune = 0x10E93
	YezidiLetterDad                                                            rune = 0x10E94
	YezidiLetterTa                                                             rune = 0x10E95
	YezidiLetterZe                                                             rune = 0x10E96
	YezidiLetterEyn                                                            rune = 0x10E97
	YezidiLetterXheyn                                                          rune = 0x10E98
	YezidiLetterFa                                                             rune = 0x10E99
	YezidiLetterVa                                                             rune = 0x10E9A
	YezidiLetterVaAlternateForm                                                rune = 0x10E9B
	YezidiLetterQaf                                                            rune = 0x10E9C
	YezidiLetterKaf                                                            rune = 0x10E9D
	YezidiLetterKhaf                                                           rune = 0x10E9E
	YezidiLetterGaf                                                            rune = 0x10E9F
	YezidiLetterLam                                                            rune = 0x10EA0
	YezidiLetterMim                                                            rune = 0x10EA1
	YezidiLetterNun                                                            rune = 0x10EA2
	YezidiLetterUm                                                             rune = 0x10EA3
	YezidiLetterWaw                                                            rune = 0x10EA4
	YezidiLetterOw                                                             rune = 0x10EA5
	YezidiLetterEw                                                             rune = 0x10EA6
	YezidiLetterHay                                                            rune = 0x10EA7
	YezidiLetterYot                                                            rune = 0x10EA8
	YezidiLetterEt                                                             rune = 0x10EA9
	YezidiCombiningHamzaMark                                                   rune = 0x10EAB
	YezidiCombiningMaddaMark                                                   rune = 0x10EAC
	YezidiHyphenationMark                                                      rune = 0x10EAD
	YezidiLetterLamWithDotAbove                                                rune = 0x10EB0
	YezidiLetterYotWithCircumflexAbove                                         rune = 0x10EB1
	OldSogdianLetterAleph                                                      rune = 0x10F00
	OldSogdianLetterFinalAleph                                                 rune = 0x10F01
	OldSogdianLetterBeth                                                       rune = 0x10F02
	OldSogdianLetterFinalBeth                                                  rune = 0x10F03
	OldSogdianLetterGimel                                                      rune = 0x10F04
	OldSogdianLetterHe                                                         rune = 0x10F05
	OldSogdianLetterFinalHe                                                    rune = 0x10F06
	OldSogdianLetterWaw                                                        rune = 0x10F07
	OldSogdianLetterZayin                                                      rune = 0x10F08
	OldSogdianLetterHeth                                                       rune = 0x10F09
	OldSogdianLetterYodh                                                       rune = 0x10F0A
	OldSogdianLetterKaph                                                       rune = 0x10F0B
	OldSogdianLetterLamedh                                                     rune = 0x10F0C
	OldSogdianLetterMem                                                        rune = 0x10F0D
	OldSogdianLetterNun                                                        rune = 0x10F0E
	OldSogdianLetterFinalNun                                                   rune = 0x10F0F
	OldSogdianLetterFinalNunWithVerticalTail                                   rune = 0x10F10
	OldSogdianLetterSamekh                                                     rune = 0x10F11
	OldSogdianLetterAyin                                                       rune = 0x10F12
	OldSogdianLetterAlternateAyin                                              rune = 0x10F13
	OldSogdianLetterPe                                                         rune = 0x10F14
	OldSogdianLetterSadhe                                                      rune = 0x10F15
	OldSogdianLetterFinalSadhe                                                 rune = 0x10F16
	OldSogdianLetterFinalSadheWithVerticalTail                                 rune = 0x10F17
	OldSogdianLetterReshAyinDaleth                                             rune = 0x10F18
	OldSogdianLetterShin                                                       rune = 0x10F19
	OldSogdianLetterTaw                                                        rune = 0x10F1A
	OldSogdianLetterFinalTaw                                                   rune = 0x10F1B
	OldSogdianLetterFinalTawWithVerticalTail                                   rune = 0x10F1C
	OldSogdianNumberOne                                                        rune = 0x10F1D
	OldSogdianNumberTwo                                                        rune = 0x10F1E
	OldSogdianNumberThree                                                      rune = 0x10F1F
	OldSogdianNumberFour                                                       rune = 0x10F20
	OldSogdianNumberFive                                                       rune = 0x10F21
	OldSogdianNumberTen                                                        rune = 0x10F22
	OldSogdianNumberTwenty                                                     rune = 0x10F23
	OldSogdianNumberThirty                                                     rune = 0x10F24
	OldSogdianNumberOneHundred                                                 rune = 0x10F25
	OldSogdianFractionOneHalf                                                  rune = 0x10F26
	OldSogdianLigatureAyinDaleth                                               rune = 0x10F27
	SogdianLetterAleph                                                         rune = 0x10F30
	SogdianLetterBeth                                                          rune = 0x10F31
	SogdianLetterGimel                                                         rune = 0x10F32
	SogdianLetterHe                                                            rune = 0x10F33
	SogdianLetterWaw                                                           rune = 0x10F34
	SogdianLetterZayin                                                         rune = 0x10F35
	SogdianLetterHeth                                                          rune = 0x10F36
	SogdianLetterYodh                                                          rune = 0x10F37
	SogdianLetterKaph                                                          rune = 0x10F38
	SogdianLetterLamedh                                                        rune = 0x10F39
	SogdianLetterMem                                                           rune = 0x10F3A
	SogdianLetterNun                                                           rune = 0x10F3B
	SogdianLetterSamekh                                                        rune = 0x10F3C
	SogdianLetterAyin                                                          rune = 0x10F3D
	SogdianLetterPe                                                            rune = 0x10F3E
	SogdianLetterSadhe                                                         rune = 0x10F3F
	SogdianLetterReshAyin                                                      rune = 0x10F40
	SogdianLetterShin                                                          rune = 0x10F41
	SogdianLetterTaw                                                           rune = 0x10F42
	SogdianLetterFeth                                                          rune = 0x10F43
	SogdianLetterLesh                                                          rune = 0x10F44
	SogdianIndependentShin                                                     rune = 0x10F45
	SogdianCombiningDotBelow                                                   rune = 0x10F46
	SogdianCombiningTwoDotsBelow                                               rune = 0x10F47
	SogdianCombiningDotAbove                                                   rune = 0x10F48
	SogdianCombiningTwoDotsAbove                                               rune = 0x10F49
	SogdianCombiningCurveAbove                                                 rune = 0x10F4A
	SogdianCombiningCurveBelow                                                 rune = 0x10F4B
	SogdianCombiningHookAbove                                                  rune = 0x10F4C
	SogdianCombiningHookBelow                                                  rune = 0x10F4D
	SogdianCombiningLongHookBelow                                              rune = 0x10F4E
	SogdianCombiningReshBelow                                                  rune = 0x10F4F
	SogdianCombiningStrokeBelow                                                rune = 0x10F50
	SogdianNumberOne                                                           rune = 0x10F51
	SogdianNumberTen                                                           rune = 0x10F52
	SogdianNumberTwenty                                                        rune = 0x10F53
	SogdianNumberOneHundred                                                    rune = 0x10F54
	SogdianPunctuationTwoVerticalBars                                          rune = 0x10F55
	SogdianPunctuationTwoVerticalBarsWithDots                                  rune = 0x10F56
	SogdianPunctuationCircleWithDot                                            rune = 0x10F57
	SogdianPunctuationTwoCirclesWithDots                                       rune = 0x10F58
	SogdianPunctuationHalfCircleWithDot                                        rune = 0x10F59
	ChorasmianLetterAleph                                                      rune = 0x10FB0
	ChorasmianLetterSmallAleph                                                 rune = 0x10FB1
	ChorasmianLetterBeth                                                       rune = 0x10FB2
	ChorasmianLetterGimel                                                      rune = 0x10FB3
	ChorasmianLetterDaleth                                                     rune = 0x10FB4
	ChorasmianLetterHe                                                         rune = 0x10FB5
	ChorasmianLetterWaw                                                        rune = 0x10FB6
	ChorasmianLetterCurledWaw                                                  rune = 0x10FB7
	ChorasmianLetterZayin                                                      rune = 0x10FB8
	ChorasmianLetterHeth                                                       rune = 0x10FB9
	ChorasmianLetterYodh                                                       rune = 0x10FBA
	ChorasmianLetterKaph                                                       rune = 0x10FBB
	ChorasmianLetterLamedh                                                     rune = 0x10FBC
	ChorasmianLetterMem                                                        rune = 0x10FBD
	ChorasmianLetterNun                                                        rune = 0x10FBE
	ChorasmianLetterSamekh                                                     rune = 0x10FBF
	ChorasmianLetterAyin                                                       rune = 0x10FC0
	ChorasmianLetterPe                                                         rune = 0x10FC1
	ChorasmianLetterResh                                                       rune = 0x10FC2
	ChorasmianLetterShin                                                       rune = 0x10FC3
	ChorasmianLetterTaw                                                        rune = 0x10FC4
	ChorasmianNumberOne                                                        rune = 0x10FC5
	ChorasmianNumberTwo                                                        rune = 0x10FC6
	ChorasmianNumberThree                                                      rune = 0x10FC7
	ChorasmianNumberFour                                                       rune = 0x10FC8
	ChorasmianNumberTen                                                        rune = 0x10FC9
	ChorasmianNumberTwenty                                                     rune = 0x10FCA
	ChorasmianNumberOneHundred                                                 rune = 0x10FCB
	ElymaicLetterAleph                                                         rune = 0x10FE0
	ElymaicLetterBeth                                                          rune = 0x10FE1
	ElymaicLetterGimel                                                         rune = 0x10FE2
	ElymaicLetterDaleth                                                        rune = 0x10FE3
	ElymaicLetterHe                                                            rune = 0x10FE4
	ElymaicLetterWaw                                                           rune = 0x10FE5
	ElymaicLetterZayin                                                         rune = 0x10FE6
	ElymaicLetterHeth                                                          rune = 0x10FE7
	ElymaicLetterTeth                                                          rune = 0x10FE8
	ElymaicLetterYodh                                                          rune = 0x10FE9
	ElymaicLetterKaph                                                          rune = 0x10FEA
	ElymaicLetterLamedh                                                        rune = 0x10FEB
	ElymaicLetterMem                                                           rune = 0x10FEC
	ElymaicLetterNun                                                           rune = 0x10FED
	ElymaicLetterSamekh                                                        rune = 0x10FEE
	ElymaicLetterAyin                                                          rune = 0x10FEF
	ElymaicLetterPe                                                            rune = 0x10FF0
	ElymaicLetterSadhe                                                         rune = 0x10FF1
	ElymaicLetterQoph                                                          rune = 0x10FF2
	ElymaicLetterResh                                                          rune = 0x10FF3
	ElymaicLetterShin                                                          rune = 0x10FF4
	ElymaicLetterTaw                                                           rune = 0x10FF5
	ElymaicLigatureZayinYodh                                                   rune = 0x10FF6
	BrahmiSignCandrabindu                                                      rune = 0x11000
	BrahmiSignAnusvara                                                         rune = 0x11001
	BrahmiSignVisarga                                                          rune = 0x11002
	BrahmiSignJihvamuliya                                                      rune = 0x11003
	BrahmiSignUpadhmaniya                                                      rune = 0x11004
	BrahmiLetterA                                                              rune = 0x11005
	BrahmiLetterAa                                                             rune = 0x11006
	BrahmiLetterI                                                              rune = 0x11007
	BrahmiLetterIi                                                             rune = 0x11008
	BrahmiLetterU                                                              rune = 0x11009
	BrahmiLetterUu                                                             rune = 0x1100A
	BrahmiLetterVocalicR                                                       rune = 0x1100B
	BrahmiLetterVocalicRr                                                      rune = 0x1100C
	BrahmiLetterVocalicL                                                       rune = 0x1100D
	BrahmiLetterVocalicLl                                                      rune = 0x1100E
	BrahmiLetterE                                                              rune = 0x1100F
	BrahmiLetterAi                                                             rune = 0x11010
	BrahmiLetterO                                                              rune = 0x11011
	BrahmiLetterAu                                                             rune = 0x11012
	BrahmiLetterKa                                                             rune = 0x11013
	BrahmiLetterKha                                                            rune = 0x11014
	BrahmiLetterGa                                                             rune = 0x11015
	BrahmiLetterGha                                                            rune = 0x11016
	BrahmiLetterNga                                                            rune = 0x11017
	BrahmiLetterCa                                                             rune = 0x11018
	BrahmiLetterCha                                                            rune = 0x11019
	BrahmiLetterJa                                                             rune = 0x1101A
	BrahmiLetterJha                                                            rune = 0x1101B
	BrahmiLetterNya                                                            rune = 0x1101C
	BrahmiLetterTta                                                            rune = 0x1101D
	BrahmiLetterTtha                                                           rune = 0x1101E
	BrahmiLetterDda                                                            rune = 0x1101F
	BrahmiLetterDdha                                                           rune = 0x11020
	BrahmiLetterNna                                                            rune = 0x11021
	BrahmiLetterTa                                                             rune = 0x11022
	BrahmiLetterTha                                                            rune = 0x11023
	BrahmiLetterDa                                                             rune = 0x11024
	BrahmiLetterDha                                                            rune = 0x11025
	BrahmiLetterNa                                                             rune = 0x11026
	BrahmiLetterPa                                                             rune = 0x11027
	BrahmiLetterPha                                                            rune = 0x11028
	BrahmiLetterBa                                                             rune = 0x11029
	BrahmiLetterBha                                                            rune = 0x1102A
	BrahmiLetterMa                                                             rune = 0x1102B
	BrahmiLetterYa                                                             rune = 0x1102C
	BrahmiLetterRa                                                             rune = 0x1102D
	BrahmiLetterLa                                                             rune = 0x1102E
	BrahmiLetterVa                                                             rune = 0x1102F
	BrahmiLetterSha                                                            rune = 0x11030
	BrahmiLetterSsa                                                            rune = 0x11031
	BrahmiLetterSa                                                             rune = 0x11032
	BrahmiLetterHa                                                             rune = 0x11033
	BrahmiLetterLla                                                            rune = 0x11034
	BrahmiLetterOldTamilLlla                                                   rune = 0x11035
	BrahmiLetterOldTamilRra                                                    rune = 0x11036
	BrahmiLetterOldTamilNnna                                                   rune = 0x11037
	BrahmiVowelSignAa                                                          rune = 0x11038
	BrahmiVowelSignBhattiproluAa                                               rune = 0x11039
	BrahmiVowelSignI                                                           rune = 0x1103A
	BrahmiVowelSignIi                                                          rune = 0x1103B
	BrahmiVowelSignU                                                           rune = 0x1103C
	BrahmiVowelSignUu                                                          rune = 0x1103D
	BrahmiVowelSignVocalicR                                                    rune = 0x1103E
	BrahmiVowelSignVocalicRr                                                   rune = 0x1103F
	BrahmiVowelSignVocalicL                                                    rune = 0x11040
	BrahmiVowelSignVocalicLl                                                   rune = 0x11041
	BrahmiVowelSignE                                                           rune = 0x11042
	BrahmiVowelSignAi                                                          rune = 0x11043
	BrahmiVowelSignO                                                           rune = 0x11044
	BrahmiVowelSignAu                                                          rune = 0x11045
	BrahmiVirama                                                               rune = 0x11046
	BrahmiDanda                                                                rune = 0x11047
	BrahmiDoubleDanda                                                          rune = 0x11048
	BrahmiPunctuationDot                                                       rune = 0x11049
	BrahmiPunctuationDoubleDot                                                 rune = 0x1104A
	BrahmiPunctuationLine                                                      rune = 0x1104B
	BrahmiPunctuationCrescentBar                                               rune = 0x1104C
	BrahmiPunctuationLotus                                                     rune = 0x1104D
	BrahmiNumberOne                                                            rune = 0x11052
	BrahmiNumberTwo                                                            rune = 0x11053
	BrahmiNumberThree                                                          rune = 0x11054
	BrahmiNumberFour                                                           rune = 0x11055
	BrahmiNumberFive                                                           rune = 0x11056
	BrahmiNumberSix                                                            rune = 0x11057
	BrahmiNumberSeven                                                          rune = 0x11058
	BrahmiNumberEight                                                          rune = 0x11059
	BrahmiNumberNine                                                           rune = 0x1105A
	BrahmiNumberTen                                                            rune = 0x1105B
	BrahmiNumberTwenty                                                         rune = 0x1105C
	BrahmiNumberThirty                                                         rune = 0x1105D
	BrahmiNumberForty                                                          rune = 0x1105E
	BrahmiNumberFifty                                                          rune = 0x1105F
	BrahmiNumberSixty                                                          rune = 0x11060
	BrahmiNumberSeventy                                                        rune = 0x11061
	BrahmiNumberEighty                                                         rune = 0x11062
	BrahmiNumberNinety                                                         rune = 0x11063
	BrahmiNumberOneHundred                                                     rune = 0x11064
	BrahmiNumberOneThousand                                                    rune = 0x11065
	BrahmiDigitZero                                                            rune = 0x11066
	BrahmiDigitOne                                                             rune = 0x11067
	BrahmiDigitTwo                                                             rune = 0x11068
	BrahmiDigitThree                                                           rune = 0x11069
	BrahmiDigitFour                                                            rune = 0x1106A
	BrahmiDigitFive                                                            rune = 0x1106B
	BrahmiDigitSix                                                             rune = 0x1106C
	BrahmiDigitSeven                                                           rune = 0x1106D
	BrahmiDigitEight                                                           rune = 0x1106E
	BrahmiDigitNine                                                            rune = 0x1106F
	BrahmiNumberJoiner                                                         rune = 0x1107F
	KaithiSignCandrabindu                                                      rune = 0x11080
	KaithiSignAnusvara                                                         rune = 0x11081
	KaithiSignVisarga                                                          rune = 0x11082
	KaithiLetterA                                                              rune = 0x11083
	KaithiLetterAa                                                             rune = 0x11084
	KaithiLetterI                                                              rune = 0x11085
	KaithiLetterIi                                                             rune = 0x11086
	KaithiLetterU                                                              rune = 0x11087
	KaithiLetterUu                                                             rune = 0x11088
	KaithiLetterE                                                              rune = 0x11089
	KaithiLetterAi                                                             rune = 0x1108A
	KaithiLetterO                                                              rune = 0x1108B
	KaithiLetterAu                                                             rune = 0x1108C
	KaithiLetterKa                                                             rune = 0x1108D
	KaithiLetterKha                                                            rune = 0x1108E
	KaithiLetterGa                                                             rune = 0x1108F
	KaithiLetterGha                                                            rune = 0x11090
	KaithiLetterNga                                                            rune = 0x11091
	KaithiLetterCa                                                             rune = 0x11092
	KaithiLetterCha                                                            rune = 0x11093
	KaithiLetterJa                                                             rune = 0x11094
	KaithiLetterJha                                                            rune = 0x11095
	KaithiLetterNya                                                            rune = 0x11096
	KaithiLetterTta                                                            rune = 0x11097
	KaithiLetterTtha                                                           rune = 0x11098
	KaithiLetterDda                                                            rune = 0x11099
	KaithiLetterDddha                                                          rune = 0x1109A
	KaithiLetterDdha                                                           rune = 0x1109B
	KaithiLetterRha                                                            rune = 0x1109C
	KaithiLetterNna                                                            rune = 0x1109D
	KaithiLetterTa                                                             rune = 0x1109E
	KaithiLetterTha                                                            rune = 0x1109F
	KaithiLetterDa                                                             rune = 0x110A0
	KaithiLetterDha                                                            rune = 0x110A1
	KaithiLetterNa                                                             rune = 0x110A2
	KaithiLetterPa                                                             rune = 0x110A3
	KaithiLetterPha                                                            rune = 0x110A4
	KaithiLetterBa                                                             rune = 0x110A5
	KaithiLetterBha                                                            rune = 0x110A6
	KaithiLetterMa                                                             rune = 0x110A7
	KaithiLetterYa                                                             rune = 0x110A8
	KaithiLetterRa                                                             rune = 0x110A9
	KaithiLetterLa                                                             rune = 0x110AA
	KaithiLetterVa                                                             rune = 0x110AB
	KaithiLetterSha                                                            rune = 0x110AC
	KaithiLetterSsa                                                            rune = 0x110AD
	KaithiLetterSa                                                             rune = 0x110AE
	KaithiLetterHa                                                             rune = 0x110AF
	KaithiVowelSignAa                                                          rune = 0x110B0
	KaithiVowelSignI                                                           rune = 0x110B1
	KaithiVowelSignIi                                                          rune = 0x110B2
	KaithiVowelSignU                                                           rune = 0x110B3
	KaithiVowelSignUu                                                          rune = 0x110B4
	KaithiVowelSignE                                                           rune = 0x110B5
	KaithiVowelSignAi                                                          rune = 0x110B6
	KaithiVowelSignO                                                           rune = 0x110B7
	KaithiVowelSignAu                                                          rune = 0x110B8
	KaithiSignVirama                                                           rune = 0x110B9
	KaithiSignNukta                                                            rune = 0x110BA
	KaithiAbbreviationSign                                                     rune = 0x110BB
	KaithiEnumerationSign                                                      rune = 0x110BC
	KaithiNumberSign                                                           rune = 0x110BD
	KaithiSectionMark                                                          rune = 0x110BE
	KaithiDoubleSectionMark                                                    rune = 0x110BF
	KaithiDanda                                                                rune = 0x110C0
	KaithiDoubleDanda                                                          rune = 0x110C1
	KaithiNumberSignAbove                                                      rune = 0x110CD
	SoraSompengLetterSah                                                       rune = 0x110D0
	SoraSompengLetterTah                                                       rune = 0x110D1
	SoraSompengLetterBah                                                       rune = 0x110D2
	SoraSompengLetterCah                                                       rune = 0x110D3
	SoraSompengLetterDah                                                       rune = 0x110D4
	SoraSompengLetterGah                                                       rune = 0x110D5
	SoraSompengLetterMah                                                       rune = 0x110D6
	SoraSompengLetterNgah                                                      rune = 0x110D7
	SoraSompengLetterLah                                                       rune = 0x110D8
	SoraSompengLetterNah                                                       rune = 0x110D9
	SoraSompengLetterVah                                                       rune = 0x110DA
	SoraSompengLetterPah                                                       rune = 0x110DB
	SoraSompengLetterYah                                                       rune = 0x110DC
	SoraSompengLetterRah                                                       rune = 0x110DD
	SoraSompengLetterHah                                                       rune = 0x110DE
	SoraSompengLetterKah                                                       rune = 0x110DF
	SoraSompengLetterJah                                                       rune = 0x110E0
	SoraSompengLetterNyah                                                      rune = 0x110E1
	SoraSompengLetterAh                                                        rune = 0x110E2
	SoraSompengLetterEeh                                                       rune = 0x110E3
	SoraSompengLetterIh                                                        rune = 0x110E4
	SoraSompengLetterUh                                                        rune = 0x110E5
	SoraSompengLetterOh                                                        rune = 0x110E6
	SoraSompengLetterEh                                                        rune = 0x110E7
	SoraSompengLetterMae                                                       rune = 0x110E8
	SoraSompengDigitZero                                                       rune = 0x110F0
	SoraSompengDigitOne                                                        rune = 0x110F1
	SoraSompengDigitTwo                                                        rune = 0x110F2
	SoraSompengDigitThree                                                      rune = 0x110F3
	SoraSompengDigitFour                                                       rune = 0x110F4
	SoraSompengDigitFive                                                       rune = 0x110F5
	SoraSompengDigitSix                                                        rune = 0x110F6
	SoraSompengDigitSeven                                                      rune = 0x110F7
	SoraSompengDigitEight                                                      rune = 0x110F8
	SoraSompengDigitNine                                                       rune = 0x110F9
	ChakmaSignCandrabindu                                                      rune = 0x11100
	ChakmaSignAnusvara                                                         rune = 0x11101
	ChakmaSignVisarga                                                          rune = 0x11102
	ChakmaLetterAa                                                             rune = 0x11103
	ChakmaLetterI                                                              rune = 0x11104
	ChakmaLetterU                                                              rune = 0x11105
	ChakmaLetterE                                                              rune = 0x11106
	ChakmaLetterKaa                                                            rune = 0x11107
	ChakmaLetterKhaa                                                           rune = 0x11108
	ChakmaLetterGaa                                                            rune = 0x11109
	ChakmaLetterGhaa                                                           rune = 0x1110A
	ChakmaLetterNgaa                                                           rune = 0x1110B
	ChakmaLetterCaa                                                            rune = 0x1110C
	ChakmaLetterChaa                                                           rune = 0x1110D
	ChakmaLetterJaa                                                            rune = 0x1110E
	ChakmaLetterJhaa                                                           rune = 0x1110F
	ChakmaLetterNyaa                                                           rune = 0x11110
	ChakmaLetterTtaa                                                           rune = 0x11111
	ChakmaLetterTthaa                                                          rune = 0x11112
	ChakmaLetterDdaa                                                           rune = 0x11113
	ChakmaLetterDdhaa                                                          rune = 0x11114
	ChakmaLetterNnaa                                                           rune = 0x11115
	ChakmaLetterTaa                                                            rune = 0x11116
	ChakmaLetterThaa                                                           rune = 0x11117
	ChakmaLetterDaa                                                            rune = 0x11118
	ChakmaLetterDhaa                                                           rune = 0x11119
	ChakmaLetterNaa                                                            rune = 0x1111A
	ChakmaLetterPaa                                                            rune = 0x1111B
	ChakmaLetterPhaa                                                           rune = 0x1111C
	ChakmaLetterBaa                                                            rune = 0x1111D
	ChakmaLetterBhaa                                                           rune = 0x1111E
	ChakmaLetterMaa                                                            rune = 0x1111F
	ChakmaLetterYyaa                                                           rune = 0x11120
	ChakmaLetterYaa                                                            rune = 0x11121
	ChakmaLetterRaa                                                            rune = 0x11122
	ChakmaLetterLaa                                                            rune = 0x11123
	ChakmaLetterWaa                                                            rune = 0x11124
	ChakmaLetterSaa                                                            rune = 0x11125
	ChakmaLetterHaa                                                            rune = 0x11126
	ChakmaVowelSignA                                                           rune = 0x11127
	ChakmaVowelSignI                                                           rune = 0x11128
	ChakmaVowelSignIi                                                          rune = 0x11129
	ChakmaVowelSignU                                                           rune = 0x1112A
	ChakmaVowelSignUu                                                          rune = 0x1112B
	ChakmaVowelSignE                                                           rune = 0x1112C
	ChakmaVowelSignAi                                                          rune = 0x1112D
	ChakmaVowelSignO                                                           rune = 0x1112E
	ChakmaVowelSignAu                                                          rune = 0x1112F
	ChakmaVowelSignOi                                                          rune = 0x11130
	ChakmaOMark                                                                rune = 0x11131
	ChakmaAuMark                                                               rune = 0x11132
	ChakmaVirama                                                               rune = 0x11133
	ChakmaMaayyaa                                                              rune = 0x11134
	ChakmaDigitZero                                                            rune = 0x11136
	ChakmaDigitOne                                                             rune = 0x11137
	ChakmaDigitTwo                                                             rune = 0x11138
	ChakmaDigitThree                                                           rune = 0x11139
	ChakmaDigitFour                                                            rune = 0x1113A
	ChakmaDigitFive                                                            rune = 0x1113B
	ChakmaDigitSix                                                             rune = 0x1113C
	ChakmaDigitSeven                                                           rune = 0x1113D
	ChakmaDigitEight                                                           rune = 0x1113E
	ChakmaDigitNine                                                            rune = 0x1113F
	ChakmaSectionMark                                                          rune = 0x11140
	ChakmaDanda                                                                rune = 0x11141
	ChakmaDoubleDanda                                                          rune = 0x11142
	ChakmaQuestionMark                                                         rune = 0x11143
	ChakmaLetterLhaa                                                           rune = 0x11144
	ChakmaVowelSignAa                                                          rune = 0x11145
	ChakmaVowelSignEi                                                          rune = 0x11146
	ChakmaLetterVaa                                                            rune = 0x11147
	MahajaniLetterA                                                            rune = 0x11150
	MahajaniLetterI                                                            rune = 0x11151
	MahajaniLetterU                                                            rune = 0x11152
	MahajaniLetterE                                                            rune = 0x11153
	MahajaniLetterO                                                            rune = 0x11154
	MahajaniLetterKa                                                           rune = 0x11155
	MahajaniLetterKha                                                          rune = 0x11156
	MahajaniLetterGa                                                           rune = 0x11157
	MahajaniLetterGha                                                          rune = 0x11158
	MahajaniLetterCa                                                           rune = 0x11159
	MahajaniLetterCha                                                          rune = 0x1115A
	MahajaniLetterJa                                                           rune = 0x1115B
	MahajaniLetterJha                                                          rune = 0x1115C
	MahajaniLetterNya                                                          rune = 0x1115D
	MahajaniLetterTta                                                          rune = 0x1115E
	MahajaniLetterTtha                                                         rune = 0x1115F
	MahajaniLetterDda                                                          rune = 0x11160
	MahajaniLetterDdha                                                         rune = 0x11161
	MahajaniLetterNna                                                          rune = 0x11162
	MahajaniLetterTa                                                           rune = 0x11163
	MahajaniLetterTha                                                          rune = 0x11164
	MahajaniLetterDa                                                           rune = 0x11165
	MahajaniLetterDha                                                          rune = 0x11166
	MahajaniLetterNa                                                           rune = 0x11167
	MahajaniLetterPa                                                           rune = 0x11168
	MahajaniLetterPha                                                          rune = 0x11169
	MahajaniLetterBa                                                           rune = 0x1116A
	MahajaniLetterBha                                                          rune = 0x1116B
	MahajaniLetterMa                                                           rune = 0x1116C
	MahajaniLetterRa                                                           rune = 0x1116D
	MahajaniLetterLa                                                           rune = 0x1116E
	MahajaniLetterVa                                                           rune = 0x1116F
	MahajaniLetterSa                                                           rune = 0x11170
	MahajaniLetterHa                                                           rune = 0x11171
	MahajaniLetterRra                                                          rune = 0x11172
	MahajaniSignNukta                                                          rune = 0x11173
	MahajaniAbbreviationSign                                                   rune = 0x11174
	MahajaniSectionMark                                                        rune = 0x11175
	MahajaniLigatureShri                                                       rune = 0x11176
	SharadaSignCandrabindu                                                     rune = 0x11180
	SharadaSignAnusvara                                                        rune = 0x11181
	SharadaSignVisarga                                                         rune = 0x11182
	SharadaLetterA                                                             rune = 0x11183
	SharadaLetterAa                                                            rune = 0x11184
	SharadaLetterI                                                             rune = 0x11185
	SharadaLetterIi                                                            rune = 0x11186
	SharadaLetterU                                                             rune = 0x11187
	SharadaLetterUu                                                            rune = 0x11188
	SharadaLetterVocalicR                                                      rune = 0x11189
	SharadaLetterVocalicRr                                                     rune = 0x1118A
	SharadaLetterVocalicL                                                      rune = 0x1118B
	SharadaLetterVocalicLl                                                     rune = 0x1118C
	SharadaLetterE                                                             rune = 0x1118D
	SharadaLetterAi                                                            rune = 0x1118E
	SharadaLetterO                                                             rune = 0x1118F
	SharadaLetterAu                                                            rune = 0x11190
	SharadaLetterKa                                                            rune = 0x11191
	SharadaLetterKha                                                           rune = 0x11192
	SharadaLetterGa                                                            rune = 0x11193
	SharadaLetterGha                                                           rune = 0x11194
	SharadaLetterNga                                                           rune = 0x11195
	SharadaLetterCa                                                            rune = 0x11196
	SharadaLetterCha                                                           rune = 0x11197
	SharadaLetterJa                                                            rune = 0x11198
	SharadaLetterJha                                                           rune = 0x11199
	SharadaLetterNya                                                           rune = 0x1119A
	SharadaLetterTta                                                           rune = 0x1119B
	SharadaLetterTtha                                                          rune = 0x1119C
	SharadaLetterDda                                                           rune = 0x1119D
	SharadaLetterDdha                                                          rune = 0x1119E
	SharadaLetterNna                                                           rune = 0x1119F
	SharadaLetterTa                                                            rune = 0x111A0
	SharadaLetterTha                                                           rune = 0x111A1
	SharadaLetterDa                                                            rune = 0x111A2
	SharadaLetterDha                                                           rune = 0x111A3
	SharadaLetterNa                                                            rune = 0x111A4
	SharadaLetterPa                                                            rune = 0x111A5
	SharadaLetterPha                                                           rune = 0x111A6
	SharadaLetterBa                                                            rune = 0x111A7
	SharadaLetterBha                                                           rune = 0x111A8
	SharadaLetterMa                                                            rune = 0x111A9
	SharadaLetterYa                                                            rune = 0x111AA
	SharadaLetterRa                                                            rune = 0x111AB
	SharadaLetterLa                                                            rune = 0x111AC
	SharadaLetterLla                                                           rune = 0x111AD
	SharadaLetterVa                                                            rune = 0x111AE
	SharadaLetterSha                                                           rune = 0x111AF
	SharadaLetterSsa                                                           rune = 0x111B0
	SharadaLetterSa                                                            rune = 0x111B1
	SharadaLetterHa                                                            rune = 0x111B2
	SharadaVowelSignAa                                                         rune = 0x111B3
	SharadaVowelSignI                                                          rune = 0x111B4
	SharadaVowelSignIi                                                         rune = 0x111B5
	SharadaVowelSignU                                                          rune = 0x111B6
	SharadaVowelSignUu                                                         rune = 0x111B7
	SharadaVowelSignVocalicR                                                   rune = 0x111B8
	SharadaVowelSignVocalicRr                                                  rune = 0x111B9
	SharadaVowelSignVocalicL                                                   rune = 0x111BA
	SharadaVowelSignVocalicLl                                                  rune = 0x111BB
	SharadaVowelSignE                                                          rune = 0x111BC
	SharadaVowelSignAi                                                         rune = 0x111BD
	SharadaVowelSignO                                                          rune = 0x111BE
	SharadaVowelSignAu                                                         rune = 0x111BF
	SharadaSignVirama                                                          rune = 0x111C0
	SharadaSignAvagraha                                                        rune = 0x111C1
	SharadaSignJihvamuliya                                                     rune = 0x111C2
	SharadaSignUpadhmaniya                                                     rune = 0x111C3
	SharadaOm                                                                  rune = 0x111C4
	SharadaDanda                                                               rune = 0x111C5
	SharadaDoubleDanda                                                         rune = 0x111C6
	SharadaAbbreviationSign                                                    rune = 0x111C7
	SharadaSeparator                                                           rune = 0x111C8
	SharadaSandhiMark                                                          rune = 0x111C9
	SharadaSignNukta                                                           rune = 0x111CA
	SharadaVowelModifierMark                                                   rune = 0x111CB
	SharadaExtraShortVowelMark                                                 rune = 0x111CC
	SharadaSutraMark                                                           rune = 0x111CD
	SharadaVowelSignPrishthamatraE                                             rune = 0x111CE
	SharadaSignInvertedCandrabindu                                             rune = 0x111CF
	SharadaDigitZero                                                           rune = 0x111D0
	SharadaDigitOne                                                            rune = 0x111D1
	SharadaDigitTwo                                                            rune = 0x111D2
	SharadaDigitThree                                                          rune = 0x111D3
	SharadaDigitFour                                                           rune = 0x111D4
	SharadaDigitFive                                                           rune = 0x111D5
	SharadaDigitSix                                                            rune = 0x111D6
	SharadaDigitSeven                                                          rune = 0x111D7
	SharadaDigitEight                                                          rune = 0x111D8
	SharadaDigitNine                                                           rune = 0x111D9
	SharadaEkam                                                                rune = 0x111DA
	SharadaSignSiddham                                                         rune = 0x111DB
	SharadaHeadstroke                                                          rune = 0x111DC
	SharadaContinuationSign                                                    rune = 0x111DD
	SharadaSectionMark1                                                        rune = 0x111DE
	SharadaSectionMark2                                                        rune = 0x111DF
	SinhalaArchaicDigitOne                                                     rune = 0x111E1
	SinhalaArchaicDigitTwo                                                     rune = 0x111E2
	SinhalaArchaicDigitThree                                                   rune = 0x111E3
	SinhalaArchaicDigitFour                                                    rune = 0x111E4
	SinhalaArchaicDigitFive                                                    rune = 0x111E5
	SinhalaArchaicDigitSix                                                     rune = 0x111E6
	SinhalaArchaicDigitSeven                                                   rune = 0x111E7
	SinhalaArchaicDigitEight                                                   rune = 0x111E8
	SinhalaArchaicDigitNine                                                    rune = 0x111E9
	SinhalaArchaicNumberTen                                                    rune = 0x111EA
	SinhalaArchaicNumberTwenty                                                 rune = 0x111EB
	SinhalaArchaicNumberThirty                                                 rune = 0x111EC
	SinhalaArchaicNumberForty                                                  rune = 0x111ED
	SinhalaArchaicNumberFifty                                                  rune = 0x111EE
	SinhalaArchaicNumberSixty                                                  rune = 0x111EF
	SinhalaArchaicNumberSeventy                                                rune = 0x111F0
	SinhalaArchaicNumberEighty                                                 rune = 0x111F1
	SinhalaArchaicNumberNinety                                                 rune = 0x111F2
	SinhalaArchaicNumberOneHundred                                             rune = 0x111F3
	SinhalaArchaicNumberOneThousand                                            rune = 0x111F4
	KhojkiLetterA                                                              rune = 0x11200
	KhojkiLetterAa                                                             rune = 0x11201
	KhojkiLetterI                                                              rune = 0x11202
	KhojkiLetterU                                                              rune = 0x11203
	KhojkiLetterE                                                              rune = 0x11204
	KhojkiLetterAi                                                             rune = 0x11205
	KhojkiLetterO                                                              rune = 0x11206
	KhojkiLetterAu                                                             rune = 0x11207
	KhojkiLetterKa                                                             rune = 0x11208
	KhojkiLetterKha                                                            rune = 0x11209
	KhojkiLetterGa                                                             rune = 0x1120A
	KhojkiLetterGga                                                            rune = 0x1120B
	KhojkiLetterGha                                                            rune = 0x1120C
	KhojkiLetterNga                                                            rune = 0x1120D
	KhojkiLetterCa                                                             rune = 0x1120E
	KhojkiLetterCha                                                            rune = 0x1120F
	KhojkiLetterJa                                                             rune = 0x11210
	KhojkiLetterJja                                                            rune = 0x11211
	KhojkiLetterNya                                                            rune = 0x11213
	KhojkiLetterTta                                                            rune = 0x11214
	KhojkiLetterTtha                                                           rune = 0x11215
	KhojkiLetterDda                                                            rune = 0x11216
	KhojkiLetterDdha                                                           rune = 0x11217
	KhojkiLetterNna                                                            rune = 0x11218
	KhojkiLetterTa                                                             rune = 0x11219
	KhojkiLetterTha                                                            rune = 0x1121A
	KhojkiLetterDa                                                             rune = 0x1121B
	KhojkiLetterDdda                                                           rune = 0x1121C
	KhojkiLetterDha                                                            rune = 0x1121D
	KhojkiLetterNa                                                             rune = 0x1121E
	KhojkiLetterPa                                                             rune = 0x1121F
	KhojkiLetterPha                                                            rune = 0x11220
	KhojkiLetterBa                                                             rune = 0x11221
	KhojkiLetterBba                                                            rune = 0x11222
	KhojkiLetterBha                                                            rune = 0x11223
	KhojkiLetterMa                                                             rune = 0x11224
	KhojkiLetterYa                                                             rune = 0x11225
	KhojkiLetterRa                                                             rune = 0x11226
	KhojkiLetterLa                                                             rune = 0x11227
	KhojkiLetterVa                                                             rune = 0x11228
	KhojkiLetterSa                                                             rune = 0x11229
	KhojkiLetterHa                                                             rune = 0x1122A
	KhojkiLetterLla                                                            rune = 0x1122B
	KhojkiVowelSignAa                                                          rune = 0x1122C
	KhojkiVowelSignI                                                           rune = 0x1122D
	KhojkiVowelSignIi                                                          rune = 0x1122E
	KhojkiVowelSignU                                                           rune = 0x1122F
	KhojkiVowelSignE                                                           rune = 0x11230
	KhojkiVowelSignAi                                                          rune = 0x11231
	KhojkiVowelSignO                                                           rune = 0x11232
	KhojkiVowelSignAu                                                          rune = 0x11233
	KhojkiSignAnusvara                                                         rune = 0x11234
	KhojkiSignVirama                                                           rune = 0x11235
	KhojkiSignNukta                                                            rune = 0x11236
	KhojkiSignShadda                                                           rune = 0x11237
	KhojkiDanda                                                                rune = 0x11238
	KhojkiDoubleDanda                                                          rune = 0x11239
	KhojkiWordSeparator                                                        rune = 0x1123A
	KhojkiSectionMark                                                          rune = 0x1123B
	KhojkiDoubleSectionMark                                                    rune = 0x1123C
	KhojkiAbbreviationSign                                                     rune = 0x1123D
	KhojkiSignSukun                                                            rune = 0x1123E
	MultaniLetterA                                                             rune = 0x11280
	MultaniLetterI                                                             rune = 0x11281
	MultaniLetterU                                                             rune = 0x11282
	MultaniLetterE                                                             rune = 0x11283
	MultaniLetterKa                                                            rune = 0x11284
	MultaniLetterKha                                                           rune = 0x11285
	MultaniLetterGa                                                            rune = 0x11286
	MultaniLetterGha                                                           rune = 0x11288
	MultaniLetterCa                                                            rune = 0x1128A
	MultaniLetterCha                                                           rune = 0x1128B
	MultaniLetterJa                                                            rune = 0x1128C
	MultaniLetterJja                                                           rune = 0x1128D
	MultaniLetterNya                                                           rune = 0x1128F
	MultaniLetterTta                                                           rune = 0x11290
	MultaniLetterTtha                                                          rune = 0x11291
	MultaniLetterDda                                                           rune = 0x11292
	MultaniLetterDdda                                                          rune = 0x11293
	MultaniLetterDdha                                                          rune = 0x11294
	MultaniLetterNna                                                           rune = 0x11295
	MultaniLetterTa                                                            rune = 0x11296
	MultaniLetterTha                                                           rune = 0x11297
	MultaniLetterDa                                                            rune = 0x11298
	MultaniLetterDha                                                           rune = 0x11299
	MultaniLetterNa                                                            rune = 0x1129A
	MultaniLetterPa                                                            rune = 0x1129B
	MultaniLetterPha                                                           rune = 0x1129C
	MultaniLetterBa                                                            rune = 0x1129D
	MultaniLetterBha                                                           rune = 0x1129F
	MultaniLetterMa                                                            rune = 0x112A0
	MultaniLetterYa                                                            rune = 0x112A1
	MultaniLetterRa                                                            rune = 0x112A2
	MultaniLetterLa                                                            rune = 0x112A3
	MultaniLetterVa                                                            rune = 0x112A4
	MultaniLetterSa                                                            rune = 0x112A5
	MultaniLetterHa                                                            rune = 0x112A6
	MultaniLetterRra                                                           rune = 0x112A7
	MultaniLetterRha                                                           rune = 0x112A8
	MultaniSectionMark                                                         rune = 0x112A9
	KhudawadiLetterA                                                           rune = 0x112B0
	KhudawadiLetterAa                                                          rune = 0x112B1
	KhudawadiLetterI                                                           rune = 0x112B2
	KhudawadiLetterIi                                                          rune = 0x112B3
	KhudawadiLetterU                                                           rune = 0x112B4
	KhudawadiLetterUu                                                          rune = 0x112B5
	KhudawadiLetterE                                                           rune = 0x112B6
	KhudawadiLetterAi                                                          rune = 0x112B7
	KhudawadiLetterO                                                           rune = 0x112B8
	KhudawadiLetterAu                                                          rune = 0x112B9
	KhudawadiLetterKa                                                          rune = 0x112BA
	KhudawadiLetterKha                                                         rune = 0x112BB
	KhudawadiLetterGa                                                          rune = 0x112BC
	KhudawadiLetterGga                                                         rune = 0x112BD
	KhudawadiLetterGha                                                         rune = 0x112BE
	KhudawadiLetterNga                                                         rune = 0x112BF
	KhudawadiLetterCa                                                          rune = 0x112C0
	KhudawadiLetterCha                                                         rune = 0x112C1
	KhudawadiLetterJa                                                          rune = 0x112C2
	KhudawadiLetterJja                                                         rune = 0x112C3
	KhudawadiLetterJha                                                         rune = 0x112C4
	KhudawadiLetterNya                                                         rune = 0x112C5
	KhudawadiLetterTta                                                         rune = 0x112C6
	KhudawadiLetterTtha                                                        rune = 0x112C7
	KhudawadiLetterDda                                                         rune = 0x112C8
	KhudawadiLetterDdda                                                        rune = 0x112C9
	KhudawadiLetterRra                                                         rune = 0x112CA
	KhudawadiLetterDdha                                                        rune = 0x112CB
	KhudawadiLetterNna                                                         rune = 0x112CC
	KhudawadiLetterTa                                                          rune = 0x112CD
	KhudawadiLetterTha                                                         rune = 0x112CE
	KhudawadiLetterDa                                                          rune = 0x112CF
	KhudawadiLetterDha                                                         rune = 0x112D0
	KhudawadiLetterNa                                                          rune = 0x112D1
	KhudawadiLetterPa                                                          rune = 0x112D2
	KhudawadiLetterPha                                                         rune = 0x112D3
	KhudawadiLetterBa                                                          rune = 0x112D4
	KhudawadiLetterBba                                                         rune = 0x112D5
	KhudawadiLetterBha                                                         rune = 0x112D6
	KhudawadiLetterMa                                                          rune = 0x112D7
	KhudawadiLetterYa                                                          rune = 0x112D8
	KhudawadiLetterRa                                                          rune = 0x112D9
	KhudawadiLetterLa                                                          rune = 0x112DA
	KhudawadiLetterVa                                                          rune = 0x112DB
	KhudawadiLetterSha                                                         rune = 0x112DC
	KhudawadiLetterSa                                                          rune = 0x112DD
	KhudawadiLetterHa                                                          rune = 0x112DE
	KhudawadiSignAnusvara                                                      rune = 0x112DF
	KhudawadiVowelSignAa                                                       rune = 0x112E0
	KhudawadiVowelSignI                                                        rune = 0x112E1
	KhudawadiVowelSignIi                                                       rune = 0x112E2
	KhudawadiVowelSignU                                                        rune = 0x112E3
	KhudawadiVowelSignUu                                                       rune = 0x112E4
	KhudawadiVowelSignE                                                        rune = 0x112E5
	KhudawadiVowelSignAi                                                       rune = 0x112E6
	KhudawadiVowelSignO                                                        rune = 0x112E7
	KhudawadiVowelSignAu                                                       rune = 0x112E8
	KhudawadiSignNukta                                                         rune = 0x112E9
	KhudawadiSignVirama                                                        rune = 0x112EA
	KhudawadiDigitZero                                                         rune = 0x112F0
	KhudawadiDigitOne                                                          rune = 0x112F1
	KhudawadiDigitTwo                                                          rune = 0x112F2
	KhudawadiDigitThree                                                        rune = 0x112F3
	KhudawadiDigitFour                                                         rune = 0x112F4
	KhudawadiDigitFive                                                         rune = 0x112F5
	KhudawadiDigitSix                                                          rune = 0x112F6
	KhudawadiDigitSeven                                                        rune = 0x112F7
	KhudawadiDigitEight                                                        rune = 0x112F8
	KhudawadiDigitNine                                                         rune = 0x112F9
	GranthaSignCombiningAnusvaraAbove                                          rune = 0x11300
	GranthaSignCandrabindu                                                     rune = 0x11301
	GranthaSignAnusvara                                                        rune = 0x11302
	GranthaSignVisarga                                                         rune = 0x11303
	GranthaLetterA                                                             rune = 0x11305
	GranthaLetterAa                                                            rune = 0x11306
	GranthaLetterI                                                             rune = 0x11307
	GranthaLetterIi                                                            rune = 0x11308
	GranthaLetterU                                                             rune = 0x11309
	GranthaLetterUu                                                            rune = 0x1130A
	GranthaLetterVocalicR                                                      rune = 0x1130B
	GranthaLetterVocalicL                                                      rune = 0x1130C
	GranthaLetterEe                                                            rune = 0x1130F
	GranthaLetterAi                                                            rune = 0x11310
	GranthaLetterOo                                                            rune = 0x11313
	GranthaLetterAu                                                            rune = 0x11314
	GranthaLetterKa                                                            rune = 0x11315
	GranthaLetterKha                                                           rune = 0x11316
	GranthaLetterGa                                                            rune = 0x11317
	GranthaLetterGha                                                           rune = 0x11318
	GranthaLetterNga                                                           rune = 0x11319
	GranthaLetterCa                                                            rune = 0x1131A
	GranthaLetterCha                                                           rune = 0x1131B
	GranthaLetterJa                                                            rune = 0x1131C
	GranthaLetterJha                                                           rune = 0x1131D
	GranthaLetterNya                                                           rune = 0x1131E
	GranthaLetterTta                                                           rune = 0x1131F
	GranthaLetterTtha                                                          rune = 0x11320
	GranthaLetterDda                                                           rune = 0x11321
	GranthaLetterDdha                                                          rune = 0x11322
	GranthaLetterNna                                                           rune = 0x11323
	GranthaLetterTa                                                            rune = 0x11324
	GranthaLetterTha                                                           rune = 0x11325
	GranthaLetterDa                                                            rune = 0x11326
	GranthaLetterDha                                                           rune = 0x11327
	GranthaLetterNa                                                            rune = 0x11328
	GranthaLetterPa                                                            rune = 0x1132A
	GranthaLetterPha                                                           rune = 0x1132B
	GranthaLetterBa                                                            rune = 0x1132C
	GranthaLetterBha                                                           rune = 0x1132D
	GranthaLetterMa                                                            rune = 0x1132E
	GranthaLetterYa                                                            rune = 0x1132F
	GranthaLetterRa                                                            rune = 0x11330
	GranthaLetterLa                                                            rune = 0x11332
	GranthaLetterLla                                                           rune = 0x11333
	GranthaLetterVa                                                            rune = 0x11335
	GranthaLetterSha                                                           rune = 0x11336
	GranthaLetterSsa                                                           rune = 0x11337
	GranthaLetterSa                                                            rune = 0x11338
	GranthaLetterHa                                                            rune = 0x11339
	CombiningBinduBelow                                                        rune = 0x1133B
	GranthaSignNukta                                                           rune = 0x1133C
	GranthaSignAvagraha                                                        rune = 0x1133D
	GranthaVowelSignAa                                                         rune = 0x1133E
	GranthaVowelSignI                                                          rune = 0x1133F
	GranthaVowelSignIi                                                         rune = 0x11340
	GranthaVowelSignU                                                          rune = 0x11341
	GranthaVowelSignUu                                                         rune = 0x11342
	GranthaVowelSignVocalicR                                                   rune = 0x11343
	GranthaVowelSignVocalicRr                                                  rune = 0x11344
	GranthaVowelSignEe                                                         rune = 0x11347
	GranthaVowelSignAi                                                         rune = 0x11348
	GranthaVowelSignOo                                                         rune = 0x1134B
	GranthaVowelSignAu                                                         rune = 0x1134C
	GranthaSignVirama                                                          rune = 0x1134D
	GranthaOm                                                                  rune = 0x11350
	GranthaAuLengthMark                                                        rune = 0x11357
	GranthaSignPluta                                                           rune = 0x1135D
	GranthaLetterVedicAnusvara                                                 rune = 0x1135E
	GranthaLetterVedicDoubleAnusvara                                           rune = 0x1135F
	GranthaLetterVocalicRr                                                     rune = 0x11360
	GranthaLetterVocalicLl                                                     rune = 0x11361
	GranthaVowelSignVocalicL                                                   rune = 0x11362
	GranthaVowelSignVocalicLl                                                  rune = 0x11363
	CombiningGranthaDigitZero                                                  rune = 0x11366
	CombiningGranthaDigitOne                                                   rune = 0x11367
	CombiningGranthaDigitTwo                                                   rune = 0x11368
	CombiningGranthaDigitThree                                                 rune = 0x11369
	CombiningGranthaDigitFour                                                  rune = 0x1136A
	CombiningGranthaDigitFive                                                  rune = 0x1136B
	CombiningGranthaDigitSix                                                   rune = 0x1136C
	CombiningGranthaLetterA                                                    rune = 0x11370
	CombiningGranthaLetterKa                                                   rune = 0x11371
	CombiningGranthaLetterNa                                                   rune = 0x11372
	CombiningGranthaLetterVi                                                   rune = 0x11373
	CombiningGranthaLetterPa                                                   rune = 0x11374
	NewaLetterA                                                                rune = 0x11400
	NewaLetterAa                                                               rune = 0x11401
	NewaLetterI                                                                rune = 0x11402
	NewaLetterIi                                                               rune = 0x11403
	NewaLetterU                                                                rune = 0x11404
	NewaLetterUu                                                               rune = 0x11405
	NewaLetterVocalicR                                                         rune = 0x11406
	NewaLetterVocalicRr                                                        rune = 0x11407
	NewaLetterVocalicL                                                         rune = 0x11408
	NewaLetterVocalicLl                                                        rune = 0x11409
	NewaLetterE                                                                rune = 0x1140A
	NewaLetterAi                                                               rune = 0x1140B
	NewaLetterO                                                                rune = 0x1140C
	NewaLetterAu                                                               rune = 0x1140D
	NewaLetterKa                                                               rune = 0x1140E
	NewaLetterKha                                                              rune = 0x1140F
	NewaLetterGa                                                               rune = 0x11410
	NewaLetterGha                                                              rune = 0x11411
	NewaLetterNga                                                              rune = 0x11412
	NewaLetterNgha                                                             rune = 0x11413
	NewaLetterCa                                                               rune = 0x11414
	NewaLetterCha                                                              rune = 0x11415
	NewaLetterJa                                                               rune = 0x11416
	NewaLetterJha                                                              rune = 0x11417
	NewaLetterNya                                                              rune = 0x11418
	NewaLetterNyha                                                             rune = 0x11419
	NewaLetterTta                                                              rune = 0x1141A
	NewaLetterTtha                                                             rune = 0x1141B
	NewaLetterDda                                                              rune = 0x1141C
	NewaLetterDdha                                                             rune = 0x1141D
	NewaLetterNna                                                              rune = 0x1141E
	NewaLetterTa                                                               rune = 0x1141F
	NewaLetterTha                                                              rune = 0x11420
	NewaLetterDa                                                               rune = 0x11421
	NewaLetterDha                                                              rune = 0x11422
	NewaLetterNa                                                               rune = 0x11423
	NewaLetterNha                                                              rune = 0x11424
	NewaLetterPa                                                               rune = 0x11425
	NewaLetterPha                                                              rune = 0x11426
	NewaLetterBa                                                               rune = 0x11427
	NewaLetterBha                                                              rune = 0x11428
	NewaLetterMa                                                               rune = 0x11429
	NewaLetterMha                                                              rune = 0x1142A
	NewaLetterYa                                                               rune = 0x1142B
	NewaLetterRa                                                               rune = 0x1142C
	NewaLetterRha                                                              rune = 0x1142D
	NewaLetterLa                                                               rune = 0x1142E
	NewaLetterLha                                                              rune = 0x1142F
	NewaLetterWa                                                               rune = 0x11430
	NewaLetterSha                                                              rune = 0x11431
	NewaLetterSsa                                                              rune = 0x11432
	NewaLetterSa                                                               rune = 0x11433
	NewaLetterHa                                                               rune = 0x11434
	NewaVowelSignAa                                                            rune = 0x11435
	NewaVowelSignI                                                             rune = 0x11436
	NewaVowelSignIi                                                            rune = 0x11437
	NewaVowelSignU                                                             rune = 0x11438
	NewaVowelSignUu                                                            rune = 0x11439
	NewaVowelSignVocalicR                                                      rune = 0x1143A
	NewaVowelSignVocalicRr                                                     rune = 0x1143B
	NewaVowelSignVocalicL                                                      rune = 0x1143C
	NewaVowelSignVocalicLl                                                     rune = 0x1143D
	NewaVowelSignE                                                             rune = 0x1143E
	NewaVowelSignAi                                                            rune = 0x1143F
	NewaVowelSignO                                                             rune = 0x11440
	NewaVowelSignAu                                                            rune = 0x11441
	NewaSignVirama                                                             rune = 0x11442
	NewaSignCandrabindu                                                        rune = 0x11443
	NewaSignAnusvara                                                           rune = 0x11444
	NewaSignVisarga                                                            rune = 0x11445
	NewaSignNukta                                                              rune = 0x11446
	NewaSignAvagraha                                                           rune = 0x11447
	NewaSignFinalAnusvara                                                      rune = 0x11448
	NewaOm                                                                     rune = 0x11449
	NewaSiddhi                                                                 rune = 0x1144A
	NewaDanda                                                                  rune = 0x1144B
	NewaDoubleDanda                                                            rune = 0x1144C
	NewaComma                                                                  rune = 0x1144D
	NewaGapFiller                                                              rune = 0x1144E
	NewaAbbreviationSign                                                       rune = 0x1144F
	NewaDigitZero                                                              rune = 0x11450
	NewaDigitOne                                                               rune = 0x11451
	NewaDigitTwo                                                               rune = 0x11452
	NewaDigitThree                                                             rune = 0x11453
	NewaDigitFour                                                              rune = 0x11454
	NewaDigitFive                                                              rune = 0x11455
	NewaDigitSix                                                               rune = 0x11456
	NewaDigitSeven                                                             rune = 0x11457
	NewaDigitEight                                                             rune = 0x11458
	NewaDigitNine                                                              rune = 0x11459
	NewaDoubleComma                                                            rune = 0x1145A
	NewaPlaceholderMark                                                        rune = 0x1145B
	NewaInsertionSign                                                          rune = 0x1145D
	NewaSandhiMark                                                             rune = 0x1145E
	NewaLetterVedicAnusvara                                                    rune = 0x1145F
	NewaSignJihvamuliya                                                        rune = 0x11460
	NewaSignUpadhmaniya                                                        rune = 0x11461
	TirhutaAnji                                                                rune = 0x11480
	TirhutaLetterA                                                             rune = 0x11481
	TirhutaLetterAa                                                            rune = 0x11482
	TirhutaLetterI                                                             rune = 0x11483
	TirhutaLetterIi                                                            rune = 0x11484
	TirhutaLetterU                                                             rune = 0x11485
	TirhutaLetterUu                                                            rune = 0x11486
	TirhutaLetterVocalicR                                                      rune = 0x11487
	TirhutaLetterVocalicRr                                                     rune = 0x11488
	TirhutaLetterVocalicL                                                      rune = 0x11489
	TirhutaLetterVocalicLl                                                     rune = 0x1148A
	TirhutaLetterE                                                             rune = 0x1148B
	TirhutaLetterAi                                                            rune = 0x1148C
	TirhutaLetterO                                                             rune = 0x1148D
	TirhutaLetterAu                                                            rune = 0x1148E
	TirhutaLetterKa                                                            rune = 0x1148F
	TirhutaLetterKha                                                           rune = 0x11490
	TirhutaLetterGa                                                            rune = 0x11491
	TirhutaLetterGha                                                           rune = 0x11492
	TirhutaLetterNga                                                           rune = 0x11493
	TirhutaLetterCa                                                            rune = 0x11494
	TirhutaLetterCha                                                           rune = 0x11495
	TirhutaLetterJa                                                            rune = 0x11496
	TirhutaLetterJha                                                           rune = 0x11497
	TirhutaLetterNya                                                           rune = 0x11498
	TirhutaLetterTta                                                           rune = 0x11499
	TirhutaLetterTtha                                                          rune = 0x1149A
	TirhutaLetterDda                                                           rune = 0x1149B
	TirhutaLetterDdha                                                          rune = 0x1149C
	TirhutaLetterNna                                                           rune = 0x1149D
	TirhutaLetterTa                                                            rune = 0x1149E
	TirhutaLetterTha                                                           rune = 0x1149F
	TirhutaLetterDa                                                            rune = 0x114A0
	TirhutaLetterDha                                                           rune = 0x114A1
	TirhutaLetterNa                                                            rune = 0x114A2
	TirhutaLetterPa                                                            rune = 0x114A3
	TirhutaLetterPha                                                           rune = 0x114A4
	TirhutaLetterBa                                                            rune = 0x114A5
	TirhutaLetterBha                                                           rune = 0x114A6
	TirhutaLetterMa                                                            rune = 0x114A7
	TirhutaLetterYa                                                            rune = 0x114A8
	TirhutaLetterRa                                                            rune = 0x114A9
	TirhutaLetterLa                                                            rune = 0x114AA
	TirhutaLetterVa                                                            rune = 0x114AB
	TirhutaLetterSha                                                           rune = 0x114AC
	TirhutaLetterSsa                                                           rune = 0x114AD
	TirhutaLetterSa                                                            rune = 0x114AE
	TirhutaLetterHa                                                            rune = 0x114AF
	TirhutaVowelSignAa                                                         rune = 0x114B0
	TirhutaVowelSignI                                                          rune = 0x114B1
	TirhutaVowelSignIi                                                         rune = 0x114B2
	TirhutaVowelSignU                                                          rune = 0x114B3
	TirhutaVowelSignUu                                                         rune = 0x114B4
	TirhutaVowelSignVocalicR                                                   rune = 0x114B5
	TirhutaVowelSignVocalicRr                                                  rune = 0x114B6
	TirhutaVowelSignVocalicL                                                   rune = 0x114B7
	TirhutaVowelSignVocalicLl                                                  rune = 0x114B8
	TirhutaVowelSignE                                                          rune = 0x114B9
	TirhutaVowelSignShortE                                                     rune = 0x114BA
	TirhutaVowelSignAi                                                         rune = 0x114BB
	TirhutaVowelSignO                                                          rune = 0x114BC
	TirhutaVowelSignShortO                                                     rune = 0x114BD
	TirhutaVowelSignAu                                                         rune = 0x114BE
	TirhutaSignCandrabindu                                                     rune = 0x114BF
	TirhutaSignAnusvara                                                        rune = 0x114C0
	TirhutaSignVisarga                                                         rune = 0x114C1
	TirhutaSignVirama                                                          rune = 0x114C2
	TirhutaSignNukta                                                           rune = 0x114C3
	TirhutaSignAvagraha                                                        rune = 0x114C4
	TirhutaGvang                                                               rune = 0x114C5
	TirhutaAbbreviationSign                                                    rune = 0x114C6
	TirhutaOm                                                                  rune = 0x114C7
	TirhutaDigitZero                                                           rune = 0x114D0
	TirhutaDigitOne                                                            rune = 0x114D1
	TirhutaDigitTwo                                                            rune = 0x114D2
	TirhutaDigitThree                                                          rune = 0x114D3
	TirhutaDigitFour                                                           rune = 0x114D4
	TirhutaDigitFive                                                           rune = 0x114D5
	TirhutaDigitSix                                                            rune = 0x114D6
	TirhutaDigitSeven                                                          rune = 0x114D7
	TirhutaDigitEight                                                          rune = 0x114D8
	TirhutaDigitNine                                                           rune = 0x114D9
	SiddhamLetterA                                                             rune = 0x11580
	SiddhamLetterAa                                                            rune = 0x11581
	SiddhamLetterI                                                             rune = 0x11582
	SiddhamLetterIi                                                            rune = 0x11583
	SiddhamLetterU                                                             rune = 0x11584
	SiddhamLetterUu                                                            rune = 0x11585
	SiddhamLetterVocalicR                                                      rune = 0x11586
	SiddhamLetterVocalicRr                                                     rune = 0x11587
	SiddhamLetterVocalicL                                                      rune = 0x11588
	SiddhamLetterVocalicLl                                                     rune = 0x11589
	SiddhamLetterE                                                             rune = 0x1158A
	SiddhamLetterAi                                                            rune = 0x1158B
	SiddhamLetterO                                                             rune = 0x1158C
	SiddhamLetterAu                                                            rune = 0x1158D
	SiddhamLetterKa                                                            rune = 0x1158E
	SiddhamLetterKha                                                           rune = 0x1158F
	SiddhamLetterGa                                                            rune = 0x11590
	SiddhamLetterGha                                                           rune = 0x11591
	SiddhamLetterNga                                                           rune = 0x11592
	SiddhamLetterCa                                                            rune = 0x11593
	SiddhamLetterCha                                                           rune = 0x11594
	SiddhamLetterJa                                                            rune = 0x11595
	SiddhamLetterJha                                                           rune = 0x11596
	SiddhamLetterNya                                                           rune = 0x11597
	SiddhamLetterTta                                                           rune = 0x11598
	SiddhamLetterTtha                                                          rune = 0x11599
	SiddhamLetterDda                                                           rune = 0x1159A
	SiddhamLetterDdha                                                          rune = 0x1159B
	SiddhamLetterNna                                                           rune = 0x1159C
	SiddhamLetterTa                                                            rune = 0x1159D
	SiddhamLetterTha                                                           rune = 0x1159E
	SiddhamLetterDa                                                            rune = 0x1159F
	SiddhamLetterDha                                                           rune = 0x115A0
	SiddhamLetterNa                                                            rune = 0x115A1
	SiddhamLetterPa                                                            rune = 0x115A2
	SiddhamLetterPha                                                           rune = 0x115A3
	SiddhamLetterBa                                                            rune = 0x115A4
	SiddhamLetterBha                                                           rune = 0x115A5
	SiddhamLetterMa                                                            rune = 0x115A6
	SiddhamLetterYa                                                            rune = 0x115A7
	SiddhamLetterRa                                                            rune = 0x115A8
	SiddhamLetterLa                                                            rune = 0x115A9
	SiddhamLetterVa                                                            rune = 0x115AA
	SiddhamLetterSha                                                           rune = 0x115AB
	SiddhamLetterSsa                                                           rune = 0x115AC
	SiddhamLetterSa                                                            rune = 0x115AD
	SiddhamLetterHa                                                            rune = 0x115AE
	SiddhamVowelSignAa                                                         rune = 0x115AF
	SiddhamVowelSignI                                                          rune = 0x115B0
	SiddhamVowelSignIi                                                         rune = 0x115B1
	SiddhamVowelSignU                                                          rune = 0x115B2
	SiddhamVowelSignUu                                                         rune = 0x115B3
	SiddhamVowelSignVocalicR                                                   rune = 0x115B4
	SiddhamVowelSignVocalicRr                                                  rune = 0x115B5
	SiddhamVowelSignE                                                          rune = 0x115B8
	SiddhamVowelSignAi                                                         rune = 0x115B9
	SiddhamVowelSignO                                                          rune = 0x115BA
	SiddhamVowelSignAu                                                         rune = 0x115BB
	SiddhamSignCandrabindu                                                     rune = 0x115BC
	SiddhamSignAnusvara                                                        rune = 0x115BD
	SiddhamSignVisarga                                                         rune = 0x115BE
	SiddhamSignVirama                                                          rune = 0x115BF
	SiddhamSignNukta                                                           rune = 0x115C0
	SiddhamSignSiddham                                                         rune = 0x115C1
	SiddhamDanda                                                               rune = 0x115C2
	SiddhamDoubleDanda                                                         rune = 0x115C3
	SiddhamSeparatorDot                                                        rune = 0x115C4
	SiddhamSeparatorBar                                                        rune = 0x115C5
	SiddhamRepetitionMark1                                                     rune = 0x115C6
	SiddhamRepetitionMark2                                                     rune = 0x115C7
	SiddhamRepetitionMark3                                                     rune = 0x115C8
	SiddhamEndOfTextMark                                                       rune = 0x115C9
	SiddhamSectionMarkWithTridentAndUShapedOrnaments                           rune = 0x115CA
	SiddhamSectionMarkWithTridentAndDottedCrescents                            rune = 0x115CB
	SiddhamSectionMarkWithRaysAndDottedCrescents                               rune = 0x115CC
	SiddhamSectionMarkWithRaysAndDottedDoubleCrescents                         rune = 0x115CD
	SiddhamSectionMarkWithRaysAndDottedTripleCrescents                         rune = 0x115CE
	SiddhamSectionMarkDoubleRing                                               rune = 0x115CF
	SiddhamSectionMarkDoubleRingWithRays                                       rune = 0x115D0
	SiddhamSectionMarkWithDoubleCrescents                                      rune = 0x115D1
	SiddhamSectionMarkWithTripleCrescents                                      rune = 0x115D2
	SiddhamSectionMarkWithQuadrupleCrescents                                   rune = 0x115D3
	SiddhamSectionMarkWithSeptupleCrescents                                    rune = 0x115D4
	SiddhamSectionMarkWithCirclesAndRays                                       rune = 0x115D5
	SiddhamSectionMarkWithCirclesAndTwoEnclosures                              rune = 0x115D6
	SiddhamSectionMarkWithCirclesAndFourEnclosures                             rune = 0x115D7
	SiddhamLetterThreeCircleAlternateI                                         rune = 0x115D8
	SiddhamLetterTwoCircleAlternateI                                           rune = 0x115D9
	SiddhamLetterTwoCircleAlternateIi                                          rune = 0x115DA
	SiddhamLetterAlternateU                                                    rune = 0x115DB
	SiddhamVowelSignAlternateU                                                 rune = 0x115DC
	SiddhamVowelSignAlternateUu                                                rune = 0x115DD
	ModiLetterA                                                                rune = 0x11600
	ModiLetterAa                                                               rune = 0x11601
	ModiLetterI                                                                rune = 0x11602
	ModiLetterIi                                                               rune = 0x11603
	ModiLetterU                                                                rune = 0x11604
	ModiLetterUu                                                               rune = 0x11605
	ModiLetterVocalicR                                                         rune = 0x11606
	ModiLetterVocalicRr                                                        rune = 0x11607
	ModiLetterVocalicL                                                         rune = 0x11608
	ModiLetterVocalicLl                                                        rune = 0x11609
	ModiLetterE                                                                rune = 0x1160A
	ModiLetterAi                                                               rune = 0x1160B
	ModiLetterO                                                                rune = 0x1160C
	ModiLetterAu                                                               rune = 0x1160D
	ModiLetterKa                                                               rune = 0x1160E
	ModiLetterKha                                                              rune = 0x1160F
	ModiLetterGa                                                               rune = 0x11610
	ModiLetterGha                                                              rune = 0x11611
	ModiLetterNga                                                              rune = 0x11612
	ModiLetterCa                                                               rune = 0x11613
	ModiLetterCha                                                              rune = 0x11614
	ModiLetterJa                                                               rune = 0x11615
	ModiLetterJha                                                              rune = 0x11616
	ModiLetterNya                                                              rune = 0x11617
	ModiLetterTta                                                              rune = 0x11618
	ModiLetterTtha                                                             rune = 0x11619
	ModiLetterDda                                                              rune = 0x1161A
	ModiLetterDdha                                                             rune = 0x1161B
	ModiLetterNna                                                              rune = 0x1161C
	ModiLetterTa                                                               rune = 0x1161D
	ModiLetterTha                                                              rune = 0x1161E
	ModiLetterDa                                                               rune = 0x1161F
	ModiLetterDha                                                              rune = 0x11620
	ModiLetterNa                                                               rune = 0x11621
	ModiLetterPa                                                               rune = 0x11622
	ModiLetterPha                                                              rune = 0x11623
	ModiLetterBa                                                               rune = 0x11624
	ModiLetterBha                                                              rune = 0x11625
	ModiLetterMa                                                               rune = 0x11626
	ModiLetterYa                                                               rune = 0x11627
	ModiLetterRa                                                               rune = 0x11628
	ModiLetterLa                                                               rune = 0x11629
	ModiLetterVa                                                               rune = 0x1162A
	ModiLetterSha                                                              rune = 0x1162B
	ModiLetterSsa                                                              rune = 0x1162C
	ModiLetterSa                                                               rune = 0x1162D
	ModiLetterHa                                                               rune = 0x1162E
	ModiLetterLla                                                              rune = 0x1162F
	ModiVowelSignAa                                                            rune = 0x11630
	ModiVowelSignI                                                             rune = 0x11631
	ModiVowelSignIi                                                            rune = 0x11632
	ModiVowelSignU                                                             rune = 0x11633
	ModiVowelSignUu                                                            rune = 0x11634
	ModiVowelSignVocalicR                                                      rune = 0x11635
	ModiVowelSignVocalicRr                                                     rune = 0x11636
	ModiVowelSignVocalicL                                                      rune = 0x11637
	ModiVowelSignVocalicLl                                                     rune = 0x11638
	ModiVowelSignE                                                             rune = 0x11639
	ModiVowelSignAi                                                            rune = 0x1163A
	ModiVowelSignO                                                             rune = 0x1163B
	ModiVowelSignAu                                                            rune = 0x1163C
	ModiSignAnusvara                                                           rune = 0x1163D
	ModiSignVisarga                                                            rune = 0x1163E
	ModiSignVirama                                                             rune = 0x1163F
	ModiSignArdhacandra                                                        rune = 0x11640
	ModiDanda                                                                  rune = 0x11641
	ModiDoubleDanda                                                            rune = 0x11642
	ModiAbbreviationSign                                                       rune = 0x11643
	ModiSignHuva                                                               rune = 0x11644
	ModiDigitZero                                                              rune = 0x11650
	ModiDigitOne                                                               rune = 0x11651
	ModiDigitTwo                                                               rune = 0x11652
	ModiDigitThree                                                             rune = 0x11653
	ModiDigitFour                                                              rune = 0x11654
	ModiDigitFive                                                              rune = 0x11655
	ModiDigitSix                                                               rune = 0x11656
	ModiDigitSeven                                                             rune = 0x11657
	ModiDigitEight                                                             rune = 0x11658
	ModiDigitNine                                                              rune = 0x11659
	MongolianBirgaWithOrnament                                                 rune = 0x11660
	MongolianRotatedBirga                                                      rune = 0x11661
	MongolianDoubleBirgaWithOrnament                                           rune = 0x11662
	MongolianTripleBirgaWithOrnament                                           rune = 0x11663
	MongolianBirgaWithDoubleOrnament                                           rune = 0x11664
	MongolianRotatedBirgaWithOrnament                                          rune = 0x11665
	MongolianRotatedBirgaWithDoubleOrnament                                    rune = 0x11666
	MongolianInvertedBirga                                                     rune = 0x11667
	MongolianInvertedBirgaWithDoubleOrnament                                   rune = 0x11668
	MongolianSwirlBirga                                                        rune = 0x11669
	MongolianSwirlBirgaWithOrnament                                            rune = 0x1166A
	MongolianSwirlBirgaWithDoubleOrnament                                      rune = 0x1166B
	MongolianTurnedSwirlBirgaWithDoubleOrnament                                rune = 0x1166C
	TakriLetterA                                                               rune = 0x11680
	TakriLetterAa                                                              rune = 0x11681
	TakriLetterI                                                               rune = 0x11682
	TakriLetterIi                                                              rune = 0x11683
	TakriLetterU                                                               rune = 0x11684
	TakriLetterUu                                                              rune = 0x11685
	TakriLetterE                                                               rune = 0x11686
	TakriLetterAi                                                              rune = 0x11687
	TakriLetterO                                                               rune = 0x11688
	TakriLetterAu                                                              rune = 0x11689
	TakriLetterKa                                                              rune = 0x1168A
	TakriLetterKha                                                             rune = 0x1168B
	TakriLetterGa                                                              rune = 0x1168C
	TakriLetterGha                                                             rune = 0x1168D
	TakriLetterNga                                                             rune = 0x1168E
	TakriLetterCa                                                              rune = 0x1168F
	TakriLetterCha                                                             rune = 0x11690
	TakriLetterJa                                                              rune = 0x11691
	TakriLetterJha                                                             rune = 0x11692
	TakriLetterNya                                                             rune = 0x11693
	TakriLetterTta                                                             rune = 0x11694
	TakriLetterTtha                                                            rune = 0x11695
	TakriLetterDda                                                             rune = 0x11696
	TakriLetterDdha                                                            rune = 0x11697
	TakriLetterNna                                                             rune = 0x11698
	TakriLetterTa                                                              rune = 0x11699
	TakriLetterTha                                                             rune = 0x1169A
	TakriLetterDa                                                              rune = 0x1169B
	TakriLetterDha                                                             rune = 0x1169C
	TakriLetterNa                                                              rune = 0x1169D
	TakriLetterPa                                                              rune = 0x1169E
	TakriLetterPha                                                             rune = 0x1169F
	TakriLetterBa                                                              rune = 0x116A0
	TakriLetterBha                                                             rune = 0x116A1
	TakriLetterMa                                                              rune = 0x116A2
	TakriLetterYa                                                              rune = 0x116A3
	TakriLetterRa                                                              rune = 0x116A4
	TakriLetterLa                                                              rune = 0x116A5
	TakriLetterVa                                                              rune = 0x116A6
	TakriLetterSha                                                             rune = 0x116A7
	TakriLetterSa                                                              rune = 0x116A8
	TakriLetterHa                                                              rune = 0x116A9
	TakriLetterRra                                                             rune = 0x116AA
	TakriSignAnusvara                                                          rune = 0x116AB
	TakriSignVisarga                                                           rune = 0x116AC
	TakriVowelSignAa                                                           rune = 0x116AD
	TakriVowelSignI                                                            rune = 0x116AE
	TakriVowelSignIi                                                           rune = 0x116AF
	TakriVowelSignU                                                            rune = 0x116B0
	TakriVowelSignUu                                                           rune = 0x116B1
	TakriVowelSignE                                                            rune = 0x116B2
	TakriVowelSignAi                                                           rune = 0x116B3
	TakriVowelSignO                                                            rune = 0x116B4
	TakriVowelSignAu                                                           rune = 0x116B5
	TakriSignVirama                                                            rune = 0x116B6
	TakriSignNukta                                                             rune = 0x116B7
	TakriLetterArchaicKha                                                      rune = 0x116B8
	TakriDigitZero                                                             rune = 0x116C0
	TakriDigitOne                                                              rune = 0x116C1
	TakriDigitTwo                                                              rune = 0x116C2
	TakriDigitThree                                                            rune = 0x116C3
	TakriDigitFour                                                             rune = 0x116C4
	TakriDigitFive                                                             rune = 0x116C5
	TakriDigitSix                                                              rune = 0x116C6
	TakriDigitSeven                                                            rune = 0x116C7
	TakriDigitEight                                                            rune = 0x116C8
	TakriDigitNine                                                             rune = 0x116C9
	AhomLetterKa                                                               rune = 0x11700
	AhomLetterKha                                                              rune = 0x11701
	AhomLetterNga                                                              rune = 0x11702
	AhomLetterNa                                                               rune = 0x11703
	AhomLetterTa                                                               rune = 0x11704
	AhomLetterAlternateTa                                                      rune = 0x11705
	AhomLetterPa                                                               rune = 0x11706
	AhomLetterPha                                                              rune = 0x11707
	AhomLetterBa                                                               rune = 0x11708
	AhomLetterMa                                                               rune = 0x11709
	AhomLetterJa                                                               rune = 0x1170A
	AhomLetterCha                                                              rune = 0x1170B
	AhomLetterTha                                                              rune = 0x1170C
	AhomLetterRa                                                               rune = 0x1170D
	AhomLetterLa                                                               rune = 0x1170E
	AhomLetterSa                                                               rune = 0x1170F
	AhomLetterNya                                                              rune = 0x11710
	AhomLetterHa                                                               rune = 0x11711
	AhomLetterA                                                                rune = 0x11712
	AhomLetterDa                                                               rune = 0x11713
	AhomLetterDha                                                              rune = 0x11714
	AhomLetterGa                                                               rune = 0x11715
	AhomLetterAlternateGa                                                      rune = 0x11716
	AhomLetterGha                                                              rune = 0x11717
	AhomLetterBha                                                              rune = 0x11718
	AhomLetterJha                                                              rune = 0x11719
	AhomLetterAlternateBa                                                      rune = 0x1171A
	AhomConsonantSignMedialLa                                                  rune = 0x1171D
	AhomConsonantSignMedialRa                                                  rune = 0x1171E
	AhomConsonantSignMedialLigatingRa                                          rune = 0x1171F
	AhomVowelSignA                                                             rune = 0x11720
	AhomVowelSignAa                                                            rune = 0x11721
	AhomVowelSignI                                                             rune = 0x11722
	AhomVowelSignIi                                                            rune = 0x11723
	AhomVowelSignU                                                             rune = 0x11724
	AhomVowelSignUu                                                            rune = 0x11725
	AhomVowelSignE                                                             rune = 0x11726
	AhomVowelSignAw                                                            rune = 0x11727
	AhomVowelSignO                                                             rune = 0x11728
	AhomVowelSignAi                                                            rune = 0x11729
	AhomVowelSignAm                                                            rune = 0x1172A
	AhomSignKiller                                                             rune = 0x1172B
	AhomDigitZero                                                              rune = 0x11730
	AhomDigitOne                                                               rune = 0x11731
	AhomDigitTwo                                                               rune = 0x11732
	AhomDigitThree                                                             rune = 0x11733
	AhomDigitFour                                                              rune = 0x11734
	AhomDigitFive                                                              rune = 0x11735
	AhomDigitSix                                                               rune = 0x11736
	AhomDigitSeven                                                             rune = 0x11737
	AhomDigitEight                                                             rune = 0x11738
	AhomDigitNine                                                              rune = 0x11739
	AhomNumberTen                                                              rune = 0x1173A
	AhomNumberTwenty                                                           rune = 0x1173B
	AhomSignSmallSection                                                       rune = 0x1173C
	AhomSignSection                                                            rune = 0x1173D
	AhomSignRulai                                                              rune = 0x1173E
	AhomSymbolVi                                                               rune = 0x1173F
	DograLetterA                                                               rune = 0x11800
	DograLetterAa                                                              rune = 0x11801
	DograLetterI                                                               rune = 0x11802
	DograLetterIi                                                              rune = 0x11803
	DograLetterU                                                               rune = 0x11804
	DograLetterUu                                                              rune = 0x11805
	DograLetterE                                                               rune = 0x11806
	DograLetterAi                                                              rune = 0x11807
	DograLetterO                                                               rune = 0x11808
	DograLetterAu                                                              rune = 0x11809
	DograLetterKa                                                              rune = 0x1180A
	DograLetterKha                                                             rune = 0x1180B
	DograLetterGa                                                              rune = 0x1180C
	DograLetterGha                                                             rune = 0x1180D
	DograLetterNga                                                             rune = 0x1180E
	DograLetterCa                                                              rune = 0x1180F
	DograLetterCha                                                             rune = 0x11810
	DograLetterJa                                                              rune = 0x11811
	DograLetterJha                                                             rune = 0x11812
	DograLetterNya                                                             rune = 0x11813
	DograLetterTta                                                             rune = 0x11814
	DograLetterTtha                                                            rune = 0x11815
	DograLetterDda                                                             rune = 0x11816
	DograLetterDdha                                                            rune = 0x11817
	DograLetterNna                                                             rune = 0x11818
	DograLetterTa                                                              rune = 0x11819
	DograLetterTha                                                             rune = 0x1181A
	DograLetterDa                                                              rune = 0x1181B
	DograLetterDha                                                             rune = 0x1181C
	DograLetterNa                                                              rune = 0x1181D
	DograLetterPa                                                              rune = 0x1181E
	DograLetterPha                                                             rune = 0x1181F
	DograLetterBa                                                              rune = 0x11820
	DograLetterBha                                                             rune = 0x11821
	DograLetterMa                                                              rune = 0x11822
	DograLetterYa                                                              rune = 0x11823
	DograLetterRa                                                              rune = 0x11824
	DograLetterLa                                                              rune = 0x11825
	DograLetterVa                                                              rune = 0x11826
	DograLetterSha                                                             rune = 0x11827
	DograLetterSsa                                                             rune = 0x11828
	DograLetterSa                                                              rune = 0x11829
	DograLetterHa                                                              rune = 0x1182A
	DograLetterRra                                                             rune = 0x1182B
	DograVowelSignAa                                                           rune = 0x1182C
	DograVowelSignI                                                            rune = 0x1182D
	DograVowelSignIi                                                           rune = 0x1182E
	DograVowelSignU                                                            rune = 0x1182F
	DograVowelSignUu                                                           rune = 0x11830
	DograVowelSignVocalicR                                                     rune = 0x11831
	DograVowelSignVocalicRr                                                    rune = 0x11832
	DograVowelSignE                                                            rune = 0x11833
	DograVowelSignAi                                                           rune = 0x11834
	DograVowelSignO                                                            rune = 0x11835
	DograVowelSignAu                                                           rune = 0x11836
	DograSignAnusvara                                                          rune = 0x11837
	DograSignVisarga                                                           rune = 0x11838
	DograSignVirama                                                            rune = 0x11839
	DograSignNukta                                                             rune = 0x1183A
	DograAbbreviationSign                                                      rune = 0x1183B
	WarangCitiCapitalLetterNgaa                                                rune = 0x118A0
	WarangCitiCapitalLetterA                                                   rune = 0x118A1
	WarangCitiCapitalLetterWi                                                  rune = 0x118A2
	WarangCitiCapitalLetterYu                                                  rune = 0x118A3
	WarangCitiCapitalLetterYa                                                  rune = 0x118A4
	WarangCitiCapitalLetterYo                                                  rune = 0x118A5
	WarangCitiCapitalLetterIi                                                  rune = 0x118A6
	WarangCitiCapitalLetterUu                                                  rune = 0x118A7
	WarangCitiCapitalLetterE                                                   rune = 0x118A8
	WarangCitiCapitalLetterO                                                   rune = 0x118A9
	WarangCitiCapitalLetterAng                                                 rune = 0x118AA
	WarangCitiCapitalLetterGa                                                  rune = 0x118AB
	WarangCitiCapitalLetterKo                                                  rune = 0x118AC
	WarangCitiCapitalLetterEny                                                 rune = 0x118AD
	WarangCitiCapitalLetterYuj                                                 rune = 0x118AE
	WarangCitiCapitalLetterUc                                                  rune = 0x118AF
	WarangCitiCapitalLetterEnn                                                 rune = 0x118B0
	WarangCitiCapitalLetterOdd                                                 rune = 0x118B1
	WarangCitiCapitalLetterTte                                                 rune = 0x118B2
	WarangCitiCapitalLetterNung                                                rune = 0x118B3
	WarangCitiCapitalLetterDa                                                  rune = 0x118B4
	WarangCitiCapitalLetterAt                                                  rune = 0x118B5
	WarangCitiCapitalLetterAm                                                  rune = 0x118B6
	WarangCitiCapitalLetterBu                                                  rune = 0x118B7
	WarangCitiCapitalLetterPu                                                  rune = 0x118B8
	WarangCitiCapitalLetterHiyo                                                rune = 0x118B9
	WarangCitiCapitalLetterHolo                                                rune = 0x118BA
	WarangCitiCapitalLetterHorr                                                rune = 0x118BB
	WarangCitiCapitalLetterHar                                                 rune = 0x118BC
	WarangCitiCapitalLetterSsuu                                                rune = 0x118BD
	WarangCitiCapitalLetterSii                                                 rune = 0x118BE
	WarangCitiCapitalLetterViyo                                                rune = 0x118BF
	WarangCitiSmallLetterNgaa                                                  rune = 0x118C0
	WarangCitiSmallLetterA                                                     rune = 0x118C1
	WarangCitiSmallLetterWi                                                    rune = 0x118C2
	WarangCitiSmallLetterYu                                                    rune = 0x118C3
	WarangCitiSmallLetterYa                                                    rune = 0x118C4
	WarangCitiSmallLetterYo                                                    rune = 0x118C5
	WarangCitiSmallLetterIi                                                    rune = 0x118C6
	WarangCitiSmallLetterUu                                                    rune = 0x118C7
	WarangCitiSmallLetterE                                                     rune = 0x118C8
	WarangCitiSmallLetterO                                                     rune = 0x118C9
	WarangCitiSmallLetterAng                                                   rune = 0x118CA
	WarangCitiSmallLetterGa                                                    rune = 0x118CB
	WarangCitiSmallLetterKo                                                    rune = 0x118CC
	WarangCitiSmallLetterEny                                                   rune = 0x118CD
	WarangCitiSmallLetterYuj                                                   rune = 0x118CE
	WarangCitiSmallLetterUc                                                    rune = 0x118CF
	WarangCitiSmallLetterEnn                                                   rune = 0x118D0
	WarangCitiSmallLetterOdd                                                   rune = 0x118D1
	WarangCitiSmallLetterTte                                                   rune = 0x118D2
	WarangCitiSmallLetterNung                                                  rune = 0x118D3
	WarangCitiSmallLetterDa                                                    rune = 0x118D4
	WarangCitiSmallLetterAt                                                    rune = 0x118D5
	WarangCitiSmallLetterAm                                                    rune = 0x118D6
	WarangCitiSmallLetterBu                                                    rune = 0x118D7
	WarangCitiSmallLetterPu                                                    rune = 0x118D8
	WarangCitiSmallLetterHiyo                                                  rune = 0x118D9
	WarangCitiSmallLetterHolo                                                  rune = 0x118DA
	WarangCitiSmallLetterHorr                                                  rune = 0x118DB
	WarangCitiSmallLetterHar                                                   rune = 0x118DC
	WarangCitiSmallLetterSsuu                                                  rune = 0x118DD
	WarangCitiSmallLetterSii                                                   rune = 0x118DE
	WarangCitiSmallLetterViyo                                                  rune = 0x118DF
	WarangCitiDigitZero                                                        rune = 0x118E0
	WarangCitiDigitOne                                                         rune = 0x118E1
	WarangCitiDigitTwo                                                         rune = 0x118E2
	WarangCitiDigitThree                                                       rune = 0x118E3
	WarangCitiDigitFour                                                        rune = 0x118E4
	WarangCitiDigitFive                                                        rune = 0x118E5
	WarangCitiDigitSix                                                         rune = 0x118E6
	WarangCitiDigitSeven                                                       rune = 0x118E7
	WarangCitiDigitEight                                                       rune = 0x118E8
	WarangCitiDigitNine                                                        rune = 0x118E9
	WarangCitiNumberTen                                                        rune = 0x118EA
	WarangCitiNumberTwenty                                                     rune = 0x118EB
	WarangCitiNumberThirty                                                     rune = 0x118EC
	WarangCitiNumberForty                                                      rune = 0x118ED
	WarangCitiNumberFifty                                                      rune = 0x118EE
	WarangCitiNumberSixty                                                      rune = 0x118EF
	WarangCitiNumberSeventy                                                    rune = 0x118F0
	WarangCitiNumberEighty                                                     rune = 0x118F1
	WarangCitiNumberNinety                                                     rune = 0x118F2
	WarangCitiOm                                                               rune = 0x118FF
	DivesAkuruLetterA                                                          rune = 0x11900
	DivesAkuruLetterAa                                                         rune = 0x11901
	DivesAkuruLetterI                                                          rune = 0x11902
	DivesAkuruLetterIi                                                         rune = 0x11903
	DivesAkuruLetterU                                                          rune = 0x11904
	DivesAkuruLetterUu                                                         rune = 0x11905
	DivesAkuruLetterE                                                          rune = 0x11906
	DivesAkuruLetterO                                                          rune = 0x11909
	DivesAkuruLetterKa                                                         rune = 0x1190C
	DivesAkuruLetterKha                                                        rune = 0x1190D
	DivesAkuruLetterGa                                                         rune = 0x1190E
	DivesAkuruLetterGha                                                        rune = 0x1190F
	DivesAkuruLetterNga                                                        rune = 0x11910
	DivesAkuruLetterCa                                                         rune = 0x11911
	DivesAkuruLetterCha                                                        rune = 0x11912
	DivesAkuruLetterJa                                                         rune = 0x11913
	DivesAkuruLetterNya                                                        rune = 0x11915
	DivesAkuruLetterTta                                                        rune = 0x11916
	DivesAkuruLetterDda                                                        rune = 0x11918
	DivesAkuruLetterDdha                                                       rune = 0x11919
	DivesAkuruLetterNna                                                        rune = 0x1191A
	DivesAkuruLetterTa                                                         rune = 0x1191B
	DivesAkuruLetterTha                                                        rune = 0x1191C
	DivesAkuruLetterDa                                                         rune = 0x1191D
	DivesAkuruLetterDha                                                        rune = 0x1191E
	DivesAkuruLetterNa                                                         rune = 0x1191F
	DivesAkuruLetterPa                                                         rune = 0x11920
	DivesAkuruLetterPha                                                        rune = 0x11921
	DivesAkuruLetterBa                                                         rune = 0x11922
	DivesAkuruLetterBha                                                        rune = 0x11923
	DivesAkuruLetterMa                                                         rune = 0x11924
	DivesAkuruLetterYa                                                         rune = 0x11925
	DivesAkuruLetterYya                                                        rune = 0x11926
	DivesAkuruLetterRa                                                         rune = 0x11927
	DivesAkuruLetterLa                                                         rune = 0x11928
	DivesAkuruLetterVa                                                         rune = 0x11929
	DivesAkuruLetterSha                                                        rune = 0x1192A
	DivesAkuruLetterSsa                                                        rune = 0x1192B
	DivesAkuruLetterSa                                                         rune = 0x1192C
	DivesAkuruLetterHa                                                         rune = 0x1192D
	DivesAkuruLetterLla                                                        rune = 0x1192E
	DivesAkuruLetterZa                                                         rune = 0x1192F
	DivesAkuruVowelSignAa                                                      rune = 0x11930
	DivesAkuruVowelSignI                                                       rune = 0x11931
	DivesAkuruVowelSignIi                                                      rune = 0x11932
	DivesAkuruVowelSignU                                                       rune = 0x11933
	DivesAkuruVowelSignUu                                                      rune = 0x11934
	DivesAkuruVowelSignE                                                       rune = 0x11935
	DivesAkuruVowelSignAi                                                      rune = 0x11937
	DivesAkuruVowelSignO                                                       rune = 0x11938
	DivesAkuruSignAnusvara                                                     rune = 0x1193B
	DivesAkuruSignCandrabindu                                                  rune = 0x1193C
	DivesAkuruSignHalanta                                                      rune = 0x1193D
	DivesAkuruVirama                                                           rune = 0x1193E
	DivesAkuruPrefixedNasalSign                                                rune = 0x1193F
	DivesAkuruMedialYa                                                         rune = 0x11940
	DivesAkuruInitialRa                                                        rune = 0x11941
	DivesAkuruMedialRa                                                         rune = 0x11942
	DivesAkuruSignNukta                                                        rune = 0x11943
	DivesAkuruDoubleDanda                                                      rune = 0x11944
	DivesAkuruGapFiller                                                        rune = 0x11945
	DivesAkuruEndOfTextMark                                                    rune = 0x11946
	DivesAkuruDigitZero                                                        rune = 0x11950
	DivesAkuruDigitOne                                                         rune = 0x11951
	DivesAkuruDigitTwo                                                         rune = 0x11952
	DivesAkuruDigitThree                                                       rune = 0x11953
	DivesAkuruDigitFour                                                        rune = 0x11954
	DivesAkuruDigitFive                                                        rune = 0x11955
	DivesAkuruDigitSix                                                         rune = 0x11956
	DivesAkuruDigitSeven                                                       rune = 0x11957
	DivesAkuruDigitEight                                                       rune = 0x11958
	DivesAkuruDigitNine                                                        rune = 0x11959
	NandinagariLetterA                                                         rune = 0x119A0
	NandinagariLetterAa                                                        rune = 0x119A1
	NandinagariLetterI                                                         rune = 0x119A2
	NandinagariLetterIi                                                        rune = 0x119A3
	NandinagariLetterU                                                         rune = 0x119A4
	NandinagariLetterUu                                                        rune = 0x119A5
	NandinagariLetterVocalicR                                                  rune = 0x119A6
	NandinagariLetterVocalicRr                                                 rune = 0x119A7
	NandinagariLetterE                                                         rune = 0x119AA
	NandinagariLetterAi                                                        rune = 0x119AB
	NandinagariLetterO                                                         rune = 0x119AC
	NandinagariLetterAu                                                        rune = 0x119AD
	NandinagariLetterKa                                                        rune = 0x119AE
	NandinagariLetterKha                                                       rune = 0x119AF
	NandinagariLetterGa                                                        rune = 0x119B0
	NandinagariLetterGha                                                       rune = 0x119B1
	NandinagariLetterNga                                                       rune = 0x119B2
	NandinagariLetterCa                                                        rune = 0x119B3
	NandinagariLetterCha                                                       rune = 0x119B4
	NandinagariLetterJa                                                        rune = 0x119B5
	NandinagariLetterJha                                                       rune = 0x119B6
	NandinagariLetterNya                                                       rune = 0x119B7
	NandinagariLetterTta                                                       rune = 0x119B8
	NandinagariLetterTtha                                                      rune = 0x119B9
	NandinagariLetterDda                                                       rune = 0x119BA
	NandinagariLetterDdha                                                      rune = 0x119BB
	NandinagariLetterNna                                                       rune = 0x119BC
	NandinagariLetterTa                                                        rune = 0x119BD
	NandinagariLetterTha                                                       rune = 0x119BE
	NandinagariLetterDa                                                        rune = 0x119BF
	NandinagariLetterDha                                                       rune = 0x119C0
	NandinagariLetterNa                                                        rune = 0x119C1
	NandinagariLetterPa                                                        rune = 0x119C2
	NandinagariLetterPha                                                       rune = 0x119C3
	NandinagariLetterBa                                                        rune = 0x119C4
	NandinagariLetterBha                                                       rune = 0x119C5
	NandinagariLetterMa                                                        rune = 0x119C6
	NandinagariLetterYa                                                        rune = 0x119C7
	NandinagariLetterRa                                                        rune = 0x119C8
	NandinagariLetterLa                                                        rune = 0x119C9
	NandinagariLetterVa                                                        rune = 0x119CA
	NandinagariLetterSha                                                       rune = 0x119CB
	NandinagariLetterSsa                                                       rune = 0x119CC
	NandinagariLetterSa                                                        rune = 0x119CD
	NandinagariLetterHa                                                        rune = 0x119CE
	NandinagariLetterLla                                                       rune = 0x119CF
	NandinagariLetterRra                                                       rune = 0x119D0
	NandinagariVowelSignAa                                                     rune = 0x119D1
	NandinagariVowelSignI                                                      rune = 0x119D2
	NandinagariVowelSignIi                                                     rune = 0x119D3
	NandinagariVowelSignU                                                      rune = 0x119D4
	NandinagariVowelSignUu                                                     rune = 0x119D5
	NandinagariVowelSignVocalicR                                               rune = 0x119D6
	NandinagariVowelSignVocalicRr                                              rune = 0x119D7
	NandinagariVowelSignE                                                      rune = 0x119DA
	NandinagariVowelSignAi                                                     rune = 0x119DB
	NandinagariVowelSignO                                                      rune = 0x119DC
	NandinagariVowelSignAu                                                     rune = 0x119DD
	NandinagariSignAnusvara                                                    rune = 0x119DE
	NandinagariSignVisarga                                                     rune = 0x119DF
	NandinagariSignVirama                                                      rune = 0x119E0
	NandinagariSignAvagraha                                                    rune = 0x119E1
	NandinagariSignSiddham                                                     rune = 0x119E2
	NandinagariHeadstroke                                                      rune = 0x119E3
	NandinagariVowelSignPrishthamatraE                                         rune = 0x119E4
	ZanabazarSquareLetterA                                                     rune = 0x11A00
	ZanabazarSquareVowelSignI                                                  rune = 0x11A01
	ZanabazarSquareVowelSignUe                                                 rune = 0x11A02
	ZanabazarSquareVowelSignU                                                  rune = 0x11A03
	ZanabazarSquareVowelSignE                                                  rune = 0x11A04
	ZanabazarSquareVowelSignOe                                                 rune = 0x11A05
	ZanabazarSquareVowelSignO                                                  rune = 0x11A06
	ZanabazarSquareVowelSignAi                                                 rune = 0x11A07
	ZanabazarSquareVowelSignAu                                                 rune = 0x11A08
	ZanabazarSquareVowelSignReversedI                                          rune = 0x11A09
	ZanabazarSquareVowelLengthMark                                             rune = 0x11A0A
	ZanabazarSquareLetterKa                                                    rune = 0x11A0B
	ZanabazarSquareLetterKha                                                   rune = 0x11A0C
	ZanabazarSquareLetterGa                                                    rune = 0x11A0D
	ZanabazarSquareLetterGha                                                   rune = 0x11A0E
	ZanabazarSquareLetterNga                                                   rune = 0x11A0F
	ZanabazarSquareLetterCa                                                    rune = 0x11A10
	ZanabazarSquareLetterCha                                                   rune = 0x11A11
	ZanabazarSquareLetterJa                                                    rune = 0x11A12
	ZanabazarSquareLetterNya                                                   rune = 0x11A13
	ZanabazarSquareLetterTta                                                   rune = 0x11A14
	ZanabazarSquareLetterTtha                                                  rune = 0x11A15
	ZanabazarSquareLetterDda                                                   rune = 0x11A16
	ZanabazarSquareLetterDdha                                                  rune = 0x11A17
	ZanabazarSquareLetterNna                                                   rune = 0x11A18
	ZanabazarSquareLetterTa                                                    rune = 0x11A19
	ZanabazarSquareLetterTha                                                   rune = 0x11A1A
	ZanabazarSquareLetterDa                                                    rune = 0x11A1B
	ZanabazarSquareLetterDha                                                   rune = 0x11A1C
	ZanabazarSquareLetterNa                                                    rune = 0x11A1D
	ZanabazarSquareLetterPa                                                    rune = 0x11A1E
	ZanabazarSquareLetterPha                                                   rune = 0x11A1F
	ZanabazarSquareLetterBa                                                    rune = 0x11A20
	ZanabazarSquareLetterBha                                                   rune = 0x11A21
	ZanabazarSquareLetterMa                                                    rune = 0x11A22
	ZanabazarSquareLetterTsa                                                   rune = 0x11A23
	ZanabazarSquareLetterTsha                                                  rune = 0x11A24
	ZanabazarSquareLetterDza                                                   rune = 0x11A25
	ZanabazarSquareLetterDzha                                                  rune = 0x11A26
	ZanabazarSquareLetterZha                                                   rune = 0x11A27
	ZanabazarSquareLetterZa                                                    rune = 0x11A28
	ZanabazarSquareLetterYa                                                    rune = 0x11A2A
	ZanabazarSquareLetterRa                                                    rune = 0x11A2B
	ZanabazarSquareLetterLa                                                    rune = 0x11A2C
	ZanabazarSquareLetterVa                                                    rune = 0x11A2D
	ZanabazarSquareLetterSha                                                   rune = 0x11A2E
	ZanabazarSquareLetterSsa                                                   rune = 0x11A2F
	ZanabazarSquareLetterSa                                                    rune = 0x11A30
	ZanabazarSquareLetterHa                                                    rune = 0x11A31
	ZanabazarSquareLetterKssa                                                  rune = 0x11A32
	ZanabazarSquareFinalConsonantMark                                          rune = 0x11A33
	ZanabazarSquareSignVirama                                                  rune = 0x11A34
	ZanabazarSquareSignCandrabindu                                             rune = 0x11A35
	ZanabazarSquareSignCandrabinduWithOrnament                                 rune = 0x11A36
	ZanabazarSquareSignCandraWithOrnament                                      rune = 0x11A37
	ZanabazarSquareSignAnusvara                                                rune = 0x11A38
	ZanabazarSquareSignVisarga                                                 rune = 0x11A39
	ZanabazarSquareClusterInitialLetterRa                                      rune = 0x11A3A
	ZanabazarSquareClusterFinalLetterYa                                        rune = 0x11A3B
	ZanabazarSquareClusterFinalLetterRa                                        rune = 0x11A3C
	ZanabazarSquareClusterFinalLetterLa                                        rune = 0x11A3D
	ZanabazarSquareClusterFinalLetterVa                                        rune = 0x11A3E
	ZanabazarSquareInitialHeadMark                                             rune = 0x11A3F
	ZanabazarSquareClosingHeadMark                                             rune = 0x11A40
	ZanabazarSquareMarkTsheg                                                   rune = 0x11A41
	ZanabazarSquareMarkShad                                                    rune = 0x11A42
	ZanabazarSquareMarkDoubleShad                                              rune = 0x11A43
	ZanabazarSquareMarkLongTsheg                                               rune = 0x11A44
	ZanabazarSquareInitialDoubleLinedHeadMark                                  rune = 0x11A45
	ZanabazarSquareClosingDoubleLinedHeadMark                                  rune = 0x11A46
	ZanabazarSquareSubjoiner                                                   rune = 0x11A47
	SoyomboLetterA                                                             rune = 0x11A50
	SoyomboVowelSignI                                                          rune = 0x11A51
	SoyomboVowelSignUe                                                         rune = 0x11A52
	SoyomboVowelSignU                                                          rune = 0x11A53
	SoyomboVowelSignE                                                          rune = 0x11A54
	SoyomboVowelSignO                                                          rune = 0x11A55
	SoyomboVowelSignOe                                                         rune = 0x11A56
	SoyomboVowelSignAi                                                         rune = 0x11A57
	SoyomboVowelSignAu                                                         rune = 0x11A58
	SoyomboVowelSignVocalicR                                                   rune = 0x11A59
	SoyomboVowelSignVocalicL                                                   rune = 0x11A5A
	SoyomboVowelLengthMark                                                     rune = 0x11A5B
	SoyomboLetterKa                                                            rune = 0x11A5C
	SoyomboLetterKha                                                           rune = 0x11A5D
	SoyomboLetterGa                                                            rune = 0x11A5E
	SoyomboLetterGha                                                           rune = 0x11A5F
	SoyomboLetterNga                                                           rune = 0x11A60
	SoyomboLetterCa                                                            rune = 0x11A61
	SoyomboLetterCha                                                           rune = 0x11A62
	SoyomboLetterJa                                                            rune = 0x11A63
	SoyomboLetterJha                                                           rune = 0x11A64
	SoyomboLetterNya                                                           rune = 0x11A65
	SoyomboLetterTta                                                           rune = 0x11A66
	SoyomboLetterTtha                                                          rune = 0x11A67
	SoyomboLetterDda                                                           rune = 0x11A68
	SoyomboLetterDdha                                                          rune = 0x11A69
	SoyomboLetterNna                                                           rune = 0x11A6A
	SoyomboLetterTa                                                            rune = 0x11A6B
	SoyomboLetterTha                                                           rune = 0x11A6C
	SoyomboLetterDa                                                            rune = 0x11A6D
	SoyomboLetterDha                                                           rune = 0x11A6E
	SoyomboLetterNa                                                            rune = 0x11A6F
	SoyomboLetterPa                                                            rune = 0x11A70
	SoyomboLetterPha                                                           rune = 0x11A71
	SoyomboLetterBa                                                            rune = 0x11A72
	SoyomboLetterBha                                                           rune = 0x11A73
	SoyomboLetterMa                                                            rune = 0x11A74
	SoyomboLetterTsa                                                           rune = 0x11A75
	SoyomboLetterTsha                                                          rune = 0x11A76
	SoyomboLetterDza                                                           rune = 0x11A77
	SoyomboLetterZha                                                           rune = 0x11A78
	SoyomboLetterZa                                                            rune = 0x11A79
	SoyomboLetterYa                                                            rune = 0x11A7B
	SoyomboLetterRa                                                            rune = 0x11A7C
	SoyomboLetterLa                                                            rune = 0x11A7D
	SoyomboLetterVa                                                            rune = 0x11A7E
	SoyomboLetterSha                                                           rune = 0x11A7F
	SoyomboLetterSsa                                                           rune = 0x11A80
	SoyomboLetterSa                                                            rune = 0x11A81
	SoyomboLetterHa                                                            rune = 0x11A82
	SoyomboLetterKssa                                                          rune = 0x11A83
	SoyomboSignJihvamuliya                                                     rune = 0x11A84
	SoyomboSignUpadhmaniya                                                     rune = 0x11A85
	SoyomboClusterInitialLetterRa                                              rune = 0x11A86
	SoyomboClusterInitialLetterLa                                              rune = 0x11A87
	SoyomboClusterInitialLetterSha                                             rune = 0x11A88
	SoyomboClusterInitialLetterSa                                              rune = 0x11A89
	SoyomboFinalConsonantSignG                                                 rune = 0x11A8A
	SoyomboFinalConsonantSignK                                                 rune = 0x11A8B
	SoyomboFinalConsonantSignNg                                                rune = 0x11A8C
	SoyomboFinalConsonantSignD                                                 rune = 0x11A8D
	SoyomboFinalConsonantSignN                                                 rune = 0x11A8E
	SoyomboFinalConsonantSignB                                                 rune = 0x11A8F
	SoyomboFinalConsonantSignM                                                 rune = 0x11A90
	SoyomboFinalConsonantSignR                                                 rune = 0x11A91
	SoyomboFinalConsonantSignL                                                 rune = 0x11A92
	SoyomboFinalConsonantSignSh                                                rune = 0x11A93
	SoyomboFinalConsonantSignS                                                 rune = 0x11A94
	SoyomboFinalConsonantSignA                                                 rune = 0x11A95
	SoyomboSignAnusvara                                                        rune = 0x11A96
	SoyomboSignVisarga                                                         rune = 0x11A97
	SoyomboGeminationMark                                                      rune = 0x11A98
	SoyomboSubjoiner                                                           rune = 0x11A99
	SoyomboMarkTsheg                                                           rune = 0x11A9A
	SoyomboMarkShad                                                            rune = 0x11A9B
	SoyomboMarkDoubleShad                                                      rune = 0x11A9C
	SoyomboMarkPluta                                                           rune = 0x11A9D
	SoyomboHeadMarkWithMoonAndSunAndTripleFlame                                rune = 0x11A9E
	SoyomboHeadMarkWithMoonAndSunAndFlame                                      rune = 0x11A9F
	SoyomboHeadMarkWithMoonAndSun                                              rune = 0x11AA0
	SoyomboTerminalMark1                                                       rune = 0x11AA1
	SoyomboTerminalMark2                                                       rune = 0x11AA2
	PauCinHauLetterPa                                                          rune = 0x11AC0
	PauCinHauLetterKa                                                          rune = 0x11AC1
	PauCinHauLetterLa                                                          rune = 0x11AC2
	PauCinHauLetterMa                                                          rune = 0x11AC3
	PauCinHauLetterDa                                                          rune = 0x11AC4
	PauCinHauLetterZa                                                          rune = 0x11AC5
	PauCinHauLetterVa                                                          rune = 0x11AC6
	PauCinHauLetterNga                                                         rune = 0x11AC7
	PauCinHauLetterHa                                                          rune = 0x11AC8
	PauCinHauLetterGa                                                          rune = 0x11AC9
	PauCinHauLetterKha                                                         rune = 0x11ACA
	PauCinHauLetterSa                                                          rune = 0x11ACB
	PauCinHauLetterBa                                                          rune = 0x11ACC
	PauCinHauLetterCa                                                          rune = 0x11ACD
	PauCinHauLetterTa                                                          rune = 0x11ACE
	PauCinHauLetterTha                                                         rune = 0x11ACF
	PauCinHauLetterNa                                                          rune = 0x11AD0
	PauCinHauLetterPha                                                         rune = 0x11AD1
	PauCinHauLetterRa                                                          rune = 0x11AD2
	PauCinHauLetterFa                                                          rune = 0x11AD3
	PauCinHauLetterCha                                                         rune = 0x11AD4
	PauCinHauLetterA                                                           rune = 0x11AD5
	PauCinHauLetterE                                                           rune = 0x11AD6
	PauCinHauLetterI                                                           rune = 0x11AD7
	PauCinHauLetterO                                                           rune = 0x11AD8
	PauCinHauLetterU                                                           rune = 0x11AD9
	PauCinHauLetterUa                                                          rune = 0x11ADA
	PauCinHauLetterIa                                                          rune = 0x11ADB
	PauCinHauLetterFinalP                                                      rune = 0x11ADC
	PauCinHauLetterFinalK                                                      rune = 0x11ADD
	PauCinHauLetterFinalT                                                      rune = 0x11ADE
	PauCinHauLetterFinalM                                                      rune = 0x11ADF
	PauCinHauLetterFinalN                                                      rune = 0x11AE0
	PauCinHauLetterFinalL                                                      rune = 0x11AE1
	PauCinHauLetterFinalW                                                      rune = 0x11AE2
	PauCinHauLetterFinalNg                                                     rune = 0x11AE3
	PauCinHauLetterFinalY                                                      rune = 0x11AE4
	PauCinHauRisingToneLong                                                    rune = 0x11AE5
	PauCinHauRisingTone                                                        rune = 0x11AE6
	PauCinHauSandhiGlottalStop                                                 rune = 0x11AE7
	PauCinHauRisingToneLongFinal                                               rune = 0x11AE8
	PauCinHauRisingToneFinal                                                   rune = 0x11AE9
	PauCinHauSandhiGlottalStopFinal                                            rune = 0x11AEA
	PauCinHauSandhiToneLong                                                    rune = 0x11AEB
	PauCinHauSandhiTone                                                        rune = 0x11AEC
	PauCinHauSandhiToneLongFinal                                               rune = 0x11AED
	PauCinHauSandhiToneFinal                                                   rune = 0x11AEE
	PauCinHauMidLevelTone                                                      rune = 0x11AEF
	PauCinHauGlottalStopVariant                                                rune = 0x11AF0
	PauCinHauMidLevelToneLongFinal                                             rune = 0x11AF1
	PauCinHauMidLevelToneFinal                                                 rune = 0x11AF2
	PauCinHauLowFallingToneLong                                                rune = 0x11AF3
	PauCinHauLowFallingTone                                                    rune = 0x11AF4
	PauCinHauGlottalStop                                                       rune = 0x11AF5
	PauCinHauLowFallingToneLongFinal                                           rune = 0x11AF6
	PauCinHauLowFallingToneFinal                                               rune = 0x11AF7
	PauCinHauGlottalStopFinal                                                  rune = 0x11AF8
	BhaiksukiLetterA                                                           rune = 0x11C00
	BhaiksukiLetterAa                                                          rune = 0x11C01
	BhaiksukiLetterI                                                           rune = 0x11C02
	BhaiksukiLetterIi                                                          rune = 0x11C03
	BhaiksukiLetterU                                                           rune = 0x11C04
	BhaiksukiLetterUu                                                          rune = 0x11C05
	BhaiksukiLetterVocalicR                                                    rune = 0x11C06
	BhaiksukiLetterVocalicRr                                                   rune = 0x11C07
	BhaiksukiLetterVocalicL                                                    rune = 0x11C08
	BhaiksukiLetterE                                                           rune = 0x11C0A
	BhaiksukiLetterAi                                                          rune = 0x11C0B
	BhaiksukiLetterO                                                           rune = 0x11C0C
	BhaiksukiLetterAu                                                          rune = 0x11C0D
	BhaiksukiLetterKa                                                          rune = 0x11C0E
	BhaiksukiLetterKha                                                         rune = 0x11C0F
	BhaiksukiLetterGa                                                          rune = 0x11C10
	BhaiksukiLetterGha                                                         rune = 0x11C11
	BhaiksukiLetterNga                                                         rune = 0x11C12
	BhaiksukiLetterCa                                                          rune = 0x11C13
	BhaiksukiLetterCha                                                         rune = 0x11C14
	BhaiksukiLetterJa                                                          rune = 0x11C15
	BhaiksukiLetterJha                                                         rune = 0x11C16
	BhaiksukiLetterNya                                                         rune = 0x11C17
	BhaiksukiLetterTta                                                         rune = 0x11C18
	BhaiksukiLetterTtha                                                        rune = 0x11C19
	BhaiksukiLetterDda                                                         rune = 0x11C1A
	BhaiksukiLetterDdha                                                        rune = 0x11C1B
	BhaiksukiLetterNna                                                         rune = 0x11C1C
	BhaiksukiLetterTa                                                          rune = 0x11C1D
	BhaiksukiLetterTha                                                         rune = 0x11C1E
	BhaiksukiLetterDa                                                          rune = 0x11C1F
	BhaiksukiLetterDha                                                         rune = 0x11C20
	BhaiksukiLetterNa                                                          rune = 0x11C21
	BhaiksukiLetterPa                                                          rune = 0x11C22
	BhaiksukiLetterPha                                                         rune = 0x11C23
	BhaiksukiLetterBa                                                          rune = 0x11C24
	BhaiksukiLetterBha                                                         rune = 0x11C25
	BhaiksukiLetterMa                                                          rune = 0x11C26
	BhaiksukiLetterYa                                                          rune = 0x11C27
	BhaiksukiLetterRa                                                          rune = 0x11C28
	BhaiksukiLetterLa                                                          rune = 0x11C29
	BhaiksukiLetterVa                                                          rune = 0x11C2A
	BhaiksukiLetterSha                                                         rune = 0x11C2B
	BhaiksukiLetterSsa                                                         rune = 0x11C2C
	BhaiksukiLetterSa                                                          rune = 0x11C2D
	BhaiksukiLetterHa                                                          rune = 0x11C2E
	BhaiksukiVowelSignAa                                                       rune = 0x11C2F
	BhaiksukiVowelSignI                                                        rune = 0x11C30
	BhaiksukiVowelSignIi                                                       rune = 0x11C31
	BhaiksukiVowelSignU                                                        rune = 0x11C32
	BhaiksukiVowelSignUu                                                       rune = 0x11C33
	BhaiksukiVowelSignVocalicR                                                 rune = 0x11C34
	BhaiksukiVowelSignVocalicRr                                                rune = 0x11C35
	BhaiksukiVowelSignVocalicL                                                 rune = 0x11C36
	BhaiksukiVowelSignE                                                        rune = 0x11C38
	BhaiksukiVowelSignAi                                                       rune = 0x11C39
	BhaiksukiVowelSignO                                                        rune = 0x11C3A
	BhaiksukiVowelSignAu                                                       rune = 0x11C3B
	BhaiksukiSignCandrabindu                                                   rune = 0x11C3C
	BhaiksukiSignAnusvara                                                      rune = 0x11C3D
	BhaiksukiSignVisarga                                                       rune = 0x11C3E
	BhaiksukiSignVirama                                                        rune = 0x11C3F
	BhaiksukiSignAvagraha                                                      rune = 0x11C40
	BhaiksukiDanda                                                             rune = 0x11C41
	BhaiksukiDoubleDanda                                                       rune = 0x11C42
	BhaiksukiWordSeparator                                                     rune = 0x11C43
	BhaiksukiGapFiller1                                                        rune = 0x11C44
	BhaiksukiGapFiller2                                                        rune = 0x11C45
	BhaiksukiDigitZero                                                         rune = 0x11C50
	BhaiksukiDigitOne                                                          rune = 0x11C51
	BhaiksukiDigitTwo                                                          rune = 0x11C52
	BhaiksukiDigitThree                                                        rune = 0x11C53
	BhaiksukiDigitFour                                                         rune = 0x11C54
	BhaiksukiDigitFive                                                         rune = 0x11C55
	BhaiksukiDigitSix                                                          rune = 0x11C56
	BhaiksukiDigitSeven                                                        rune = 0x11C57
	BhaiksukiDigitEight                                                        rune = 0x11C58
	BhaiksukiDigitNine                                                         rune = 0x11C59
	BhaiksukiNumberOne                                                         rune = 0x11C5A
	BhaiksukiNumberTwo                                                         rune = 0x11C5B
	BhaiksukiNumberThree                                                       rune = 0x11C5C
	BhaiksukiNumberFour                                                        rune = 0x11C5D
	BhaiksukiNumberFive                                                        rune = 0x11C5E
	BhaiksukiNumberSix                                                         rune = 0x11C5F
	BhaiksukiNumberSeven                                                       rune = 0x11C60
	BhaiksukiNumberEight                                                       rune = 0x11C61
	BhaiksukiNumberNine                                                        rune = 0x11C62
	BhaiksukiNumberTen                                                         rune = 0x11C63
	BhaiksukiNumberTwenty                                                      rune = 0x11C64
	BhaiksukiNumberThirty                                                      rune = 0x11C65
	BhaiksukiNumberForty                                                       rune = 0x11C66
	BhaiksukiNumberFifty                                                       rune = 0x11C67
	BhaiksukiNumberSixty                                                       rune = 0x11C68
	BhaiksukiNumberSeventy                                                     rune = 0x11C69
	BhaiksukiNumberEighty                                                      rune = 0x11C6A
	BhaiksukiNumberNinety                                                      rune = 0x11C6B
	BhaiksukiHundredsUnitMark                                                  rune = 0x11C6C
	MarchenHeadMark                                                            rune = 0x11C70
	MarchenMarkShad                                                            rune = 0x11C71
	MarchenLetterKa                                                            rune = 0x11C72
	MarchenLetterKha                                                           rune = 0x11C73
	MarchenLetterGa                                                            rune = 0x11C74
	MarchenLetterNga                                                           rune = 0x11C75
	MarchenLetterCa                                                            rune = 0x11C76
	MarchenLetterCha                                                           rune = 0x11C77
	MarchenLetterJa                                                            rune = 0x11C78
	MarchenLetterNya                                                           rune = 0x11C79
	MarchenLetterTa                                                            rune = 0x11C7A
	MarchenLetterTha                                                           rune = 0x11C7B
	MarchenLetterDa                                                            rune = 0x11C7C
	MarchenLetterNa                                                            rune = 0x11C7D
	MarchenLetterPa                                                            rune = 0x11C7E
	MarchenLetterPha                                                           rune = 0x11C7F
	MarchenLetterBa                                                            rune = 0x11C80
	MarchenLetterMa                                                            rune = 0x11C81
	MarchenLetterTsa                                                           rune = 0x11C82
	MarchenLetterTsha                                                          rune = 0x11C83
	MarchenLetterDza                                                           rune = 0x11C84
	MarchenLetterWa                                                            rune = 0x11C85
	MarchenLetterZha                                                           rune = 0x11C86
	MarchenLetterZa                                                            rune = 0x11C87
	MarchenLetterA                                                             rune = 0x11C88
	MarchenLetterYa                                                            rune = 0x11C89
	MarchenLetterRa                                                            rune = 0x11C8A
	MarchenLetterLa                                                            rune = 0x11C8B
	MarchenLetterSha                                                           rune = 0x11C8C
	MarchenLetterSa                                                            rune = 0x11C8D
	MarchenLetterHa                                                            rune = 0x11C8E
	MarchenSubjoinedLetterKa                                                   rune = 0x11C92
	MarchenSubjoinedLetterKha                                                  rune = 0x11C93
	MarchenSubjoinedLetterGa                                                   rune = 0x11C94
	MarchenSubjoinedLetterNga                                                  rune = 0x11C95
	MarchenSubjoinedLetterCa                                                   rune = 0x11C96
	MarchenSubjoinedLetterCha                                                  rune = 0x11C97
	MarchenSubjoinedLetterJa                                                   rune = 0x11C98
	MarchenSubjoinedLetterNya                                                  rune = 0x11C99
	MarchenSubjoinedLetterTa                                                   rune = 0x11C9A
	MarchenSubjoinedLetterTha                                                  rune = 0x11C9B
	MarchenSubjoinedLetterDa                                                   rune = 0x11C9C
	MarchenSubjoinedLetterNa                                                   rune = 0x11C9D
	MarchenSubjoinedLetterPa                                                   rune = 0x11C9E
	MarchenSubjoinedLetterPha                                                  rune = 0x11C9F
	MarchenSubjoinedLetterBa                                                   rune = 0x11CA0
	MarchenSubjoinedLetterMa                                                   rune = 0x11CA1
	MarchenSubjoinedLetterTsa                                                  rune = 0x11CA2
	MarchenSubjoinedLetterTsha                                                 rune = 0x11CA3
	MarchenSubjoinedLetterDza                                                  rune = 0x11CA4
	MarchenSubjoinedLetterWa                                                   rune = 0x11CA5
	MarchenSubjoinedLetterZha                                                  rune = 0x11CA6
	MarchenSubjoinedLetterZa                                                   rune = 0x11CA7
	MarchenSubjoinedLetterYa                                                   rune = 0x11CA9
	MarchenSubjoinedLetterRa                                                   rune = 0x11CAA
	MarchenSubjoinedLetterLa                                                   rune = 0x11CAB
	MarchenSubjoinedLetterSha                                                  rune = 0x11CAC
	MarchenSubjoinedLetterSa                                                   rune = 0x11CAD
	MarchenSubjoinedLetterHa                                                   rune = 0x11CAE
	MarchenSubjoinedLetterA                                                    rune = 0x11CAF
	MarchenVowelSignAa                                                         rune = 0x11CB0
	MarchenVowelSignI                                                          rune = 0x11CB1
	MarchenVowelSignU                                                          rune = 0x11CB2
	MarchenVowelSignE                                                          rune = 0x11CB3
	MarchenVowelSignO                                                          rune = 0x11CB4
	MarchenSignAnusvara                                                        rune = 0x11CB5
	MarchenSignCandrabindu                                                     rune = 0x11CB6
	MasaramGondiLetterA                                                        rune = 0x11D00
	MasaramGondiLetterAa                                                       rune = 0x11D01
	MasaramGondiLetterI                                                        rune = 0x11D02
	MasaramGondiLetterIi                                                       rune = 0x11D03
	MasaramGondiLetterU                                                        rune = 0x11D04
	MasaramGondiLetterUu                                                       rune = 0x11D05
	MasaramGondiLetterE                                                        rune = 0x11D06
	MasaramGondiLetterAi                                                       rune = 0x11D08
	MasaramGondiLetterO                                                        rune = 0x11D09
	MasaramGondiLetterAu                                                       rune = 0x11D0B
	MasaramGondiLetterKa                                                       rune = 0x11D0C
	MasaramGondiLetterKha                                                      rune = 0x11D0D
	MasaramGondiLetterGa                                                       rune = 0x11D0E
	MasaramGondiLetterGha                                                      rune = 0x11D0F
	MasaramGondiLetterNga                                                      rune = 0x11D10
	MasaramGondiLetterCa                                                       rune = 0x11D11
	MasaramGondiLetterCha                                                      rune = 0x11D12
	MasaramGondiLetterJa                                                       rune = 0x11D13
	MasaramGondiLetterJha                                                      rune = 0x11D14
	MasaramGondiLetterNya                                                      rune = 0x11D15
	MasaramGondiLetterTta                                                      rune = 0x11D16
	MasaramGondiLetterTtha                                                     rune = 0x11D17
	MasaramGondiLetterDda                                                      rune = 0x11D18
	MasaramGondiLetterDdha                                                     rune = 0x11D19
	MasaramGondiLetterNna                                                      rune = 0x11D1A
	MasaramGondiLetterTa                                                       rune = 0x11D1B
	MasaramGondiLetterTha                                                      rune = 0x11D1C
	MasaramGondiLetterDa                                                       rune = 0x11D1D
	MasaramGondiLetterDha                                                      rune = 0x11D1E
	MasaramGondiLetterNa                                                       rune = 0x11D1F
	MasaramGondiLetterPa                                                       rune = 0x11D20
	MasaramGondiLetterPha                                                      rune = 0x11D21
	MasaramGondiLetterBa                                                       rune = 0x11D22
	MasaramGondiLetterBha                                                      rune = 0x11D23
	MasaramGondiLetterMa                                                       rune = 0x11D24
	MasaramGondiLetterYa                                                       rune = 0x11D25
	MasaramGondiLetterRa                                                       rune = 0x11D26
	MasaramGondiLetterLa                                                       rune = 0x11D27
	MasaramGondiLetterVa                                                       rune = 0x11D28
	MasaramGondiLetterSha                                                      rune = 0x11D29
	MasaramGondiLetterSsa                                                      rune = 0x11D2A
	MasaramGondiLetterSa                                                       rune = 0x11D2B
	MasaramGondiLetterHa                                                       rune = 0x11D2C
	MasaramGondiLetterLla                                                      rune = 0x11D2D
	MasaramGondiLetterKssa                                                     rune = 0x11D2E
	MasaramGondiLetterJnya                                                     rune = 0x11D2F
	MasaramGondiLetterTra                                                      rune = 0x11D30
	MasaramGondiVowelSignAa                                                    rune = 0x11D31
	MasaramGondiVowelSignI                                                     rune = 0x11D32
	MasaramGondiVowelSignIi                                                    rune = 0x11D33
	MasaramGondiVowelSignU                                                     rune = 0x11D34
	MasaramGondiVowelSignUu                                                    rune = 0x11D35
	MasaramGondiVowelSignVocalicR                                              rune = 0x11D36
	MasaramGondiVowelSignE                                                     rune = 0x11D3A
	MasaramGondiVowelSignAi                                                    rune = 0x11D3C
	MasaramGondiVowelSignO                                                     rune = 0x11D3D
	MasaramGondiVowelSignAu                                                    rune = 0x11D3F
	MasaramGondiSignAnusvara                                                   rune = 0x11D40
	MasaramGondiSignVisarga                                                    rune = 0x11D41
	MasaramGondiSignNukta                                                      rune = 0x11D42
	MasaramGondiSignCandra                                                     rune = 0x11D43
	MasaramGondiSignHalanta                                                    rune = 0x11D44
	MasaramGondiVirama                                                         rune = 0x11D45
	MasaramGondiRepha                                                          rune = 0x11D46
	MasaramGondiRaKara                                                         rune = 0x11D47
	MasaramGondiDigitZero                                                      rune = 0x11D50
	MasaramGondiDigitOne                                                       rune = 0x11D51
	MasaramGondiDigitTwo                                                       rune = 0x11D52
	MasaramGondiDigitThree                                                     rune = 0x11D53
	MasaramGondiDigitFour                                                      rune = 0x11D54
	MasaramGondiDigitFive                                                      rune = 0x11D55
	MasaramGondiDigitSix                                                       rune = 0x11D56
	MasaramGondiDigitSeven                                                     rune = 0x11D57
	MasaramGondiDigitEight                                                     rune = 0x11D58
	MasaramGondiDigitNine                                                      rune = 0x11D59
	GunjalaGondiLetterA                                                        rune = 0x11D60
	GunjalaGondiLetterAa                                                       rune = 0x11D61
	GunjalaGondiLetterI                                                        rune = 0x11D62
	GunjalaGondiLetterIi                                                       rune = 0x11D63
	GunjalaGondiLetterU                                                        rune = 0x11D64
	GunjalaGondiLetterUu                                                       rune = 0x11D65
	GunjalaGondiLetterEe                                                       rune = 0x11D67
	GunjalaGondiLetterAi                                                       rune = 0x11D68
	GunjalaGondiLetterOo                                                       rune = 0x11D6A
	GunjalaGondiLetterAu                                                       rune = 0x11D6B
	GunjalaGondiLetterYa                                                       rune = 0x11D6C
	GunjalaGondiLetterVa                                                       rune = 0x11D6D
	GunjalaGondiLetterBa                                                       rune = 0x11D6E
	GunjalaGondiLetterBha                                                      rune = 0x11D6F
	GunjalaGondiLetterMa                                                       rune = 0x11D70
	GunjalaGondiLetterKa                                                       rune = 0x11D71
	GunjalaGondiLetterKha                                                      rune = 0x11D72
	GunjalaGondiLetterTa                                                       rune = 0x11D73
	GunjalaGondiLetterTha                                                      rune = 0x11D74
	GunjalaGondiLetterLa                                                       rune = 0x11D75
	GunjalaGondiLetterGa                                                       rune = 0x11D76
	GunjalaGondiLetterGha                                                      rune = 0x11D77
	GunjalaGondiLetterDa                                                       rune = 0x11D78
	GunjalaGondiLetterDha                                                      rune = 0x11D79
	GunjalaGondiLetterNa                                                       rune = 0x11D7A
	GunjalaGondiLetterCa                                                       rune = 0x11D7B
	GunjalaGondiLetterCha                                                      rune = 0x11D7C
	GunjalaGondiLetterTta                                                      rune = 0x11D7D
	GunjalaGondiLetterTtha                                                     rune = 0x11D7E
	GunjalaGondiLetterLla                                                      rune = 0x11D7F
	GunjalaGondiLetterJa                                                       rune = 0x11D80
	GunjalaGondiLetterJha                                                      rune = 0x11D81
	GunjalaGondiLetterDda                                                      rune = 0x11D82
	GunjalaGondiLetterDdha                                                     rune = 0x11D83
	GunjalaGondiLetterNga                                                      rune = 0x11D84
	GunjalaGondiLetterPa                                                       rune = 0x11D85
	GunjalaGondiLetterPha                                                      rune = 0x11D86
	GunjalaGondiLetterHa                                                       rune = 0x11D87
	GunjalaGondiLetterRa                                                       rune = 0x11D88
	GunjalaGondiLetterSa                                                       rune = 0x11D89
	GunjalaGondiVowelSignAa                                                    rune = 0x11D8A
	GunjalaGondiVowelSignI                                                     rune = 0x11D8B
	GunjalaGondiVowelSignIi                                                    rune = 0x11D8C
	GunjalaGondiVowelSignU                                                     rune = 0x11D8D
	GunjalaGondiVowelSignUu                                                    rune = 0x11D8E
	GunjalaGondiVowelSignEe                                                    rune = 0x11D90
	GunjalaGondiVowelSignAi                                                    rune = 0x11D91
	GunjalaGondiVowelSignOo                                                    rune = 0x11D93
	GunjalaGondiVowelSignAu                                                    rune = 0x11D94
	GunjalaGondiSignAnusvara                                                   rune = 0x11D95
	GunjalaGondiSignVisarga                                                    rune = 0x11D96
	GunjalaGondiVirama                                                         rune = 0x11D97
	GunjalaGondiOm                                                             rune = 0x11D98
	GunjalaGondiDigitZero                                                      rune = 0x11DA0
	GunjalaGondiDigitOne                                                       rune = 0x11DA1
	GunjalaGondiDigitTwo                                                       rune = 0x11DA2
	GunjalaGondiDigitThree                                                     rune = 0x11DA3
	GunjalaGondiDigitFour                                                      rune = 0x11DA4
	GunjalaGondiDigitFive                                                      rune = 0x11DA5
	GunjalaGondiDigitSix                                                       rune = 0x11DA6
	GunjalaGondiDigitSeven                                                     rune = 0x11DA7
	GunjalaGondiDigitEight                                                     rune = 0x11DA8
	GunjalaGondiDigitNine                                                      rune = 0x11DA9
	MakasarLetterKa                                                            rune = 0x11EE0
	MakasarLetterGa                                                            rune = 0x11EE1
	MakasarLetterNga                                                           rune = 0x11EE2
	MakasarLetterPa                                                            rune = 0x11EE3
	MakasarLetterBa                                                            rune = 0x11EE4
	MakasarLetterMa                                                            rune = 0x11EE5
	MakasarLetterTa                                                            rune = 0x11EE6
	MakasarLetterDa                                                            rune = 0x11EE7
	MakasarLetterNa                                                            rune = 0x11EE8
	MakasarLetterCa                                                            rune = 0x11EE9
	MakasarLetterJa                                                            rune = 0x11EEA
	MakasarLetterNya                                                           rune = 0x11EEB
	MakasarLetterYa                                                            rune = 0x11EEC
	MakasarLetterRa                                                            rune = 0x11EED
	MakasarLetterLa                                                            rune = 0x11EEE
	MakasarLetterVa                                                            rune = 0x11EEF
	MakasarLetterSa                                                            rune = 0x11EF0
	MakasarLetterA                                                             rune = 0x11EF1
	MakasarAngka                                                               rune = 0x11EF2
	MakasarVowelSignI                                                          rune = 0x11EF3
	MakasarVowelSignU                                                          rune = 0x11EF4
	MakasarVowelSignE                                                          rune = 0x11EF5
	MakasarVowelSignO                                                          rune = 0x11EF6
	MakasarPassimbang                                                          rune = 0x11EF7
	MakasarEndOfSection                                                        rune = 0x11EF8
	TamilFractionOneThreeHundredAndTwentieth                                   rune = 0x11FC0
	TamilFractionOneOneHundredAndSixtieth                                      rune = 0x11FC1
	TamilFractionOneEightieth                                                  rune = 0x11FC2
	TamilFractionOneSixtyFourth                                                rune = 0x11FC3
	TamilFractionOneFortieth                                                   rune = 0x11FC4
	TamilFractionOneThirtySecond                                               rune = 0x11FC5
	TamilFractionThreeEightieths                                               rune = 0x11FC6
	TamilFractionThreeSixtyFourths                                             rune = 0x11FC7
	TamilFractionOneTwentieth                                                  rune = 0x11FC8
	TamilFractionOneSixteenth1                                                 rune = 0x11FC9
	TamilFractionOneSixteenth2                                                 rune = 0x11FCA
	TamilFractionOneTenth                                                      rune = 0x11FCB
	TamilFractionOneEighth                                                     rune = 0x11FCC
	TamilFractionThreeTwentieths                                               rune = 0x11FCD
	TamilFractionThreeSixteenths                                               rune = 0x11FCE
	TamilFractionOneFifth                                                      rune = 0x11FCF
	TamilFractionOneQuarter                                                    rune = 0x11FD0
	TamilFractionOneHalf1                                                      rune = 0x11FD1
	TamilFractionOneHalf2                                                      rune = 0x11FD2
	TamilFractionThreeQuarters                                                 rune = 0x11FD3
	TamilFractionDownscalingFactorKiizh                                        rune = 0x11FD4
	TamilSignNel                                                               rune = 0x11FD5
	TamilSignCevitu                                                            rune = 0x11FD6
	TamilSignAazhaakku                                                         rune = 0x11FD7
	TamilSignUzhakku                                                           rune = 0x11FD8
	TamilSignMuuvuzhakku                                                       rune = 0x11FD9
	TamilSignKuruni                                                            rune = 0x11FDA
	TamilSignPathakku                                                          rune = 0x11FDB
	TamilSignMukkuruni                                                         rune = 0x11FDC
	TamilSignKaacu                                                             rune = 0x11FDD
	TamilSignPanam                                                             rune = 0x11FDE
	TamilSignPon                                                               rune = 0x11FDF
	TamilSignVaraakan                                                          rune = 0x11FE0
	TamilSignPaaram                                                            rune = 0x11FE1
	TamilSignKuzhi                                                             rune = 0x11FE2
	TamilSignVeli                                                              rune = 0x11FE3
	TamilWetCultivationSign                                                    rune = 0x11FE4
	TamilDryCultivationSign                                                    rune = 0x11FE5
	TamilLandSign                                                              rune = 0x11FE6
	TamilSaltPanSign                                                           rune = 0x11FE7
	TamilTraditionalCreditSign                                                 rune = 0x11FE8
	TamilTraditionalNumberSign                                                 rune = 0x11FE9
	TamilCurrentSign                                                           rune = 0x11FEA
	TamilAndOddSign                                                            rune = 0x11FEB
	TamilSpentSign                                                             rune = 0x11FEC
	TamilTotalSign                                                             rune = 0x11FED
	TamilInPossessionSign                                                      rune = 0x11FEE
	TamilStartingFromSign                                                      rune = 0x11FEF
	TamilSignMuthaliya                                                         rune = 0x11FF0
	TamilSignVakaiyaraa                                                        rune = 0x11FF1
	TamilPunctuationEndOfText                                                  rune = 0x11FFF
	CuneiformSignA                                                             rune = 0x12000
	CuneiformSignATimesA                                                       rune = 0x12001
	CuneiformSignATimesBad                                                     rune = 0x12002
	CuneiformSignATimesGan2Tenu                                                rune = 0x12003
	CuneiformSignATimesHa                                                      rune = 0x12004
	CuneiformSignATimesIgi                                                     rune = 0x12005
	CuneiformSignATimesLagarGunu                                               rune = 0x12006
	CuneiformSignATimesMush                                                    rune = 0x12007
	CuneiformSignATimesSag                                                     rune = 0x12008
	CuneiformSignA2                                                            rune = 0x12009
	CuneiformSignAb                                                            rune = 0x1200A
	CuneiformSignAbTimesAsh2                                                   rune = 0x1200B
	CuneiformSignAbTimesDun3Gunu                                               rune = 0x1200C
	CuneiformSignAbTimesGal                                                    rune = 0x1200D
	CuneiformSignAbTimesGan2Tenu                                               rune = 0x1200E
	CuneiformSignAbTimesHa                                                     rune = 0x1200F
	CuneiformSignAbTimesIgiGunu                                                rune = 0x12010
	CuneiformSignAbTimesImin                                                   rune = 0x12011
	CuneiformSignAbTimesLagab                                                  rune = 0x12012
	CuneiformSignAbTimesShesh                                                  rune = 0x12013
	CuneiformSignAbTimesUPlusUPlusU                                            rune = 0x12014
	CuneiformSignAbGunu                                                        rune = 0x12015
	CuneiformSignAb2                                                           rune = 0x12016
	CuneiformSignAb2TimesBalag                                                 rune = 0x12017
	CuneiformSignAb2TimesGan2Tenu                                              rune = 0x12018
	CuneiformSignAb2TimesMePlusEn                                              rune = 0x12019
	CuneiformSignAb2TimesSha3                                                  rune = 0x1201A
	CuneiformSignAb2TimesTak4                                                  rune = 0x1201B
	CuneiformSignAd                                                            rune = 0x1201C
	CuneiformSignAk                                                            rune = 0x1201D
	CuneiformSignAkTimesErin2                                                  rune = 0x1201E
	CuneiformSignAkTimesShitaPlusGish                                          rune = 0x1201F
	CuneiformSignAl                                                            rune = 0x12020
	CuneiformSignAlTimesAl                                                     rune = 0x12021
	CuneiformSignAlTimesDim2                                                   rune = 0x12022
	CuneiformSignAlTimesGish                                                   rune = 0x12023
	CuneiformSignAlTimesHa                                                     rune = 0x12024
	CuneiformSignAlTimesKad3                                                   rune = 0x12025
	CuneiformSignAlTimesKi                                                     rune = 0x12026
	CuneiformSignAlTimesShe                                                    rune = 0x12027
	CuneiformSignAlTimesUsh                                                    rune = 0x12028
	CuneiformSignAlan                                                          rune = 0x12029
	CuneiformSignAleph                                                         rune = 0x1202A
	CuneiformSignAmar                                                          rune = 0x1202B
	CuneiformSignAmarTimesShe                                                  rune = 0x1202C
	CuneiformSignAn                                                            rune = 0x1202D
	CuneiformSignAnOverAn                                                      rune = 0x1202E
	CuneiformSignAnThreeTimes                                                  rune = 0x1202F
	CuneiformSignAnPlusNagaOpposingAnPlusNaga                                  rune = 0x12030
	CuneiformSignAnPlusNagaSquared                                             rune = 0x12031
	CuneiformSignAnshe                                                         rune = 0x12032
	CuneiformSignApin                                                          rune = 0x12033
	CuneiformSignArad                                                          rune = 0x12034
	CuneiformSignAradTimesKur                                                  rune = 0x12035
	CuneiformSignArkab                                                         rune = 0x12036
	CuneiformSignAsal2                                                         rune = 0x12037
	CuneiformSignAsh                                                           rune = 0x12038
	CuneiformSignAshZidaTenu                                                   rune = 0x12039
	CuneiformSignAshKabaTenu                                                   rune = 0x1203A
	CuneiformSignAshOverAshTug2OverTug2Tug2OverTug2Pap                         rune = 0x1203B
	CuneiformSignAshOverAshOverAsh                                             rune = 0x1203C
	CuneiformSignAshOverAshOverAshCrossingAshOverAshOverAsh                    rune = 0x1203D
	CuneiformSignAsh2                                                          rune = 0x1203E
	CuneiformSignAshgab                                                        rune = 0x1203F
	CuneiformSignBa                                                            rune = 0x12040
	CuneiformSignBad                                                           rune = 0x12041
	CuneiformSignBag3                                                          rune = 0x12042
	CuneiformSignBahar2                                                        rune = 0x12043
	CuneiformSignBal                                                           rune = 0x12044
	CuneiformSignBalOverBal                                                    rune = 0x12045
	CuneiformSignBalag                                                         rune = 0x12046
	CuneiformSignBar                                                           rune = 0x12047
	CuneiformSignBara2                                                         rune = 0x12048
	CuneiformSignBi                                                            rune = 0x12049
	CuneiformSignBiTimesA                                                      rune = 0x1204A
	CuneiformSignBiTimesGar                                                    rune = 0x1204B
	CuneiformSignBiTimesIgiGunu                                                rune = 0x1204C
	CuneiformSignBu                                                            rune = 0x1204D
	CuneiformSignBuOverBuAb                                                    rune = 0x1204E
	CuneiformSignBuOverBuUn                                                    rune = 0x1204F
	CuneiformSignBuCrossingBu                                                  rune = 0x12050
	CuneiformSignBulug                                                         rune = 0x12051
	CuneiformSignBulugOverBulug                                                rune = 0x12052
	CuneiformSignBur                                                           rune = 0x12053
	CuneiformSignBur2                                                          rune = 0x12054
	CuneiformSignDa                                                            rune = 0x12055
	CuneiformSignDag                                                           rune = 0x12056
	CuneiformSignDagKisim5TimesAPlusMash                                       rune = 0x12057
	CuneiformSignDagKisim5TimesAmar                                            rune = 0x12058
	CuneiformSignDagKisim5TimesBalag                                           rune = 0x12059
	CuneiformSignDagKisim5TimesBi                                              rune = 0x1205A
	CuneiformSignDagKisim5TimesGa                                              rune = 0x1205B
	CuneiformSignDagKisim5TimesGaPlusMash                                      rune = 0x1205C
	CuneiformSignDagKisim5TimesGi                                              rune = 0x1205D
	CuneiformSignDagKisim5TimesGir2                                            rune = 0x1205E
	CuneiformSignDagKisim5TimesGud                                             rune = 0x1205F
	CuneiformSignDagKisim5TimesHa                                              rune = 0x12060
	CuneiformSignDagKisim5TimesIr                                              rune = 0x12061
	CuneiformSignDagKisim5TimesIrPlusLu                                        rune = 0x12062
	CuneiformSignDagKisim5TimesKak                                             rune = 0x12063
	CuneiformSignDagKisim5TimesLa                                              rune = 0x12064
	CuneiformSignDagKisim5TimesLu                                              rune = 0x12065
	CuneiformSignDagKisim5TimesLuPlusMash2                                     rune = 0x12066
	CuneiformSignDagKisim5TimesLum                                             rune = 0x12067
	CuneiformSignDagKisim5TimesNe                                              rune = 0x12068
	CuneiformSignDagKisim5TimesPapPlusPap                                      rune = 0x12069
	CuneiformSignDagKisim5TimesSi                                              rune = 0x1206A
	CuneiformSignDagKisim5TimesTak4                                            rune = 0x1206B
	CuneiformSignDagKisim5TimesU2PlusGir2                                      rune = 0x1206C
	CuneiformSignDagKisim5TimesUsh                                             rune = 0x1206D
	CuneiformSignDam                                                           rune = 0x1206E
	CuneiformSignDar                                                           rune = 0x1206F
	CuneiformSignDara3                                                         rune = 0x12070
	CuneiformSignDara4                                                         rune = 0x12071
	CuneiformSignDi                                                            rune = 0x12072
	CuneiformSignDib                                                           rune = 0x12073
	CuneiformSignDim                                                           rune = 0x12074
	CuneiformSignDimTimesShe                                                   rune = 0x12075
	CuneiformSignDim2                                                          rune = 0x12076
	CuneiformSignDin                                                           rune = 0x12077
	CuneiformSignDinKaskalUGunuDish                                            rune = 0x12078
	CuneiformSignDish                                                          rune = 0x12079
	CuneiformSignDu                                                            rune = 0x1207A
	CuneiformSignDuOverDu                                                      rune = 0x1207B
	CuneiformSignDuGunu                                                        rune = 0x1207C
	CuneiformSignDuSheshig                                                     rune = 0x1207D
	CuneiformSignDub                                                           rune = 0x1207E
	CuneiformSignDubTimesEsh2                                                  rune = 0x1207F
	CuneiformSignDub2                                                          rune = 0x12080
	CuneiformSignDug                                                           rune = 0x12081
	CuneiformSignDugud                                                         rune = 0x12082
	CuneiformSignDuh                                                           rune = 0x12083
	CuneiformSignDun                                                           rune = 0x12084
	CuneiformSignDun3                                                          rune = 0x12085
	CuneiformSignDun3Gunu                                                      rune = 0x12086
	CuneiformSignDun3GunuGunu                                                  rune = 0x12087
	CuneiformSignDun4                                                          rune = 0x12088
	CuneiformSignDur2                                                          rune = 0x12089
	CuneiformSignE                                                             rune = 0x1208A
	CuneiformSignETimesPap                                                     rune = 0x1208B
	CuneiformSignEOverENunOverNun                                              rune = 0x1208C
	CuneiformSignE2                                                            rune = 0x1208D
	CuneiformSignE2TimesAPlusHaPlusDa                                          rune = 0x1208E
	CuneiformSignE2TimesGar                                                    rune = 0x1208F
	CuneiformSignE2TimesMi                                                     rune = 0x12090
	CuneiformSignE2TimesSal                                                    rune = 0x12091
	CuneiformSignE2TimesShe                                                    rune = 0x12092
	CuneiformSignE2TimesU                                                      rune = 0x12093
	CuneiformSignEdin                                                          rune = 0x12094
	CuneiformSignEgir                                                          rune = 0x12095
	CuneiformSignEl                                                            rune = 0x12096
	CuneiformSignEn                                                            rune = 0x12097
	CuneiformSignEnTimesGan2                                                   rune = 0x12098
	CuneiformSignEnTimesGan2Tenu                                               rune = 0x12099
	CuneiformSignEnTimesMe                                                     rune = 0x1209A
	CuneiformSignEnCrossingEn                                                  rune = 0x1209B
	CuneiformSignEnOpposingEn                                                  rune = 0x1209C
	CuneiformSignEnSquared                                                     rune = 0x1209D
	CuneiformSignEren                                                          rune = 0x1209E
	CuneiformSignErin2                                                         rune = 0x1209F
	CuneiformSignEsh2                                                          rune = 0x120A0
	CuneiformSignEzen                                                          rune = 0x120A1
	CuneiformSignEzenTimesA                                                    rune = 0x120A2
	CuneiformSignEzenTimesAPlusLal                                             rune = 0x120A3
	CuneiformSignEzenTimesAPlusLalTimesLal                                     rune = 0x120A4
	CuneiformSignEzenTimesAn                                                   rune = 0x120A5
	CuneiformSignEzenTimesBad                                                  rune = 0x120A6
	CuneiformSignEzenTimesDun3Gunu                                             rune = 0x120A7
	CuneiformSignEzenTimesDun3GunuGunu                                         rune = 0x120A8
	CuneiformSignEzenTimesHa                                                   rune = 0x120A9
	CuneiformSignEzenTimesHaGunu                                               rune = 0x120AA
	CuneiformSignEzenTimesIgiGunu                                              rune = 0x120AB
	CuneiformSignEzenTimesKaskal                                               rune = 0x120AC
	CuneiformSignEzenTimesKaskalSquared                                        rune = 0x120AD
	CuneiformSignEzenTimesKu3                                                  rune = 0x120AE
	CuneiformSignEzenTimesLa                                                   rune = 0x120AF
	CuneiformSignEzenTimesLalTimesLal                                          rune = 0x120B0
	CuneiformSignEzenTimesLi                                                   rune = 0x120B1
	CuneiformSignEzenTimesLu                                                   rune = 0x120B2
	CuneiformSignEzenTimesU2                                                   rune = 0x120B3
	CuneiformSignEzenTimesUd                                                   rune = 0x120B4
	CuneiformSignGa                                                            rune = 0x120B5
	CuneiformSignGaGunu                                                        rune = 0x120B6
	CuneiformSignGa2                                                           rune = 0x120B7
	CuneiformSignGa2TimesAPlusDaPlusHa                                         rune = 0x120B8
	CuneiformSignGa2TimesAPlusHa                                               rune = 0x120B9
	CuneiformSignGa2TimesAPlusIgi                                              rune = 0x120BA
	CuneiformSignGa2TimesAb2TenuPlusTab                                        rune = 0x120BB
	CuneiformSignGa2TimesAn                                                    rune = 0x120BC
	CuneiformSignGa2TimesAsh                                                   rune = 0x120BD
	CuneiformSignGa2TimesAsh2PlusGal                                           rune = 0x120BE
	CuneiformSignGa2TimesBad                                                   rune = 0x120BF
	CuneiformSignGa2TimesBarPlusRa                                             rune = 0x120C0
	CuneiformSignGa2TimesBur                                                   rune = 0x120C1
	CuneiformSignGa2TimesBurPlusRa                                             rune = 0x120C2
	CuneiformSignGa2TimesDa                                                    rune = 0x120C3
	CuneiformSignGa2TimesDi                                                    rune = 0x120C4
	CuneiformSignGa2TimesDimTimesShe                                           rune = 0x120C5
	CuneiformSignGa2TimesDub                                                   rune = 0x120C6
	CuneiformSignGa2TimesEl                                                    rune = 0x120C7
	CuneiformSignGa2TimesElPlusLa                                              rune = 0x120C8
	CuneiformSignGa2TimesEn                                                    rune = 0x120C9
	CuneiformSignGa2TimesEnTimesGan2Tenu                                       rune = 0x120CA
	CuneiformSignGa2TimesGan2Tenu                                              rune = 0x120CB
	CuneiformSignGa2TimesGar                                                   rune = 0x120CC
	CuneiformSignGa2TimesGi                                                    rune = 0x120CD
	CuneiformSignGa2TimesGi4                                                   rune = 0x120CE
	CuneiformSignGa2TimesGi4PlusA                                              rune = 0x120CF
	CuneiformSignGa2TimesGir2PlusSu                                            rune = 0x120D0
	CuneiformSignGa2TimesHaPlusLuPlusEsh2                                      rune = 0x120D1
	CuneiformSignGa2TimesHal                                                   rune = 0x120D2
	CuneiformSignGa2TimesHalPlusLa                                             rune = 0x120D3
	CuneiformSignGa2TimesHiPlusLi                                              rune = 0x120D4
	CuneiformSignGa2TimesHub2                                                  rune = 0x120D5
	CuneiformSignGa2TimesIgiGunu                                               rune = 0x120D6
	CuneiformSignGa2TimesIshPlusHuPlusAsh                                      rune = 0x120D7
	CuneiformSignGa2TimesKak                                                   rune = 0x120D8
	CuneiformSignGa2TimesKaskal                                                rune = 0x120D9
	CuneiformSignGa2TimesKid                                                   rune = 0x120DA
	CuneiformSignGa2TimesKidPlusLal                                            rune = 0x120DB
	CuneiformSignGa2TimesKu3PlusAn                                             rune = 0x120DC
	CuneiformSignGa2TimesLa                                                    rune = 0x120DD
	CuneiformSignGa2TimesMePlusEn                                              rune = 0x120DE
	CuneiformSignGa2TimesMi                                                    rune = 0x120DF
	CuneiformSignGa2TimesNun                                                   rune = 0x120E0
	CuneiformSignGa2TimesNunOverNun                                            rune = 0x120E1
	CuneiformSignGa2TimesPa                                                    rune = 0x120E2
	CuneiformSignGa2TimesSal                                                   rune = 0x120E3
	CuneiformSignGa2TimesSar                                                   rune = 0x120E4
	CuneiformSignGa2TimesShe                                                   rune = 0x120E5
	CuneiformSignGa2TimesShePlusTur                                            rune = 0x120E6
	CuneiformSignGa2TimesShid                                                  rune = 0x120E7
	CuneiformSignGa2TimesSum                                                   rune = 0x120E8
	CuneiformSignGa2TimesTak4                                                  rune = 0x120E9
	CuneiformSignGa2TimesU                                                     rune = 0x120EA
	CuneiformSignGa2TimesUd                                                    rune = 0x120EB
	CuneiformSignGa2TimesUdPlusDu                                              rune = 0x120EC
	CuneiformSignGa2OverGa2                                                    rune = 0x120ED
	CuneiformSignGaba                                                          rune = 0x120EE
	CuneiformSignGabaCrossingGaba                                              rune = 0x120EF
	CuneiformSignGad                                                           rune = 0x120F0
	CuneiformSignGadOverGadGarOverGar                                          rune = 0x120F1
	CuneiformSignGal                                                           rune = 0x120F2
	CuneiformSignGalGadOverGadGarOverGar                                       rune = 0x120F3
	CuneiformSignGalam                                                         rune = 0x120F4
	CuneiformSignGam                                                           rune = 0x120F5
	CuneiformSignGan                                                           rune = 0x120F6
	CuneiformSignGan2                                                          rune = 0x120F7
	CuneiformSignGan2Tenu                                                      rune = 0x120F8
	CuneiformSignGan2OverGan2                                                  rune = 0x120F9
	CuneiformSignGan2CrossingGan2                                              rune = 0x120FA
	CuneiformSignGar                                                           rune = 0x120FB
	CuneiformSignGar3                                                          rune = 0x120FC
	CuneiformSignGashan                                                        rune = 0x120FD
	CuneiformSignGeshtin                                                       rune = 0x120FE
	CuneiformSignGeshtinTimesKur                                               rune = 0x120FF
	CuneiformSignGi                                                            rune = 0x12100
	CuneiformSignGiTimesE                                                      rune = 0x12101
	CuneiformSignGiTimesU                                                      rune = 0x12102
	CuneiformSignGiCrossingGi                                                  rune = 0x12103
	CuneiformSignGi4                                                           rune = 0x12104
	CuneiformSignGi4OverGi4                                                    rune = 0x12105
	CuneiformSignGi4CrossingGi4                                                rune = 0x12106
	CuneiformSignGidim                                                         rune = 0x12107
	CuneiformSignGir2                                                          rune = 0x12108
	CuneiformSignGir2Gunu                                                      rune = 0x12109
	CuneiformSignGir3                                                          rune = 0x1210A
	CuneiformSignGir3TimesAPlusIgi                                             rune = 0x1210B
	CuneiformSignGir3TimesGan2Tenu                                             rune = 0x1210C
	CuneiformSignGir3TimesIgi                                                  rune = 0x1210D
	CuneiformSignGir3TimesLuPlusIgi                                            rune = 0x1210E
	CuneiformSignGir3TimesPa                                                   rune = 0x1210F
	CuneiformSignGisal                                                         rune = 0x12110
	CuneiformSignGish                                                          rune = 0x12111
	CuneiformSignGishCrossingGish                                              rune = 0x12112
	CuneiformSignGishTimesBad                                                  rune = 0x12113
	CuneiformSignGishTimesTak4                                                 rune = 0x12114
	CuneiformSignGishTenu                                                      rune = 0x12115
	CuneiformSignGu                                                            rune = 0x12116
	CuneiformSignGuCrossingGu                                                  rune = 0x12117
	CuneiformSignGu2                                                           rune = 0x12118
	CuneiformSignGu2TimesKak                                                   rune = 0x12119
	CuneiformSignGu2TimesKakTimesIgiGunu                                       rune = 0x1211A
	CuneiformSignGu2TimesNun                                                   rune = 0x1211B
	CuneiformSignGu2TimesSalPlusTug2                                           rune = 0x1211C
	CuneiformSignGu2Gunu                                                       rune = 0x1211D
	CuneiformSignGud                                                           rune = 0x1211E
	CuneiformSignGudTimesAPlusKur                                              rune = 0x1211F
	CuneiformSignGudTimesKur                                                   rune = 0x12120
	CuneiformSignGudOverGudLugal                                               rune = 0x12121
	CuneiformSignGul                                                           rune = 0x12122
	CuneiformSignGum                                                           rune = 0x12123
	CuneiformSignGumTimesShe                                                   rune = 0x12124
	CuneiformSignGur                                                           rune = 0x12125
	CuneiformSignGur7                                                          rune = 0x12126
	CuneiformSignGurun                                                         rune = 0x12127
	CuneiformSignGurush                                                        rune = 0x12128
	CuneiformSignHa                                                            rune = 0x12129
	CuneiformSignHaTenu                                                        rune = 0x1212A
	CuneiformSignHaGunu                                                        rune = 0x1212B
	CuneiformSignHal                                                           rune = 0x1212C
	CuneiformSignHi                                                            rune = 0x1212D
	CuneiformSignHiTimesAsh                                                    rune = 0x1212E
	CuneiformSignHiTimesAsh2                                                   rune = 0x1212F
	CuneiformSignHiTimesBad                                                    rune = 0x12130
	CuneiformSignHiTimesDish                                                   rune = 0x12131
	CuneiformSignHiTimesGad                                                    rune = 0x12132
	CuneiformSignHiTimesKin                                                    rune = 0x12133
	CuneiformSignHiTimesNun                                                    rune = 0x12134
	CuneiformSignHiTimesShe                                                    rune = 0x12135
	CuneiformSignHiTimesU                                                      rune = 0x12136
	CuneiformSignHu                                                            rune = 0x12137
	CuneiformSignHub2                                                          rune = 0x12138
	CuneiformSignHub2TimesAn                                                   rune = 0x12139
	CuneiformSignHub2TimesHal                                                  rune = 0x1213A
	CuneiformSignHub2TimesKaskal                                               rune = 0x1213B
	CuneiformSignHub2TimesLish                                                 rune = 0x1213C
	CuneiformSignHub2TimesUd                                                   rune = 0x1213D
	CuneiformSignHul2                                                          rune = 0x1213E
	CuneiformSignI                                                             rune = 0x1213F
	CuneiformSignIA                                                            rune = 0x12140
	CuneiformSignIb                                                            rune = 0x12141
	CuneiformSignIdim                                                          rune = 0x12142
	CuneiformSignIdimOverIdimBur                                               rune = 0x12143
	CuneiformSignIdimOverIdimSquared                                           rune = 0x12144
	CuneiformSignIg                                                            rune = 0x12145
	CuneiformSignIgi                                                           rune = 0x12146
	CuneiformSignIgiDib                                                        rune = 0x12147
	CuneiformSignIgiRi                                                         rune = 0x12148
	CuneiformSignIgiOverIgiShirOverShirUdOverUd                                rune = 0x12149
	CuneiformSignIgiGunu                                                       rune = 0x1214A
	CuneiformSignIl                                                            rune = 0x1214B
	CuneiformSignIlTimesGan2Tenu                                               rune = 0x1214C
	CuneiformSignIl2                                                           rune = 0x1214D
	CuneiformSignIm                                                            rune = 0x1214E
	CuneiformSignImTimesTak4                                                   rune = 0x1214F
	CuneiformSignImCrossingIm                                                  rune = 0x12150
	CuneiformSignImOpposingIm                                                  rune = 0x12151
	CuneiformSignImSquared                                                     rune = 0x12152
	CuneiformSignImin                                                          rune = 0x12153
	CuneiformSignIn                                                            rune = 0x12154
	CuneiformSignIr                                                            rune = 0x12155
	CuneiformSignIsh                                                           rune = 0x12156
	CuneiformSignKa                                                            rune = 0x12157
	CuneiformSignKaTimesA                                                      rune = 0x12158
	CuneiformSignKaTimesAd                                                     rune = 0x12159
	CuneiformSignKaTimesAdPlusKu3                                              rune = 0x1215A
	CuneiformSignKaTimesAsh2                                                   rune = 0x1215B
	CuneiformSignKaTimesBad                                                    rune = 0x1215C
	CuneiformSignKaTimesBalag                                                  rune = 0x1215D
	CuneiformSignKaTimesBar                                                    rune = 0x1215E
	CuneiformSignKaTimesBi                                                     rune = 0x1215F
	CuneiformSignKaTimesErin2                                                  rune = 0x12160
	CuneiformSignKaTimesEsh2                                                   rune = 0x12161
	CuneiformSignKaTimesGa                                                     rune = 0x12162
	CuneiformSignKaTimesGal                                                    rune = 0x12163
	CuneiformSignKaTimesGan2Tenu                                               rune = 0x12164
	CuneiformSignKaTimesGar                                                    rune = 0x12165
	CuneiformSignKaTimesGarPlusSha3PlusA                                       rune = 0x12166
	CuneiformSignKaTimesGi                                                     rune = 0x12167
	CuneiformSignKaTimesGir2                                                   rune = 0x12168
	CuneiformSignKaTimesGishPlusSar                                            rune = 0x12169
	CuneiformSignKaTimesGishCrossingGish                                       rune = 0x1216A
	CuneiformSignKaTimesGu                                                     rune = 0x1216B
	CuneiformSignKaTimesGur7                                                   rune = 0x1216C
	CuneiformSignKaTimesIgi                                                    rune = 0x1216D
	CuneiformSignKaTimesIm                                                     rune = 0x1216E
	CuneiformSignKaTimesKak                                                    rune = 0x1216F
	CuneiformSignKaTimesKi                                                     rune = 0x12170
	CuneiformSignKaTimesKid                                                    rune = 0x12171
	CuneiformSignKaTimesLi                                                     rune = 0x12172
	CuneiformSignKaTimesLu                                                     rune = 0x12173
	CuneiformSignKaTimesMe                                                     rune = 0x12174
	CuneiformSignKaTimesMePlusDu                                               rune = 0x12175
	CuneiformSignKaTimesMePlusGi                                               rune = 0x12176
	CuneiformSignKaTimesMePlusTe                                               rune = 0x12177
	CuneiformSignKaTimesMi                                                     rune = 0x12178
	CuneiformSignKaTimesMiPlusNunuz                                            rune = 0x12179
	CuneiformSignKaTimesNe                                                     rune = 0x1217A
	CuneiformSignKaTimesNun                                                    rune = 0x1217B
	CuneiformSignKaTimesPi                                                     rune = 0x1217C
	CuneiformSignKaTimesRu                                                     rune = 0x1217D
	CuneiformSignKaTimesSa                                                     rune = 0x1217E
	CuneiformSignKaTimesSar                                                    rune = 0x1217F
	CuneiformSignKaTimesSha                                                    rune = 0x12180
	CuneiformSignKaTimesShe                                                    rune = 0x12181
	CuneiformSignKaTimesShid                                                   rune = 0x12182
	CuneiformSignKaTimesShu                                                    rune = 0x12183
	CuneiformSignKaTimesSig                                                    rune = 0x12184
	CuneiformSignKaTimesSuhur                                                  rune = 0x12185
	CuneiformSignKaTimesTar                                                    rune = 0x12186
	CuneiformSignKaTimesU                                                      rune = 0x12187
	CuneiformSignKaTimesU2                                                     rune = 0x12188
	CuneiformSignKaTimesUd                                                     rune = 0x12189
	CuneiformSignKaTimesUmumTimesPa                                            rune = 0x1218A
	CuneiformSignKaTimesUsh                                                    rune = 0x1218B
	CuneiformSignKaTimesZi                                                     rune = 0x1218C
	CuneiformSignKa2                                                           rune = 0x1218D
	CuneiformSignKa2CrossingKa2                                                rune = 0x1218E
	CuneiformSignKab                                                           rune = 0x1218F
	CuneiformSignKad2                                                          rune = 0x12190
	CuneiformSignKad3                                                          rune = 0x12191
	CuneiformSignKad4                                                          rune = 0x12192
	CuneiformSignKad5                                                          rune = 0x12193
	CuneiformSignKad5OverKad5                                                  rune = 0x12194
	CuneiformSignKak                                                           rune = 0x12195
	CuneiformSignKakTimesIgiGunu                                               rune = 0x12196
	CuneiformSignKal                                                           rune = 0x12197
	CuneiformSignKalTimesBad                                                   rune = 0x12198
	CuneiformSignKalCrossingKal                                                rune = 0x12199
	CuneiformSignKam2                                                          rune = 0x1219A
	CuneiformSignKam4                                                          rune = 0x1219B
	CuneiformSignKaskal                                                        rune = 0x1219C
	CuneiformSignKaskalLagabTimesUOverLagabTimesU                              rune = 0x1219D
	CuneiformSignKaskalOverKaskalLagabTimesUOverLagabTimesU                    rune = 0x1219E
	CuneiformSignKesh2                                                         rune = 0x1219F
	CuneiformSignKi                                                            rune = 0x121A0
	CuneiformSignKiTimesBad                                                    rune = 0x121A1
	CuneiformSignKiTimesU                                                      rune = 0x121A2
	CuneiformSignKiTimesUd                                                     rune = 0x121A3
	CuneiformSignKid                                                           rune = 0x121A4
	CuneiformSignKin                                                           rune = 0x121A5
	CuneiformSignKisal                                                         rune = 0x121A6
	CuneiformSignKish                                                          rune = 0x121A7
	CuneiformSignKisim5                                                        rune = 0x121A8
	CuneiformSignKisim5OverKisim5                                              rune = 0x121A9
	CuneiformSignKu                                                            rune = 0x121AA
	CuneiformSignKuOverHiTimesAsh2KuOverHiTimesAsh2                            rune = 0x121AB
	CuneiformSignKu3                                                           rune = 0x121AC
	CuneiformSignKu4                                                           rune = 0x121AD
	CuneiformSignKu4VariantForm                                                rune = 0x121AE
	CuneiformSignKu7                                                           rune = 0x121AF
	CuneiformSignKul                                                           rune = 0x121B0
	CuneiformSignKulGunu                                                       rune = 0x121B1
	CuneiformSignKun                                                           rune = 0x121B2
	CuneiformSignKur                                                           rune = 0x121B3
	CuneiformSignKurOpposingKur                                                rune = 0x121B4
	CuneiformSignKushu2                                                        rune = 0x121B5
	CuneiformSignKwu318                                                        rune = 0x121B6
	CuneiformSignLa                                                            rune = 0x121B7
	CuneiformSignLagab                                                         rune = 0x121B8
	CuneiformSignLagabTimesA                                                   rune = 0x121B9
	CuneiformSignLagabTimesAPlusDaPlusHa                                       rune = 0x121BA
	CuneiformSignLagabTimesAPlusGar                                            rune = 0x121BB
	CuneiformSignLagabTimesAPlusLal                                            rune = 0x121BC
	CuneiformSignLagabTimesAl                                                  rune = 0x121BD
	CuneiformSignLagabTimesAn                                                  rune = 0x121BE
	CuneiformSignLagabTimesAshZidaTenu                                         rune = 0x121BF
	CuneiformSignLagabTimesBad                                                 rune = 0x121C0
	CuneiformSignLagabTimesBi                                                  rune = 0x121C1
	CuneiformSignLagabTimesDar                                                 rune = 0x121C2
	CuneiformSignLagabTimesEn                                                  rune = 0x121C3
	CuneiformSignLagabTimesGa                                                  rune = 0x121C4
	CuneiformSignLagabTimesGar                                                 rune = 0x121C5
	CuneiformSignLagabTimesGud                                                 rune = 0x121C6
	CuneiformSignLagabTimesGudPlusGud                                          rune = 0x121C7
	CuneiformSignLagabTimesHa                                                  rune = 0x121C8
	CuneiformSignLagabTimesHal                                                 rune = 0x121C9
	CuneiformSignLagabTimesHiTimesNun                                          rune = 0x121CA
	CuneiformSignLagabTimesIgiGunu                                             rune = 0x121CB
	CuneiformSignLagabTimesIm                                                  rune = 0x121CC
	CuneiformSignLagabTimesImPlusHa                                            rune = 0x121CD
	CuneiformSignLagabTimesImPlusLu                                            rune = 0x121CE
	CuneiformSignLagabTimesKi                                                  rune = 0x121CF
	CuneiformSignLagabTimesKin                                                 rune = 0x121D0
	CuneiformSignLagabTimesKu3                                                 rune = 0x121D1
	CuneiformSignLagabTimesKul                                                 rune = 0x121D2
	CuneiformSignLagabTimesKulPlusHiPlusA                                      rune = 0x121D3
	CuneiformSignLagabTimesLagab                                               rune = 0x121D4
	CuneiformSignLagabTimesLish                                                rune = 0x121D5
	CuneiformSignLagabTimesLu                                                  rune = 0x121D6
	CuneiformSignLagabTimesLul                                                 rune = 0x121D7
	CuneiformSignLagabTimesMe                                                  rune = 0x121D8
	CuneiformSignLagabTimesMePlusEn                                            rune = 0x121D9
	CuneiformSignLagabTimesMush                                                rune = 0x121DA
	CuneiformSignLagabTimesNe                                                  rune = 0x121DB
	CuneiformSignLagabTimesShePlusSum                                          rune = 0x121DC
	CuneiformSignLagabTimesShitaPlusGishPlusErin2                              rune = 0x121DD
	CuneiformSignLagabTimesShitaPlusGishTenu                                   rune = 0x121DE
	CuneiformSignLagabTimesShu2                                                rune = 0x121DF
	CuneiformSignLagabTimesShu2PlusShu2                                        rune = 0x121E0
	CuneiformSignLagabTimesSum                                                 rune = 0x121E1
	CuneiformSignLagabTimesTag                                                 rune = 0x121E2
	CuneiformSignLagabTimesTak4                                                rune = 0x121E3
	CuneiformSignLagabTimesTePlusAPlusSuPlusNa                                 rune = 0x121E4
	CuneiformSignLagabTimesU                                                   rune = 0x121E5
	CuneiformSignLagabTimesUPlusA                                              rune = 0x121E6
	CuneiformSignLagabTimesUPlusUPlusU                                         rune = 0x121E7
	CuneiformSignLagabTimesU2PlusAsh                                           rune = 0x121E8
	CuneiformSignLagabTimesUd                                                  rune = 0x121E9
	CuneiformSignLagabTimesUsh                                                 rune = 0x121EA
	CuneiformSignLagabSquared                                                  rune = 0x121EB
	CuneiformSignLagar                                                         rune = 0x121EC
	CuneiformSignLagarTimesShe                                                 rune = 0x121ED
	CuneiformSignLagarTimesShePlusSum                                          rune = 0x121EE
	CuneiformSignLagarGunu                                                     rune = 0x121EF
	CuneiformSignLagarGunuOverLagarGunuShe                                     rune = 0x121F0
	CuneiformSignLahshu                                                        rune = 0x121F1
	CuneiformSignLal                                                           rune = 0x121F2
	CuneiformSignLalTimesLal                                                   rune = 0x121F3
	CuneiformSignLam                                                           rune = 0x121F4
	CuneiformSignLamTimesKur                                                   rune = 0x121F5
	CuneiformSignLamTimesKurPlusRu                                             rune = 0x121F6
	CuneiformSignLi                                                            rune = 0x121F7
	CuneiformSignLil                                                           rune = 0x121F8
	CuneiformSignLimmu2                                                        rune = 0x121F9
	CuneiformSignLish                                                          rune = 0x121FA
	CuneiformSignLu                                                            rune = 0x121FB
	CuneiformSignLuTimesBad                                                    rune = 0x121FC
	CuneiformSignLu2                                                           rune = 0x121FD
	CuneiformSignLu2TimesAl                                                    rune = 0x121FE
	CuneiformSignLu2TimesBad                                                   rune = 0x121FF
	CuneiformSignLu2TimesEsh2                                                  rune = 0x12200
	CuneiformSignLu2TimesEsh2Tenu                                              rune = 0x12201
	CuneiformSignLu2TimesGan2Tenu                                              rune = 0x12202
	CuneiformSignLu2TimesHiTimesBad                                            rune = 0x12203
	CuneiformSignLu2TimesIm                                                    rune = 0x12204
	CuneiformSignLu2TimesKad2                                                  rune = 0x12205
	CuneiformSignLu2TimesKad3                                                  rune = 0x12206
	CuneiformSignLu2TimesKad3PlusAsh                                           rune = 0x12207
	CuneiformSignLu2TimesKi                                                    rune = 0x12208
	CuneiformSignLu2TimesLaPlusAsh                                             rune = 0x12209
	CuneiformSignLu2TimesLagab                                                 rune = 0x1220A
	CuneiformSignLu2TimesMePlusEn                                              rune = 0x1220B
	CuneiformSignLu2TimesNe                                                    rune = 0x1220C
	CuneiformSignLu2TimesNu                                                    rune = 0x1220D
	CuneiformSignLu2TimesSiPlusAsh                                             rune = 0x1220E
	CuneiformSignLu2TimesSik2PlusBu                                            rune = 0x1220F
	CuneiformSignLu2TimesTug2                                                  rune = 0x12210
	CuneiformSignLu2Tenu                                                       rune = 0x12211
	CuneiformSignLu2CrossingLu2                                                rune = 0x12212
	CuneiformSignLu2OpposingLu2                                                rune = 0x12213
	CuneiformSignLu2Squared                                                    rune = 0x12214
	CuneiformSignLu2Sheshig                                                    rune = 0x12215
	CuneiformSignLu3                                                           rune = 0x12216
	CuneiformSignLugal                                                         rune = 0x12217
	CuneiformSignLugalOverLugal                                                rune = 0x12218
	CuneiformSignLugalOpposingLugal                                            rune = 0x12219
	CuneiformSignLugalSheshig                                                  rune = 0x1221A
	CuneiformSignLuh                                                           rune = 0x1221B
	CuneiformSignLul                                                           rune = 0x1221C
	CuneiformSignLum                                                           rune = 0x1221D
	CuneiformSignLumOverLum                                                    rune = 0x1221E
	CuneiformSignLumOverLumGarOverGar                                          rune = 0x1221F
	CuneiformSignMa                                                            rune = 0x12220
	CuneiformSignMaTimesTak4                                                   rune = 0x12221
	CuneiformSignMaGunu                                                        rune = 0x12222
	CuneiformSignMa2                                                           rune = 0x12223
	CuneiformSignMah                                                           rune = 0x12224
	CuneiformSignMar                                                           rune = 0x12225
	CuneiformSignMash                                                          rune = 0x12226
	CuneiformSignMash2                                                         rune = 0x12227
	CuneiformSignMe                                                            rune = 0x12228
	CuneiformSignMes                                                           rune = 0x12229
	CuneiformSignMi                                                            rune = 0x1222A
	CuneiformSignMin                                                           rune = 0x1222B
	CuneiformSignMu                                                            rune = 0x1222C
	CuneiformSignMuOverMu                                                      rune = 0x1222D
	CuneiformSignMug                                                           rune = 0x1222E
	CuneiformSignMugGunu                                                       rune = 0x1222F
	CuneiformSignMunsub                                                        rune = 0x12230
	CuneiformSignMurgu2                                                        rune = 0x12231
	CuneiformSignMush                                                          rune = 0x12232
	CuneiformSignMushTimesA                                                    rune = 0x12233
	CuneiformSignMushTimesKur                                                  rune = 0x12234
	CuneiformSignMushTimesZa                                                   rune = 0x12235
	CuneiformSignMushOverMush                                                  rune = 0x12236
	CuneiformSignMushOverMushTimesAPlusNa                                      rune = 0x12237
	CuneiformSignMushCrossingMush                                              rune = 0x12238
	CuneiformSignMush3                                                         rune = 0x12239
	CuneiformSignMush3TimesA                                                   rune = 0x1223A
	CuneiformSignMush3TimesAPlusDi                                             rune = 0x1223B
	CuneiformSignMush3TimesDi                                                  rune = 0x1223C
	CuneiformSignMush3Gunu                                                     rune = 0x1223D
	CuneiformSignNa                                                            rune = 0x1223E
	CuneiformSignNa2                                                           rune = 0x1223F
	CuneiformSignNaga                                                          rune = 0x12240
	CuneiformSignNagaInverted                                                  rune = 0x12241
	CuneiformSignNagaTimesShuTenu                                              rune = 0x12242
	CuneiformSignNagaOpposingNaga                                              rune = 0x12243
	CuneiformSignNagar                                                         rune = 0x12244
	CuneiformSignNamNutillu                                                    rune = 0x12245
	CuneiformSignNam                                                           rune = 0x12246
	CuneiformSignNam2                                                          rune = 0x12247
	CuneiformSignNe                                                            rune = 0x12248
	CuneiformSignNeTimesA                                                      rune = 0x12249
	CuneiformSignNeTimesUd                                                     rune = 0x1224A
	CuneiformSignNeSheshig                                                     rune = 0x1224B
	CuneiformSignNi                                                            rune = 0x1224C
	CuneiformSignNiTimesE                                                      rune = 0x1224D
	CuneiformSignNi2                                                           rune = 0x1224E
	CuneiformSignNim                                                           rune = 0x1224F
	CuneiformSignNimTimesGan2Tenu                                              rune = 0x12250
	CuneiformSignNimTimesGarPlusGan2Tenu                                       rune = 0x12251
	CuneiformSignNinda2                                                        rune = 0x12252
	CuneiformSignNinda2TimesAn                                                 rune = 0x12253
	CuneiformSignNinda2TimesAsh                                                rune = 0x12254
	CuneiformSignNinda2TimesAshPlusAsh                                         rune = 0x12255
	CuneiformSignNinda2TimesGud                                                rune = 0x12256
	CuneiformSignNinda2TimesMePlusGan2Tenu                                     rune = 0x12257
	CuneiformSignNinda2TimesNe                                                 rune = 0x12258
	CuneiformSignNinda2TimesNun                                                rune = 0x12259
	CuneiformSignNinda2TimesShe                                                rune = 0x1225A
	CuneiformSignNinda2TimesShePlusAAn                                         rune = 0x1225B
	CuneiformSignNinda2TimesShePlusAsh                                         rune = 0x1225C
	CuneiformSignNinda2TimesShePlusAshPlusAsh                                  rune = 0x1225D
	CuneiformSignNinda2TimesU2PlusAsh                                          rune = 0x1225E
	CuneiformSignNinda2TimesUsh                                                rune = 0x1225F
	CuneiformSignNisag                                                         rune = 0x12260
	CuneiformSignNu                                                            rune = 0x12261
	CuneiformSignNu11                                                          rune = 0x12262
	CuneiformSignNun                                                           rune = 0x12263
	CuneiformSignNunLagarTimesGar                                              rune = 0x12264
	CuneiformSignNunLagarTimesMash                                             rune = 0x12265
	CuneiformSignNunLagarTimesSal                                              rune = 0x12266
	CuneiformSignNunLagarTimesSalOverNunLagarTimesSal                          rune = 0x12267
	CuneiformSignNunLagarTimesUsh                                              rune = 0x12268
	CuneiformSignNunTenu                                                       rune = 0x12269
	CuneiformSignNunOverNun                                                    rune = 0x1226A
	CuneiformSignNunCrossingNun                                                rune = 0x1226B
	CuneiformSignNunCrossingNunLagarOverLagar                                  rune = 0x1226C
	CuneiformSignNunuz                                                         rune = 0x1226D
	CuneiformSignNunuzAb2TimesAshgab                                           rune = 0x1226E
	CuneiformSignNunuzAb2TimesBi                                               rune = 0x1226F
	CuneiformSignNunuzAb2TimesDug                                              rune = 0x12270
	CuneiformSignNunuzAb2TimesGud                                              rune = 0x12271
	CuneiformSignNunuzAb2TimesIgiGunu                                          rune = 0x12272
	CuneiformSignNunuzAb2TimesKad3                                             rune = 0x12273
	CuneiformSignNunuzAb2TimesLa                                               rune = 0x12274
	CuneiformSignNunuzAb2TimesNe                                               rune = 0x12275
	CuneiformSignNunuzAb2TimesSila3                                            rune = 0x12276
	CuneiformSignNunuzAb2TimesU2                                               rune = 0x12277
	CuneiformSignNunuzKisim5TimesBi                                            rune = 0x12278
	CuneiformSignNunuzKisim5TimesBiU                                           rune = 0x12279
	CuneiformSignPa                                                            rune = 0x1227A
	CuneiformSignPad                                                           rune = 0x1227B
	CuneiformSignPan                                                           rune = 0x1227C
	CuneiformSignPap                                                           rune = 0x1227D
	CuneiformSignPesh2                                                         rune = 0x1227E
	CuneiformSignPi                                                            rune = 0x1227F
	CuneiformSignPiTimesA                                                      rune = 0x12280
	CuneiformSignPiTimesAb                                                     rune = 0x12281
	CuneiformSignPiTimesBi                                                     rune = 0x12282
	CuneiformSignPiTimesBu                                                     rune = 0x12283
	CuneiformSignPiTimesE                                                      rune = 0x12284
	CuneiformSignPiTimesI                                                      rune = 0x12285
	CuneiformSignPiTimesIb                                                     rune = 0x12286
	CuneiformSignPiTimesU                                                      rune = 0x12287
	CuneiformSignPiTimesU2                                                     rune = 0x12288
	CuneiformSignPiCrossingPi                                                  rune = 0x12289
	CuneiformSignPirig                                                         rune = 0x1228A
	CuneiformSignPirigTimesKal                                                 rune = 0x1228B
	CuneiformSignPirigTimesUd                                                  rune = 0x1228C
	CuneiformSignPirigTimesZa                                                  rune = 0x1228D
	CuneiformSignPirigOpposingPirig                                            rune = 0x1228E
	CuneiformSignRa                                                            rune = 0x1228F
	CuneiformSignRab                                                           rune = 0x12290
	CuneiformSignRi                                                            rune = 0x12291
	CuneiformSignRu                                                            rune = 0x12292
	CuneiformSignSa                                                            rune = 0x12293
	CuneiformSignSagNutillu                                                    rune = 0x12294
	CuneiformSignSag                                                           rune = 0x12295
	CuneiformSignSagTimesA                                                     rune = 0x12296
	CuneiformSignSagTimesDu                                                    rune = 0x12297
	CuneiformSignSagTimesDub                                                   rune = 0x12298
	CuneiformSignSagTimesHa                                                    rune = 0x12299
	CuneiformSignSagTimesKak                                                   rune = 0x1229A
	CuneiformSignSagTimesKur                                                   rune = 0x1229B
	CuneiformSignSagTimesLum                                                   rune = 0x1229C
	CuneiformSignSagTimesMi                                                    rune = 0x1229D
	CuneiformSignSagTimesNun                                                   rune = 0x1229E
	CuneiformSignSagTimesSal                                                   rune = 0x1229F
	CuneiformSignSagTimesShid                                                  rune = 0x122A0
	CuneiformSignSagTimesTab                                                   rune = 0x122A1
	CuneiformSignSagTimesU2                                                    rune = 0x122A2
	CuneiformSignSagTimesUb                                                    rune = 0x122A3
	CuneiformSignSagTimesUm                                                    rune = 0x122A4
	CuneiformSignSagTimesUr                                                    rune = 0x122A5
	CuneiformSignSagTimesUsh                                                   rune = 0x122A6
	CuneiformSignSagOverSag                                                    rune = 0x122A7
	CuneiformSignSagGunu                                                       rune = 0x122A8
	CuneiformSignSal                                                           rune = 0x122A9
	CuneiformSignSalLagabTimesAsh2                                             rune = 0x122AA
	CuneiformSignSanga2                                                        rune = 0x122AB
	CuneiformSignSar                                                           rune = 0x122AC
	CuneiformSignSha                                                           rune = 0x122AD
	CuneiformSignSha3                                                          rune = 0x122AE
	CuneiformSignSha3TimesA                                                    rune = 0x122AF
	CuneiformSignSha3TimesBad                                                  rune = 0x122B0
	CuneiformSignSha3TimesGish                                                 rune = 0x122B1
	CuneiformSignSha3TimesNe                                                   rune = 0x122B2
	CuneiformSignSha3TimesShu2                                                 rune = 0x122B3
	CuneiformSignSha3TimesTur                                                  rune = 0x122B4
	CuneiformSignSha3TimesU                                                    rune = 0x122B5
	CuneiformSignSha3TimesUPlusA                                               rune = 0x122B6
	CuneiformSignSha6                                                          rune = 0x122B7
	CuneiformSignShab6                                                         rune = 0x122B8
	CuneiformSignShar2                                                         rune = 0x122B9
	CuneiformSignShe                                                           rune = 0x122BA
	CuneiformSignSheHu                                                         rune = 0x122BB
	CuneiformSignSheOverSheGadOverGadGarOverGar                                rune = 0x122BC
	CuneiformSignSheOverSheTabOverTabGarOverGar                                rune = 0x122BD
	CuneiformSignSheg9                                                         rune = 0x122BE
	CuneiformSignShen                                                          rune = 0x122BF
	CuneiformSignShesh                                                         rune = 0x122C0
	CuneiformSignShesh2                                                        rune = 0x122C1
	CuneiformSignSheshlam                                                      rune = 0x122C2
	CuneiformSignShid                                                          rune = 0x122C3
	CuneiformSignShidTimesA                                                    rune = 0x122C4
	CuneiformSignShidTimesIm                                                   rune = 0x122C5
	CuneiformSignShim                                                          rune = 0x122C6
	CuneiformSignShimTimesA                                                    rune = 0x122C7
	CuneiformSignShimTimesBal                                                  rune = 0x122C8
	CuneiformSignShimTimesBulug                                                rune = 0x122C9
	CuneiformSignShimTimesDin                                                  rune = 0x122CA
	CuneiformSignShimTimesGar                                                  rune = 0x122CB
	CuneiformSignShimTimesIgi                                                  rune = 0x122CC
	CuneiformSignShimTimesIgiGunu                                              rune = 0x122CD
	CuneiformSignShimTimesKushu2                                               rune = 0x122CE
	CuneiformSignShimTimesLul                                                  rune = 0x122CF
	CuneiformSignShimTimesMug                                                  rune = 0x122D0
	CuneiformSignShimTimesSal                                                  rune = 0x122D1
	CuneiformSignShinig                                                        rune = 0x122D2
	CuneiformSignShir                                                          rune = 0x122D3
	CuneiformSignShirTenu                                                      rune = 0x122D4
	CuneiformSignNu11Tenu                                                      rune = 0x122D4
	CuneiformSignShirOverShirBurOverBur                                        rune = 0x122D5
	CuneiformSignNu11OverNu11BurOverBur                                        rune = 0x122D5
	CuneiformSignShita                                                         rune = 0x122D6
	CuneiformSignShu                                                           rune = 0x122D7
	CuneiformSignShuOverInvertedShu                                            rune = 0x122D8
	CuneiformSignShu2                                                          rune = 0x122D9
	CuneiformSignShubur                                                        rune = 0x122DA
	CuneiformSignSi                                                            rune = 0x122DB
	CuneiformSignSiGunu                                                        rune = 0x122DC
	CuneiformSignSig                                                           rune = 0x122DD
	CuneiformSignSig4                                                          rune = 0x122DE
	CuneiformSignSig4OverSig4Shu2                                              rune = 0x122DF
	CuneiformSignSik2                                                          rune = 0x122E0
	CuneiformSignSila3                                                         rune = 0x122E1
	CuneiformSignSu                                                            rune = 0x122E2
	CuneiformSignSuOverSu                                                      rune = 0x122E3
	CuneiformSignSud                                                           rune = 0x122E4
	CuneiformSignSud2                                                          rune = 0x122E5
	CuneiformSignSuhur                                                         rune = 0x122E6
	CuneiformSignSum                                                           rune = 0x122E7
	CuneiformSignSumash                                                        rune = 0x122E8
	CuneiformSignSur                                                           rune = 0x122E9
	CuneiformSignSur9                                                          rune = 0x122EA
	CuneiformSignTa                                                            rune = 0x122EB
	CuneiformSignTaAsterisk                                                    rune = 0x122EC
	CuneiformSignTaTimesHi                                                     rune = 0x122ED
	CuneiformSignTaTimesMi                                                     rune = 0x122EE
	CuneiformSignTaGunu                                                        rune = 0x122EF
	CuneiformSignTab                                                           rune = 0x122F0
	CuneiformSignTabOverTabNiOverNiDishOverDish                                rune = 0x122F1
	CuneiformSignTabSquared                                                    rune = 0x122F2
	CuneiformSignTag                                                           rune = 0x122F3
	CuneiformSignTagTimesBi                                                    rune = 0x122F4
	CuneiformSignTagTimesGud                                                   rune = 0x122F5
	CuneiformSignTagTimesShe                                                   rune = 0x122F6
	CuneiformSignTagTimesShu                                                   rune = 0x122F7
	CuneiformSignTagTimesTug2                                                  rune = 0x122F8
	CuneiformSignTagTimesUd                                                    rune = 0x122F9
	CuneiformSignTak4                                                          rune = 0x122FA
	CuneiformSignTar                                                           rune = 0x122FB
	CuneiformSignTe                                                            rune = 0x122FC
	CuneiformSignTeGunu                                                        rune = 0x122FD
	CuneiformSignTi                                                            rune = 0x122FE
	CuneiformSignTiTenu                                                        rune = 0x122FF
	CuneiformSignTil                                                           rune = 0x12300
	CuneiformSignTir                                                           rune = 0x12301
	CuneiformSignTirTimesTak4                                                  rune = 0x12302
	CuneiformSignTirOverTir                                                    rune = 0x12303
	CuneiformSignTirOverTirGadOverGadGarOverGar                                rune = 0x12304
	CuneiformSignTu                                                            rune = 0x12305
	CuneiformSignTug2                                                          rune = 0x12306
	CuneiformSignTuk                                                           rune = 0x12307
	CuneiformSignTum                                                           rune = 0x12308
	CuneiformSignTur                                                           rune = 0x12309
	CuneiformSignTurOverTurZaOverZa                                            rune = 0x1230A
	CuneiformSignU                                                             rune = 0x1230B
	CuneiformSignUGud                                                          rune = 0x1230C
	CuneiformSignUUU                                                           rune = 0x1230D
	CuneiformSignUOverUPaOverPaGarOverGar                                      rune = 0x1230E
	CuneiformSignUOverUSurOverSur                                              rune = 0x1230F
	CuneiformSignUOverUUReversedOverUReversed                                  rune = 0x12310
	CuneiformSignU2                                                            rune = 0x12311
	CuneiformSignUb                                                            rune = 0x12312
	CuneiformSignUd                                                            rune = 0x12313
	CuneiformSignUdKushu2                                                      rune = 0x12314
	CuneiformSignUdTimesBad                                                    rune = 0x12315
	CuneiformSignUdTimesMi                                                     rune = 0x12316
	CuneiformSignUdTimesUPlusUPlusU                                            rune = 0x12317
	CuneiformSignUdTimesUPlusUPlusUGunu                                        rune = 0x12318
	CuneiformSignUdGunu                                                        rune = 0x12319
	CuneiformSignUdSheshig                                                     rune = 0x1231A
	CuneiformSignUdSheshigTimesBad                                             rune = 0x1231B
	CuneiformSignUdug                                                          rune = 0x1231C
	CuneiformSignUm                                                            rune = 0x1231D
	CuneiformSignUmTimesLagab                                                  rune = 0x1231E
	CuneiformSignUmTimesMePlusDa                                               rune = 0x1231F
	CuneiformSignUmTimesSha3                                                   rune = 0x12320
	CuneiformSignUmTimesU                                                      rune = 0x12321
	CuneiformSignUmbin                                                         rune = 0x12322
	CuneiformSignUmum                                                          rune = 0x12323
	CuneiformSignUmumTimesKaskal                                               rune = 0x12324
	CuneiformSignUmumTimesPa                                                   rune = 0x12325
	CuneiformSignUn                                                            rune = 0x12326
	CuneiformSignUnGunu                                                        rune = 0x12327
	CuneiformSignUr                                                            rune = 0x12328
	CuneiformSignUrCrossingUr                                                  rune = 0x12329
	CuneiformSignUrSheshig                                                     rune = 0x1232A
	CuneiformSignUr2                                                           rune = 0x1232B
	CuneiformSignUr2TimesAPlusHa                                               rune = 0x1232C
	CuneiformSignUr2TimesAPlusNa                                               rune = 0x1232D
	CuneiformSignUr2TimesAl                                                    rune = 0x1232E
	CuneiformSignUr2TimesHa                                                    rune = 0x1232F
	CuneiformSignUr2TimesNun                                                   rune = 0x12330
	CuneiformSignUr2TimesU2                                                    rune = 0x12331
	CuneiformSignUr2TimesU2PlusAsh                                             rune = 0x12332
	CuneiformSignUr2TimesU2PlusBi                                              rune = 0x12333
	CuneiformSignUr4                                                           rune = 0x12334
	CuneiformSignUri                                                           rune = 0x12335
	CuneiformSignUri3                                                          rune = 0x12336
	CuneiformSignUru                                                           rune = 0x12337
	CuneiformSignUruTimesA                                                     rune = 0x12338
	CuneiformSignUruTimesAshgab                                                rune = 0x12339
	CuneiformSignUruTimesBar                                                   rune = 0x1233A
	CuneiformSignUruTimesDun                                                   rune = 0x1233B
	CuneiformSignUruTimesGa                                                    rune = 0x1233C
	CuneiformSignUruTimesGal                                                   rune = 0x1233D
	CuneiformSignUruTimesGan2Tenu                                              rune = 0x1233E
	CuneiformSignUruTimesGar                                                   rune = 0x1233F
	CuneiformSignUruTimesGu                                                    rune = 0x12340
	CuneiformSignUruTimesHa                                                    rune = 0x12341
	CuneiformSignUruTimesIgi                                                   rune = 0x12342
	CuneiformSignUruTimesIm                                                    rune = 0x12343
	CuneiformSignUruTimesIsh                                                   rune = 0x12344
	CuneiformSignUruTimesKi                                                    rune = 0x12345
	CuneiformSignUruTimesLum                                                   rune = 0x12346
	CuneiformSignUruTimesMin                                                   rune = 0x12347
	CuneiformSignUruTimesPa                                                    rune = 0x12348
	CuneiformSignUruTimesShe                                                   rune = 0x12349
	CuneiformSignUruTimesSig4                                                  rune = 0x1234A
	CuneiformSignUruTimesTu                                                    rune = 0x1234B
	CuneiformSignUruTimesUPlusGud                                              rune = 0x1234C
	CuneiformSignUruTimesUd                                                    rune = 0x1234D
	CuneiformSignUruTimesUruda                                                 rune = 0x1234E
	CuneiformSignUruda                                                         rune = 0x1234F
	CuneiformSignUrudaTimesU                                                   rune = 0x12350
	CuneiformSignUsh                                                           rune = 0x12351
	CuneiformSignUshTimesA                                                     rune = 0x12352
	CuneiformSignUshTimesKu                                                    rune = 0x12353
	CuneiformSignUshTimesKur                                                   rune = 0x12354
	CuneiformSignUshTimesTak4                                                  rune = 0x12355
	CuneiformSignUshx                                                          rune = 0x12356
	CuneiformSignUsh2                                                          rune = 0x12357
	CuneiformSignUshumx                                                        rune = 0x12358
	CuneiformSignUtuki                                                         rune = 0x12359
	CuneiformSignUz3                                                           rune = 0x1235A
	CuneiformSignUz3TimesKaskal                                                rune = 0x1235B
	CuneiformSignUzu                                                           rune = 0x1235C
	CuneiformSignZa                                                            rune = 0x1235D
	CuneiformSignZaTenu                                                        rune = 0x1235E
	CuneiformSignZaSquaredTimesKur                                             rune = 0x1235F
	CuneiformSignZag                                                           rune = 0x12360
	CuneiformSignZamx                                                          rune = 0x12361
	CuneiformSignZe2                                                           rune = 0x12362
	CuneiformSignZi                                                            rune = 0x12363
	CuneiformSignZiOverZi                                                      rune = 0x12364
	CuneiformSignZi3                                                           rune = 0x12365
	CuneiformSignZib                                                           rune = 0x12366
	CuneiformSignZibKabaTenu                                                   rune = 0x12367
	CuneiformSignZig                                                           rune = 0x12368
	CuneiformSignZiz2                                                          rune = 0x12369
	CuneiformSignZu                                                            rune = 0x1236A
	CuneiformSignZu5                                                           rune = 0x1236B
	CuneiformSignZu5TimesA                                                     rune = 0x1236C
	CuneiformSignZubur                                                         rune = 0x1236D
	CuneiformSignZum                                                           rune = 0x1236E
	CuneiformSignKapElamite                                                    rune = 0x1236F
	CuneiformSignAbTimesNun                                                    rune = 0x12370
	CuneiformSignAb2TimesA                                                     rune = 0x12371
	CuneiformSignAmarTimesKug                                                  rune = 0x12372
	CuneiformSignDagKisim5TimesU2PlusMash                                      rune = 0x12373
	CuneiformSignDag3                                                          rune = 0x12374
	CuneiformSignDishPlusShu                                                   rune = 0x12375
	CuneiformSignDubTimesShe                                                   rune = 0x12376
	CuneiformSignEzenTimesGud                                                  rune = 0x12377
	CuneiformSignEzenTimesShe                                                  rune = 0x12378
	CuneiformSignGa2TimesAnPlusKakPlusA                                        rune = 0x12379
	CuneiformSignGa2TimesAsh2                                                  rune = 0x1237A
	CuneiformSignGe22                                                          rune = 0x1237B
	CuneiformSignGig                                                           rune = 0x1237C
	CuneiformSignHush                                                          rune = 0x1237D
	CuneiformSignKaTimesAnshe                                                  rune = 0x1237E
	CuneiformSignKaTimesAsh3                                                   rune = 0x1237F
	CuneiformSignKaTimesGish                                                   rune = 0x12380
	CuneiformSignKaTimesGud                                                    rune = 0x12381
	CuneiformSignKaTimesHiTimesAsh2                                            rune = 0x12382
	CuneiformSignKaTimesLum                                                    rune = 0x12383
	CuneiformSignKaTimesPa                                                     rune = 0x12384
	CuneiformSignKaTimesShul                                                   rune = 0x12385
	CuneiformSignKaTimesTu                                                     rune = 0x12386
	CuneiformSignKaTimesUr2                                                    rune = 0x12387
	CuneiformSignLagabTimesGi                                                  rune = 0x12388
	CuneiformSignLu2SheshigTimesBad                                            rune = 0x12389
	CuneiformSignLu2TimesEsh2PlusLal                                           rune = 0x1238A
	CuneiformSignLu2TimesShu                                                   rune = 0x1238B
	CuneiformSignMesh                                                          rune = 0x1238C
	CuneiformSignMush3TimesZa                                                  rune = 0x1238D
	CuneiformSignNa4                                                           rune = 0x1238E
	CuneiformSignNin                                                           rune = 0x1238F
	CuneiformSignNin9                                                          rune = 0x12390
	CuneiformSignNinda2TimesBal                                                rune = 0x12391
	CuneiformSignNinda2TimesGi                                                 rune = 0x12392
	CuneiformSignNu11RotatedNinetyDegrees                                      rune = 0x12393
	CuneiformSignPesh2Asterisk                                                 rune = 0x12394
	CuneiformSignPir2                                                          rune = 0x12395
	CuneiformSignSagTimesIgiGunu                                               rune = 0x12396
	CuneiformSignTi2                                                           rune = 0x12397
	CuneiformSignUmTimesMe                                                     rune = 0x12398
	CuneiformSignUU                                                            rune = 0x12399
	CuneiformNumericSignTwoAsh                                                 rune = 0x12400
	CuneiformNumericSignThreeAsh                                               rune = 0x12401
	CuneiformNumericSignFourAsh                                                rune = 0x12402
	CuneiformNumericSignFiveAsh                                                rune = 0x12403
	CuneiformNumericSignSixAsh                                                 rune = 0x12404
	CuneiformNumericSignSevenAsh                                               rune = 0x12405
	CuneiformNumericSignEightAsh                                               rune = 0x12406
	CuneiformNumericSignNineAsh                                                rune = 0x12407
	CuneiformNumericSignThreeDish                                              rune = 0x12408
	CuneiformNumericSignFourDish                                               rune = 0x12409
	CuneiformNumericSignFiveDish                                               rune = 0x1240A
	CuneiformNumericSignSixDish                                                rune = 0x1240B
	CuneiformNumericSignSevenDish                                              rune = 0x1240C
	CuneiformNumericSignEightDish                                              rune = 0x1240D
	CuneiformNumericSignNineDish                                               rune = 0x1240E
	CuneiformNumericSignFourU                                                  rune = 0x1240F
	CuneiformNumericSignFiveU                                                  rune = 0x12410
	CuneiformNumericSignSixU                                                   rune = 0x12411
	CuneiformNumericSignSevenU                                                 rune = 0x12412
	CuneiformNumericSignEightU                                                 rune = 0x12413
	CuneiformNumericSignNineU                                                  rune = 0x12414
	CuneiformNumericSignOneGesh2                                               rune = 0x12415
	CuneiformNumericSignTwoGesh2                                               rune = 0x12416
	CuneiformNumericSignThreeGesh2                                             rune = 0x12417
	CuneiformNumericSignFourGesh2                                              rune = 0x12418
	CuneiformNumericSignFiveGesh2                                              rune = 0x12419
	CuneiformNumericSignSixGesh2                                               rune = 0x1241A
	CuneiformNumericSignSevenGesh2                                             rune = 0x1241B
	CuneiformNumericSignEightGesh2                                             rune = 0x1241C
	CuneiformNumericSignNineGesh2                                              rune = 0x1241D
	CuneiformNumericSignOneGeshu                                               rune = 0x1241E
	CuneiformNumericSignTwoGeshu                                               rune = 0x1241F
	CuneiformNumericSignThreeGeshu                                             rune = 0x12420
	CuneiformNumericSignFourGeshu                                              rune = 0x12421
	CuneiformNumericSignFiveGeshu                                              rune = 0x12422
	CuneiformNumericSignTwoShar2                                               rune = 0x12423
	CuneiformNumericSignThreeShar2                                             rune = 0x12424
	CuneiformNumericSignThreeShar2VariantForm                                  rune = 0x12425
	CuneiformNumericSignFourShar2                                              rune = 0x12426
	CuneiformNumericSignFiveShar2                                              rune = 0x12427
	CuneiformNumericSignSixShar2                                               rune = 0x12428
	CuneiformNumericSignSevenShar2                                             rune = 0x12429
	CuneiformNumericSignEightShar2                                             rune = 0x1242A
	CuneiformNumericSignNineShar2                                              rune = 0x1242B
	CuneiformNumericSignOneSharu                                               rune = 0x1242C
	CuneiformNumericSignTwoSharu                                               rune = 0x1242D
	CuneiformNumericSignThreeSharu                                             rune = 0x1242E
	CuneiformNumericSignThreeSharuVariantForm                                  rune = 0x1242F
	CuneiformNumericSignFourSharu                                              rune = 0x12430
	CuneiformNumericSignFiveSharu                                              rune = 0x12431
	CuneiformNumericSignShar2TimesGalPlusDish                                  rune = 0x12432
	CuneiformNumericSignShar2TimesGalPlusMin                                   rune = 0x12433
	CuneiformNumericSignOneBuru                                                rune = 0x12434
	CuneiformNumericSignTwoBuru                                                rune = 0x12435
	CuneiformNumericSignThreeBuru                                              rune = 0x12436
	CuneiformNumericSignThreeBuruVariantForm                                   rune = 0x12437
	CuneiformNumericSignFourBuru                                               rune = 0x12438
	CuneiformNumericSignFiveBuru                                               rune = 0x12439
	CuneiformNumericSignThreeVariantFormEsh16                                  rune = 0x1243A
	CuneiformNumericSignThreeVariantFormEsh21                                  rune = 0x1243B
	CuneiformNumericSignFourVariantFormLimmu                                   rune = 0x1243C
	CuneiformNumericSignFourVariantFormLimmu4                                  rune = 0x1243D
	CuneiformNumericSignFourVariantFormLimmuA                                  rune = 0x1243E
	CuneiformNumericSignFourVariantFormLimmuB                                  rune = 0x1243F
	CuneiformNumericSignSixVariantFormAsh9                                     rune = 0x12440
	CuneiformNumericSignSevenVariantFormImin3                                  rune = 0x12441
	CuneiformNumericSignSevenVariantFormIminA                                  rune = 0x12442
	CuneiformNumericSignSevenVariantFormIminB                                  rune = 0x12443
	CuneiformNumericSignEightVariantFormUssu                                   rune = 0x12444
	CuneiformNumericSignEightVariantFormUssu3                                  rune = 0x12445
	CuneiformNumericSignNineVariantFormIlimmu                                  rune = 0x12446
	CuneiformNumericSignNineVariantFormIlimmu3                                 rune = 0x12447
	CuneiformNumericSignNineVariantFormIlimmu4                                 rune = 0x12448
	CuneiformNumericSignNineVariantFormIlimmuA                                 rune = 0x12449
	CuneiformNumericSignTwoAshTenu                                             rune = 0x1244A
	CuneiformNumericSignThreeAshTenu                                           rune = 0x1244B
	CuneiformNumericSignFourAshTenu                                            rune = 0x1244C
	CuneiformNumericSignFiveAshTenu                                            rune = 0x1244D
	CuneiformNumericSignSixAshTenu                                             rune = 0x1244E
	CuneiformNumericSignOneBan2                                                rune = 0x1244F
	CuneiformNumericSignTwoBan2                                                rune = 0x12450
	CuneiformNumericSignThreeBan2                                              rune = 0x12451
	CuneiformNumericSignFourBan2                                               rune = 0x12452
	CuneiformNumericSignFourBan2VariantForm                                    rune = 0x12453
	CuneiformNumericSignFiveBan2                                               rune = 0x12454
	CuneiformNumericSignFiveBan2VariantForm                                    rune = 0x12455
	CuneiformNumericSignNigidamin                                              rune = 0x12456
	CuneiformNumericSignNigidaesh                                              rune = 0x12457
	CuneiformNumericSignOneEshe3                                               rune = 0x12458
	CuneiformNumericSignTwoEshe3                                               rune = 0x12459
	CuneiformNumericSignOneThirdDish                                           rune = 0x1245A
	CuneiformNumericSignTwoThirdsDish                                          rune = 0x1245B
	CuneiformNumericSignFiveSixthsDish                                         rune = 0x1245C
	CuneiformNumericSignOneThirdVariantFormA                                   rune = 0x1245D
	CuneiformNumericSignTwoThirdsVariantFormA                                  rune = 0x1245E
	CuneiformNumericSignOneEighthAsh                                           rune = 0x1245F
	CuneiformNumericSignOneQuarterAsh                                          rune = 0x12460
	CuneiformNumericSignOldAssyrianOneSixth                                    rune = 0x12461
	CuneiformNumericSignOldAssyrianOneQuarter                                  rune = 0x12462
	CuneiformNumericSignOneQuarterGur                                          rune = 0x12463
	CuneiformNumericSignOneHalfGur                                             rune = 0x12464
	CuneiformNumericSignElamiteOneThird                                        rune = 0x12465
	CuneiformNumericSignElamiteTwoThirds                                       rune = 0x12466
	CuneiformNumericSignElamiteForty                                           rune = 0x12467
	CuneiformNumericSignElamiteFifty                                           rune = 0x12468
	CuneiformNumericSignFourUVariantForm                                       rune = 0x12469
	CuneiformNumericSignFiveUVariantForm                                       rune = 0x1246A
	CuneiformNumericSignSixUVariantForm                                        rune = 0x1246B
	CuneiformNumericSignSevenUVariantForm                                      rune = 0x1246C
	CuneiformNumericSignEightUVariantForm                                      rune = 0x1246D
	CuneiformNumericSignNineUVariantForm                                       rune = 0x1246E
	CuneiformPunctuationSignOldAssyrianWordDivider                             rune = 0x12470
	CuneiformPunctuationSignVerticalColon                                      rune = 0x12471
	CuneiformPunctuationSignDiagonalColon                                      rune = 0x12472
	CuneiformPunctuationSignDiagonalTricolon                                   rune = 0x12473
	CuneiformPunctuationSignDiagonalQuadcolon                                  rune = 0x12474
	CuneiformSignAbTimesNunTenu                                                rune = 0x12480
	CuneiformSignAbTimesShu2                                                   rune = 0x12481
	CuneiformSignAdTimesEsh2                                                   rune = 0x12482
	CuneiformSignBadTimesDishTenu                                              rune = 0x12483
	CuneiformSignBahar2TimesAb2                                                rune = 0x12484
	CuneiformSignBahar2TimesNi                                                 rune = 0x12485
	CuneiformSignBahar2TimesZa                                                 rune = 0x12486
	CuneiformSignBuOverBuTimesNa2                                              rune = 0x12487
	CuneiformSignDaTimesTak4                                                   rune = 0x12488
	CuneiformSignDagTimesKur                                                   rune = 0x12489
	CuneiformSignDimTimesIgi                                                   rune = 0x1248A
	CuneiformSignDimTimesUUU                                                   rune = 0x1248B
	CuneiformSignDim2TimesUd                                                   rune = 0x1248C
	CuneiformSignDugTimesAnshe                                                 rune = 0x1248D
	CuneiformSignDugTimesAsh                                                   rune = 0x1248E
	CuneiformSignDugTimesAshAtLeft                                             rune = 0x1248F
	CuneiformSignDugTimesDin                                                   rune = 0x12490
	CuneiformSignDugTimesDun                                                   rune = 0x12491
	CuneiformSignDugTimesErin2                                                 rune = 0x12492
	CuneiformSignDugTimesGa                                                    rune = 0x12493
	CuneiformSignDugTimesGi                                                    rune = 0x12494
	CuneiformSignDugTimesGir2Gunu                                              rune = 0x12495
	CuneiformSignDugTimesGish                                                  rune = 0x12496
	CuneiformSignDugTimesHa                                                    rune = 0x12497
	CuneiformSignDugTimesHi                                                    rune = 0x12498
	CuneiformSignDugTimesIgiGunu                                               rune = 0x12499
	CuneiformSignDugTimesKaskal                                                rune = 0x1249A
	CuneiformSignDugTimesKur                                                   rune = 0x1249B
	CuneiformSignDugTimesKushu2                                                rune = 0x1249C
	CuneiformSignDugTimesKushu2PlusKaskal                                      rune = 0x1249D
	CuneiformSignDugTimesLak020                                                rune = 0x1249E
	CuneiformSignDugTimesLam                                                   rune = 0x1249F
	CuneiformSignDugTimesLamTimesKur                                           rune = 0x124A0
	CuneiformSignDugTimesLuhPlusGish                                           rune = 0x124A1
	CuneiformSignDugTimesMash                                                  rune = 0x124A2
	CuneiformSignDugTimesMes                                                   rune = 0x124A3
	CuneiformSignDugTimesMi                                                    rune = 0x124A4
	CuneiformSignDugTimesNi                                                    rune = 0x124A5
	CuneiformSignDugTimesPi                                                    rune = 0x124A6
	CuneiformSignDugTimesShe                                                   rune = 0x124A7
	CuneiformSignDugTimesSiGunu                                                rune = 0x124A8
	CuneiformSignE2TimesKur                                                    rune = 0x124A9
	CuneiformSignE2TimesPap                                                    rune = 0x124AA
	CuneiformSignErin2X                                                        rune = 0x124AB
	CuneiformSignEsh2CrossingEsh2                                              rune = 0x124AC
	CuneiformSignEzenSheshigTimesAsh                                           rune = 0x124AD
	CuneiformSignEzenSheshigTimesHi                                            rune = 0x124AE
	CuneiformSignEzenSheshigTimesIgiGunu                                       rune = 0x124AF
	CuneiformSignEzenSheshigTimesLa                                            rune = 0x124B0
	CuneiformSignEzenSheshigTimesLal                                           rune = 0x124B1
	CuneiformSignEzenSheshigTimesMe                                            rune = 0x124B2
	CuneiformSignEzenSheshigTimesMes                                           rune = 0x124B3
	CuneiformSignEzenSheshigTimesSu                                            rune = 0x124B4
	CuneiformSignEzenTimesSu                                                   rune = 0x124B5
	CuneiformSignGa2TimesBahar2                                                rune = 0x124B6
	CuneiformSignGa2TimesDimGunu                                               rune = 0x124B7
	CuneiformSignGa2TimesDugTimesIgiGunu                                       rune = 0x124B8
	CuneiformSignGa2TimesDugTimesKaskal                                        rune = 0x124B9
	CuneiformSignGa2TimesEren                                                  rune = 0x124BA
	CuneiformSignGa2TimesGa                                                    rune = 0x124BB
	CuneiformSignGa2TimesGarPlusDi                                             rune = 0x124BC
	CuneiformSignGa2TimesGarPlusNe                                             rune = 0x124BD
	CuneiformSignGa2TimesHaPlusA                                               rune = 0x124BE
	CuneiformSignGa2TimesKushu2PlusKaskal                                      rune = 0x124BF
	CuneiformSignGa2TimesLam                                                   rune = 0x124C0
	CuneiformSignGa2TimesLamTimesKur                                           rune = 0x124C1
	CuneiformSignGa2TimesLuh                                                   rune = 0x124C2
	CuneiformSignGa2TimesMush                                                  rune = 0x124C3
	CuneiformSignGa2TimesNe                                                    rune = 0x124C4
	CuneiformSignGa2TimesNePlusE2                                              rune = 0x124C5
	CuneiformSignGa2TimesNePlusGi                                              rune = 0x124C6
	CuneiformSignGa2TimesShim                                                  rune = 0x124C7
	CuneiformSignGa2TimesZiz2                                                  rune = 0x124C8
	CuneiformSignGabaRotatedNinetyDegrees                                      rune = 0x124C9
	CuneiformSignGeshtinTimesU                                                 rune = 0x124CA
	CuneiformSignGishTimesGishCrossingGish                                     rune = 0x124CB
	CuneiformSignGu2TimesIgiGunu                                               rune = 0x124CC
	CuneiformSignGudPlusGishTimesTak4                                          rune = 0x124CD
	CuneiformSignHaTenuGunu                                                    rune = 0x124CE
	CuneiformSignHiTimesAshOverHiTimesAsh                                      rune = 0x124CF
	CuneiformSignKaTimesBu                                                     rune = 0x124D0
	CuneiformSignKaTimesKa                                                     rune = 0x124D1
	CuneiformSignKaTimesUUU                                                    rune = 0x124D2
	CuneiformSignKaTimesUr                                                     rune = 0x124D3
	CuneiformSignLagabTimesZuOverZu                                            rune = 0x124D4
	CuneiformSignLak003                                                        rune = 0x124D5
	CuneiformSignLak021                                                        rune = 0x124D6
	CuneiformSignLak025                                                        rune = 0x124D7
	CuneiformSignLak030                                                        rune = 0x124D8
	CuneiformSignLak050                                                        rune = 0x124D9
	CuneiformSignLak051                                                        rune = 0x124DA
	CuneiformSignLak062                                                        rune = 0x124DB
	CuneiformSignLak079OverLak079Gunu                                          rune = 0x124DC
	CuneiformSignLak080                                                        rune = 0x124DD
	CuneiformSignLak081OverLak081                                              rune = 0x124DE
	CuneiformSignLak092                                                        rune = 0x124DF
	CuneiformSignLak130                                                        rune = 0x124E0
	CuneiformSignLak142                                                        rune = 0x124E1
	CuneiformSignLak210                                                        rune = 0x124E2
	CuneiformSignLak219                                                        rune = 0x124E3
	CuneiformSignLak220                                                        rune = 0x124E4
	CuneiformSignLak225                                                        rune = 0x124E5
	CuneiformSignLak228                                                        rune = 0x124E6
	CuneiformSignLak238                                                        rune = 0x124E7
	CuneiformSignLak265                                                        rune = 0x124E8
	CuneiformSignLak266                                                        rune = 0x124E9
	CuneiformSignLak343                                                        rune = 0x124EA
	CuneiformSignLak347                                                        rune = 0x124EB
	CuneiformSignLak348                                                        rune = 0x124EC
	CuneiformSignLak383                                                        rune = 0x124ED
	CuneiformSignLak384                                                        rune = 0x124EE
	CuneiformSignLak390                                                        rune = 0x124EF
	CuneiformSignLak441                                                        rune = 0x124F0
	CuneiformSignLak449                                                        rune = 0x124F1
	CuneiformSignLak449TimesGu                                                 rune = 0x124F2
	CuneiformSignLak449TimesIgi                                                rune = 0x124F3
	CuneiformSignLak449TimesPapPlusLu3                                         rune = 0x124F4
	CuneiformSignLak449TimesPapPlusPapPlusLu3                                  rune = 0x124F5
	CuneiformSignLak449TimesU2PlusBa                                           rune = 0x124F6
	CuneiformSignLak450                                                        rune = 0x124F7
	CuneiformSignLak457                                                        rune = 0x124F8
	CuneiformSignLak470                                                        rune = 0x124F9
	CuneiformSignLak483                                                        rune = 0x124FA
	CuneiformSignLak490                                                        rune = 0x124FB
	CuneiformSignLak492                                                        rune = 0x124FC
	CuneiformSignLak493                                                        rune = 0x124FD
	CuneiformSignLak495                                                        rune = 0x124FE
	CuneiformSignLak550                                                        rune = 0x124FF
	CuneiformSignLak608                                                        rune = 0x12500
	CuneiformSignLak617                                                        rune = 0x12501
	CuneiformSignLak617TimesAsh                                                rune = 0x12502
	CuneiformSignLak617TimesBad                                                rune = 0x12503
	CuneiformSignLak617TimesDun3GunuGunu                                       rune = 0x12504
	CuneiformSignLak617TimesKu3                                                rune = 0x12505
	CuneiformSignLak617TimesLa                                                 rune = 0x12506
	CuneiformSignLak617TimesTar                                                rune = 0x12507
	CuneiformSignLak617TimesTe                                                 rune = 0x12508
	CuneiformSignLak617TimesU2                                                 rune = 0x12509
	CuneiformSignLak617TimesUd                                                 rune = 0x1250A
	CuneiformSignLak617TimesUruda                                              rune = 0x1250B
	CuneiformSignLak636                                                        rune = 0x1250C
	CuneiformSignLak648                                                        rune = 0x1250D
	CuneiformSignLak648TimesDub                                                rune = 0x1250E
	CuneiformSignLak648TimesGa                                                 rune = 0x1250F
	CuneiformSignLak648TimesIgi                                                rune = 0x12510
	CuneiformSignLak648TimesIgiGunu                                            rune = 0x12511
	CuneiformSignLak648TimesNi                                                 rune = 0x12512
	CuneiformSignLak648TimesPapPlusPapPlusLu3                                  rune = 0x12513
	CuneiformSignLak648TimesSheshPlusKi                                        rune = 0x12514
	CuneiformSignLak648TimesUd                                                 rune = 0x12515
	CuneiformSignLak648TimesUruda                                              rune = 0x12516
	CuneiformSignLak724                                                        rune = 0x12517
	CuneiformSignLak749                                                        rune = 0x12518
	CuneiformSignLu2GunuTimesAsh                                               rune = 0x12519
	CuneiformSignLu2TimesDish                                                  rune = 0x1251A
	CuneiformSignLu2TimesHal                                                   rune = 0x1251B
	CuneiformSignLu2TimesPap                                                   rune = 0x1251C
	CuneiformSignLu2TimesPapPlusPapPlusLu3                                     rune = 0x1251D
	CuneiformSignLu2TimesTak4                                                  rune = 0x1251E
	CuneiformSignMiPlusZa7                                                     rune = 0x1251F
	CuneiformSignMushOverMushTimesGa                                           rune = 0x12520
	CuneiformSignMushOverMushTimesKak                                          rune = 0x12521
	CuneiformSignNinda2TimesDimGunu                                            rune = 0x12522
	CuneiformSignNinda2TimesGish                                               rune = 0x12523
	CuneiformSignNinda2TimesGul                                                rune = 0x12524
	CuneiformSignNinda2TimesHi                                                 rune = 0x12525
	CuneiformSignNinda2TimesKesh2                                              rune = 0x12526
	CuneiformSignNinda2TimesLak050                                             rune = 0x12527
	CuneiformSignNinda2TimesMash                                               rune = 0x12528
	CuneiformSignNinda2TimesPapPlusPap                                         rune = 0x12529
	CuneiformSignNinda2TimesU                                                  rune = 0x1252A
	CuneiformSignNinda2TimesUPlusU                                             rune = 0x1252B
	CuneiformSignNinda2TimesUruda                                              rune = 0x1252C
	CuneiformSignSagGunuTimesHa                                                rune = 0x1252D
	CuneiformSignSagTimesEn                                                    rune = 0x1252E
	CuneiformSignSagTimesSheAtLeft                                             rune = 0x1252F
	CuneiformSignSagTimesTak4                                                  rune = 0x12530
	CuneiformSignSha6Tenu                                                      rune = 0x12531
	CuneiformSignSheOverShe                                                    rune = 0x12532
	CuneiformSignShePlusHub2                                                   rune = 0x12533
	CuneiformSignShePlusNam2                                                   rune = 0x12534
	CuneiformSignShePlusSar                                                    rune = 0x12535
	CuneiformSignShu2PlusDugTimesNi                                            rune = 0x12536
	CuneiformSignShu2PlusE2TimesAn                                             rune = 0x12537
	CuneiformSignSiTimesTak4                                                   rune = 0x12538
	CuneiformSignTak4PlusSag                                                   rune = 0x12539
	CuneiformSignTumTimesGan2Tenu                                              rune = 0x1253A
	CuneiformSignTumTimesThreeDish                                             rune = 0x1253B
	CuneiformSignUr2Inverted                                                   rune = 0x1253C
	CuneiformSignUr2TimesUd                                                    rune = 0x1253D
	CuneiformSignUruTimesDara3                                                 rune = 0x1253E
	CuneiformSignUruTimesLak668                                                rune = 0x1253F
	CuneiformSignUruTimesLu3                                                   rune = 0x12540
	CuneiformSignZa7                                                           rune = 0x12541
	CuneiformSignZuOverZuPlusSar                                               rune = 0x12542
	CuneiformSignZu5TimesThreeDishTenu                                         rune = 0x12543
	EgyptianHieroglyphA001                                                     rune = 0x13000
	EgyptianHieroglyphA002                                                     rune = 0x13001
	EgyptianHieroglyphA003                                                     rune = 0x13002
	EgyptianHieroglyphA004                                                     rune = 0x13003
	EgyptianHieroglyphA005                                                     rune = 0x13004
	EgyptianHieroglyphA005a                                                    rune = 0x13005
	EgyptianHieroglyphA006                                                     rune = 0x13006
	EgyptianHieroglyphA006a                                                    rune = 0x13007
	EgyptianHieroglyphA006b                                                    rune = 0x13008
	EgyptianHieroglyphA007                                                     rune = 0x13009
	EgyptianHieroglyphA008                                                     rune = 0x1300A
	EgyptianHieroglyphA009                                                     rune = 0x1300B
	EgyptianHieroglyphA010                                                     rune = 0x1300C
	EgyptianHieroglyphA011                                                     rune = 0x1300D
	EgyptianHieroglyphA012                                                     rune = 0x1300E
	EgyptianHieroglyphA013                                                     rune = 0x1300F
	EgyptianHieroglyphA014                                                     rune = 0x13010
	EgyptianHieroglyphA014a                                                    rune = 0x13011
	EgyptianHieroglyphA015                                                     rune = 0x13012
	EgyptianHieroglyphA016                                                     rune = 0x13013
	EgyptianHieroglyphA017                                                     rune = 0x13014
	EgyptianHieroglyphA017a                                                    rune = 0x13015
	EgyptianHieroglyphA018                                                     rune = 0x13016
	EgyptianHieroglyphA019                                                     rune = 0x13017
	EgyptianHieroglyphA020                                                     rune = 0x13018
	EgyptianHieroglyphA021                                                     rune = 0x13019
	EgyptianHieroglyphA022                                                     rune = 0x1301A
	EgyptianHieroglyphA023                                                     rune = 0x1301B
	EgyptianHieroglyphA024                                                     rune = 0x1301C
	EgyptianHieroglyphA025                                                     rune = 0x1301D
	EgyptianHieroglyphA026                                                     rune = 0x1301E
	EgyptianHieroglyphA027                                                     rune = 0x1301F
	EgyptianHieroglyphA028                                                     rune = 0x13020
	EgyptianHieroglyphA029                                                     rune = 0x13021
	EgyptianHieroglyphA030                                                     rune = 0x13022
	EgyptianHieroglyphA031                                                     rune = 0x13023
	EgyptianHieroglyphA032                                                     rune = 0x13024
	EgyptianHieroglyphA032a                                                    rune = 0x13025
	EgyptianHieroglyphA033                                                     rune = 0x13026
	EgyptianHieroglyphA034                                                     rune = 0x13027
	EgyptianHieroglyphA035                                                     rune = 0x13028
	EgyptianHieroglyphA036                                                     rune = 0x13029
	EgyptianHieroglyphA037                                                     rune = 0x1302A
	EgyptianHieroglyphA038                                                     rune = 0x1302B
	EgyptianHieroglyphA039                                                     rune = 0x1302C
	EgyptianHieroglyphA040                                                     rune = 0x1302D
	EgyptianHieroglyphA040a                                                    rune = 0x1302E
	EgyptianHieroglyphA041                                                     rune = 0x1302F
	EgyptianHieroglyphA042                                                     rune = 0x13030
	EgyptianHieroglyphA042a                                                    rune = 0x13031
	EgyptianHieroglyphA043                                                     rune = 0x13032
	EgyptianHieroglyphA043a                                                    rune = 0x13033
	EgyptianHieroglyphA044                                                     rune = 0x13034
	EgyptianHieroglyphA045                                                     rune = 0x13035
	EgyptianHieroglyphA045a                                                    rune = 0x13036
	EgyptianHieroglyphA046                                                     rune = 0x13037
	EgyptianHieroglyphA047                                                     rune = 0x13038
	EgyptianHieroglyphA048                                                     rune = 0x13039
	EgyptianHieroglyphA049                                                     rune = 0x1303A
	EgyptianHieroglyphA050                                                     rune = 0x1303B
	EgyptianHieroglyphA051                                                     rune = 0x1303C
	EgyptianHieroglyphA052                                                     rune = 0x1303D
	EgyptianHieroglyphA053                                                     rune = 0x1303E
	EgyptianHieroglyphA054                                                     rune = 0x1303F
	EgyptianHieroglyphA055                                                     rune = 0x13040
	EgyptianHieroglyphA056                                                     rune = 0x13041
	EgyptianHieroglyphA057                                                     rune = 0x13042
	EgyptianHieroglyphA058                                                     rune = 0x13043
	EgyptianHieroglyphA059                                                     rune = 0x13044
	EgyptianHieroglyphA060                                                     rune = 0x13045
	EgyptianHieroglyphA061                                                     rune = 0x13046
	EgyptianHieroglyphA062                                                     rune = 0x13047
	EgyptianHieroglyphA063                                                     rune = 0x13048
	EgyptianHieroglyphA064                                                     rune = 0x13049
	EgyptianHieroglyphA065                                                     rune = 0x1304A
	EgyptianHieroglyphA066                                                     rune = 0x1304B
	EgyptianHieroglyphA067                                                     rune = 0x1304C
	EgyptianHieroglyphA068                                                     rune = 0x1304D
	EgyptianHieroglyphA069                                                     rune = 0x1304E
	EgyptianHieroglyphA070                                                     rune = 0x1304F
	EgyptianHieroglyphB001                                                     rune = 0x13050
	EgyptianHieroglyphB002                                                     rune = 0x13051
	EgyptianHieroglyphB003                                                     rune = 0x13052
	EgyptianHieroglyphB004                                                     rune = 0x13053
	EgyptianHieroglyphB005                                                     rune = 0x13054
	EgyptianHieroglyphB005a                                                    rune = 0x13055
	EgyptianHieroglyphB006                                                     rune = 0x13056
	EgyptianHieroglyphB007                                                     rune = 0x13057
	EgyptianHieroglyphB008                                                     rune = 0x13058
	EgyptianHieroglyphB009                                                     rune = 0x13059
	EgyptianHieroglyphC001                                                     rune = 0x1305A
	EgyptianHieroglyphC002                                                     rune = 0x1305B
	EgyptianHieroglyphC002a                                                    rune = 0x1305C
	EgyptianHieroglyphC002b                                                    rune = 0x1305D
	EgyptianHieroglyphC002c                                                    rune = 0x1305E
	EgyptianHieroglyphC003                                                     rune = 0x1305F
	EgyptianHieroglyphC004                                                     rune = 0x13060
	EgyptianHieroglyphC005                                                     rune = 0x13061
	EgyptianHieroglyphC006                                                     rune = 0x13062
	EgyptianHieroglyphC007                                                     rune = 0x13063
	EgyptianHieroglyphC008                                                     rune = 0x13064
	EgyptianHieroglyphC009                                                     rune = 0x13065
	EgyptianHieroglyphC010                                                     rune = 0x13066
	EgyptianHieroglyphC010a                                                    rune = 0x13067
	EgyptianHieroglyphC011                                                     rune = 0x13068
	EgyptianHieroglyphC012                                                     rune = 0x13069
	EgyptianHieroglyphC013                                                     rune = 0x1306A
	EgyptianHieroglyphC014                                                     rune = 0x1306B
	EgyptianHieroglyphC015                                                     rune = 0x1306C
	EgyptianHieroglyphC016                                                     rune = 0x1306D
	EgyptianHieroglyphC017                                                     rune = 0x1306E
	EgyptianHieroglyphC018                                                     rune = 0x1306F
	EgyptianHieroglyphC019                                                     rune = 0x13070
	EgyptianHieroglyphC020                                                     rune = 0x13071
	EgyptianHieroglyphC021                                                     rune = 0x13072
	EgyptianHieroglyphC022                                                     rune = 0x13073
	EgyptianHieroglyphC023                                                     rune = 0x13074
	EgyptianHieroglyphC024                                                     rune = 0x13075
	EgyptianHieroglyphD001                                                     rune = 0x13076
	EgyptianHieroglyphD002                                                     rune = 0x13077
	EgyptianHieroglyphD003                                                     rune = 0x13078
	EgyptianHieroglyphD004                                                     rune = 0x13079
	EgyptianHieroglyphD005                                                     rune = 0x1307A
	EgyptianHieroglyphD006                                                     rune = 0x1307B
	EgyptianHieroglyphD007                                                     rune = 0x1307C
	EgyptianHieroglyphD008                                                     rune = 0x1307D
	EgyptianHieroglyphD008a                                                    rune = 0x1307E
	EgyptianHieroglyphD009                                                     rune = 0x1307F
	EgyptianHieroglyphD010                                                     rune = 0x13080
	EgyptianHieroglyphD011                                                     rune = 0x13081
	EgyptianHieroglyphD012                                                     rune = 0x13082
	EgyptianHieroglyphD013                                                     rune = 0x13083
	EgyptianHieroglyphD014                                                     rune = 0x13084
	EgyptianHieroglyphD015                                                     rune = 0x13085
	EgyptianHieroglyphD016                                                     rune = 0x13086
	EgyptianHieroglyphD017                                                     rune = 0x13087
	EgyptianHieroglyphD018                                                     rune = 0x13088
	EgyptianHieroglyphD019                                                     rune = 0x13089
	EgyptianHieroglyphD020                                                     rune = 0x1308A
	EgyptianHieroglyphD021                                                     rune = 0x1308B
	EgyptianHieroglyphD022                                                     rune = 0x1308C
	EgyptianHieroglyphD023                                                     rune = 0x1308D
	EgyptianHieroglyphD024                                                     rune = 0x1308E
	EgyptianHieroglyphD025                                                     rune = 0x1308F
	EgyptianHieroglyphD026                                                     rune = 0x13090
	EgyptianHieroglyphD027                                                     rune = 0x13091
	EgyptianHieroglyphD027a                                                    rune = 0x13092
	EgyptianHieroglyphD028                                                     rune = 0x13093
	EgyptianHieroglyphD029                                                     rune = 0x13094
	EgyptianHieroglyphD030                                                     rune = 0x13095
	EgyptianHieroglyphD031                                                     rune = 0x13096
	EgyptianHieroglyphD031a                                                    rune = 0x13097
	EgyptianHieroglyphD032                                                     rune = 0x13098
	EgyptianHieroglyphD033                                                     rune = 0x13099
	EgyptianHieroglyphD034                                                     rune = 0x1309A
	EgyptianHieroglyphD034a                                                    rune = 0x1309B
	EgyptianHieroglyphD035                                                     rune = 0x1309C
	EgyptianHieroglyphD036                                                     rune = 0x1309D
	EgyptianHieroglyphD037                                                     rune = 0x1309E
	EgyptianHieroglyphD038                                                     rune = 0x1309F
	EgyptianHieroglyphD039                                                     rune = 0x130A0
	EgyptianHieroglyphD040                                                     rune = 0x130A1
	EgyptianHieroglyphD041                                                     rune = 0x130A2
	EgyptianHieroglyphD042                                                     rune = 0x130A3
	EgyptianHieroglyphD043                                                     rune = 0x130A4
	EgyptianHieroglyphD044                                                     rune = 0x130A5
	EgyptianHieroglyphD045                                                     rune = 0x130A6
	EgyptianHieroglyphD046                                                     rune = 0x130A7
	EgyptianHieroglyphD046a                                                    rune = 0x130A8
	EgyptianHieroglyphD047                                                     rune = 0x130A9
	EgyptianHieroglyphD048                                                     rune = 0x130AA
	EgyptianHieroglyphD048a                                                    rune = 0x130AB
	EgyptianHieroglyphD049                                                     rune = 0x130AC
	EgyptianHieroglyphD050                                                     rune = 0x130AD
	EgyptianHieroglyphD050a                                                    rune = 0x130AE
	EgyptianHieroglyphD050b                                                    rune = 0x130AF
	EgyptianHieroglyphD050c                                                    rune = 0x130B0
	EgyptianHieroglyphD050d                                                    rune = 0x130B1
	EgyptianHieroglyphD050e                                                    rune = 0x130B2
	EgyptianHieroglyphD050f                                                    rune = 0x130B3
	EgyptianHieroglyphD050g                                                    rune = 0x130B4
	EgyptianHieroglyphD050h                                                    rune = 0x130B5
	EgyptianHieroglyphD050i                                                    rune = 0x130B6
	EgyptianHieroglyphD051                                                     rune = 0x130B7
	EgyptianHieroglyphD052                                                     rune = 0x130B8
	EgyptianHieroglyphD052a                                                    rune = 0x130B9
	EgyptianHieroglyphD053                                                     rune = 0x130BA
	EgyptianHieroglyphD054                                                     rune = 0x130BB
	EgyptianHieroglyphD054a                                                    rune = 0x130BC
	EgyptianHieroglyphD055                                                     rune = 0x130BD
	EgyptianHieroglyphD056                                                     rune = 0x130BE
	EgyptianHieroglyphD057                                                     rune = 0x130BF
	EgyptianHieroglyphD058                                                     rune = 0x130C0
	EgyptianHieroglyphD059                                                     rune = 0x130C1
	EgyptianHieroglyphD060                                                     rune = 0x130C2
	EgyptianHieroglyphD061                                                     rune = 0x130C3
	EgyptianHieroglyphD062                                                     rune = 0x130C4
	EgyptianHieroglyphD063                                                     rune = 0x130C5
	EgyptianHieroglyphD064                                                     rune = 0x130C6
	EgyptianHieroglyphD065                                                     rune = 0x130C7
	EgyptianHieroglyphD066                                                     rune = 0x130C8
	EgyptianHieroglyphD067                                                     rune = 0x130C9
	EgyptianHieroglyphD067a                                                    rune = 0x130CA
	EgyptianHieroglyphD067b                                                    rune = 0x130CB
	EgyptianHieroglyphD067c                                                    rune = 0x130CC
	EgyptianHieroglyphD067d                                                    rune = 0x130CD
	EgyptianHieroglyphD067e                                                    rune = 0x130CE
	EgyptianHieroglyphD067f                                                    rune = 0x130CF
	EgyptianHieroglyphD067g                                                    rune = 0x130D0
	EgyptianHieroglyphD067h                                                    rune = 0x130D1
	EgyptianHieroglyphE001                                                     rune = 0x130D2
	EgyptianHieroglyphE002                                                     rune = 0x130D3
	EgyptianHieroglyphE003                                                     rune = 0x130D4
	EgyptianHieroglyphE004                                                     rune = 0x130D5
	EgyptianHieroglyphE005                                                     rune = 0x130D6
	EgyptianHieroglyphE006                                                     rune = 0x130D7
	EgyptianHieroglyphE007                                                     rune = 0x130D8
	EgyptianHieroglyphE008                                                     rune = 0x130D9
	EgyptianHieroglyphE008a                                                    rune = 0x130DA
	EgyptianHieroglyphE009                                                     rune = 0x130DB
	EgyptianHieroglyphE009a                                                    rune = 0x130DC
	EgyptianHieroglyphE010                                                     rune = 0x130DD
	EgyptianHieroglyphE011                                                     rune = 0x130DE
	EgyptianHieroglyphE012                                                     rune = 0x130DF
	EgyptianHieroglyphE013                                                     rune = 0x130E0
	EgyptianHieroglyphE014                                                     rune = 0x130E1
	EgyptianHieroglyphE015                                                     rune = 0x130E2
	EgyptianHieroglyphE016                                                     rune = 0x130E3
	EgyptianHieroglyphE016a                                                    rune = 0x130E4
	EgyptianHieroglyphE017                                                     rune = 0x130E5
	EgyptianHieroglyphE017a                                                    rune = 0x130E6
	EgyptianHieroglyphE018                                                     rune = 0x130E7
	EgyptianHieroglyphE019                                                     rune = 0x130E8
	EgyptianHieroglyphE020                                                     rune = 0x130E9
	EgyptianHieroglyphE020a                                                    rune = 0x130EA
	EgyptianHieroglyphE021                                                     rune = 0x130EB
	EgyptianHieroglyphE022                                                     rune = 0x130EC
	EgyptianHieroglyphE023                                                     rune = 0x130ED
	EgyptianHieroglyphE024                                                     rune = 0x130EE
	EgyptianHieroglyphE025                                                     rune = 0x130EF
	EgyptianHieroglyphE026                                                     rune = 0x130F0
	EgyptianHieroglyphE027                                                     rune = 0x130F1
	EgyptianHieroglyphE028                                                     rune = 0x130F2
	EgyptianHieroglyphE028a                                                    rune = 0x130F3
	EgyptianHieroglyphE029                                                     rune = 0x130F4
	EgyptianHieroglyphE030                                                     rune = 0x130F5
	EgyptianHieroglyphE031                                                     rune = 0x130F6
	EgyptianHieroglyphE032                                                     rune = 0x130F7
	EgyptianHieroglyphE033                                                     rune = 0x130F8
	EgyptianHieroglyphE034                                                     rune = 0x130F9
	EgyptianHieroglyphE034a                                                    rune = 0x130FA
	EgyptianHieroglyphE036                                                     rune = 0x130FB
	EgyptianHieroglyphE037                                                     rune = 0x130FC
	EgyptianHieroglyphE038                                                     rune = 0x130FD
	EgyptianHieroglyphF001                                                     rune = 0x130FE
	EgyptianHieroglyphF001a                                                    rune = 0x130FF
	EgyptianHieroglyphF002                                                     rune = 0x13100
	EgyptianHieroglyphF003                                                     rune = 0x13101
	EgyptianHieroglyphF004                                                     rune = 0x13102
	EgyptianHieroglyphF005                                                     rune = 0x13103
	EgyptianHieroglyphF006                                                     rune = 0x13104
	EgyptianHieroglyphF007                                                     rune = 0x13105
	EgyptianHieroglyphF008                                                     rune = 0x13106
	EgyptianHieroglyphF009                                                     rune = 0x13107
	EgyptianHieroglyphF010                                                     rune = 0x13108
	EgyptianHieroglyphF011                                                     rune = 0x13109
	EgyptianHieroglyphF012                                                     rune = 0x1310A
	EgyptianHieroglyphF013                                                     rune = 0x1310B
	EgyptianHieroglyphF013a                                                    rune = 0x1310C
	EgyptianHieroglyphF014                                                     rune = 0x1310D
	EgyptianHieroglyphF015                                                     rune = 0x1310E
	EgyptianHieroglyphF016                                                     rune = 0x1310F
	EgyptianHieroglyphF017                                                     rune = 0x13110
	EgyptianHieroglyphF018                                                     rune = 0x13111
	EgyptianHieroglyphF019                                                     rune = 0x13112
	EgyptianHieroglyphF020                                                     rune = 0x13113
	EgyptianHieroglyphF021                                                     rune = 0x13114
	EgyptianHieroglyphF021a                                                    rune = 0x13115
	EgyptianHieroglyphF022                                                     rune = 0x13116
	EgyptianHieroglyphF023                                                     rune = 0x13117
	EgyptianHieroglyphF024                                                     rune = 0x13118
	EgyptianHieroglyphF025                                                     rune = 0x13119
	EgyptianHieroglyphF026                                                     rune = 0x1311A
	EgyptianHieroglyphF027                                                     rune = 0x1311B
	EgyptianHieroglyphF028                                                     rune = 0x1311C
	EgyptianHieroglyphF029                                                     rune = 0x1311D
	EgyptianHieroglyphF030                                                     rune = 0x1311E
	EgyptianHieroglyphF031                                                     rune = 0x1311F
	EgyptianHieroglyphF031a                                                    rune = 0x13120
	EgyptianHieroglyphF032                                                     rune = 0x13121
	EgyptianHieroglyphF033                                                     rune = 0x13122
	EgyptianHieroglyphF034                                                     rune = 0x13123
	EgyptianHieroglyphF035                                                     rune = 0x13124
	EgyptianHieroglyphF036                                                     rune = 0x13125
	EgyptianHieroglyphF037                                                     rune = 0x13126
	EgyptianHieroglyphF037a                                                    rune = 0x13127
	EgyptianHieroglyphF038                                                     rune = 0x13128
	EgyptianHieroglyphF038a                                                    rune = 0x13129
	EgyptianHieroglyphF039                                                     rune = 0x1312A
	EgyptianHieroglyphF040                                                     rune = 0x1312B
	EgyptianHieroglyphF041                                                     rune = 0x1312C
	EgyptianHieroglyphF042                                                     rune = 0x1312D
	EgyptianHieroglyphF043                                                     rune = 0x1312E
	EgyptianHieroglyphF044                                                     rune = 0x1312F
	EgyptianHieroglyphF045                                                     rune = 0x13130
	EgyptianHieroglyphF045a                                                    rune = 0x13131
	EgyptianHieroglyphF046                                                     rune = 0x13132
	EgyptianHieroglyphF046a                                                    rune = 0x13133
	EgyptianHieroglyphF047                                                     rune = 0x13134
	EgyptianHieroglyphF047a                                                    rune = 0x13135
	EgyptianHieroglyphF048                                                     rune = 0x13136
	EgyptianHieroglyphF049                                                     rune = 0x13137
	EgyptianHieroglyphF050                                                     rune = 0x13138
	EgyptianHieroglyphF051                                                     rune = 0x13139
	EgyptianHieroglyphF051a                                                    rune = 0x1313A
	EgyptianHieroglyphF051b                                                    rune = 0x1313B
	EgyptianHieroglyphF051c                                                    rune = 0x1313C
	EgyptianHieroglyphF052                                                     rune = 0x1313D
	EgyptianHieroglyphF053                                                     rune = 0x1313E
	EgyptianHieroglyphG001                                                     rune = 0x1313F
	EgyptianHieroglyphG002                                                     rune = 0x13140
	EgyptianHieroglyphG003                                                     rune = 0x13141
	EgyptianHieroglyphG004                                                     rune = 0x13142
	EgyptianHieroglyphG005                                                     rune = 0x13143
	EgyptianHieroglyphG006                                                     rune = 0x13144
	EgyptianHieroglyphG006a                                                    rune = 0x13145
	EgyptianHieroglyphG007                                                     rune = 0x13146
	EgyptianHieroglyphG007a                                                    rune = 0x13147
	EgyptianHieroglyphG007b                                                    rune = 0x13148
	EgyptianHieroglyphG008                                                     rune = 0x13149
	EgyptianHieroglyphG009                                                     rune = 0x1314A
	EgyptianHieroglyphG010                                                     rune = 0x1314B
	EgyptianHieroglyphG011                                                     rune = 0x1314C
	EgyptianHieroglyphG011a                                                    rune = 0x1314D
	EgyptianHieroglyphG012                                                     rune = 0x1314E
	EgyptianHieroglyphG013                                                     rune = 0x1314F
	EgyptianHieroglyphG014                                                     rune = 0x13150
	EgyptianHieroglyphG015                                                     rune = 0x13151
	EgyptianHieroglyphG016                                                     rune = 0x13152
	EgyptianHieroglyphG017                                                     rune = 0x13153
	EgyptianHieroglyphG018                                                     rune = 0x13154
	EgyptianHieroglyphG019                                                     rune = 0x13155
	EgyptianHieroglyphG020                                                     rune = 0x13156
	EgyptianHieroglyphG020a                                                    rune = 0x13157
	EgyptianHieroglyphG021                                                     rune = 0x13158
	EgyptianHieroglyphG022                                                     rune = 0x13159
	EgyptianHieroglyphG023                                                     rune = 0x1315A
	EgyptianHieroglyphG024                                                     rune = 0x1315B
	EgyptianHieroglyphG025                                                     rune = 0x1315C
	EgyptianHieroglyphG026                                                     rune = 0x1315D
	EgyptianHieroglyphG026a                                                    rune = 0x1315E
	EgyptianHieroglyphG027                                                     rune = 0x1315F
	EgyptianHieroglyphG028                                                     rune = 0x13160
	EgyptianHieroglyphG029                                                     rune = 0x13161
	EgyptianHieroglyphG030                                                     rune = 0x13162
	EgyptianHieroglyphG031                                                     rune = 0x13163
	EgyptianHieroglyphG032                                                     rune = 0x13164
	EgyptianHieroglyphG033                                                     rune = 0x13165
	EgyptianHieroglyphG034                                                     rune = 0x13166
	EgyptianHieroglyphG035                                                     rune = 0x13167
	EgyptianHieroglyphG036                                                     rune = 0x13168
	EgyptianHieroglyphG036a                                                    rune = 0x13169
	EgyptianHieroglyphG037                                                     rune = 0x1316A
	EgyptianHieroglyphG037a                                                    rune = 0x1316B
	EgyptianHieroglyphG038                                                     rune = 0x1316C
	EgyptianHieroglyphG039                                                     rune = 0x1316D
	EgyptianHieroglyphG040                                                     rune = 0x1316E
	EgyptianHieroglyphG041                                                     rune = 0x1316F
	EgyptianHieroglyphG042                                                     rune = 0x13170
	EgyptianHieroglyphG043                                                     rune = 0x13171
	EgyptianHieroglyphG043a                                                    rune = 0x13172
	EgyptianHieroglyphG044                                                     rune = 0x13173
	EgyptianHieroglyphG045                                                     rune = 0x13174
	EgyptianHieroglyphG045a                                                    rune = 0x13175
	EgyptianHieroglyphG046                                                     rune = 0x13176
	EgyptianHieroglyphG047                                                     rune = 0x13177
	EgyptianHieroglyphG048                                                     rune = 0x13178
	EgyptianHieroglyphG049                                                     rune = 0x13179
	EgyptianHieroglyphG050                                                     rune = 0x1317A
	EgyptianHieroglyphG051                                                     rune = 0x1317B
	EgyptianHieroglyphG052                                                     rune = 0x1317C
	EgyptianHieroglyphG053                                                     rune = 0x1317D
	EgyptianHieroglyphG054                                                     rune = 0x1317E
	EgyptianHieroglyphH001                                                     rune = 0x1317F
	EgyptianHieroglyphH002                                                     rune = 0x13180
	EgyptianHieroglyphH003                                                     rune = 0x13181
	EgyptianHieroglyphH004                                                     rune = 0x13182
	EgyptianHieroglyphH005                                                     rune = 0x13183
	EgyptianHieroglyphH006                                                     rune = 0x13184
	EgyptianHieroglyphH006a                                                    rune = 0x13185
	EgyptianHieroglyphH007                                                     rune = 0x13186
	EgyptianHieroglyphH008                                                     rune = 0x13187
	EgyptianHieroglyphI001                                                     rune = 0x13188
	EgyptianHieroglyphI002                                                     rune = 0x13189
	EgyptianHieroglyphI003                                                     rune = 0x1318A
	EgyptianHieroglyphI004                                                     rune = 0x1318B
	EgyptianHieroglyphI005                                                     rune = 0x1318C
	EgyptianHieroglyphI005a                                                    rune = 0x1318D
	EgyptianHieroglyphI006                                                     rune = 0x1318E
	EgyptianHieroglyphI007                                                     rune = 0x1318F
	EgyptianHieroglyphI008                                                     rune = 0x13190
	EgyptianHieroglyphI009                                                     rune = 0x13191
	EgyptianHieroglyphI009a                                                    rune = 0x13192
	EgyptianHieroglyphI010                                                     rune = 0x13193
	EgyptianHieroglyphI010a                                                    rune = 0x13194
	EgyptianHieroglyphI011                                                     rune = 0x13195
	EgyptianHieroglyphI011a                                                    rune = 0x13196
	EgyptianHieroglyphI012                                                     rune = 0x13197
	EgyptianHieroglyphI013                                                     rune = 0x13198
	EgyptianHieroglyphI014                                                     rune = 0x13199
	EgyptianHieroglyphI015                                                     rune = 0x1319A
	EgyptianHieroglyphK001                                                     rune = 0x1319B
	EgyptianHieroglyphK002                                                     rune = 0x1319C
	EgyptianHieroglyphK003                                                     rune = 0x1319D
	EgyptianHieroglyphK004                                                     rune = 0x1319E
	EgyptianHieroglyphK005                                                     rune = 0x1319F
	EgyptianHieroglyphK006                                                     rune = 0x131A0
	EgyptianHieroglyphK007                                                     rune = 0x131A1
	EgyptianHieroglyphK008                                                     rune = 0x131A2
	EgyptianHieroglyphL001                                                     rune = 0x131A3
	EgyptianHieroglyphL002                                                     rune = 0x131A4
	EgyptianHieroglyphL002a                                                    rune = 0x131A5
	EgyptianHieroglyphL003                                                     rune = 0x131A6
	EgyptianHieroglyphL004                                                     rune = 0x131A7
	EgyptianHieroglyphL005                                                     rune = 0x131A8
	EgyptianHieroglyphL006                                                     rune = 0x131A9
	EgyptianHieroglyphL006a                                                    rune = 0x131AA
	EgyptianHieroglyphL007                                                     rune = 0x131AB
	EgyptianHieroglyphL008                                                     rune = 0x131AC
	EgyptianHieroglyphM001                                                     rune = 0x131AD
	EgyptianHieroglyphM001a                                                    rune = 0x131AE
	EgyptianHieroglyphM001b                                                    rune = 0x131AF
	EgyptianHieroglyphM002                                                     rune = 0x131B0
	EgyptianHieroglyphM003                                                     rune = 0x131B1
	EgyptianHieroglyphM003a                                                    rune = 0x131B2
	EgyptianHieroglyphM004                                                     rune = 0x131B3
	EgyptianHieroglyphM005                                                     rune = 0x131B4
	EgyptianHieroglyphM006                                                     rune = 0x131B5
	EgyptianHieroglyphM007                                                     rune = 0x131B6
	EgyptianHieroglyphM008                                                     rune = 0x131B7
	EgyptianHieroglyphM009                                                     rune = 0x131B8
	EgyptianHieroglyphM010                                                     rune = 0x131B9
	EgyptianHieroglyphM010a                                                    rune = 0x131BA
	EgyptianHieroglyphM011                                                     rune = 0x131BB
	EgyptianHieroglyphM012                                                     rune = 0x131BC
	EgyptianHieroglyphM012a                                                    rune = 0x131BD
	EgyptianHieroglyphM012b                                                    rune = 0x131BE
	EgyptianHieroglyphM012c                                                    rune = 0x131BF
	EgyptianHieroglyphM012d                                                    rune = 0x131C0
	EgyptianHieroglyphM012e                                                    rune = 0x131C1
	EgyptianHieroglyphM012f                                                    rune = 0x131C2
	EgyptianHieroglyphM012g                                                    rune = 0x131C3
	EgyptianHieroglyphM012h                                                    rune = 0x131C4
	EgyptianHieroglyphM013                                                     rune = 0x131C5
	EgyptianHieroglyphM014                                                     rune = 0x131C6
	EgyptianHieroglyphM015                                                     rune = 0x131C7
	EgyptianHieroglyphM015a                                                    rune = 0x131C8
	EgyptianHieroglyphM016                                                     rune = 0x131C9
	EgyptianHieroglyphM016a                                                    rune = 0x131CA
	EgyptianHieroglyphM017                                                     rune = 0x131CB
	EgyptianHieroglyphM017a                                                    rune = 0x131CC
	EgyptianHieroglyphM018                                                     rune = 0x131CD
	EgyptianHieroglyphM019                                                     rune = 0x131CE
	EgyptianHieroglyphM020                                                     rune = 0x131CF
	EgyptianHieroglyphM021                                                     rune = 0x131D0
	EgyptianHieroglyphM022                                                     rune = 0x131D1
	EgyptianHieroglyphM022a                                                    rune = 0x131D2
	EgyptianHieroglyphM023                                                     rune = 0x131D3
	EgyptianHieroglyphM024                                                     rune = 0x131D4
	EgyptianHieroglyphM024a                                                    rune = 0x131D5
	EgyptianHieroglyphM025                                                     rune = 0x131D6
	EgyptianHieroglyphM026                                                     rune = 0x131D7
	EgyptianHieroglyphM027                                                     rune = 0x131D8
	EgyptianHieroglyphM028                                                     rune = 0x131D9
	EgyptianHieroglyphM028a                                                    rune = 0x131DA
	EgyptianHieroglyphM029                                                     rune = 0x131DB
	EgyptianHieroglyphM030                                                     rune = 0x131DC
	EgyptianHieroglyphM031                                                     rune = 0x131DD
	EgyptianHieroglyphM031a                                                    rune = 0x131DE
	EgyptianHieroglyphM032                                                     rune = 0x131DF
	EgyptianHieroglyphM033                                                     rune = 0x131E0
	EgyptianHieroglyphM033a                                                    rune = 0x131E1
	EgyptianHieroglyphM033b                                                    rune = 0x131E2
	EgyptianHieroglyphM034                                                     rune = 0x131E3
	EgyptianHieroglyphM035                                                     rune = 0x131E4
	EgyptianHieroglyphM036                                                     rune = 0x131E5
	EgyptianHieroglyphM037                                                     rune = 0x131E6
	EgyptianHieroglyphM038                                                     rune = 0x131E7
	EgyptianHieroglyphM039                                                     rune = 0x131E8
	EgyptianHieroglyphM040                                                     rune = 0x131E9
	EgyptianHieroglyphM040a                                                    rune = 0x131EA
	EgyptianHieroglyphM041                                                     rune = 0x131EB
	EgyptianHieroglyphM042                                                     rune = 0x131EC
	EgyptianHieroglyphM043                                                     rune = 0x131ED
	EgyptianHieroglyphM044                                                     rune = 0x131EE
	EgyptianHieroglyphN001                                                     rune = 0x131EF
	EgyptianHieroglyphN002                                                     rune = 0x131F0
	EgyptianHieroglyphN003                                                     rune = 0x131F1
	EgyptianHieroglyphN004                                                     rune = 0x131F2
	EgyptianHieroglyphN005                                                     rune = 0x131F3
	EgyptianHieroglyphN006                                                     rune = 0x131F4
	EgyptianHieroglyphN007                                                     rune = 0x131F5
	EgyptianHieroglyphN008                                                     rune = 0x131F6
	EgyptianHieroglyphN009                                                     rune = 0x131F7
	EgyptianHieroglyphN010                                                     rune = 0x131F8
	EgyptianHieroglyphN011                                                     rune = 0x131F9
	EgyptianHieroglyphN012                                                     rune = 0x131FA
	EgyptianHieroglyphN013                                                     rune = 0x131FB
	EgyptianHieroglyphN014                                                     rune = 0x131FC
	EgyptianHieroglyphN015                                                     rune = 0x131FD
	EgyptianHieroglyphN016                                                     rune = 0x131FE
	EgyptianHieroglyphN017                                                     rune = 0x131FF
	EgyptianHieroglyphN018                                                     rune = 0x13200
	EgyptianHieroglyphN018a                                                    rune = 0x13201
	EgyptianHieroglyphN018b                                                    rune = 0x13202
	EgyptianHieroglyphN019                                                     rune = 0x13203
	EgyptianHieroglyphN020                                                     rune = 0x13204
	EgyptianHieroglyphN021                                                     rune = 0x13205
	EgyptianHieroglyphN022                                                     rune = 0x13206
	EgyptianHieroglyphN023                                                     rune = 0x13207
	EgyptianHieroglyphN024                                                     rune = 0x13208
	EgyptianHieroglyphN025                                                     rune = 0x13209
	EgyptianHieroglyphN025a                                                    rune = 0x1320A
	EgyptianHieroglyphN026                                                     rune = 0x1320B
	EgyptianHieroglyphN027                                                     rune = 0x1320C
	EgyptianHieroglyphN028                                                     rune = 0x1320D
	EgyptianHieroglyphN029                                                     rune = 0x1320E
	EgyptianHieroglyphN030                                                     rune = 0x1320F
	EgyptianHieroglyphN031                                                     rune = 0x13210
	EgyptianHieroglyphN032                                                     rune = 0x13211
	EgyptianHieroglyphN033                                                     rune = 0x13212
	EgyptianHieroglyphN033a                                                    rune = 0x13213
	EgyptianHieroglyphN034                                                     rune = 0x13214
	EgyptianHieroglyphN034a                                                    rune = 0x13215
	EgyptianHieroglyphN035                                                     rune = 0x13216
	EgyptianHieroglyphN035a                                                    rune = 0x13217
	EgyptianHieroglyphN036                                                     rune = 0x13218
	EgyptianHieroglyphN037                                                     rune = 0x13219
	EgyptianHieroglyphN037a                                                    rune = 0x1321A
	EgyptianHieroglyphN038                                                     rune = 0x1321B
	EgyptianHieroglyphN039                                                     rune = 0x1321C
	EgyptianHieroglyphN040                                                     rune = 0x1321D
	EgyptianHieroglyphN041                                                     rune = 0x1321E
	EgyptianHieroglyphN042                                                     rune = 0x1321F
	EgyptianHieroglyphNl001                                                    rune = 0x13220
	EgyptianHieroglyphNl002                                                    rune = 0x13221
	EgyptianHieroglyphNl003                                                    rune = 0x13222
	EgyptianHieroglyphNl004                                                    rune = 0x13223
	EgyptianHieroglyphNl005                                                    rune = 0x13224
	EgyptianHieroglyphNl005a                                                   rune = 0x13225
	EgyptianHieroglyphNl006                                                    rune = 0x13226
	EgyptianHieroglyphNl007                                                    rune = 0x13227
	EgyptianHieroglyphNl008                                                    rune = 0x13228
	EgyptianHieroglyphNl009                                                    rune = 0x13229
	EgyptianHieroglyphNl010                                                    rune = 0x1322A
	EgyptianHieroglyphNl011                                                    rune = 0x1322B
	EgyptianHieroglyphNl012                                                    rune = 0x1322C
	EgyptianHieroglyphNl013                                                    rune = 0x1322D
	EgyptianHieroglyphNl014                                                    rune = 0x1322E
	EgyptianHieroglyphNl015                                                    rune = 0x1322F
	EgyptianHieroglyphNl016                                                    rune = 0x13230
	EgyptianHieroglyphNl017                                                    rune = 0x13231
	EgyptianHieroglyphNl017a                                                   rune = 0x13232
	EgyptianHieroglyphNl018                                                    rune = 0x13233
	EgyptianHieroglyphNl019                                                    rune = 0x13234
	EgyptianHieroglyphNl020                                                    rune = 0x13235
	EgyptianHieroglyphNu001                                                    rune = 0x13236
	EgyptianHieroglyphNu002                                                    rune = 0x13237
	EgyptianHieroglyphNu003                                                    rune = 0x13238
	EgyptianHieroglyphNu004                                                    rune = 0x13239
	EgyptianHieroglyphNu005                                                    rune = 0x1323A
	EgyptianHieroglyphNu006                                                    rune = 0x1323B
	EgyptianHieroglyphNu007                                                    rune = 0x1323C
	EgyptianHieroglyphNu008                                                    rune = 0x1323D
	EgyptianHieroglyphNu009                                                    rune = 0x1323E
	EgyptianHieroglyphNu010                                                    rune = 0x1323F
	EgyptianHieroglyphNu010a                                                   rune = 0x13240
	EgyptianHieroglyphNu011                                                    rune = 0x13241
	EgyptianHieroglyphNu011a                                                   rune = 0x13242
	EgyptianHieroglyphNu012                                                    rune = 0x13243
	EgyptianHieroglyphNu013                                                    rune = 0x13244
	EgyptianHieroglyphNu014                                                    rune = 0x13245
	EgyptianHieroglyphNu015                                                    rune = 0x13246
	EgyptianHieroglyphNu016                                                    rune = 0x13247
	EgyptianHieroglyphNu017                                                    rune = 0x13248
	EgyptianHieroglyphNu018                                                    rune = 0x13249
	EgyptianHieroglyphNu018a                                                   rune = 0x1324A
	EgyptianHieroglyphNu019                                                    rune = 0x1324B
	EgyptianHieroglyphNu020                                                    rune = 0x1324C
	EgyptianHieroglyphNu021                                                    rune = 0x1324D
	EgyptianHieroglyphNu022                                                    rune = 0x1324E
	EgyptianHieroglyphNu022a                                                   rune = 0x1324F
	EgyptianHieroglyphO001                                                     rune = 0x13250
	EgyptianHieroglyphO001a                                                    rune = 0x13251
	EgyptianHieroglyphO002                                                     rune = 0x13252
	EgyptianHieroglyphO003                                                     rune = 0x13253
	EgyptianHieroglyphO004                                                     rune = 0x13254
	EgyptianHieroglyphO005                                                     rune = 0x13255
	EgyptianHieroglyphO005a                                                    rune = 0x13256
	EgyptianHieroglyphO006                                                     rune = 0x13257
	EgyptianHieroglyphO006a                                                    rune = 0x13258
	EgyptianHieroglyphO006b                                                    rune = 0x13259
	EgyptianHieroglyphO006c                                                    rune = 0x1325A
	EgyptianHieroglyphO006d                                                    rune = 0x1325B
	EgyptianHieroglyphO006e                                                    rune = 0x1325C
	EgyptianHieroglyphO006f                                                    rune = 0x1325D
	EgyptianHieroglyphO007                                                     rune = 0x1325E
	EgyptianHieroglyphO008                                                     rune = 0x1325F
	EgyptianHieroglyphO009                                                     rune = 0x13260
	EgyptianHieroglyphO010                                                     rune = 0x13261
	EgyptianHieroglyphO010a                                                    rune = 0x13262
	EgyptianHieroglyphO010b                                                    rune = 0x13263
	EgyptianHieroglyphO010c                                                    rune = 0x13264
	EgyptianHieroglyphO011                                                     rune = 0x13265
	EgyptianHieroglyphO012                                                     rune = 0x13266
	EgyptianHieroglyphO013                                                     rune = 0x13267
	EgyptianHieroglyphO014                                                     rune = 0x13268
	EgyptianHieroglyphO015                                                     rune = 0x13269
	EgyptianHieroglyphO016                                                     rune = 0x1326A
	EgyptianHieroglyphO017                                                     rune = 0x1326B
	EgyptianHieroglyphO018                                                     rune = 0x1326C
	EgyptianHieroglyphO019                                                     rune = 0x1326D
	EgyptianHieroglyphO019a                                                    rune = 0x1326E
	EgyptianHieroglyphO020                                                     rune = 0x1326F
	EgyptianHieroglyphO020a                                                    rune = 0x13270
	EgyptianHieroglyphO021                                                     rune = 0x13271
	EgyptianHieroglyphO022                                                     rune = 0x13272
	EgyptianHieroglyphO023                                                     rune = 0x13273
	EgyptianHieroglyphO024                                                     rune = 0x13274
	EgyptianHieroglyphO024a                                                    rune = 0x13275
	EgyptianHieroglyphO025                                                     rune = 0x13276
	EgyptianHieroglyphO025a                                                    rune = 0x13277
	EgyptianHieroglyphO026                                                     rune = 0x13278
	EgyptianHieroglyphO027                                                     rune = 0x13279
	EgyptianHieroglyphO028                                                     rune = 0x1327A
	EgyptianHieroglyphO029                                                     rune = 0x1327B
	EgyptianHieroglyphO029a                                                    rune = 0x1327C
	EgyptianHieroglyphO030                                                     rune = 0x1327D
	EgyptianHieroglyphO030a                                                    rune = 0x1327E
	EgyptianHieroglyphO031                                                     rune = 0x1327F
	EgyptianHieroglyphO032                                                     rune = 0x13280
	EgyptianHieroglyphO033                                                     rune = 0x13281
	EgyptianHieroglyphO033a                                                    rune = 0x13282
	EgyptianHieroglyphO034                                                     rune = 0x13283
	EgyptianHieroglyphO035                                                     rune = 0x13284
	EgyptianHieroglyphO036                                                     rune = 0x13285
	EgyptianHieroglyphO036a                                                    rune = 0x13286
	EgyptianHieroglyphO036b                                                    rune = 0x13287
	EgyptianHieroglyphO036c                                                    rune = 0x13288
	EgyptianHieroglyphO036d                                                    rune = 0x13289
	EgyptianHieroglyphO037                                                     rune = 0x1328A
	EgyptianHieroglyphO038                                                     rune = 0x1328B
	EgyptianHieroglyphO039                                                     rune = 0x1328C
	EgyptianHieroglyphO040                                                     rune = 0x1328D
	EgyptianHieroglyphO041                                                     rune = 0x1328E
	EgyptianHieroglyphO042                                                     rune = 0x1328F
	EgyptianHieroglyphO043                                                     rune = 0x13290
	EgyptianHieroglyphO044                                                     rune = 0x13291
	EgyptianHieroglyphO045                                                     rune = 0x13292
	EgyptianHieroglyphO046                                                     rune = 0x13293
	EgyptianHieroglyphO047                                                     rune = 0x13294
	EgyptianHieroglyphO048                                                     rune = 0x13295
	EgyptianHieroglyphO049                                                     rune = 0x13296
	EgyptianHieroglyphO050                                                     rune = 0x13297
	EgyptianHieroglyphO050a                                                    rune = 0x13298
	EgyptianHieroglyphO050b                                                    rune = 0x13299
	EgyptianHieroglyphO051                                                     rune = 0x1329A
	EgyptianHieroglyphP001                                                     rune = 0x1329B
	EgyptianHieroglyphP001a                                                    rune = 0x1329C
	EgyptianHieroglyphP002                                                     rune = 0x1329D
	EgyptianHieroglyphP003                                                     rune = 0x1329E
	EgyptianHieroglyphP003a                                                    rune = 0x1329F
	EgyptianHieroglyphP004                                                     rune = 0x132A0
	EgyptianHieroglyphP005                                                     rune = 0x132A1
	EgyptianHieroglyphP006                                                     rune = 0x132A2
	EgyptianHieroglyphP007                                                     rune = 0x132A3
	EgyptianHieroglyphP008                                                     rune = 0x132A4
	EgyptianHieroglyphP009                                                     rune = 0x132A5
	EgyptianHieroglyphP010                                                     rune = 0x132A6
	EgyptianHieroglyphP011                                                     rune = 0x132A7
	EgyptianHieroglyphQ001                                                     rune = 0x132A8
	EgyptianHieroglyphQ002                                                     rune = 0x132A9
	EgyptianHieroglyphQ003                                                     rune = 0x132AA
	EgyptianHieroglyphQ004                                                     rune = 0x132AB
	EgyptianHieroglyphQ005                                                     rune = 0x132AC
	EgyptianHieroglyphQ006                                                     rune = 0x132AD
	EgyptianHieroglyphQ007                                                     rune = 0x132AE
	EgyptianHieroglyphR001                                                     rune = 0x132AF
	EgyptianHieroglyphR002                                                     rune = 0x132B0
	EgyptianHieroglyphR002a                                                    rune = 0x132B1
	EgyptianHieroglyphR003                                                     rune = 0x132B2
	EgyptianHieroglyphR003a                                                    rune = 0x132B3
	EgyptianHieroglyphR003b                                                    rune = 0x132B4
	EgyptianHieroglyphR004                                                     rune = 0x132B5
	EgyptianHieroglyphR005                                                     rune = 0x132B6
	EgyptianHieroglyphR006                                                     rune = 0x132B7
	EgyptianHieroglyphR007                                                     rune = 0x132B8
	EgyptianHieroglyphR008                                                     rune = 0x132B9
	EgyptianHieroglyphR009                                                     rune = 0x132BA
	EgyptianHieroglyphR010                                                     rune = 0x132BB
	EgyptianHieroglyphR010a                                                    rune = 0x132BC
	EgyptianHieroglyphR011                                                     rune = 0x132BD
	EgyptianHieroglyphR012                                                     rune = 0x132BE
	EgyptianHieroglyphR013                                                     rune = 0x132BF
	EgyptianHieroglyphR014                                                     rune = 0x132C0
	EgyptianHieroglyphR015                                                     rune = 0x132C1
	EgyptianHieroglyphR016                                                     rune = 0x132C2
	EgyptianHieroglyphR016a                                                    rune = 0x132C3
	EgyptianHieroglyphR017                                                     rune = 0x132C4
	EgyptianHieroglyphR018                                                     rune = 0x132C5
	EgyptianHieroglyphR019                                                     rune = 0x132C6
	EgyptianHieroglyphR020                                                     rune = 0x132C7
	EgyptianHieroglyphR021                                                     rune = 0x132C8
	EgyptianHieroglyphR022                                                     rune = 0x132C9
	EgyptianHieroglyphR023                                                     rune = 0x132CA
	EgyptianHieroglyphR024                                                     rune = 0x132CB
	EgyptianHieroglyphR025                                                     rune = 0x132CC
	EgyptianHieroglyphR026                                                     rune = 0x132CD
	EgyptianHieroglyphR027                                                     rune = 0x132CE
	EgyptianHieroglyphR028                                                     rune = 0x132CF
	EgyptianHieroglyphR029                                                     rune = 0x132D0
	EgyptianHieroglyphS001                                                     rune = 0x132D1
	EgyptianHieroglyphS002                                                     rune = 0x132D2
	EgyptianHieroglyphS002a                                                    rune = 0x132D3
	EgyptianHieroglyphS003                                                     rune = 0x132D4
	EgyptianHieroglyphS004                                                     rune = 0x132D5
	EgyptianHieroglyphS005                                                     rune = 0x132D6
	EgyptianHieroglyphS006                                                     rune = 0x132D7
	EgyptianHieroglyphS006a                                                    rune = 0x132D8
	EgyptianHieroglyphS007                                                     rune = 0x132D9
	EgyptianHieroglyphS008                                                     rune = 0x132DA
	EgyptianHieroglyphS009                                                     rune = 0x132DB
	EgyptianHieroglyphS010                                                     rune = 0x132DC
	EgyptianHieroglyphS011                                                     rune = 0x132DD
	EgyptianHieroglyphS012                                                     rune = 0x132DE
	EgyptianHieroglyphS013                                                     rune = 0x132DF
	EgyptianHieroglyphS014                                                     rune = 0x132E0
	EgyptianHieroglyphS014a                                                    rune = 0x132E1
	EgyptianHieroglyphS014b                                                    rune = 0x132E2
	EgyptianHieroglyphS015                                                     rune = 0x132E3
	EgyptianHieroglyphS016                                                     rune = 0x132E4
	EgyptianHieroglyphS017                                                     rune = 0x132E5
	EgyptianHieroglyphS017a                                                    rune = 0x132E6
	EgyptianHieroglyphS018                                                     rune = 0x132E7
	EgyptianHieroglyphS019                                                     rune = 0x132E8
	EgyptianHieroglyphS020                                                     rune = 0x132E9
	EgyptianHieroglyphS021                                                     rune = 0x132EA
	EgyptianHieroglyphS022                                                     rune = 0x132EB
	EgyptianHieroglyphS023                                                     rune = 0x132EC
	EgyptianHieroglyphS024                                                     rune = 0x132ED
	EgyptianHieroglyphS025                                                     rune = 0x132EE
	EgyptianHieroglyphS026                                                     rune = 0x132EF
	EgyptianHieroglyphS026a                                                    rune = 0x132F0
	EgyptianHieroglyphS026b                                                    rune = 0x132F1
	EgyptianHieroglyphS027                                                     rune = 0x132F2
	EgyptianHieroglyphS028                                                     rune = 0x132F3
	EgyptianHieroglyphS029                                                     rune = 0x132F4
	EgyptianHieroglyphS030                                                     rune = 0x132F5
	EgyptianHieroglyphS031                                                     rune = 0x132F6
	EgyptianHieroglyphS032                                                     rune = 0x132F7
	EgyptianHieroglyphS033                                                     rune = 0x132F8
	EgyptianHieroglyphS034                                                     rune = 0x132F9
	EgyptianHieroglyphS035                                                     rune = 0x132FA
	EgyptianHieroglyphS035a                                                    rune = 0x132FB
	EgyptianHieroglyphS036                                                     rune = 0x132FC
	EgyptianHieroglyphS037                                                     rune = 0x132FD
	EgyptianHieroglyphS038                                                     rune = 0x132FE
	EgyptianHieroglyphS039                                                     rune = 0x132FF
	EgyptianHieroglyphS040                                                     rune = 0x13300
	EgyptianHieroglyphS041                                                     rune = 0x13301
	EgyptianHieroglyphS042                                                     rune = 0x13302
	EgyptianHieroglyphS043                                                     rune = 0x13303
	EgyptianHieroglyphS044                                                     rune = 0x13304
	EgyptianHieroglyphS045                                                     rune = 0x13305
	EgyptianHieroglyphS046                                                     rune = 0x13306
	EgyptianHieroglyphT001                                                     rune = 0x13307
	EgyptianHieroglyphT002                                                     rune = 0x13308
	EgyptianHieroglyphT003                                                     rune = 0x13309
	EgyptianHieroglyphT003a                                                    rune = 0x1330A
	EgyptianHieroglyphT004                                                     rune = 0x1330B
	EgyptianHieroglyphT005                                                     rune = 0x1330C
	EgyptianHieroglyphT006                                                     rune = 0x1330D
	EgyptianHieroglyphT007                                                     rune = 0x1330E
	EgyptianHieroglyphT007a                                                    rune = 0x1330F
	EgyptianHieroglyphT008                                                     rune = 0x13310
	EgyptianHieroglyphT008a                                                    rune = 0x13311
	EgyptianHieroglyphT009                                                     rune = 0x13312
	EgyptianHieroglyphT009a                                                    rune = 0x13313
	EgyptianHieroglyphT010                                                     rune = 0x13314
	EgyptianHieroglyphT011                                                     rune = 0x13315
	EgyptianHieroglyphT011a                                                    rune = 0x13316
	EgyptianHieroglyphT012                                                     rune = 0x13317
	EgyptianHieroglyphT013                                                     rune = 0x13318
	EgyptianHieroglyphT014                                                     rune = 0x13319
	EgyptianHieroglyphT015                                                     rune = 0x1331A
	EgyptianHieroglyphT016                                                     rune = 0x1331B
	EgyptianHieroglyphT016a                                                    rune = 0x1331C
	EgyptianHieroglyphT017                                                     rune = 0x1331D
	EgyptianHieroglyphT018                                                     rune = 0x1331E
	EgyptianHieroglyphT019                                                     rune = 0x1331F
	EgyptianHieroglyphT020                                                     rune = 0x13320
	EgyptianHieroglyphT021                                                     rune = 0x13321
	EgyptianHieroglyphT022                                                     rune = 0x13322
	EgyptianHieroglyphT023                                                     rune = 0x13323
	EgyptianHieroglyphT024                                                     rune = 0x13324
	EgyptianHieroglyphT025                                                     rune = 0x13325
	EgyptianHieroglyphT026                                                     rune = 0x13326
	EgyptianHieroglyphT027                                                     rune = 0x13327
	EgyptianHieroglyphT028                                                     rune = 0x13328
	EgyptianHieroglyphT029                                                     rune = 0x13329
	EgyptianHieroglyphT030                                                     rune = 0x1332A
	EgyptianHieroglyphT031                                                     rune = 0x1332B
	EgyptianHieroglyphT032                                                     rune = 0x1332C
	EgyptianHieroglyphT032a                                                    rune = 0x1332D
	EgyptianHieroglyphT033                                                     rune = 0x1332E
	EgyptianHieroglyphT033a                                                    rune = 0x1332F
	EgyptianHieroglyphT034                                                     rune = 0x13330
	EgyptianHieroglyphT035                                                     rune = 0x13331
	EgyptianHieroglyphT036                                                     rune = 0x13332
	EgyptianHieroglyphU001                                                     rune = 0x13333
	EgyptianHieroglyphU002                                                     rune = 0x13334
	EgyptianHieroglyphU003                                                     rune = 0x13335
	EgyptianHieroglyphU004                                                     rune = 0x13336
	EgyptianHieroglyphU005                                                     rune = 0x13337
	EgyptianHieroglyphU006                                                     rune = 0x13338
	EgyptianHieroglyphU006a                                                    rune = 0x13339
	EgyptianHieroglyphU006b                                                    rune = 0x1333A
	EgyptianHieroglyphU007                                                     rune = 0x1333B
	EgyptianHieroglyphU008                                                     rune = 0x1333C
	EgyptianHieroglyphU009                                                     rune = 0x1333D
	EgyptianHieroglyphU010                                                     rune = 0x1333E
	EgyptianHieroglyphU011                                                     rune = 0x1333F
	EgyptianHieroglyphU012                                                     rune = 0x13340
	EgyptianHieroglyphU013                                                     rune = 0x13341
	EgyptianHieroglyphU014                                                     rune = 0x13342
	EgyptianHieroglyphU015                                                     rune = 0x13343
	EgyptianHieroglyphU016                                                     rune = 0x13344
	EgyptianHieroglyphU017                                                     rune = 0x13345
	EgyptianHieroglyphU018                                                     rune = 0x13346
	EgyptianHieroglyphU019                                                     rune = 0x13347
	EgyptianHieroglyphU020                                                     rune = 0x13348
	EgyptianHieroglyphU021                                                     rune = 0x13349
	EgyptianHieroglyphU022                                                     rune = 0x1334A
	EgyptianHieroglyphU023                                                     rune = 0x1334B
	EgyptianHieroglyphU023a                                                    rune = 0x1334C
	EgyptianHieroglyphU024                                                     rune = 0x1334D
	EgyptianHieroglyphU025                                                     rune = 0x1334E
	EgyptianHieroglyphU026                                                     rune = 0x1334F
	EgyptianHieroglyphU027                                                     rune = 0x13350
	EgyptianHieroglyphU028                                                     rune = 0x13351
	EgyptianHieroglyphU029                                                     rune = 0x13352
	EgyptianHieroglyphU029a                                                    rune = 0x13353
	EgyptianHieroglyphU030                                                     rune = 0x13354
	EgyptianHieroglyphU031                                                     rune = 0x13355
	EgyptianHieroglyphU032                                                     rune = 0x13356
	EgyptianHieroglyphU032a                                                    rune = 0x13357
	EgyptianHieroglyphU033                                                     rune = 0x13358
	EgyptianHieroglyphU034                                                     rune = 0x13359
	EgyptianHieroglyphU035                                                     rune = 0x1335A
	EgyptianHieroglyphU036                                                     rune = 0x1335B
	EgyptianHieroglyphU037                                                     rune = 0x1335C
	EgyptianHieroglyphU038                                                     rune = 0x1335D
	EgyptianHieroglyphU039                                                     rune = 0x1335E
	EgyptianHieroglyphU040                                                     rune = 0x1335F
	EgyptianHieroglyphU041                                                     rune = 0x13360
	EgyptianHieroglyphU042                                                     rune = 0x13361
	EgyptianHieroglyphV001                                                     rune = 0x13362
	EgyptianHieroglyphV001a                                                    rune = 0x13363
	EgyptianHieroglyphV001b                                                    rune = 0x13364
	EgyptianHieroglyphV001c                                                    rune = 0x13365
	EgyptianHieroglyphV001d                                                    rune = 0x13366
	EgyptianHieroglyphV001e                                                    rune = 0x13367
	EgyptianHieroglyphV001f                                                    rune = 0x13368
	EgyptianHieroglyphV001g                                                    rune = 0x13369
	EgyptianHieroglyphV001h                                                    rune = 0x1336A
	EgyptianHieroglyphV001i                                                    rune = 0x1336B
	EgyptianHieroglyphV002                                                     rune = 0x1336C
	EgyptianHieroglyphV002a                                                    rune = 0x1336D
	EgyptianHieroglyphV003                                                     rune = 0x1336E
	EgyptianHieroglyphV004                                                     rune = 0x1336F
	EgyptianHieroglyphV005                                                     rune = 0x13370
	EgyptianHieroglyphV006                                                     rune = 0x13371
	EgyptianHieroglyphV007                                                     rune = 0x13372
	EgyptianHieroglyphV007a                                                    rune = 0x13373
	EgyptianHieroglyphV007b                                                    rune = 0x13374
	EgyptianHieroglyphV008                                                     rune = 0x13375
	EgyptianHieroglyphV009                                                     rune = 0x13376
	EgyptianHieroglyphV010                                                     rune = 0x13377
	EgyptianHieroglyphV011                                                     rune = 0x13378
	EgyptianHieroglyphV011a                                                    rune = 0x13379
	EgyptianHieroglyphV011b                                                    rune = 0x1337A
	EgyptianHieroglyphV011c                                                    rune = 0x1337B
	EgyptianHieroglyphV012                                                     rune = 0x1337C
	EgyptianHieroglyphV012a                                                    rune = 0x1337D
	EgyptianHieroglyphV012b                                                    rune = 0x1337E
	EgyptianHieroglyphV013                                                     rune = 0x1337F
	EgyptianHieroglyphV014                                                     rune = 0x13380
	EgyptianHieroglyphV015                                                     rune = 0x13381
	EgyptianHieroglyphV016                                                     rune = 0x13382
	EgyptianHieroglyphV017                                                     rune = 0x13383
	EgyptianHieroglyphV018                                                     rune = 0x13384
	EgyptianHieroglyphV019                                                     rune = 0x13385
	EgyptianHieroglyphV020                                                     rune = 0x13386
	EgyptianHieroglyphV020a                                                    rune = 0x13387
	EgyptianHieroglyphV020b                                                    rune = 0x13388
	EgyptianHieroglyphV020c                                                    rune = 0x13389
	EgyptianHieroglyphV020d                                                    rune = 0x1338A
	EgyptianHieroglyphV020e                                                    rune = 0x1338B
	EgyptianHieroglyphV020f                                                    rune = 0x1338C
	EgyptianHieroglyphV020g                                                    rune = 0x1338D
	EgyptianHieroglyphV020h                                                    rune = 0x1338E
	EgyptianHieroglyphV020i                                                    rune = 0x1338F
	EgyptianHieroglyphV020j                                                    rune = 0x13390
	EgyptianHieroglyphV020k                                                    rune = 0x13391
	EgyptianHieroglyphV020l                                                    rune = 0x13392
	EgyptianHieroglyphV021                                                     rune = 0x13393
	EgyptianHieroglyphV022                                                     rune = 0x13394
	EgyptianHieroglyphV023                                                     rune = 0x13395
	EgyptianHieroglyphV023a                                                    rune = 0x13396
	EgyptianHieroglyphV024                                                     rune = 0x13397
	EgyptianHieroglyphV025                                                     rune = 0x13398
	EgyptianHieroglyphV026                                                     rune = 0x13399
	EgyptianHieroglyphV027                                                     rune = 0x1339A
	EgyptianHieroglyphV028                                                     rune = 0x1339B
	EgyptianHieroglyphV028a                                                    rune = 0x1339C
	EgyptianHieroglyphV029                                                     rune = 0x1339D
	EgyptianHieroglyphV029a                                                    rune = 0x1339E
	EgyptianHieroglyphV030                                                     rune = 0x1339F
	EgyptianHieroglyphV030a                                                    rune = 0x133A0
	EgyptianHieroglyphV031                                                     rune = 0x133A1
	EgyptianHieroglyphV031a                                                    rune = 0x133A2
	EgyptianHieroglyphV032                                                     rune = 0x133A3
	EgyptianHieroglyphV033                                                     rune = 0x133A4
	EgyptianHieroglyphV033a                                                    rune = 0x133A5
	EgyptianHieroglyphV034                                                     rune = 0x133A6
	EgyptianHieroglyphV035                                                     rune = 0x133A7
	EgyptianHieroglyphV036                                                     rune = 0x133A8
	EgyptianHieroglyphV037                                                     rune = 0x133A9
	EgyptianHieroglyphV037a                                                    rune = 0x133AA
	EgyptianHieroglyphV038                                                     rune = 0x133AB
	EgyptianHieroglyphV039                                                     rune = 0x133AC
	EgyptianHieroglyphV040                                                     rune = 0x133AD
	EgyptianHieroglyphV040a                                                    rune = 0x133AE
	EgyptianHieroglyphW001                                                     rune = 0x133AF
	EgyptianHieroglyphW002                                                     rune = 0x133B0
	EgyptianHieroglyphW003                                                     rune = 0x133B1
	EgyptianHieroglyphW003a                                                    rune = 0x133B2
	EgyptianHieroglyphW004                                                     rune = 0x133B3
	EgyptianHieroglyphW005                                                     rune = 0x133B4
	EgyptianHieroglyphW006                                                     rune = 0x133B5
	EgyptianHieroglyphW007                                                     rune = 0x133B6
	EgyptianHieroglyphW008                                                     rune = 0x133B7
	EgyptianHieroglyphW009                                                     rune = 0x133B8
	EgyptianHieroglyphW009a                                                    rune = 0x133B9
	EgyptianHieroglyphW010                                                     rune = 0x133BA
	EgyptianHieroglyphW010a                                                    rune = 0x133BB
	EgyptianHieroglyphW011                                                     rune = 0x133BC
	EgyptianHieroglyphW012                                                     rune = 0x133BD
	EgyptianHieroglyphW013                                                     rune = 0x133BE
	EgyptianHieroglyphW014                                                     rune = 0x133BF
	EgyptianHieroglyphW014a                                                    rune = 0x133C0
	EgyptianHieroglyphW015                                                     rune = 0x133C1
	EgyptianHieroglyphW016                                                     rune = 0x133C2
	EgyptianHieroglyphW017                                                     rune = 0x133C3
	EgyptianHieroglyphW017a                                                    rune = 0x133C4
	EgyptianHieroglyphW018                                                     rune = 0x133C5
	EgyptianHieroglyphW018a                                                    rune = 0x133C6
	EgyptianHieroglyphW019                                                     rune = 0x133C7
	EgyptianHieroglyphW020                                                     rune = 0x133C8
	EgyptianHieroglyphW021                                                     rune = 0x133C9
	EgyptianHieroglyphW022                                                     rune = 0x133CA
	EgyptianHieroglyphW023                                                     rune = 0x133CB
	EgyptianHieroglyphW024                                                     rune = 0x133CC
	EgyptianHieroglyphW024a                                                    rune = 0x133CD
	EgyptianHieroglyphW025                                                     rune = 0x133CE
	EgyptianHieroglyphX001                                                     rune = 0x133CF
	EgyptianHieroglyphX002                                                     rune = 0x133D0
	EgyptianHieroglyphX003                                                     rune = 0x133D1
	EgyptianHieroglyphX004                                                     rune = 0x133D2
	EgyptianHieroglyphX004a                                                    rune = 0x133D3
	EgyptianHieroglyphX004b                                                    rune = 0x133D4
	EgyptianHieroglyphX005                                                     rune = 0x133D5
	EgyptianHieroglyphX006                                                     rune = 0x133D6
	EgyptianHieroglyphX006a                                                    rune = 0x133D7
	EgyptianHieroglyphX007                                                     rune = 0x133D8
	EgyptianHieroglyphX008                                                     rune = 0x133D9
	EgyptianHieroglyphX008a                                                    rune = 0x133DA
	EgyptianHieroglyphY001                                                     rune = 0x133DB
	EgyptianHieroglyphY001a                                                    rune = 0x133DC
	EgyptianHieroglyphY002                                                     rune = 0x133DD
	EgyptianHieroglyphY003                                                     rune = 0x133DE
	EgyptianHieroglyphY004                                                     rune = 0x133DF
	EgyptianHieroglyphY005                                                     rune = 0x133E0
	EgyptianHieroglyphY006                                                     rune = 0x133E1
	EgyptianHieroglyphY007                                                     rune = 0x133E2
	EgyptianHieroglyphY008                                                     rune = 0x133E3
	EgyptianHieroglyphZ001                                                     rune = 0x133E4
	EgyptianHieroglyphZ002                                                     rune = 0x133E5
	EgyptianHieroglyphZ002a                                                    rune = 0x133E6
	EgyptianHieroglyphZ002b                                                    rune = 0x133E7
	EgyptianHieroglyphZ002c                                                    rune = 0x133E8
	EgyptianHieroglyphZ002d                                                    rune = 0x133E9
	EgyptianHieroglyphZ003                                                     rune = 0x133EA
	EgyptianHieroglyphZ003a                                                    rune = 0x133EB
	EgyptianHieroglyphZ003b                                                    rune = 0x133EC
	EgyptianHieroglyphZ004                                                     rune = 0x133ED
	EgyptianHieroglyphZ004a                                                    rune = 0x133EE
	EgyptianHieroglyphZ005                                                     rune = 0x133EF
	EgyptianHieroglyphZ005a                                                    rune = 0x133F0
	EgyptianHieroglyphZ006                                                     rune = 0x133F1
	EgyptianHieroglyphZ007                                                     rune = 0x133F2
	EgyptianHieroglyphZ008                                                     rune = 0x133F3
	EgyptianHieroglyphZ009                                                     rune = 0x133F4
	EgyptianHieroglyphZ010                                                     rune = 0x133F5
	EgyptianHieroglyphZ011                                                     rune = 0x133F6
	EgyptianHieroglyphZ012                                                     rune = 0x133F7
	EgyptianHieroglyphZ013                                                     rune = 0x133F8
	EgyptianHieroglyphZ014                                                     rune = 0x133F9
	EgyptianHieroglyphZ015                                                     rune = 0x133FA
	EgyptianHieroglyphZ015a                                                    rune = 0x133FB
	EgyptianHieroglyphZ015b                                                    rune = 0x133FC
	EgyptianHieroglyphZ015c                                                    rune = 0x133FD
	EgyptianHieroglyphZ015d                                                    rune = 0x133FE
	EgyptianHieroglyphZ015e                                                    rune = 0x133FF
	EgyptianHieroglyphZ015f                                                    rune = 0x13400
	EgyptianHieroglyphZ015g                                                    rune = 0x13401
	EgyptianHieroglyphZ015h                                                    rune = 0x13402
	EgyptianHieroglyphZ015i                                                    rune = 0x13403
	EgyptianHieroglyphZ016                                                     rune = 0x13404
	EgyptianHieroglyphZ016a                                                    rune = 0x13405
	EgyptianHieroglyphZ016b                                                    rune = 0x13406
	EgyptianHieroglyphZ016c                                                    rune = 0x13407
	EgyptianHieroglyphZ016d                                                    rune = 0x13408
	EgyptianHieroglyphZ016e                                                    rune = 0x13409
	EgyptianHieroglyphZ016f                                                    rune = 0x1340A
	EgyptianHieroglyphZ016g                                                    rune = 0x1340B
	EgyptianHieroglyphZ016h                                                    rune = 0x1340C
	EgyptianHieroglyphAa001                                                    rune = 0x1340D
	EgyptianHieroglyphAa002                                                    rune = 0x1340E
	EgyptianHieroglyphAa003                                                    rune = 0x1340F
	EgyptianHieroglyphAa004                                                    rune = 0x13410
	EgyptianHieroglyphAa005                                                    rune = 0x13411
	EgyptianHieroglyphAa006                                                    rune = 0x13412
	EgyptianHieroglyphAa007                                                    rune = 0x13413
	EgyptianHieroglyphAa007a                                                   rune = 0x13414
	EgyptianHieroglyphAa007b                                                   rune = 0x13415
	EgyptianHieroglyphAa008                                                    rune = 0x13416
	EgyptianHieroglyphAa009                                                    rune = 0x13417
	EgyptianHieroglyphAa010                                                    rune = 0x13418
	EgyptianHieroglyphAa011                                                    rune = 0x13419
	EgyptianHieroglyphAa012                                                    rune = 0x1341A
	EgyptianHieroglyphAa013                                                    rune = 0x1341B
	EgyptianHieroglyphAa014                                                    rune = 0x1341C
	EgyptianHieroglyphAa015                                                    rune = 0x1341D
	EgyptianHieroglyphAa016                                                    rune = 0x1341E
	EgyptianHieroglyphAa017                                                    rune = 0x1341F
	EgyptianHieroglyphAa018                                                    rune = 0x13420
	EgyptianHieroglyphAa019                                                    rune = 0x13421
	EgyptianHieroglyphAa020                                                    rune = 0x13422
	EgyptianHieroglyphAa021                                                    rune = 0x13423
	EgyptianHieroglyphAa022                                                    rune = 0x13424
	EgyptianHieroglyphAa023                                                    rune = 0x13425
	EgyptianHieroglyphAa024                                                    rune = 0x13426
	EgyptianHieroglyphAa025                                                    rune = 0x13427
	EgyptianHieroglyphAa026                                                    rune = 0x13428
	EgyptianHieroglyphAa027                                                    rune = 0x13429
	EgyptianHieroglyphAa028                                                    rune = 0x1342A
	EgyptianHieroglyphAa029                                                    rune = 0x1342B
	EgyptianHieroglyphAa030                                                    rune = 0x1342C
	EgyptianHieroglyphAa031                                                    rune = 0x1342D
	EgyptianHieroglyphAa032                                                    rune = 0x1342E
	EgyptianHieroglyphVerticalJoiner                                           rune = 0x13430
	EgyptianHieroglyphHorizontalJoiner                                         rune = 0x13431
	EgyptianHieroglyphInsertAtTopStart                                         rune = 0x13432
	EgyptianHieroglyphInsertAtBottomStart                                      rune = 0x13433
	EgyptianHieroglyphInsertAtTopEnd                                           rune = 0x13434
	EgyptianHieroglyphInsertAtBottomEnd                                        rune = 0x13435
	EgyptianHieroglyphOverlayMiddle                                            rune = 0x13436
	EgyptianHieroglyphBeginSegment                                             rune = 0x13437
	EgyptianHieroglyphEndSegment                                               rune = 0x13438
	AnatolianHieroglyphA001                                                    rune = 0x14400
	AnatolianHieroglyphA002                                                    rune = 0x14401
	AnatolianHieroglyphA003                                                    rune = 0x14402
	AnatolianHieroglyphA004                                                    rune = 0x14403
	AnatolianHieroglyphA005                                                    rune = 0x14404
	AnatolianHieroglyphA006                                                    rune = 0x14405
	AnatolianHieroglyphA007                                                    rune = 0x14406
	AnatolianHieroglyphA008                                                    rune = 0x14407
	AnatolianHieroglyphA009                                                    rune = 0x14408
	AnatolianHieroglyphA010                                                    rune = 0x14409
	AnatolianHieroglyphA010a                                                   rune = 0x1440A
	AnatolianHieroglyphA011                                                    rune = 0x1440B
	AnatolianHieroglyphA012                                                    rune = 0x1440C
	AnatolianHieroglyphA013                                                    rune = 0x1440D
	AnatolianHieroglyphA014                                                    rune = 0x1440E
	AnatolianHieroglyphA015                                                    rune = 0x1440F
	AnatolianHieroglyphA016                                                    rune = 0x14410
	AnatolianHieroglyphA017                                                    rune = 0x14411
	AnatolianHieroglyphA018                                                    rune = 0x14412
	AnatolianHieroglyphA019                                                    rune = 0x14413
	AnatolianHieroglyphA020                                                    rune = 0x14414
	AnatolianHieroglyphA021                                                    rune = 0x14415
	AnatolianHieroglyphA022                                                    rune = 0x14416
	AnatolianHieroglyphA023                                                    rune = 0x14417
	AnatolianHieroglyphA024                                                    rune = 0x14418
	AnatolianHieroglyphA025                                                    rune = 0x14419
	AnatolianHieroglyphA026                                                    rune = 0x1441A
	AnatolianHieroglyphA026a                                                   rune = 0x1441B
	AnatolianHieroglyphA027                                                    rune = 0x1441C
	AnatolianHieroglyphA028                                                    rune = 0x1441D
	AnatolianHieroglyphA029                                                    rune = 0x1441E
	AnatolianHieroglyphA030                                                    rune = 0x1441F
	AnatolianHieroglyphA031                                                    rune = 0x14420
	AnatolianHieroglyphA032                                                    rune = 0x14421
	AnatolianHieroglyphA033                                                    rune = 0x14422
	AnatolianHieroglyphA034                                                    rune = 0x14423
	AnatolianHieroglyphA035                                                    rune = 0x14424
	AnatolianHieroglyphA036                                                    rune = 0x14425
	AnatolianHieroglyphA037                                                    rune = 0x14426
	AnatolianHieroglyphA038                                                    rune = 0x14427
	AnatolianHieroglyphA039                                                    rune = 0x14428
	AnatolianHieroglyphA039a                                                   rune = 0x14429
	AnatolianHieroglyphA040                                                    rune = 0x1442A
	AnatolianHieroglyphA041                                                    rune = 0x1442B
	AnatolianHieroglyphA041a                                                   rune = 0x1442C
	AnatolianHieroglyphA042                                                    rune = 0x1442D
	AnatolianHieroglyphA043                                                    rune = 0x1442E
	AnatolianHieroglyphA044                                                    rune = 0x1442F
	AnatolianHieroglyphA045                                                    rune = 0x14430
	AnatolianHieroglyphA045a                                                   rune = 0x14431
	AnatolianHieroglyphA046                                                    rune = 0x14432
	AnatolianHieroglyphA046a                                                   rune = 0x14433
	AnatolianHieroglyphA046b                                                   rune = 0x14434
	AnatolianHieroglyphA047                                                    rune = 0x14435
	AnatolianHieroglyphA048                                                    rune = 0x14436
	AnatolianHieroglyphA049                                                    rune = 0x14437
	AnatolianHieroglyphA050                                                    rune = 0x14438
	AnatolianHieroglyphA051                                                    rune = 0x14439
	AnatolianHieroglyphA052                                                    rune = 0x1443A
	AnatolianHieroglyphA053                                                    rune = 0x1443B
	AnatolianHieroglyphA054                                                    rune = 0x1443C
	AnatolianHieroglyphA055                                                    rune = 0x1443D
	AnatolianHieroglyphA056                                                    rune = 0x1443E
	AnatolianHieroglyphA057                                                    rune = 0x1443F
	AnatolianHieroglyphA058                                                    rune = 0x14440
	AnatolianHieroglyphA059                                                    rune = 0x14441
	AnatolianHieroglyphA060                                                    rune = 0x14442
	AnatolianHieroglyphA061                                                    rune = 0x14443
	AnatolianHieroglyphA062                                                    rune = 0x14444
	AnatolianHieroglyphA063                                                    rune = 0x14445
	AnatolianHieroglyphA064                                                    rune = 0x14446
	AnatolianHieroglyphA065                                                    rune = 0x14447
	AnatolianHieroglyphA066                                                    rune = 0x14448
	AnatolianHieroglyphA066a                                                   rune = 0x14449
	AnatolianHieroglyphA066b                                                   rune = 0x1444A
	AnatolianHieroglyphA066c                                                   rune = 0x1444B
	AnatolianHieroglyphA067                                                    rune = 0x1444C
	AnatolianHieroglyphA068                                                    rune = 0x1444D
	AnatolianHieroglyphA069                                                    rune = 0x1444E
	AnatolianHieroglyphA070                                                    rune = 0x1444F
	AnatolianHieroglyphA071                                                    rune = 0x14450
	AnatolianHieroglyphA072                                                    rune = 0x14451
	AnatolianHieroglyphA073                                                    rune = 0x14452
	AnatolianHieroglyphA074                                                    rune = 0x14453
	AnatolianHieroglyphA075                                                    rune = 0x14454
	AnatolianHieroglyphA076                                                    rune = 0x14455
	AnatolianHieroglyphA077                                                    rune = 0x14456
	AnatolianHieroglyphA078                                                    rune = 0x14457
	AnatolianHieroglyphA079                                                    rune = 0x14458
	AnatolianHieroglyphA080                                                    rune = 0x14459
	AnatolianHieroglyphA081                                                    rune = 0x1445A
	AnatolianHieroglyphA082                                                    rune = 0x1445B
	AnatolianHieroglyphA083                                                    rune = 0x1445C
	AnatolianHieroglyphA084                                                    rune = 0x1445D
	AnatolianHieroglyphA085                                                    rune = 0x1445E
	AnatolianHieroglyphA086                                                    rune = 0x1445F
	AnatolianHieroglyphA087                                                    rune = 0x14460
	AnatolianHieroglyphA088                                                    rune = 0x14461
	AnatolianHieroglyphA089                                                    rune = 0x14462
	AnatolianHieroglyphA090                                                    rune = 0x14463
	AnatolianHieroglyphA091                                                    rune = 0x14464
	AnatolianHieroglyphA092                                                    rune = 0x14465
	AnatolianHieroglyphA093                                                    rune = 0x14466
	AnatolianHieroglyphA094                                                    rune = 0x14467
	AnatolianHieroglyphA095                                                    rune = 0x14468
	AnatolianHieroglyphA096                                                    rune = 0x14469
	AnatolianHieroglyphA097                                                    rune = 0x1446A
	AnatolianHieroglyphA097a                                                   rune = 0x1446B
	AnatolianHieroglyphA098                                                    rune = 0x1446C
	AnatolianHieroglyphA098a                                                   rune = 0x1446D
	AnatolianHieroglyphA099                                                    rune = 0x1446E
	AnatolianHieroglyphA100                                                    rune = 0x1446F
	AnatolianHieroglyphA100a                                                   rune = 0x14470
	AnatolianHieroglyphA101                                                    rune = 0x14471
	AnatolianHieroglyphA101a                                                   rune = 0x14472
	AnatolianHieroglyphA102                                                    rune = 0x14473
	AnatolianHieroglyphA102a                                                   rune = 0x14474
	AnatolianHieroglyphA103                                                    rune = 0x14475
	AnatolianHieroglyphA104                                                    rune = 0x14476
	AnatolianHieroglyphA104a                                                   rune = 0x14477
	AnatolianHieroglyphA104b                                                   rune = 0x14478
	AnatolianHieroglyphA104c                                                   rune = 0x14479
	AnatolianHieroglyphA105                                                    rune = 0x1447A
	AnatolianHieroglyphA105a                                                   rune = 0x1447B
	AnatolianHieroglyphA105b                                                   rune = 0x1447C
	AnatolianHieroglyphA106                                                    rune = 0x1447D
	AnatolianHieroglyphA107                                                    rune = 0x1447E
	AnatolianHieroglyphA107a                                                   rune = 0x1447F
	AnatolianHieroglyphA107b                                                   rune = 0x14480
	AnatolianHieroglyphA107c                                                   rune = 0x14481
	AnatolianHieroglyphA108                                                    rune = 0x14482
	AnatolianHieroglyphA109                                                    rune = 0x14483
	AnatolianHieroglyphA110                                                    rune = 0x14484
	AnatolianHieroglyphA110a                                                   rune = 0x14485
	AnatolianHieroglyphA110b                                                   rune = 0x14486
	AnatolianHieroglyphA111                                                    rune = 0x14487
	AnatolianHieroglyphA112                                                    rune = 0x14488
	AnatolianHieroglyphA113                                                    rune = 0x14489
	AnatolianHieroglyphA114                                                    rune = 0x1448A
	AnatolianHieroglyphA115                                                    rune = 0x1448B
	AnatolianHieroglyphA115a                                                   rune = 0x1448C
	AnatolianHieroglyphA116                                                    rune = 0x1448D
	AnatolianHieroglyphA117                                                    rune = 0x1448E
	AnatolianHieroglyphA118                                                    rune = 0x1448F
	AnatolianHieroglyphA119                                                    rune = 0x14490
	AnatolianHieroglyphA120                                                    rune = 0x14491
	AnatolianHieroglyphA121                                                    rune = 0x14492
	AnatolianHieroglyphA122                                                    rune = 0x14493
	AnatolianHieroglyphA123                                                    rune = 0x14494
	AnatolianHieroglyphA124                                                    rune = 0x14495
	AnatolianHieroglyphA125                                                    rune = 0x14496
	AnatolianHieroglyphA125a                                                   rune = 0x14497
	AnatolianHieroglyphA126                                                    rune = 0x14498
	AnatolianHieroglyphA127                                                    rune = 0x14499
	AnatolianHieroglyphA128                                                    rune = 0x1449A
	AnatolianHieroglyphA129                                                    rune = 0x1449B
	AnatolianHieroglyphA130                                                    rune = 0x1449C
	AnatolianHieroglyphA131                                                    rune = 0x1449D
	AnatolianHieroglyphA132                                                    rune = 0x1449E
	AnatolianHieroglyphA133                                                    rune = 0x1449F
	AnatolianHieroglyphA134                                                    rune = 0x144A0
	AnatolianHieroglyphA135                                                    rune = 0x144A1
	AnatolianHieroglyphA135a                                                   rune = 0x144A2
	AnatolianHieroglyphA136                                                    rune = 0x144A3
	AnatolianHieroglyphA137                                                    rune = 0x144A4
	AnatolianHieroglyphA138                                                    rune = 0x144A5
	AnatolianHieroglyphA139                                                    rune = 0x144A6
	AnatolianHieroglyphA140                                                    rune = 0x144A7
	AnatolianHieroglyphA141                                                    rune = 0x144A8
	AnatolianHieroglyphA142                                                    rune = 0x144A9
	AnatolianHieroglyphA143                                                    rune = 0x144AA
	AnatolianHieroglyphA144                                                    rune = 0x144AB
	AnatolianHieroglyphA145                                                    rune = 0x144AC
	AnatolianHieroglyphA146                                                    rune = 0x144AD
	AnatolianHieroglyphA147                                                    rune = 0x144AE
	AnatolianHieroglyphA148                                                    rune = 0x144AF
	AnatolianHieroglyphA149                                                    rune = 0x144B0
	AnatolianHieroglyphA150                                                    rune = 0x144B1
	AnatolianHieroglyphA151                                                    rune = 0x144B2
	AnatolianHieroglyphA152                                                    rune = 0x144B3
	AnatolianHieroglyphA153                                                    rune = 0x144B4
	AnatolianHieroglyphA154                                                    rune = 0x144B5
	AnatolianHieroglyphA155                                                    rune = 0x144B6
	AnatolianHieroglyphA156                                                    rune = 0x144B7
	AnatolianHieroglyphA157                                                    rune = 0x144B8
	AnatolianHieroglyphA158                                                    rune = 0x144B9
	AnatolianHieroglyphA159                                                    rune = 0x144BA
	AnatolianHieroglyphA160                                                    rune = 0x144BB
	AnatolianHieroglyphA161                                                    rune = 0x144BC
	AnatolianHieroglyphA162                                                    rune = 0x144BD
	AnatolianHieroglyphA163                                                    rune = 0x144BE
	AnatolianHieroglyphA164                                                    rune = 0x144BF
	AnatolianHieroglyphA165                                                    rune = 0x144C0
	AnatolianHieroglyphA166                                                    rune = 0x144C1
	AnatolianHieroglyphA167                                                    rune = 0x144C2
	AnatolianHieroglyphA168                                                    rune = 0x144C3
	AnatolianHieroglyphA169                                                    rune = 0x144C4
	AnatolianHieroglyphA170                                                    rune = 0x144C5
	AnatolianHieroglyphA171                                                    rune = 0x144C6
	AnatolianHieroglyphA172                                                    rune = 0x144C7
	AnatolianHieroglyphA173                                                    rune = 0x144C8
	AnatolianHieroglyphA174                                                    rune = 0x144C9
	AnatolianHieroglyphA175                                                    rune = 0x144CA
	AnatolianHieroglyphA176                                                    rune = 0x144CB
	AnatolianHieroglyphA177                                                    rune = 0x144CC
	AnatolianHieroglyphA178                                                    rune = 0x144CD
	AnatolianHieroglyphA179                                                    rune = 0x144CE
	AnatolianHieroglyphA180                                                    rune = 0x144CF
	AnatolianHieroglyphA181                                                    rune = 0x144D0
	AnatolianHieroglyphA182                                                    rune = 0x144D1
	AnatolianHieroglyphA183                                                    rune = 0x144D2
	AnatolianHieroglyphA184                                                    rune = 0x144D3
	AnatolianHieroglyphA185                                                    rune = 0x144D4
	AnatolianHieroglyphA186                                                    rune = 0x144D5
	AnatolianHieroglyphA187                                                    rune = 0x144D6
	AnatolianHieroglyphA188                                                    rune = 0x144D7
	AnatolianHieroglyphA189                                                    rune = 0x144D8
	AnatolianHieroglyphA190                                                    rune = 0x144D9
	AnatolianHieroglyphA191                                                    rune = 0x144DA
	AnatolianHieroglyphA192                                                    rune = 0x144DB
	AnatolianHieroglyphA193                                                    rune = 0x144DC
	AnatolianHieroglyphA194                                                    rune = 0x144DD
	AnatolianHieroglyphA195                                                    rune = 0x144DE
	AnatolianHieroglyphA196                                                    rune = 0x144DF
	AnatolianHieroglyphA197                                                    rune = 0x144E0
	AnatolianHieroglyphA198                                                    rune = 0x144E1
	AnatolianHieroglyphA199                                                    rune = 0x144E2
	AnatolianHieroglyphA200                                                    rune = 0x144E3
	AnatolianHieroglyphA201                                                    rune = 0x144E4
	AnatolianHieroglyphA202                                                    rune = 0x144E5
	AnatolianHieroglyphA202a                                                   rune = 0x144E6
	AnatolianHieroglyphA202b                                                   rune = 0x144E7
	AnatolianHieroglyphA203                                                    rune = 0x144E8
	AnatolianHieroglyphA204                                                    rune = 0x144E9
	AnatolianHieroglyphA205                                                    rune = 0x144EA
	AnatolianHieroglyphA206                                                    rune = 0x144EB
	AnatolianHieroglyphA207                                                    rune = 0x144EC
	AnatolianHieroglyphA207a                                                   rune = 0x144ED
	AnatolianHieroglyphA208                                                    rune = 0x144EE
	AnatolianHieroglyphA209                                                    rune = 0x144EF
	AnatolianHieroglyphA209a                                                   rune = 0x144F0
	AnatolianHieroglyphA210                                                    rune = 0x144F1
	AnatolianHieroglyphA211                                                    rune = 0x144F2
	AnatolianHieroglyphA212                                                    rune = 0x144F3
	AnatolianHieroglyphA213                                                    rune = 0x144F4
	AnatolianHieroglyphA214                                                    rune = 0x144F5
	AnatolianHieroglyphA215                                                    rune = 0x144F6
	AnatolianHieroglyphA215a                                                   rune = 0x144F7
	AnatolianHieroglyphA216                                                    rune = 0x144F8
	AnatolianHieroglyphA216a                                                   rune = 0x144F9
	AnatolianHieroglyphA217                                                    rune = 0x144FA
	AnatolianHieroglyphA218                                                    rune = 0x144FB
	AnatolianHieroglyphA219                                                    rune = 0x144FC
	AnatolianHieroglyphA220                                                    rune = 0x144FD
	AnatolianHieroglyphA221                                                    rune = 0x144FE
	AnatolianHieroglyphA222                                                    rune = 0x144FF
	AnatolianHieroglyphA223                                                    rune = 0x14500
	AnatolianHieroglyphA224                                                    rune = 0x14501
	AnatolianHieroglyphA225                                                    rune = 0x14502
	AnatolianHieroglyphA226                                                    rune = 0x14503
	AnatolianHieroglyphA227                                                    rune = 0x14504
	AnatolianHieroglyphA227a                                                   rune = 0x14505
	AnatolianHieroglyphA228                                                    rune = 0x14506
	AnatolianHieroglyphA229                                                    rune = 0x14507
	AnatolianHieroglyphA230                                                    rune = 0x14508
	AnatolianHieroglyphA231                                                    rune = 0x14509
	AnatolianHieroglyphA232                                                    rune = 0x1450A
	AnatolianHieroglyphA233                                                    rune = 0x1450B
	AnatolianHieroglyphA234                                                    rune = 0x1450C
	AnatolianHieroglyphA235                                                    rune = 0x1450D
	AnatolianHieroglyphA236                                                    rune = 0x1450E
	AnatolianHieroglyphA237                                                    rune = 0x1450F
	AnatolianHieroglyphA238                                                    rune = 0x14510
	AnatolianHieroglyphA239                                                    rune = 0x14511
	AnatolianHieroglyphA240                                                    rune = 0x14512
	AnatolianHieroglyphA241                                                    rune = 0x14513
	AnatolianHieroglyphA242                                                    rune = 0x14514
	AnatolianHieroglyphA243                                                    rune = 0x14515
	AnatolianHieroglyphA244                                                    rune = 0x14516
	AnatolianHieroglyphA245                                                    rune = 0x14517
	AnatolianHieroglyphA246                                                    rune = 0x14518
	AnatolianHieroglyphA247                                                    rune = 0x14519
	AnatolianHieroglyphA248                                                    rune = 0x1451A
	AnatolianHieroglyphA249                                                    rune = 0x1451B
	AnatolianHieroglyphA250                                                    rune = 0x1451C
	AnatolianHieroglyphA251                                                    rune = 0x1451D
	AnatolianHieroglyphA252                                                    rune = 0x1451E
	AnatolianHieroglyphA253                                                    rune = 0x1451F
	AnatolianHieroglyphA254                                                    rune = 0x14520
	AnatolianHieroglyphA255                                                    rune = 0x14521
	AnatolianHieroglyphA256                                                    rune = 0x14522
	AnatolianHieroglyphA257                                                    rune = 0x14523
	AnatolianHieroglyphA258                                                    rune = 0x14524
	AnatolianHieroglyphA259                                                    rune = 0x14525
	AnatolianHieroglyphA260                                                    rune = 0x14526
	AnatolianHieroglyphA261                                                    rune = 0x14527
	AnatolianHieroglyphA262                                                    rune = 0x14528
	AnatolianHieroglyphA263                                                    rune = 0x14529
	AnatolianHieroglyphA264                                                    rune = 0x1452A
	AnatolianHieroglyphA265                                                    rune = 0x1452B
	AnatolianHieroglyphA266                                                    rune = 0x1452C
	AnatolianHieroglyphA267                                                    rune = 0x1452D
	AnatolianHieroglyphA267a                                                   rune = 0x1452E
	AnatolianHieroglyphA268                                                    rune = 0x1452F
	AnatolianHieroglyphA269                                                    rune = 0x14530
	AnatolianHieroglyphA270                                                    rune = 0x14531
	AnatolianHieroglyphA271                                                    rune = 0x14532
	AnatolianHieroglyphA272                                                    rune = 0x14533
	AnatolianHieroglyphA273                                                    rune = 0x14534
	AnatolianHieroglyphA274                                                    rune = 0x14535
	AnatolianHieroglyphA275                                                    rune = 0x14536
	AnatolianHieroglyphA276                                                    rune = 0x14537
	AnatolianHieroglyphA277                                                    rune = 0x14538
	AnatolianHieroglyphA278                                                    rune = 0x14539
	AnatolianHieroglyphA279                                                    rune = 0x1453A
	AnatolianHieroglyphA280                                                    rune = 0x1453B
	AnatolianHieroglyphA281                                                    rune = 0x1453C
	AnatolianHieroglyphA282                                                    rune = 0x1453D
	AnatolianHieroglyphA283                                                    rune = 0x1453E
	AnatolianHieroglyphA284                                                    rune = 0x1453F
	AnatolianHieroglyphA285                                                    rune = 0x14540
	AnatolianHieroglyphA286                                                    rune = 0x14541
	AnatolianHieroglyphA287                                                    rune = 0x14542
	AnatolianHieroglyphA288                                                    rune = 0x14543
	AnatolianHieroglyphA289                                                    rune = 0x14544
	AnatolianHieroglyphA289a                                                   rune = 0x14545
	AnatolianHieroglyphA290                                                    rune = 0x14546
	AnatolianHieroglyphA291                                                    rune = 0x14547
	AnatolianHieroglyphA292                                                    rune = 0x14548
	AnatolianHieroglyphA293                                                    rune = 0x14549
	AnatolianHieroglyphA294                                                    rune = 0x1454A
	AnatolianHieroglyphA294a                                                   rune = 0x1454B
	AnatolianHieroglyphA295                                                    rune = 0x1454C
	AnatolianHieroglyphA296                                                    rune = 0x1454D
	AnatolianHieroglyphA297                                                    rune = 0x1454E
	AnatolianHieroglyphA298                                                    rune = 0x1454F
	AnatolianHieroglyphA299                                                    rune = 0x14550
	AnatolianHieroglyphA299a                                                   rune = 0x14551
	AnatolianHieroglyphA300                                                    rune = 0x14552
	AnatolianHieroglyphA301                                                    rune = 0x14553
	AnatolianHieroglyphA302                                                    rune = 0x14554
	AnatolianHieroglyphA303                                                    rune = 0x14555
	AnatolianHieroglyphA304                                                    rune = 0x14556
	AnatolianHieroglyphA305                                                    rune = 0x14557
	AnatolianHieroglyphA306                                                    rune = 0x14558
	AnatolianHieroglyphA307                                                    rune = 0x14559
	AnatolianHieroglyphA308                                                    rune = 0x1455A
	AnatolianHieroglyphA309                                                    rune = 0x1455B
	AnatolianHieroglyphA309a                                                   rune = 0x1455C
	AnatolianHieroglyphA310                                                    rune = 0x1455D
	AnatolianHieroglyphA311                                                    rune = 0x1455E
	AnatolianHieroglyphA312                                                    rune = 0x1455F
	AnatolianHieroglyphA313                                                    rune = 0x14560
	AnatolianHieroglyphA314                                                    rune = 0x14561
	AnatolianHieroglyphA315                                                    rune = 0x14562
	AnatolianHieroglyphA316                                                    rune = 0x14563
	AnatolianHieroglyphA317                                                    rune = 0x14564
	AnatolianHieroglyphA318                                                    rune = 0x14565
	AnatolianHieroglyphA319                                                    rune = 0x14566
	AnatolianHieroglyphA320                                                    rune = 0x14567
	AnatolianHieroglyphA321                                                    rune = 0x14568
	AnatolianHieroglyphA322                                                    rune = 0x14569
	AnatolianHieroglyphA323                                                    rune = 0x1456A
	AnatolianHieroglyphA324                                                    rune = 0x1456B
	AnatolianHieroglyphA325                                                    rune = 0x1456C
	AnatolianHieroglyphA326                                                    rune = 0x1456D
	AnatolianHieroglyphA327                                                    rune = 0x1456E
	AnatolianHieroglyphA328                                                    rune = 0x1456F
	AnatolianHieroglyphA329                                                    rune = 0x14570
	AnatolianHieroglyphA329a                                                   rune = 0x14571
	AnatolianHieroglyphA330                                                    rune = 0x14572
	AnatolianHieroglyphA331                                                    rune = 0x14573
	AnatolianHieroglyphA332a                                                   rune = 0x14574
	AnatolianHieroglyphA332b                                                   rune = 0x14575
	AnatolianHieroglyphA332c                                                   rune = 0x14576
	AnatolianHieroglyphA333                                                    rune = 0x14577
	AnatolianHieroglyphA334                                                    rune = 0x14578
	AnatolianHieroglyphA335                                                    rune = 0x14579
	AnatolianHieroglyphA336                                                    rune = 0x1457A
	AnatolianHieroglyphA336a                                                   rune = 0x1457B
	AnatolianHieroglyphA336b                                                   rune = 0x1457C
	AnatolianHieroglyphA336c                                                   rune = 0x1457D
	AnatolianHieroglyphA337                                                    rune = 0x1457E
	AnatolianHieroglyphA338                                                    rune = 0x1457F
	AnatolianHieroglyphA339                                                    rune = 0x14580
	AnatolianHieroglyphA340                                                    rune = 0x14581
	AnatolianHieroglyphA341                                                    rune = 0x14582
	AnatolianHieroglyphA342                                                    rune = 0x14583
	AnatolianHieroglyphA343                                                    rune = 0x14584
	AnatolianHieroglyphA344                                                    rune = 0x14585
	AnatolianHieroglyphA345                                                    rune = 0x14586
	AnatolianHieroglyphA346                                                    rune = 0x14587
	AnatolianHieroglyphA347                                                    rune = 0x14588
	AnatolianHieroglyphA348                                                    rune = 0x14589
	AnatolianHieroglyphA349                                                    rune = 0x1458A
	AnatolianHieroglyphA350                                                    rune = 0x1458B
	AnatolianHieroglyphA351                                                    rune = 0x1458C
	AnatolianHieroglyphA352                                                    rune = 0x1458D
	AnatolianHieroglyphA353                                                    rune = 0x1458E
	AnatolianHieroglyphA354                                                    rune = 0x1458F
	AnatolianHieroglyphA355                                                    rune = 0x14590
	AnatolianHieroglyphA356                                                    rune = 0x14591
	AnatolianHieroglyphA357                                                    rune = 0x14592
	AnatolianHieroglyphA358                                                    rune = 0x14593
	AnatolianHieroglyphA359                                                    rune = 0x14594
	AnatolianHieroglyphA359a                                                   rune = 0x14595
	AnatolianHieroglyphA360                                                    rune = 0x14596
	AnatolianHieroglyphA361                                                    rune = 0x14597
	AnatolianHieroglyphA362                                                    rune = 0x14598
	AnatolianHieroglyphA363                                                    rune = 0x14599
	AnatolianHieroglyphA364                                                    rune = 0x1459A
	AnatolianHieroglyphA364a                                                   rune = 0x1459B
	AnatolianHieroglyphA365                                                    rune = 0x1459C
	AnatolianHieroglyphA366                                                    rune = 0x1459D
	AnatolianHieroglyphA367                                                    rune = 0x1459E
	AnatolianHieroglyphA368                                                    rune = 0x1459F
	AnatolianHieroglyphA368a                                                   rune = 0x145A0
	AnatolianHieroglyphA369                                                    rune = 0x145A1
	AnatolianHieroglyphA370                                                    rune = 0x145A2
	AnatolianHieroglyphA371                                                    rune = 0x145A3
	AnatolianHieroglyphA371a                                                   rune = 0x145A4
	AnatolianHieroglyphA372                                                    rune = 0x145A5
	AnatolianHieroglyphA373                                                    rune = 0x145A6
	AnatolianHieroglyphA374                                                    rune = 0x145A7
	AnatolianHieroglyphA375                                                    rune = 0x145A8
	AnatolianHieroglyphA376                                                    rune = 0x145A9
	AnatolianHieroglyphA377                                                    rune = 0x145AA
	AnatolianHieroglyphA378                                                    rune = 0x145AB
	AnatolianHieroglyphA379                                                    rune = 0x145AC
	AnatolianHieroglyphA380                                                    rune = 0x145AD
	AnatolianHieroglyphA381                                                    rune = 0x145AE
	AnatolianHieroglyphA381a                                                   rune = 0x145AF
	AnatolianHieroglyphA382                                                    rune = 0x145B0
	AnatolianHieroglyphA383RaOrRi                                              rune = 0x145B1
	AnatolianHieroglyphA383a                                                   rune = 0x145B2
	AnatolianHieroglyphA384                                                    rune = 0x145B3
	AnatolianHieroglyphA385                                                    rune = 0x145B4
	AnatolianHieroglyphA386                                                    rune = 0x145B5
	AnatolianHieroglyphA386a                                                   rune = 0x145B6
	AnatolianHieroglyphA387                                                    rune = 0x145B7
	AnatolianHieroglyphA388                                                    rune = 0x145B8
	AnatolianHieroglyphA389                                                    rune = 0x145B9
	AnatolianHieroglyphA390                                                    rune = 0x145BA
	AnatolianHieroglyphA391                                                    rune = 0x145BB
	AnatolianHieroglyphA392                                                    rune = 0x145BC
	AnatolianHieroglyphA393Eight                                               rune = 0x145BD
	AnatolianHieroglyphA394                                                    rune = 0x145BE
	AnatolianHieroglyphA395                                                    rune = 0x145BF
	AnatolianHieroglyphA396                                                    rune = 0x145C0
	AnatolianHieroglyphA397                                                    rune = 0x145C1
	AnatolianHieroglyphA398                                                    rune = 0x145C2
	AnatolianHieroglyphA399                                                    rune = 0x145C3
	AnatolianHieroglyphA400                                                    rune = 0x145C4
	AnatolianHieroglyphA401                                                    rune = 0x145C5
	AnatolianHieroglyphA402                                                    rune = 0x145C6
	AnatolianHieroglyphA403                                                    rune = 0x145C7
	AnatolianHieroglyphA404                                                    rune = 0x145C8
	AnatolianHieroglyphA405                                                    rune = 0x145C9
	AnatolianHieroglyphA406                                                    rune = 0x145CA
	AnatolianHieroglyphA407                                                    rune = 0x145CB
	AnatolianHieroglyphA408                                                    rune = 0x145CC
	AnatolianHieroglyphA409                                                    rune = 0x145CD
	AnatolianHieroglyphA410BeginLogogramMark                                   rune = 0x145CE
	AnatolianHieroglyphA410aEndLogogramMark                                    rune = 0x145CF
	AnatolianHieroglyphA411                                                    rune = 0x145D0
	AnatolianHieroglyphA412                                                    rune = 0x145D1
	AnatolianHieroglyphA413                                                    rune = 0x145D2
	AnatolianHieroglyphA414                                                    rune = 0x145D3
	AnatolianHieroglyphA415                                                    rune = 0x145D4
	AnatolianHieroglyphA416                                                    rune = 0x145D5
	AnatolianHieroglyphA417                                                    rune = 0x145D6
	AnatolianHieroglyphA418                                                    rune = 0x145D7
	AnatolianHieroglyphA419                                                    rune = 0x145D8
	AnatolianHieroglyphA420                                                    rune = 0x145D9
	AnatolianHieroglyphA421                                                    rune = 0x145DA
	AnatolianHieroglyphA422                                                    rune = 0x145DB
	AnatolianHieroglyphA423                                                    rune = 0x145DC
	AnatolianHieroglyphA424                                                    rune = 0x145DD
	AnatolianHieroglyphA425                                                    rune = 0x145DE
	AnatolianHieroglyphA426                                                    rune = 0x145DF
	AnatolianHieroglyphA427                                                    rune = 0x145E0
	AnatolianHieroglyphA428                                                    rune = 0x145E1
	AnatolianHieroglyphA429                                                    rune = 0x145E2
	AnatolianHieroglyphA430                                                    rune = 0x145E3
	AnatolianHieroglyphA431                                                    rune = 0x145E4
	AnatolianHieroglyphA432                                                    rune = 0x145E5
	AnatolianHieroglyphA433                                                    rune = 0x145E6
	AnatolianHieroglyphA434                                                    rune = 0x145E7
	AnatolianHieroglyphA435                                                    rune = 0x145E8
	AnatolianHieroglyphA436                                                    rune = 0x145E9
	AnatolianHieroglyphA437                                                    rune = 0x145EA
	AnatolianHieroglyphA438                                                    rune = 0x145EB
	AnatolianHieroglyphA439                                                    rune = 0x145EC
	AnatolianHieroglyphA440                                                    rune = 0x145ED
	AnatolianHieroglyphA441                                                    rune = 0x145EE
	AnatolianHieroglyphA442                                                    rune = 0x145EF
	AnatolianHieroglyphA443                                                    rune = 0x145F0
	AnatolianHieroglyphA444                                                    rune = 0x145F1
	AnatolianHieroglyphA445                                                    rune = 0x145F2
	AnatolianHieroglyphA446                                                    rune = 0x145F3
	AnatolianHieroglyphA447                                                    rune = 0x145F4
	AnatolianHieroglyphA448                                                    rune = 0x145F5
	AnatolianHieroglyphA449                                                    rune = 0x145F6
	AnatolianHieroglyphA450                                                    rune = 0x145F7
	AnatolianHieroglyphA450a                                                   rune = 0x145F8
	AnatolianHieroglyphA451                                                    rune = 0x145F9
	AnatolianHieroglyphA452                                                    rune = 0x145FA
	AnatolianHieroglyphA453                                                    rune = 0x145FB
	AnatolianHieroglyphA454                                                    rune = 0x145FC
	AnatolianHieroglyphA455                                                    rune = 0x145FD
	AnatolianHieroglyphA456                                                    rune = 0x145FE
	AnatolianHieroglyphA457                                                    rune = 0x145FF
	AnatolianHieroglyphA457a                                                   rune = 0x14600
	AnatolianHieroglyphA458                                                    rune = 0x14601
	AnatolianHieroglyphA459                                                    rune = 0x14602
	AnatolianHieroglyphA460                                                    rune = 0x14603
	AnatolianHieroglyphA461                                                    rune = 0x14604
	AnatolianHieroglyphA462                                                    rune = 0x14605
	AnatolianHieroglyphA463                                                    rune = 0x14606
	AnatolianHieroglyphA464                                                    rune = 0x14607
	AnatolianHieroglyphA465                                                    rune = 0x14608
	AnatolianHieroglyphA466                                                    rune = 0x14609
	AnatolianHieroglyphA467                                                    rune = 0x1460A
	AnatolianHieroglyphA468                                                    rune = 0x1460B
	AnatolianHieroglyphA469                                                    rune = 0x1460C
	AnatolianHieroglyphA470                                                    rune = 0x1460D
	AnatolianHieroglyphA471                                                    rune = 0x1460E
	AnatolianHieroglyphA472                                                    rune = 0x1460F
	AnatolianHieroglyphA473                                                    rune = 0x14610
	AnatolianHieroglyphA474                                                    rune = 0x14611
	AnatolianHieroglyphA475                                                    rune = 0x14612
	AnatolianHieroglyphA476                                                    rune = 0x14613
	AnatolianHieroglyphA477                                                    rune = 0x14614
	AnatolianHieroglyphA478                                                    rune = 0x14615
	AnatolianHieroglyphA479                                                    rune = 0x14616
	AnatolianHieroglyphA480                                                    rune = 0x14617
	AnatolianHieroglyphA481                                                    rune = 0x14618
	AnatolianHieroglyphA482                                                    rune = 0x14619
	AnatolianHieroglyphA483                                                    rune = 0x1461A
	AnatolianHieroglyphA484                                                    rune = 0x1461B
	AnatolianHieroglyphA485                                                    rune = 0x1461C
	AnatolianHieroglyphA486                                                    rune = 0x1461D
	AnatolianHieroglyphA487                                                    rune = 0x1461E
	AnatolianHieroglyphA488                                                    rune = 0x1461F
	AnatolianHieroglyphA489                                                    rune = 0x14620
	AnatolianHieroglyphA490                                                    rune = 0x14621
	AnatolianHieroglyphA491                                                    rune = 0x14622
	AnatolianHieroglyphA492                                                    rune = 0x14623
	AnatolianHieroglyphA493                                                    rune = 0x14624
	AnatolianHieroglyphA494                                                    rune = 0x14625
	AnatolianHieroglyphA495                                                    rune = 0x14626
	AnatolianHieroglyphA496                                                    rune = 0x14627
	AnatolianHieroglyphA497                                                    rune = 0x14628
	AnatolianHieroglyphA501                                                    rune = 0x14629
	AnatolianHieroglyphA502                                                    rune = 0x1462A
	AnatolianHieroglyphA503                                                    rune = 0x1462B
	AnatolianHieroglyphA504                                                    rune = 0x1462C
	AnatolianHieroglyphA505                                                    rune = 0x1462D
	AnatolianHieroglyphA506                                                    rune = 0x1462E
	AnatolianHieroglyphA507                                                    rune = 0x1462F
	AnatolianHieroglyphA508                                                    rune = 0x14630
	AnatolianHieroglyphA509                                                    rune = 0x14631
	AnatolianHieroglyphA510                                                    rune = 0x14632
	AnatolianHieroglyphA511                                                    rune = 0x14633
	AnatolianHieroglyphA512                                                    rune = 0x14634
	AnatolianHieroglyphA513                                                    rune = 0x14635
	AnatolianHieroglyphA514                                                    rune = 0x14636
	AnatolianHieroglyphA515                                                    rune = 0x14637
	AnatolianHieroglyphA516                                                    rune = 0x14638
	AnatolianHieroglyphA517                                                    rune = 0x14639
	AnatolianHieroglyphA518                                                    rune = 0x1463A
	AnatolianHieroglyphA519                                                    rune = 0x1463B
	AnatolianHieroglyphA520                                                    rune = 0x1463C
	AnatolianHieroglyphA521                                                    rune = 0x1463D
	AnatolianHieroglyphA522                                                    rune = 0x1463E
	AnatolianHieroglyphA523                                                    rune = 0x1463F
	AnatolianHieroglyphA524                                                    rune = 0x14640
	AnatolianHieroglyphA525                                                    rune = 0x14641
	AnatolianHieroglyphA526                                                    rune = 0x14642
	AnatolianHieroglyphA527                                                    rune = 0x14643
	AnatolianHieroglyphA528                                                    rune = 0x14644
	AnatolianHieroglyphA529                                                    rune = 0x14645
	AnatolianHieroglyphA530                                                    rune = 0x14646
	BamumLetterPhaseANgkueMfon                                                 rune = 0x16800
	BamumLetterPhaseAGbieeFon                                                  rune = 0x16801
	BamumLetterPhaseAPonMfonPipaemgbiee                                        rune = 0x16802
	BamumLetterPhaseAPonMfonPipaemba                                           rune = 0x16803
	BamumLetterPhaseANaaMfon                                                   rune = 0x16804
	BamumLetterPhaseAShuenshuet                                                rune = 0x16805
	BamumLetterPhaseATitaMfon                                                  rune = 0x16806
	BamumLetterPhaseANzaMfon                                                   rune = 0x16807
	BamumLetterPhaseAShindaPaNji                                               rune = 0x16808
	BamumLetterPhaseAPonPaNjiPipaemgbiee                                       rune = 0x16809
	BamumLetterPhaseAPonPaNjiPipaemba                                          rune = 0x1680A
	BamumLetterPhaseAMaembgbiee                                                rune = 0x1680B
	BamumLetterPhaseATuMaemba                                                  rune = 0x1680C
	BamumLetterPhaseANgangu                                                    rune = 0x1680D
	BamumLetterPhaseAMaemveux                                                  rune = 0x1680E
	BamumLetterPhaseAMansuae                                                   rune = 0x1680F
	BamumLetterPhaseAMveuaengam                                                rune = 0x16810
	BamumLetterPhaseASeunyam                                                   rune = 0x16811
	BamumLetterPhaseANtoqpen                                                   rune = 0x16812
	BamumLetterPhaseAKeukeutnda                                                rune = 0x16813
	BamumLetterPhaseANkindi                                                    rune = 0x16814
	BamumLetterPhaseASuu                                                       rune = 0x16815
	BamumLetterPhaseANgkuenzeum                                                rune = 0x16816
	BamumLetterPhaseALapaq                                                     rune = 0x16817
	BamumLetterPhaseALetKut                                                    rune = 0x16818
	BamumLetterPhaseANtapMfaa                                                  rune = 0x16819
	BamumLetterPhaseAMaekeup                                                   rune = 0x1681A
	BamumLetterPhaseAPashae                                                    rune = 0x1681B
	BamumLetterPhaseAGheuaerae                                                 rune = 0x1681C
	BamumLetterPhaseAPamshae                                                   rune = 0x1681D
	BamumLetterPhaseAMonNggeuaet                                               rune = 0x1681E
	BamumLetterPhaseANzunMeut                                                  rune = 0x1681F
	BamumLetterPhaseAUYuqNae                                                   rune = 0x16820
	BamumLetterPhaseAGheuaegheuae                                              rune = 0x16821
	BamumLetterPhaseANtapNtaa                                                  rune = 0x16822
	BamumLetterPhaseASisa                                                      rune = 0x16823
	BamumLetterPhaseAMgbasa                                                    rune = 0x16824
	BamumLetterPhaseAMeunjomndeuq                                              rune = 0x16825
	BamumLetterPhaseAMoompuq                                                   rune = 0x16826
	BamumLetterPhaseAKafa                                                      rune = 0x16827
	BamumLetterPhaseAPaLeeraewa                                                rune = 0x16828
	BamumLetterPhaseANdaLeeraewa                                               rune = 0x16829
	BamumLetterPhaseAPet                                                       rune = 0x1682A
	BamumLetterPhaseAMaemkpen                                                  rune = 0x1682B
	BamumLetterPhaseANika                                                      rune = 0x1682C
	BamumLetterPhaseAPup                                                       rune = 0x1682D
	BamumLetterPhaseATuaep                                                     rune = 0x1682E
	BamumLetterPhaseALuaep                                                     rune = 0x1682F
	BamumLetterPhaseASonjam                                                    rune = 0x16830
	BamumLetterPhaseATeuteuwen                                                 rune = 0x16831
	BamumLetterPhaseAMaenyi                                                    rune = 0x16832
	BamumLetterPhaseAKet                                                       rune = 0x16833
	BamumLetterPhaseANdaanggeuaet                                              rune = 0x16834
	BamumLetterPhaseAKuoq                                                      rune = 0x16835
	BamumLetterPhaseAMoomeut                                                   rune = 0x16836
	BamumLetterPhaseAShum                                                      rune = 0x16837
	BamumLetterPhaseALommae                                                    rune = 0x16838
	BamumLetterPhaseAFiri                                                      rune = 0x16839
	BamumLetterPhaseARom                                                       rune = 0x1683A
	BamumLetterPhaseAKpoq                                                      rune = 0x1683B
	BamumLetterPhaseASoq                                                       rune = 0x1683C
	BamumLetterPhaseAMapPieet                                                  rune = 0x1683D
	BamumLetterPhaseAShirae                                                    rune = 0x1683E
	BamumLetterPhaseANtap                                                      rune = 0x1683F
	BamumLetterPhaseAShoqNshutYum                                              rune = 0x16840
	BamumLetterPhaseANyitMongkeuaeq                                            rune = 0x16841
	BamumLetterPhaseAPaarae                                                    rune = 0x16842
	BamumLetterPhaseANkaarae                                                   rune = 0x16843
	BamumLetterPhaseAUnknown                                                   rune = 0x16844
	BamumLetterPhaseANggen                                                     rune = 0x16845
	BamumLetterPhaseAMaesi                                                     rune = 0x16846
	BamumLetterPhaseANjam                                                      rune = 0x16847
	BamumLetterPhaseAMbanyi                                                    rune = 0x16848
	BamumLetterPhaseANyet                                                      rune = 0x16849
	BamumLetterPhaseATeuaen                                                    rune = 0x1684A
	BamumLetterPhaseASot                                                       rune = 0x1684B
	BamumLetterPhaseAPaam                                                      rune = 0x1684C
	BamumLetterPhaseANshiee                                                    rune = 0x1684D
	BamumLetterPhaseAMaem                                                      rune = 0x1684E
	BamumLetterPhaseANyi                                                       rune = 0x1684F
	BamumLetterPhaseAKaq                                                       rune = 0x16850
	BamumLetterPhaseANsha                                                      rune = 0x16851
	BamumLetterPhaseAVee                                                       rune = 0x16852
	BamumLetterPhaseALu                                                        rune = 0x16853
	BamumLetterPhaseANen                                                       rune = 0x16854
	BamumLetterPhaseANaq                                                       rune = 0x16855
	BamumLetterPhaseAMbaq                                                      rune = 0x16856
	BamumLetterPhaseBNshuet                                                    rune = 0x16857
	BamumLetterPhaseBTuMaemgbiee                                               rune = 0x16858
	BamumLetterPhaseBSiee                                                      rune = 0x16859
	BamumLetterPhaseBSetTu                                                     rune = 0x1685A
	BamumLetterPhaseBLomNteum                                                  rune = 0x1685B
	BamumLetterPhaseBMbaMaelee                                                 rune = 0x1685C
	BamumLetterPhaseBKieem                                                     rune = 0x1685D
	BamumLetterPhaseBYeurae                                                    rune = 0x1685E
	BamumLetterPhaseBMbaarae                                                   rune = 0x1685F
	BamumLetterPhaseBKam                                                       rune = 0x16860
	BamumLetterPhaseBPeeshi                                                    rune = 0x16861
	BamumLetterPhaseBYafuLeeraewa                                              rune = 0x16862
	BamumLetterPhaseBLamNshutNyam                                              rune = 0x16863
	BamumLetterPhaseBNtieeSheuoq                                               rune = 0x16864
	BamumLetterPhaseBNduNjaa                                                   rune = 0x16865
	BamumLetterPhaseBGheugheuaem                                               rune = 0x16866
	BamumLetterPhaseBPit                                                       rune = 0x16867
	BamumLetterPhaseBTuNsiee                                                   rune = 0x16868
	BamumLetterPhaseBShetNjaq                                                  rune = 0x16869
	BamumLetterPhaseBSheuaeqtu                                                 rune = 0x1686A
	BamumLetterPhaseBMfonTeuaeq                                                rune = 0x1686B
	BamumLetterPhaseBMbitMbaaket                                               rune = 0x1686C
	BamumLetterPhaseBNyiNteum                                                  rune = 0x1686D
	BamumLetterPhaseBKeupuq                                                    rune = 0x1686E
	BamumLetterPhaseBGheughen                                                  rune = 0x1686F
	BamumLetterPhaseBKeuyeux                                                   rune = 0x16870
	BamumLetterPhaseBLaanae                                                    rune = 0x16871
	BamumLetterPhaseBParum                                                     rune = 0x16872
	BamumLetterPhaseBVeum                                                      rune = 0x16873
	BamumLetterPhaseBNgkindiMvop                                               rune = 0x16874
	BamumLetterPhaseBNggeuMbu                                                  rune = 0x16875
	BamumLetterPhaseBWuaet                                                     rune = 0x16876
	BamumLetterPhaseBSakeuae                                                   rune = 0x16877
	BamumLetterPhaseBTaam                                                      rune = 0x16878
	BamumLetterPhaseBMeuq                                                      rune = 0x16879
	BamumLetterPhaseBNgguoq                                                    rune = 0x1687A
	BamumLetterPhaseBNgguoqLarge                                               rune = 0x1687B
	BamumLetterPhaseBMfiyaq                                                    rune = 0x1687C
	BamumLetterPhaseBSue                                                       rune = 0x1687D
	BamumLetterPhaseBMbeuri                                                    rune = 0x1687E
	BamumLetterPhaseBMontieen                                                  rune = 0x1687F
	BamumLetterPhaseBNyaemae                                                   rune = 0x16880
	BamumLetterPhaseBPungaam                                                   rune = 0x16881
	BamumLetterPhaseBMeutNggeet                                                rune = 0x16882
	BamumLetterPhaseBFeux                                                      rune = 0x16883
	BamumLetterPhaseBMbuoq                                                     rune = 0x16884
	BamumLetterPhaseBFee                                                       rune = 0x16885
	BamumLetterPhaseBKeuaem                                                    rune = 0x16886
	BamumLetterPhaseBMaNjeuaena                                                rune = 0x16887
	BamumLetterPhaseBMaNjuqa                                                   rune = 0x16888
	BamumLetterPhaseBLet                                                       rune = 0x16889
	BamumLetterPhaseBNggaam                                                    rune = 0x1688A
	BamumLetterPhaseBNsen                                                      rune = 0x1688B
	BamumLetterPhaseBMa                                                        rune = 0x1688C
	BamumLetterPhaseBKiq                                                       rune = 0x1688D
	BamumLetterPhaseBNgom                                                      rune = 0x1688E
	BamumLetterPhaseCNgkueMaemba                                               rune = 0x1688F
	BamumLetterPhaseCNza                                                       rune = 0x16890
	BamumLetterPhaseCYum                                                       rune = 0x16891
	BamumLetterPhaseCWangkuoq                                                  rune = 0x16892
	BamumLetterPhaseCNggen                                                     rune = 0x16893
	BamumLetterPhaseCNdeuaeree                                                 rune = 0x16894
	BamumLetterPhaseCNgkaq                                                     rune = 0x16895
	BamumLetterPhaseCGharae                                                    rune = 0x16896
	BamumLetterPhaseCMbeekeet                                                  rune = 0x16897
	BamumLetterPhaseCGbayi                                                     rune = 0x16898
	BamumLetterPhaseCNyirMkparaqMeun                                           rune = 0x16899
	BamumLetterPhaseCNtuMbit                                                   rune = 0x1689A
	BamumLetterPhaseCMbeum                                                     rune = 0x1689B
	BamumLetterPhaseCPirieen                                                   rune = 0x1689C
	BamumLetterPhaseCNdombu                                                    rune = 0x1689D
	BamumLetterPhaseCMbaaCabbageTree                                           rune = 0x1689E
	BamumLetterPhaseCKeusheuaep                                                rune = 0x1689F
	BamumLetterPhaseCGhap                                                      rune = 0x168A0
	BamumLetterPhaseCKeukaq                                                    rune = 0x168A1
	BamumLetterPhaseCYuMuomae                                                  rune = 0x168A2
	BamumLetterPhaseCNzeum                                                     rune = 0x168A3
	BamumLetterPhaseCMbue                                                      rune = 0x168A4
	BamumLetterPhaseCNseuaen                                                   rune = 0x168A5
	BamumLetterPhaseCMbit                                                      rune = 0x168A6
	BamumLetterPhaseCYeuq                                                      rune = 0x168A7
	BamumLetterPhaseCKparaq                                                    rune = 0x168A8
	BamumLetterPhaseCKaa                                                       rune = 0x168A9
	BamumLetterPhaseCSeux                                                      rune = 0x168AA
	BamumLetterPhaseCNdida                                                     rune = 0x168AB
	BamumLetterPhaseCTaashae                                                   rune = 0x168AC
	BamumLetterPhaseCNjueq                                                     rune = 0x168AD
	BamumLetterPhaseCTitaYue                                                   rune = 0x168AE
	BamumLetterPhaseCSuaet                                                     rune = 0x168AF
	BamumLetterPhaseCNgguaenNyam                                               rune = 0x168B0
	BamumLetterPhaseCVeux                                                      rune = 0x168B1
	BamumLetterPhaseCNansanaq                                                  rune = 0x168B2
	BamumLetterPhaseCMaKeuaeri                                                 rune = 0x168B3
	BamumLetterPhaseCNtaa                                                      rune = 0x168B4
	BamumLetterPhaseCNgguon                                                    rune = 0x168B5
	BamumLetterPhaseCLap                                                       rune = 0x168B6
	BamumLetterPhaseCMbirieen                                                  rune = 0x168B7
	BamumLetterPhaseCMgbasaq                                                   rune = 0x168B8
	BamumLetterPhaseCNteungba                                                  rune = 0x168B9
	BamumLetterPhaseCTeuteux                                                   rune = 0x168BA
	BamumLetterPhaseCNggum                                                     rune = 0x168BB
	BamumLetterPhaseCFue                                                       rune = 0x168BC
	BamumLetterPhaseCNdeut                                                     rune = 0x168BD
	BamumLetterPhaseCNsa                                                       rune = 0x168BE
	BamumLetterPhaseCNshaq                                                     rune = 0x168BF
	BamumLetterPhaseCBung                                                      rune = 0x168C0
	BamumLetterPhaseCVeuaepen                                                  rune = 0x168C1
	BamumLetterPhaseCMberae                                                    rune = 0x168C2
	BamumLetterPhaseCRu                                                        rune = 0x168C3
	BamumLetterPhaseCNjaem                                                     rune = 0x168C4
	BamumLetterPhaseCLam                                                       rune = 0x168C5
	BamumLetterPhaseCTituaep                                                   rune = 0x168C6
	BamumLetterPhaseCNsuotNgom                                                 rune = 0x168C7
	BamumLetterPhaseCNjeeee                                                    rune = 0x168C8
	BamumLetterPhaseCKet                                                       rune = 0x168C9
	BamumLetterPhaseCNggu                                                      rune = 0x168CA
	BamumLetterPhaseCMaesi                                                     rune = 0x168CB
	BamumLetterPhaseCMbuaem                                                    rune = 0x168CC
	BamumLetterPhaseCLu                                                        rune = 0x168CD
	BamumLetterPhaseCKut                                                       rune = 0x168CE
	BamumLetterPhaseCNjam                                                      rune = 0x168CF
	BamumLetterPhaseCNgom                                                      rune = 0x168D0
	BamumLetterPhaseCWup                                                       rune = 0x168D1
	BamumLetterPhaseCNggueet                                                   rune = 0x168D2
	BamumLetterPhaseCNsom                                                      rune = 0x168D3
	BamumLetterPhaseCNten                                                      rune = 0x168D4
	BamumLetterPhaseCKuopNkaarae                                               rune = 0x168D5
	BamumLetterPhaseCNsun                                                      rune = 0x168D6
	BamumLetterPhaseCNdam                                                      rune = 0x168D7
	BamumLetterPhaseCMaNsiee                                                   rune = 0x168D8
	BamumLetterPhaseCYaa                                                       rune = 0x168D9
	BamumLetterPhaseCNdap                                                      rune = 0x168DA
	BamumLetterPhaseCShueq                                                     rune = 0x168DB
	BamumLetterPhaseCSetfon                                                    rune = 0x168DC
	BamumLetterPhaseCMbi                                                       rune = 0x168DD
	BamumLetterPhaseCMaemba                                                    rune = 0x168DE
	BamumLetterPhaseCMbanyi                                                    rune = 0x168DF
	BamumLetterPhaseCKeuseux                                                   rune = 0x168E0
	BamumLetterPhaseCMbeux                                                     rune = 0x168E1
	BamumLetterPhaseCKeum                                                      rune = 0x168E2
	BamumLetterPhaseCMbaaPicket                                                rune = 0x168E3
	BamumLetterPhaseCYuwoq                                                     rune = 0x168E4
	BamumLetterPhaseCNjeux                                                     rune = 0x168E5
	BamumLetterPhaseCMiee                                                      rune = 0x168E6
	BamumLetterPhaseCMuae                                                      rune = 0x168E7
	BamumLetterPhaseCShiq                                                      rune = 0x168E8
	BamumLetterPhaseCKenLaw                                                    rune = 0x168E9
	BamumLetterPhaseCKenFatigue                                                rune = 0x168EA
	BamumLetterPhaseCNgaq                                                      rune = 0x168EB
	BamumLetterPhaseCNaq                                                       rune = 0x168EC
	BamumLetterPhaseCLiq                                                       rune = 0x168ED
	BamumLetterPhaseCPin                                                       rune = 0x168EE
	BamumLetterPhaseCPen                                                       rune = 0x168EF
	BamumLetterPhaseCTet                                                       rune = 0x168F0
	BamumLetterPhaseDMbuo                                                      rune = 0x168F1
	BamumLetterPhaseDWap                                                       rune = 0x168F2
	BamumLetterPhaseDNji                                                       rune = 0x168F3
	BamumLetterPhaseDMfon                                                      rune = 0x168F4
	BamumLetterPhaseDNjiee                                                     rune = 0x168F5
	BamumLetterPhaseDLiee                                                      rune = 0x168F6
	BamumLetterPhaseDNjeut                                                     rune = 0x168F7
	BamumLetterPhaseDNshee                                                     rune = 0x168F8
	BamumLetterPhaseDNggaamae                                                  rune = 0x168F9
	BamumLetterPhaseDNyam                                                      rune = 0x168FA
	BamumLetterPhaseDWuaen                                                     rune = 0x168FB
	BamumLetterPhaseDNgkun                                                     rune = 0x168FC
	BamumLetterPhaseDShee                                                      rune = 0x168FD
	BamumLetterPhaseDNgkap                                                     rune = 0x168FE
	BamumLetterPhaseDKeuaetmeun                                                rune = 0x168FF
	BamumLetterPhaseDTeut                                                      rune = 0x16900
	BamumLetterPhaseDSheuae                                                    rune = 0x16901
	BamumLetterPhaseDNjap                                                      rune = 0x16902
	BamumLetterPhaseDSue                                                       rune = 0x16903
	BamumLetterPhaseDKet                                                       rune = 0x16904
	BamumLetterPhaseDYaemmae                                                   rune = 0x16905
	BamumLetterPhaseDKuom                                                      rune = 0x16906
	BamumLetterPhaseDSap                                                       rune = 0x16907
	BamumLetterPhaseDMfeut                                                     rune = 0x16908
	BamumLetterPhaseDNdeux                                                     rune = 0x16909
	BamumLetterPhaseDMaleeri                                                   rune = 0x1690A
	BamumLetterPhaseDMeut                                                      rune = 0x1690B
	BamumLetterPhaseDSeuaeq                                                    rune = 0x1690C
	BamumLetterPhaseDYen                                                       rune = 0x1690D
	BamumLetterPhaseDNjeuaem                                                   rune = 0x1690E
	BamumLetterPhaseDKeuotMbuae                                                rune = 0x1690F
	BamumLetterPhaseDNgkeuri                                                   rune = 0x16910
	BamumLetterPhaseDTu                                                        rune = 0x16911
	BamumLetterPhaseDGhaa                                                      rune = 0x16912
	BamumLetterPhaseDNgkyee                                                    rune = 0x16913
	BamumLetterPhaseDFeufeuaet                                                 rune = 0x16914
	BamumLetterPhaseDNdee                                                      rune = 0x16915
	BamumLetterPhaseDMgbofum                                                   rune = 0x16916
	BamumLetterPhaseDLeuaep                                                    rune = 0x16917
	BamumLetterPhaseDNdon                                                      rune = 0x16918
	BamumLetterPhaseDMoni                                                      rune = 0x16919
	BamumLetterPhaseDMgbeun                                                    rune = 0x1691A
	BamumLetterPhaseDPuut                                                      rune = 0x1691B
	BamumLetterPhaseDMgbiee                                                    rune = 0x1691C
	BamumLetterPhaseDMfo                                                       rune = 0x1691D
	BamumLetterPhaseDLum                                                       rune = 0x1691E
	BamumLetterPhaseDNsieep                                                    rune = 0x1691F
	BamumLetterPhaseDMbaa                                                      rune = 0x16920
	BamumLetterPhaseDKwaet                                                     rune = 0x16921
	BamumLetterPhaseDNyet                                                      rune = 0x16922
	BamumLetterPhaseDTeuaen                                                    rune = 0x16923
	BamumLetterPhaseDSot                                                       rune = 0x16924
	BamumLetterPhaseDYuwoq                                                     rune = 0x16925
	BamumLetterPhaseDKeum                                                      rune = 0x16926
	BamumLetterPhaseDRaem                                                      rune = 0x16927
	BamumLetterPhaseDTeeee                                                     rune = 0x16928
	BamumLetterPhaseDNgkeuaeq                                                  rune = 0x16929
	BamumLetterPhaseDMfeuae                                                    rune = 0x1692A
	BamumLetterPhaseDNsieet                                                    rune = 0x1692B
	BamumLetterPhaseDKeup                                                      rune = 0x1692C
	BamumLetterPhaseDPip                                                       rune = 0x1692D
	BamumLetterPhaseDPeutae                                                    rune = 0x1692E
	BamumLetterPhaseDNyue                                                      rune = 0x1692F
	BamumLetterPhaseDLet                                                       rune = 0x16930
	BamumLetterPhaseDNggaam                                                    rune = 0x16931
	BamumLetterPhaseDMfiee                                                     rune = 0x16932
	BamumLetterPhaseDNggwaen                                                   rune = 0x16933
	BamumLetterPhaseDYuom                                                      rune = 0x16934
	BamumLetterPhaseDPap                                                       rune = 0x16935
	BamumLetterPhaseDYuop                                                      rune = 0x16936
	BamumLetterPhaseDNdam                                                      rune = 0x16937
	BamumLetterPhaseDNteum                                                     rune = 0x16938
	BamumLetterPhaseDSuae                                                      rune = 0x16939
	BamumLetterPhaseDKun                                                       rune = 0x1693A
	BamumLetterPhaseDNggeux                                                    rune = 0x1693B
	BamumLetterPhaseDNgkiee                                                    rune = 0x1693C
	BamumLetterPhaseDTuot                                                      rune = 0x1693D
	BamumLetterPhaseDMeun                                                      rune = 0x1693E
	BamumLetterPhaseDKuq                                                       rune = 0x1693F
	BamumLetterPhaseDNsum                                                      rune = 0x16940
	BamumLetterPhaseDTeun                                                      rune = 0x16941
	BamumLetterPhaseDMaenjet                                                   rune = 0x16942
	BamumLetterPhaseDNggap                                                     rune = 0x16943
	BamumLetterPhaseDLeum                                                      rune = 0x16944
	BamumLetterPhaseDNgguom                                                    rune = 0x16945
	BamumLetterPhaseDNshut                                                     rune = 0x16946
	BamumLetterPhaseDNjueq                                                     rune = 0x16947
	BamumLetterPhaseDGheuae                                                    rune = 0x16948
	BamumLetterPhaseDKu                                                        rune = 0x16949
	BamumLetterPhaseDRenOld                                                    rune = 0x1694A
	BamumLetterPhaseDTae                                                       rune = 0x1694B
	BamumLetterPhaseDToq                                                       rune = 0x1694C
	BamumLetterPhaseDNyi                                                       rune = 0x1694D
	BamumLetterPhaseDRii                                                       rune = 0x1694E
	BamumLetterPhaseDLeeee                                                     rune = 0x1694F
	BamumLetterPhaseDMeeee                                                     rune = 0x16950
	BamumLetterPhaseDM                                                         rune = 0x16951
	BamumLetterPhaseDSuu                                                       rune = 0x16952
	BamumLetterPhaseDMu                                                        rune = 0x16953
	BamumLetterPhaseDShii                                                      rune = 0x16954
	BamumLetterPhaseDSheux                                                     rune = 0x16955
	BamumLetterPhaseDKyee                                                      rune = 0x16956
	BamumLetterPhaseDNu                                                        rune = 0x16957
	BamumLetterPhaseDShu                                                       rune = 0x16958
	BamumLetterPhaseDNtee                                                      rune = 0x16959
	BamumLetterPhaseDPee                                                       rune = 0x1695A
	BamumLetterPhaseDNi                                                        rune = 0x1695B
	BamumLetterPhaseDShoq                                                      rune = 0x1695C
	BamumLetterPhaseDPuq                                                       rune = 0x1695D
	BamumLetterPhaseDMvop                                                      rune = 0x1695E
	BamumLetterPhaseDLoq                                                       rune = 0x1695F
	BamumLetterPhaseDRenMuch                                                   rune = 0x16960
	BamumLetterPhaseDTi                                                        rune = 0x16961
	BamumLetterPhaseDNtuu                                                      rune = 0x16962
	BamumLetterPhaseDMbaaSeven                                                 rune = 0x16963
	BamumLetterPhaseDSaq                                                       rune = 0x16964
	BamumLetterPhaseDFaa                                                       rune = 0x16965
	BamumLetterPhaseENdap                                                      rune = 0x16966
	BamumLetterPhaseEToon                                                      rune = 0x16967
	BamumLetterPhaseEMbeum                                                     rune = 0x16968
	BamumLetterPhaseELap                                                       rune = 0x16969
	BamumLetterPhaseEVom                                                       rune = 0x1696A
	BamumLetterPhaseELoon                                                      rune = 0x1696B
	BamumLetterPhaseEPaa                                                       rune = 0x1696C
	BamumLetterPhaseESom                                                       rune = 0x1696D
	BamumLetterPhaseERaq                                                       rune = 0x1696E
	BamumLetterPhaseENshuop                                                    rune = 0x1696F
	BamumLetterPhaseENdun                                                      rune = 0x16970
	BamumLetterPhaseEPuae                                                      rune = 0x16971
	BamumLetterPhaseETam                                                       rune = 0x16972
	BamumLetterPhaseENgka                                                      rune = 0x16973
	BamumLetterPhaseEKpeux                                                     rune = 0x16974
	BamumLetterPhaseEWuo                                                       rune = 0x16975
	BamumLetterPhaseESee                                                       rune = 0x16976
	BamumLetterPhaseENggeuaet                                                  rune = 0x16977
	BamumLetterPhaseEPaam                                                      rune = 0x16978
	BamumLetterPhaseEToo                                                       rune = 0x16979
	BamumLetterPhaseEKuop                                                      rune = 0x1697A
	BamumLetterPhaseELom                                                       rune = 0x1697B
	BamumLetterPhaseENshiee                                                    rune = 0x1697C
	BamumLetterPhaseENgop                                                      rune = 0x1697D
	BamumLetterPhaseEMaem                                                      rune = 0x1697E
	BamumLetterPhaseENgkeux                                                    rune = 0x1697F
	BamumLetterPhaseENgoq                                                      rune = 0x16980
	BamumLetterPhaseENshue                                                     rune = 0x16981
	BamumLetterPhaseERimgba                                                    rune = 0x16982
	BamumLetterPhaseENjeux                                                     rune = 0x16983
	BamumLetterPhaseEPeem                                                      rune = 0x16984
	BamumLetterPhaseESaa                                                       rune = 0x16985
	BamumLetterPhaseENggurae                                                   rune = 0x16986
	BamumLetterPhaseEMgba                                                      rune = 0x16987
	BamumLetterPhaseEGheux                                                     rune = 0x16988
	BamumLetterPhaseENgkeuaem                                                  rune = 0x16989
	BamumLetterPhaseENjaemli                                                   rune = 0x1698A
	BamumLetterPhaseEMap                                                       rune = 0x1698B
	BamumLetterPhaseELoot                                                      rune = 0x1698C
	BamumLetterPhaseENggeeee                                                   rune = 0x1698D
	BamumLetterPhaseENdiq                                                      rune = 0x1698E
	BamumLetterPhaseETaenNteum                                                 rune = 0x1698F
	BamumLetterPhaseESet                                                       rune = 0x16990
	BamumLetterPhaseEPum                                                       rune = 0x16991
	BamumLetterPhaseENdaaSoftness                                              rune = 0x16992
	BamumLetterPhaseENgguaeshaeNyam                                            rune = 0x16993
	BamumLetterPhaseEYiee                                                      rune = 0x16994
	BamumLetterPhaseEGheun                                                     rune = 0x16995
	BamumLetterPhaseETuae                                                      rune = 0x16996
	BamumLetterPhaseEYeuae                                                     rune = 0x16997
	BamumLetterPhaseEPo                                                        rune = 0x16998
	BamumLetterPhaseETumae                                                     rune = 0x16999
	BamumLetterPhaseEKeuae                                                     rune = 0x1699A
	BamumLetterPhaseESuaen                                                     rune = 0x1699B
	BamumLetterPhaseETeuaeq                                                    rune = 0x1699C
	BamumLetterPhaseEVeuae                                                     rune = 0x1699D
	BamumLetterPhaseEWeux                                                      rune = 0x1699E
	BamumLetterPhaseELaam                                                      rune = 0x1699F
	BamumLetterPhaseEPu                                                        rune = 0x169A0
	BamumLetterPhaseETaaq                                                      rune = 0x169A1
	BamumLetterPhaseEGhaamae                                                   rune = 0x169A2
	BamumLetterPhaseENgeureut                                                  rune = 0x169A3
	BamumLetterPhaseESheuaeq                                                   rune = 0x169A4
	BamumLetterPhaseEMgben                                                     rune = 0x169A5
	BamumLetterPhaseEMbee                                                      rune = 0x169A6
	BamumLetterPhaseENzaq                                                      rune = 0x169A7
	BamumLetterPhaseENkom                                                      rune = 0x169A8
	BamumLetterPhaseEGbet                                                      rune = 0x169A9
	BamumLetterPhaseETum                                                       rune = 0x169AA
	BamumLetterPhaseEKuet                                                      rune = 0x169AB
	BamumLetterPhaseEYap                                                       rune = 0x169AC
	BamumLetterPhaseENyiCleaver                                                rune = 0x169AD
	BamumLetterPhaseEYit                                                       rune = 0x169AE
	BamumLetterPhaseEMfeuq                                                     rune = 0x169AF
	BamumLetterPhaseENdiaq                                                     rune = 0x169B0
	BamumLetterPhaseEPieeq                                                     rune = 0x169B1
	BamumLetterPhaseEYueq                                                      rune = 0x169B2
	BamumLetterPhaseELeuaem                                                    rune = 0x169B3
	BamumLetterPhaseEFue                                                       rune = 0x169B4
	BamumLetterPhaseEGbeux                                                     rune = 0x169B5
	BamumLetterPhaseENgkup                                                     rune = 0x169B6
	BamumLetterPhaseEKet                                                       rune = 0x169B7
	BamumLetterPhaseEMae                                                       rune = 0x169B8
	BamumLetterPhaseENgkaami                                                   rune = 0x169B9
	BamumLetterPhaseEGhet                                                      rune = 0x169BA
	BamumLetterPhaseEFa                                                        rune = 0x169BB
	BamumLetterPhaseENtum                                                      rune = 0x169BC
	BamumLetterPhaseEPeut                                                      rune = 0x169BD
	BamumLetterPhaseEYeum                                                      rune = 0x169BE
	BamumLetterPhaseENggeuae                                                   rune = 0x169BF
	BamumLetterPhaseENyiBetween                                                rune = 0x169C0
	BamumLetterPhaseENzuq                                                      rune = 0x169C1
	BamumLetterPhaseEPoon                                                      rune = 0x169C2
	BamumLetterPhaseEMiee                                                      rune = 0x169C3
	BamumLetterPhaseEFuet                                                      rune = 0x169C4
	BamumLetterPhaseENae                                                       rune = 0x169C5
	BamumLetterPhaseEMuae                                                      rune = 0x169C6
	BamumLetterPhaseEGheuae                                                    rune = 0x169C7
	BamumLetterPhaseEFuI                                                       rune = 0x169C8
	BamumLetterPhaseEMvi                                                       rune = 0x169C9
	BamumLetterPhaseEPuaq                                                      rune = 0x169CA
	BamumLetterPhaseENgkum                                                     rune = 0x169CB
	BamumLetterPhaseEKut                                                       rune = 0x169CC
	BamumLetterPhaseEPiet                                                      rune = 0x169CD
	BamumLetterPhaseENtap                                                      rune = 0x169CE
	BamumLetterPhaseEYeuaet                                                    rune = 0x169CF
	BamumLetterPhaseENggup                                                     rune = 0x169D0
	BamumLetterPhaseEPaPeople                                                  rune = 0x169D1
	BamumLetterPhaseEFuCall                                                    rune = 0x169D2
	BamumLetterPhaseEFom                                                       rune = 0x169D3
	BamumLetterPhaseENjee                                                      rune = 0x169D4
	BamumLetterPhaseEA                                                         rune = 0x169D5
	BamumLetterPhaseEToq                                                       rune = 0x169D6
	BamumLetterPhaseEO                                                         rune = 0x169D7
	BamumLetterPhaseEI                                                         rune = 0x169D8
	BamumLetterPhaseELaq                                                       rune = 0x169D9
	BamumLetterPhaseEPaPlural                                                  rune = 0x169DA
	BamumLetterPhaseETaa                                                       rune = 0x169DB
	BamumLetterPhaseETaq                                                       rune = 0x169DC
	BamumLetterPhaseENdaaMyHouse                                               rune = 0x169DD
	BamumLetterPhaseEShiq                                                      rune = 0x169DE
	BamumLetterPhaseEYeux                                                      rune = 0x169DF
	BamumLetterPhaseENguae                                                     rune = 0x169E0
	BamumLetterPhaseEYuaen                                                     rune = 0x169E1
	BamumLetterPhaseEYoqSwimming                                               rune = 0x169E2
	BamumLetterPhaseEYoqCover                                                  rune = 0x169E3
	BamumLetterPhaseEYuq                                                       rune = 0x169E4
	BamumLetterPhaseEYun                                                       rune = 0x169E5
	BamumLetterPhaseEKeux                                                      rune = 0x169E6
	BamumLetterPhaseEPeux                                                      rune = 0x169E7
	BamumLetterPhaseENjeeEpoch                                                 rune = 0x169E8
	BamumLetterPhaseEPue                                                       rune = 0x169E9
	BamumLetterPhaseEWue                                                       rune = 0x169EA
	BamumLetterPhaseEFee                                                       rune = 0x169EB
	BamumLetterPhaseEVee                                                       rune = 0x169EC
	BamumLetterPhaseELu                                                        rune = 0x169ED
	BamumLetterPhaseEMi                                                        rune = 0x169EE
	BamumLetterPhaseEReux                                                      rune = 0x169EF
	BamumLetterPhaseERae                                                       rune = 0x169F0
	BamumLetterPhaseENguaet                                                    rune = 0x169F1
	BamumLetterPhaseENga                                                       rune = 0x169F2
	BamumLetterPhaseESho                                                       rune = 0x169F3
	BamumLetterPhaseEShoq                                                      rune = 0x169F4
	BamumLetterPhaseEFuRemedy                                                  rune = 0x169F5
	BamumLetterPhaseENa                                                        rune = 0x169F6
	BamumLetterPhaseEPi                                                        rune = 0x169F7
	BamumLetterPhaseELoq                                                       rune = 0x169F8
	BamumLetterPhaseEKo                                                        rune = 0x169F9
	BamumLetterPhaseEMen                                                       rune = 0x169FA
	BamumLetterPhaseEMa                                                        rune = 0x169FB
	BamumLetterPhaseEMaq                                                       rune = 0x169FC
	BamumLetterPhaseETeu                                                       rune = 0x169FD
	BamumLetterPhaseEKi                                                        rune = 0x169FE
	BamumLetterPhaseEMon                                                       rune = 0x169FF
	BamumLetterPhaseETen                                                       rune = 0x16A00
	BamumLetterPhaseEFaq                                                       rune = 0x16A01
	BamumLetterPhaseEGhom                                                      rune = 0x16A02
	BamumLetterPhaseFKa                                                        rune = 0x16A03
	BamumLetterPhaseFU                                                         rune = 0x16A04
	BamumLetterPhaseFKu                                                        rune = 0x16A05
	BamumLetterPhaseFEe                                                        rune = 0x16A06
	BamumLetterPhaseFRee                                                       rune = 0x16A07
	BamumLetterPhaseFTae                                                       rune = 0x16A08
	BamumLetterPhaseFNyi                                                       rune = 0x16A09
	BamumLetterPhaseFLa                                                        rune = 0x16A0A
	BamumLetterPhaseFRii                                                       rune = 0x16A0B
	BamumLetterPhaseFRiee                                                      rune = 0x16A0C
	BamumLetterPhaseFMeeee                                                     rune = 0x16A0D
	BamumLetterPhaseFTaa                                                       rune = 0x16A0E
	BamumLetterPhaseFNdaa                                                      rune = 0x16A0F
	BamumLetterPhaseFNjaem                                                     rune = 0x16A10
	BamumLetterPhaseFM                                                         rune = 0x16A11
	BamumLetterPhaseFSuu                                                       rune = 0x16A12
	BamumLetterPhaseFShii                                                      rune = 0x16A13
	BamumLetterPhaseFSi                                                        rune = 0x16A14
	BamumLetterPhaseFSeux                                                      rune = 0x16A15
	BamumLetterPhaseFKyee                                                      rune = 0x16A16
	BamumLetterPhaseFKet                                                       rune = 0x16A17
	BamumLetterPhaseFNuae                                                      rune = 0x16A18
	BamumLetterPhaseFNu                                                        rune = 0x16A19
	BamumLetterPhaseFNjuae                                                     rune = 0x16A1A
	BamumLetterPhaseFYoq                                                       rune = 0x16A1B
	BamumLetterPhaseFShu                                                       rune = 0x16A1C
	BamumLetterPhaseFYa                                                        rune = 0x16A1D
	BamumLetterPhaseFNsha                                                      rune = 0x16A1E
	BamumLetterPhaseFPeux                                                      rune = 0x16A1F
	BamumLetterPhaseFNtee                                                      rune = 0x16A20
	BamumLetterPhaseFWue                                                       rune = 0x16A21
	BamumLetterPhaseFPee                                                       rune = 0x16A22
	BamumLetterPhaseFRu                                                        rune = 0x16A23
	BamumLetterPhaseFNi                                                        rune = 0x16A24
	BamumLetterPhaseFReux                                                      rune = 0x16A25
	BamumLetterPhaseFKen                                                       rune = 0x16A26
	BamumLetterPhaseFNgkwaen                                                   rune = 0x16A27
	BamumLetterPhaseFNgga                                                      rune = 0x16A28
	BamumLetterPhaseFSho                                                       rune = 0x16A29
	BamumLetterPhaseFPuae                                                      rune = 0x16A2A
	BamumLetterPhaseFFom                                                       rune = 0x16A2B
	BamumLetterPhaseFWa                                                        rune = 0x16A2C
	BamumLetterPhaseFLi                                                        rune = 0x16A2D
	BamumLetterPhaseFLoq                                                       rune = 0x16A2E
	BamumLetterPhaseFKo                                                        rune = 0x16A2F
	BamumLetterPhaseFMben                                                      rune = 0x16A30
	BamumLetterPhaseFRen                                                       rune = 0x16A31
	BamumLetterPhaseFMa                                                        rune = 0x16A32
	BamumLetterPhaseFMo                                                        rune = 0x16A33
	BamumLetterPhaseFMbaa                                                      rune = 0x16A34
	BamumLetterPhaseFTet                                                       rune = 0x16A35
	BamumLetterPhaseFKpa                                                       rune = 0x16A36
	BamumLetterPhaseFSamba                                                     rune = 0x16A37
	BamumLetterPhaseFVueq                                                      rune = 0x16A38
	MroLetterTa                                                                rune = 0x16A40
	MroLetterNgi                                                               rune = 0x16A41
	MroLetterYo                                                                rune = 0x16A42
	MroLetterMim                                                               rune = 0x16A43
	MroLetterBa                                                                rune = 0x16A44
	MroLetterDa                                                                rune = 0x16A45
	MroLetterA                                                                 rune = 0x16A46
	MroLetterPhi                                                               rune = 0x16A47
	MroLetterKhai                                                              rune = 0x16A48
	MroLetterHao                                                               rune = 0x16A49
	MroLetterDai                                                               rune = 0x16A4A
	MroLetterChu                                                               rune = 0x16A4B
	MroLetterKeaae                                                             rune = 0x16A4C
	MroLetterOl                                                                rune = 0x16A4D
	MroLetterMaem                                                              rune = 0x16A4E
	MroLetterNin                                                               rune = 0x16A4F
	MroLetterPa                                                                rune = 0x16A50
	MroLetterOo                                                                rune = 0x16A51
	MroLetterO                                                                 rune = 0x16A52
	MroLetterRo                                                                rune = 0x16A53
	MroLetterShi                                                               rune = 0x16A54
	MroLetterThea                                                              rune = 0x16A55
	MroLetterEa                                                                rune = 0x16A56
	MroLetterWa                                                                rune = 0x16A57
	MroLetterE                                                                 rune = 0x16A58
	MroLetterKo                                                                rune = 0x16A59
	MroLetterLan                                                               rune = 0x16A5A
	MroLetterLa                                                                rune = 0x16A5B
	MroLetterHai                                                               rune = 0x16A5C
	MroLetterRi                                                                rune = 0x16A5D
	MroLetterTek                                                               rune = 0x16A5E
	MroDigitZero                                                               rune = 0x16A60
	MroDigitOne                                                                rune = 0x16A61
	MroDigitTwo                                                                rune = 0x16A62
	MroDigitThree                                                              rune = 0x16A63
	MroDigitFour                                                               rune = 0x16A64
	MroDigitFive                                                               rune = 0x16A65
	MroDigitSix                                                                rune = 0x16A66
	MroDigitSeven                                                              rune = 0x16A67
	MroDigitEight                                                              rune = 0x16A68
	MroDigitNine                                                               rune = 0x16A69
	MroDanda                                                                   rune = 0x16A6E
	MroDoubleDanda                                                             rune = 0x16A6F
	BassaVahLetterEnni                                                         rune = 0x16AD0
	BassaVahLetterKa                                                           rune = 0x16AD1
	BassaVahLetterSe                                                           rune = 0x16AD2
	BassaVahLetterFa                                                           rune = 0x16AD3
	BassaVahLetterMbe                                                          rune = 0x16AD4
	BassaVahLetterYie                                                          rune = 0x16AD5
	BassaVahLetterGah                                                          rune = 0x16AD6
	BassaVahLetterDhii                                                         rune = 0x16AD7
	BassaVahLetterKpah                                                         rune = 0x16AD8
	BassaVahLetterJo                                                           rune = 0x16AD9
	BassaVahLetterHwah                                                         rune = 0x16ADA
	BassaVahLetterWa                                                           rune = 0x16ADB
	BassaVahLetterZo                                                           rune = 0x16ADC
	BassaVahLetterGbu                                                          rune = 0x16ADD
	BassaVahLetterDo                                                           rune = 0x16ADE
	BassaVahLetterCe                                                           rune = 0x16ADF
	BassaVahLetterUwu                                                          rune = 0x16AE0
	BassaVahLetterTo                                                           rune = 0x16AE1
	BassaVahLetterBa                                                           rune = 0x16AE2
	BassaVahLetterVu                                                           rune = 0x16AE3
	BassaVahLetterYein                                                         rune = 0x16AE4
	BassaVahLetterPa                                                           rune = 0x16AE5
	BassaVahLetterWadda                                                        rune = 0x16AE6
	BassaVahLetterA                                                            rune = 0x16AE7
	BassaVahLetterO                                                            rune = 0x16AE8
	BassaVahLetterOo                                                           rune = 0x16AE9
	BassaVahLetterU                                                            rune = 0x16AEA
	BassaVahLetterEe                                                           rune = 0x16AEB
	BassaVahLetterE                                                            rune = 0x16AEC
	BassaVahLetterI                                                            rune = 0x16AED
	BassaVahCombiningHighTone                                                  rune = 0x16AF0
	BassaVahCombiningLowTone                                                   rune = 0x16AF1
	BassaVahCombiningMidTone                                                   rune = 0x16AF2
	BassaVahCombiningLowMidTone                                                rune = 0x16AF3
	BassaVahCombiningHighLowTone                                               rune = 0x16AF4
	BassaVahFullStop                                                           rune = 0x16AF5
	PahawhHmongVowelKeeb                                                       rune = 0x16B00
	PahawhHmongVowelKeev                                                       rune = 0x16B01
	PahawhHmongVowelKib                                                        rune = 0x16B02
	PahawhHmongVowelKiv                                                        rune = 0x16B03
	PahawhHmongVowelKaub                                                       rune = 0x16B04
	PahawhHmongVowelKauv                                                       rune = 0x16B05
	PahawhHmongVowelKub                                                        rune = 0x16B06
	PahawhHmongVowelKuv                                                        rune = 0x16B07
	PahawhHmongVowelKeb                                                        rune = 0x16B08
	PahawhHmongVowelKev                                                        rune = 0x16B09
	PahawhHmongVowelKaib                                                       rune = 0x16B0A
	PahawhHmongVowelKaiv                                                       rune = 0x16B0B
	PahawhHmongVowelKoob                                                       rune = 0x16B0C
	PahawhHmongVowelKoov                                                       rune = 0x16B0D
	PahawhHmongVowelKawb                                                       rune = 0x16B0E
	PahawhHmongVowelKawv                                                       rune = 0x16B0F
	PahawhHmongVowelKuab                                                       rune = 0x16B10
	PahawhHmongVowelKuav                                                       rune = 0x16B11
	PahawhHmongVowelKob                                                        rune = 0x16B12
	PahawhHmongVowelKov                                                        rune = 0x16B13
	PahawhHmongVowelKiab                                                       rune = 0x16B14
	PahawhHmongVowelKiav                                                       rune = 0x16B15
	PahawhHmongVowelKab                                                        rune = 0x16B16
	PahawhHmongVowelKav                                                        rune = 0x16B17
	PahawhHmongVowelKwb                                                        rune = 0x16B18
	PahawhHmongVowelKwv                                                        rune = 0x16B19
	PahawhHmongVowelKaab                                                       rune = 0x16B1A
	PahawhHmongVowelKaav                                                       rune = 0x16B1B
	PahawhHmongConsonantVau                                                    rune = 0x16B1C
	PahawhHmongConsonantNtsau                                                  rune = 0x16B1D
	PahawhHmongConsonantLau                                                    rune = 0x16B1E
	PahawhHmongConsonantHau                                                    rune = 0x16B1F
	PahawhHmongConsonantNlau                                                   rune = 0x16B20
	PahawhHmongConsonantRau                                                    rune = 0x16B21
	PahawhHmongConsonantNkau                                                   rune = 0x16B22
	PahawhHmongConsonantQhau                                                   rune = 0x16B23
	PahawhHmongConsonantYau                                                    rune = 0x16B24
	PahawhHmongConsonantHlau                                                   rune = 0x16B25
	PahawhHmongConsonantMau                                                    rune = 0x16B26
	PahawhHmongConsonantChau                                                   rune = 0x16B27
	PahawhHmongConsonantNchau                                                  rune = 0x16B28
	PahawhHmongConsonantHnau                                                   rune = 0x16B29
	PahawhHmongConsonantPlhau                                                  rune = 0x16B2A
	PahawhHmongConsonantNthau                                                  rune = 0x16B2B
	PahawhHmongConsonantNau                                                    rune = 0x16B2C
	PahawhHmongConsonantAu                                                     rune = 0x16B2D
	PahawhHmongConsonantXau                                                    rune = 0x16B2E
	PahawhHmongConsonantCau                                                    rune = 0x16B2F
	PahawhHmongMarkCimTub                                                      rune = 0x16B30
	PahawhHmongMarkCimSo                                                       rune = 0x16B31
	PahawhHmongMarkCimKes                                                      rune = 0x16B32
	PahawhHmongMarkCimKhav                                                     rune = 0x16B33
	PahawhHmongMarkCimSuam                                                     rune = 0x16B34
	PahawhHmongMarkCimHom                                                      rune = 0x16B35
	PahawhHmongMarkCimTaum                                                     rune = 0x16B36
	PahawhHmongSignVosThom                                                     rune = 0x16B37
	PahawhHmongSignVosTshabCeeb                                                rune = 0x16B38
	PahawhHmongSignCimCheem                                                    rune = 0x16B39
	PahawhHmongSignVosThiab                                                    rune = 0x16B3A
	PahawhHmongSignVosFeem                                                     rune = 0x16B3B
	PahawhHmongSignXyeemNtxiv                                                  rune = 0x16B3C
	PahawhHmongSignXyeemRho                                                    rune = 0x16B3D
	PahawhHmongSignXyeemTov                                                    rune = 0x16B3E
	PahawhHmongSignXyeemFaib                                                   rune = 0x16B3F
	PahawhHmongSignVosSeev                                                     rune = 0x16B40
	PahawhHmongSignMeejSuab                                                    rune = 0x16B41
	PahawhHmongSignVosNrua                                                     rune = 0x16B42
	PahawhHmongSignIbYam                                                       rune = 0x16B43
	PahawhHmongSignXaus                                                        rune = 0x16B44
	PahawhHmongSignCimTsovRog                                                  rune = 0x16B45
	PahawhHmongDigitZero                                                       rune = 0x16B50
	PahawhHmongDigitOne                                                        rune = 0x16B51
	PahawhHmongDigitTwo                                                        rune = 0x16B52
	PahawhHmongDigitThree                                                      rune = 0x16B53
	PahawhHmongDigitFour                                                       rune = 0x16B54
	PahawhHmongDigitFive                                                       rune = 0x16B55
	PahawhHmongDigitSix                                                        rune = 0x16B56
	PahawhHmongDigitSeven                                                      rune = 0x16B57
	PahawhHmongDigitEight                                                      rune = 0x16B58
	PahawhHmongDigitNine                                                       rune = 0x16B59
	PahawhHmongNumberTens                                                      rune = 0x16B5B
	PahawhHmongNumberHundreds                                                  rune = 0x16B5C
	PahawhHmongNumberTenThousands                                              rune = 0x16B5D
	PahawhHmongNumberMillions                                                  rune = 0x16B5E
	PahawhHmongNumberHundredMillions                                           rune = 0x16B5F
	PahawhHmongNumberTenBillions                                               rune = 0x16B60
	PahawhHmongNumberTrillions                                                 rune = 0x16B61
	PahawhHmongSignVosLub                                                      rune = 0x16B63
	PahawhHmongSignXyoo                                                        rune = 0x16B64
	PahawhHmongSignHli                                                         rune = 0x16B65
	PahawhHmongSignThirdStageHli                                               rune = 0x16B66
	PahawhHmongSignZwjThaj                                                     rune = 0x16B67
	PahawhHmongSignHnub                                                        rune = 0x16B68
	PahawhHmongSignNqig                                                        rune = 0x16B69
	PahawhHmongSignXiab                                                        rune = 0x16B6A
	PahawhHmongSignNtuj                                                        rune = 0x16B6B
	PahawhHmongSignAv                                                          rune = 0x16B6C
	PahawhHmongSignTxheejCeev                                                  rune = 0x16B6D
	PahawhHmongSignMeejTseeb                                                   rune = 0x16B6E
	PahawhHmongSignTau                                                         rune = 0x16B6F
	PahawhHmongSignLos                                                         rune = 0x16B70
	PahawhHmongSignMus                                                         rune = 0x16B71
	PahawhHmongSignCimHaisLusNtogNtog                                          rune = 0x16B72
	PahawhHmongSignCimCuamTshooj                                               rune = 0x16B73
	PahawhHmongSignCimTxwv                                                     rune = 0x16B74
	PahawhHmongSignCimTxwvChwv                                                 rune = 0x16B75
	PahawhHmongSignCimPubDawb                                                  rune = 0x16B76
	PahawhHmongSignCimNresTos                                                  rune = 0x16B77
	PahawhHmongClanSignTsheej                                                  rune = 0x16B7D
	PahawhHmongClanSignYeeg                                                    rune = 0x16B7E
	PahawhHmongClanSignLis                                                     rune = 0x16B7F
	PahawhHmongClanSignLauj                                                    rune = 0x16B80
	PahawhHmongClanSignXyooj                                                   rune = 0x16B81
	PahawhHmongClanSignKoo                                                     rune = 0x16B82
	PahawhHmongClanSignHawj                                                    rune = 0x16B83
	PahawhHmongClanSignMuas                                                    rune = 0x16B84
	PahawhHmongClanSignThoj                                                    rune = 0x16B85
	PahawhHmongClanSignTsab                                                    rune = 0x16B86
	PahawhHmongClanSignPhab                                                    rune = 0x16B87
	PahawhHmongClanSignKhab                                                    rune = 0x16B88
	PahawhHmongClanSignHam                                                     rune = 0x16B89
	PahawhHmongClanSignVaj                                                     rune = 0x16B8A
	PahawhHmongClanSignFaj                                                     rune = 0x16B8B
	PahawhHmongClanSignYaj                                                     rune = 0x16B8C
	PahawhHmongClanSignTswb                                                    rune = 0x16B8D
	PahawhHmongClanSignKwm                                                     rune = 0x16B8E
	PahawhHmongClanSignVwj                                                     rune = 0x16B8F
	MedefaidrinCapitalLetterM                                                  rune = 0x16E40
	MedefaidrinCapitalLetterS                                                  rune = 0x16E41
	MedefaidrinCapitalLetterV                                                  rune = 0x16E42
	MedefaidrinCapitalLetterW                                                  rune = 0x16E43
	MedefaidrinCapitalLetterAtiu                                               rune = 0x16E44
	MedefaidrinCapitalLetterZ                                                  rune = 0x16E45
	MedefaidrinCapitalLetterKp                                                 rune = 0x16E46
	MedefaidrinCapitalLetterP                                                  rune = 0x16E47
	MedefaidrinCapitalLetterT                                                  rune = 0x16E48
	MedefaidrinCapitalLetterG                                                  rune = 0x16E49
	MedefaidrinCapitalLetterF                                                  rune = 0x16E4A
	MedefaidrinCapitalLetterI                                                  rune = 0x16E4B
	MedefaidrinCapitalLetterK                                                  rune = 0x16E4C
	MedefaidrinCapitalLetterA                                                  rune = 0x16E4D
	MedefaidrinCapitalLetterJ                                                  rune = 0x16E4E
	MedefaidrinCapitalLetterE                                                  rune = 0x16E4F
	MedefaidrinCapitalLetterB                                                  rune = 0x16E50
	MedefaidrinCapitalLetterC                                                  rune = 0x16E51
	MedefaidrinCapitalLetterU                                                  rune = 0x16E52
	MedefaidrinCapitalLetterYu                                                 rune = 0x16E53
	MedefaidrinCapitalLetterL                                                  rune = 0x16E54
	MedefaidrinCapitalLetterQ                                                  rune = 0x16E55
	MedefaidrinCapitalLetterHp                                                 rune = 0x16E56
	MedefaidrinCapitalLetterH                                                  rune = 0x16E56
	MedefaidrinCapitalLetterNy                                                 rune = 0x16E57
	MedefaidrinCapitalLetterNg                                                 rune = 0x16E57
	MedefaidrinCapitalLetterX                                                  rune = 0x16E58
	MedefaidrinCapitalLetterD                                                  rune = 0x16E59
	MedefaidrinCapitalLetterOe                                                 rune = 0x16E5A
	MedefaidrinCapitalLetterN                                                  rune = 0x16E5B
	MedefaidrinCapitalLetterR                                                  rune = 0x16E5C
	MedefaidrinCapitalLetterO                                                  rune = 0x16E5D
	MedefaidrinCapitalLetterAi                                                 rune = 0x16E5E
	MedefaidrinCapitalLetterY                                                  rune = 0x16E5F
	MedefaidrinSmallLetterM                                                    rune = 0x16E60
	MedefaidrinSmallLetterS                                                    rune = 0x16E61
	MedefaidrinSmallLetterV                                                    rune = 0x16E62
	MedefaidrinSmallLetterW                                                    rune = 0x16E63
	MedefaidrinSmallLetterAtiu                                                 rune = 0x16E64
	MedefaidrinSmallLetterZ                                                    rune = 0x16E65
	MedefaidrinSmallLetterKp                                                   rune = 0x16E66
	MedefaidrinSmallLetterP                                                    rune = 0x16E67
	MedefaidrinSmallLetterT                                                    rune = 0x16E68
	MedefaidrinSmallLetterG                                                    rune = 0x16E69
	MedefaidrinSmallLetterF                                                    rune = 0x16E6A
	MedefaidrinSmallLetterI                                                    rune = 0x16E6B
	MedefaidrinSmallLetterK                                                    rune = 0x16E6C
	MedefaidrinSmallLetterA                                                    rune = 0x16E6D
	MedefaidrinSmallLetterJ                                                    rune = 0x16E6E
	MedefaidrinSmallLetterE                                                    rune = 0x16E6F
	MedefaidrinSmallLetterB                                                    rune = 0x16E70
	MedefaidrinSmallLetterC                                                    rune = 0x16E71
	MedefaidrinSmallLetterU                                                    rune = 0x16E72
	MedefaidrinSmallLetterYu                                                   rune = 0x16E73
	MedefaidrinSmallLetterL                                                    rune = 0x16E74
	MedefaidrinSmallLetterQ                                                    rune = 0x16E75
	MedefaidrinSmallLetterHp                                                   rune = 0x16E76
	MedefaidrinSmallLetterH                                                    rune = 0x16E76
	MedefaidrinSmallLetterNy                                                   rune = 0x16E77
	MedefaidrinSmallLetterNg                                                   rune = 0x16E77
	MedefaidrinSmallLetterX                                                    rune = 0x16E78
	MedefaidrinSmallLetterD                                                    rune = 0x16E79
	MedefaidrinSmallLetterOe                                                   rune = 0x16E7A
	MedefaidrinSmallLetterN                                                    rune = 0x16E7B
	MedefaidrinSmallLetterR                                                    rune = 0x16E7C
	MedefaidrinSmallLetterO                                                    rune = 0x16E7D
	MedefaidrinSmallLetterAi                                                   rune = 0x16E7E
	MedefaidrinSmallLetterY                                                    rune = 0x16E7F
	MedefaidrinDigitZero                                                       rune = 0x16E80
	MedefaidrinDigitOne                                                        rune = 0x16E81
	MedefaidrinDigitTwo                                                        rune = 0x16E82
	MedefaidrinDigitThree                                                      rune = 0x16E83
	MedefaidrinDigitFour                                                       rune = 0x16E84
	MedefaidrinDigitFive                                                       rune = 0x16E85
	MedefaidrinDigitSix                                                        rune = 0x16E86
	MedefaidrinDigitSeven                                                      rune = 0x16E87
	MedefaidrinDigitEight                                                      rune = 0x16E88
	MedefaidrinDigitNine                                                       rune = 0x16E89
	MedefaidrinNumberTen                                                       rune = 0x16E8A
	MedefaidrinNumberEleven                                                    rune = 0x16E8B
	MedefaidrinNumberTwelve                                                    rune = 0x16E8C
	MedefaidrinNumberThirteen                                                  rune = 0x16E8D
	MedefaidrinNumberFourteen                                                  rune = 0x16E8E
	MedefaidrinNumberFifteen                                                   rune = 0x16E8F
	MedefaidrinNumberSixteen                                                   rune = 0x16E90
	MedefaidrinNumberSeventeen                                                 rune = 0x16E91
	MedefaidrinNumberEighteen                                                  rune = 0x16E92
	MedefaidrinNumberNineteen                                                  rune = 0x16E93
	MedefaidrinDigitOneAlternateForm                                           rune = 0x16E94
	MedefaidrinDigitTwoAlternateForm                                           rune = 0x16E95
	MedefaidrinDigitThreeAlternateForm                                         rune = 0x16E96
	MedefaidrinComma                                                           rune = 0x16E97
	MedefaidrinFullStop                                                        rune = 0x16E98
	MedefaidrinSymbolAiva                                                      rune = 0x16E99
	MedefaidrinExclamationOh                                                   rune = 0x16E9A
	MiaoLetterPa                                                               rune = 0x16F00
	MiaoLetterBa                                                               rune = 0x16F01
	MiaoLetterYiPa                                                             rune = 0x16F02
	MiaoLetterPla                                                              rune = 0x16F03
	MiaoLetterMa                                                               rune = 0x16F04
	MiaoLetterMha                                                              rune = 0x16F05
	MiaoLetterArchaicMa                                                        rune = 0x16F06
	MiaoLetterFa                                                               rune = 0x16F07
	MiaoLetterVa                                                               rune = 0x16F08
	MiaoLetterVfa                                                              rune = 0x16F09
	MiaoLetterTa                                                               rune = 0x16F0A
	MiaoLetterDa                                                               rune = 0x16F0B
	MiaoLetterYiTta                                                            rune = 0x16F0C
	MiaoLetterYiTa                                                             rune = 0x16F0D
	MiaoLetterTta                                                              rune = 0x16F0E
	MiaoLetterDda                                                              rune = 0x16F0F
	MiaoLetterNa                                                               rune = 0x16F10
	MiaoLetterNha                                                              rune = 0x16F11
	MiaoLetterYiNna                                                            rune = 0x16F12
	MiaoLetterArchaicNa                                                        rune = 0x16F13
	MiaoLetterNna                                                              rune = 0x16F14
	MiaoLetterNnha                                                             rune = 0x16F15
	MiaoLetterLa                                                               rune = 0x16F16
	MiaoLetterLya                                                              rune = 0x16F17
	MiaoLetterLha                                                              rune = 0x16F18
	MiaoLetterLhya                                                             rune = 0x16F19
	MiaoLetterTlha                                                             rune = 0x16F1A
	MiaoLetterDlha                                                             rune = 0x16F1B
	MiaoLetterTlhya                                                            rune = 0x16F1C
	MiaoLetterDlhya                                                            rune = 0x16F1D
	MiaoLetterKa                                                               rune = 0x16F1E
	MiaoLetterGa                                                               rune = 0x16F1F
	MiaoLetterYiKa                                                             rune = 0x16F20
	MiaoLetterQa                                                               rune = 0x16F21
	MiaoLetterQga                                                              rune = 0x16F22
	MiaoLetterNga                                                              rune = 0x16F23
	MiaoLetterNgha                                                             rune = 0x16F24
	MiaoLetterArchaicNga                                                       rune = 0x16F25
	MiaoLetterHa                                                               rune = 0x16F26
	MiaoLetterXa                                                               rune = 0x16F27
	MiaoLetterGha                                                              rune = 0x16F28
	MiaoLetterGhha                                                             rune = 0x16F29
	MiaoLetterTssa                                                             rune = 0x16F2A
	MiaoLetterDzza                                                             rune = 0x16F2B
	MiaoLetterNya                                                              rune = 0x16F2C
	MiaoLetterNyha                                                             rune = 0x16F2D
	MiaoLetterTsha                                                             rune = 0x16F2E
	MiaoLetterDzha                                                             rune = 0x16F2F
	MiaoLetterYiTsha                                                           rune = 0x16F30
	MiaoLetterYiDzha                                                           rune = 0x16F31
	MiaoLetterReformedTsha                                                     rune = 0x16F32
	MiaoLetterSha                                                              rune = 0x16F33
	MiaoLetterSsa                                                              rune = 0x16F34
	MiaoLetterZha                                                              rune = 0x16F35
	MiaoLetterZsha                                                             rune = 0x16F36
	MiaoLetterTsa                                                              rune = 0x16F37
	MiaoLetterDza                                                              rune = 0x16F38
	MiaoLetterYiTsa                                                            rune = 0x16F39
	MiaoLetterSa                                                               rune = 0x16F3A
	MiaoLetterZa                                                               rune = 0x16F3B
	MiaoLetterZsa                                                              rune = 0x16F3C
	MiaoLetterZza                                                              rune = 0x16F3D
	MiaoLetterZzsa                                                             rune = 0x16F3E
	MiaoLetterArchaicZza                                                       rune = 0x16F3F
	MiaoLetterZzya                                                             rune = 0x16F40
	MiaoLetterZzsya                                                            rune = 0x16F41
	MiaoLetterWa                                                               rune = 0x16F42
	MiaoLetterAh                                                               rune = 0x16F43
	MiaoLetterHha                                                              rune = 0x16F44
	MiaoLetterBri                                                              rune = 0x16F45
	MiaoLetterSyi                                                              rune = 0x16F46
	MiaoLetterDzyi                                                             rune = 0x16F47
	MiaoLetterTe                                                               rune = 0x16F48
	MiaoLetterTse                                                              rune = 0x16F49
	MiaoLetterRte                                                              rune = 0x16F4A
	MiaoSignConsonantModifierBar                                               rune = 0x16F4F
	MiaoLetterNasalization                                                     rune = 0x16F50
	MiaoSignAspiration                                                         rune = 0x16F51
	MiaoSignReformedVoicing                                                    rune = 0x16F52
	MiaoSignReformedAspiration                                                 rune = 0x16F53
	MiaoVowelSignA                                                             rune = 0x16F54
	MiaoVowelSignAa                                                            rune = 0x16F55
	MiaoVowelSignAhh                                                           rune = 0x16F56
	MiaoVowelSignAn                                                            rune = 0x16F57
	MiaoVowelSignAng                                                           rune = 0x16F58
	MiaoVowelSignO                                                             rune = 0x16F59
	MiaoVowelSignOo                                                            rune = 0x16F5A
	MiaoVowelSignWo                                                            rune = 0x16F5B
	MiaoVowelSignW                                                             rune = 0x16F5C
	MiaoVowelSignE                                                             rune = 0x16F5D
	MiaoVowelSignEn                                                            rune = 0x16F5E
	MiaoVowelSignEng                                                           rune = 0x16F5F
	MiaoVowelSignOey                                                           rune = 0x16F60
	MiaoVowelSignI                                                             rune = 0x16F61
	MiaoVowelSignIa                                                            rune = 0x16F62
	MiaoVowelSignIan                                                           rune = 0x16F63
	MiaoVowelSignIang                                                          rune = 0x16F64
	MiaoVowelSignIo                                                            rune = 0x16F65
	MiaoVowelSignIe                                                            rune = 0x16F66
	MiaoVowelSignIi                                                            rune = 0x16F67
	MiaoVowelSignIu                                                            rune = 0x16F68
	MiaoVowelSignIng                                                           rune = 0x16F69
	MiaoVowelSignU                                                             rune = 0x16F6A
	MiaoVowelSignUa                                                            rune = 0x16F6B
	MiaoVowelSignUan                                                           rune = 0x16F6C
	MiaoVowelSignUang                                                          rune = 0x16F6D
	MiaoVowelSignUu                                                            rune = 0x16F6E
	MiaoVowelSignUei                                                           rune = 0x16F6F
	MiaoVowelSignUng                                                           rune = 0x16F70
	MiaoVowelSignY                                                             rune = 0x16F71
	MiaoVowelSignYi                                                            rune = 0x16F72
	MiaoVowelSignAe                                                            rune = 0x16F73
	MiaoVowelSignAee                                                           rune = 0x16F74
	MiaoVowelSignErr                                                           rune = 0x16F75
	MiaoVowelSignRoundedErr                                                    rune = 0x16F76
	MiaoVowelSignEr                                                            rune = 0x16F77
	MiaoVowelSignRoundedEr                                                     rune = 0x16F78
	MiaoVowelSignAi                                                            rune = 0x16F79
	MiaoVowelSignEi                                                            rune = 0x16F7A
	MiaoVowelSignAu                                                            rune = 0x16F7B
	MiaoVowelSignOu                                                            rune = 0x16F7C
	MiaoVowelSignN                                                             rune = 0x16F7D
	MiaoVowelSignNg                                                            rune = 0x16F7E
	MiaoVowelSignUog                                                           rune = 0x16F7F
	MiaoVowelSignYui                                                           rune = 0x16F80
	MiaoVowelSignOg                                                            rune = 0x16F81
	MiaoVowelSignOer                                                           rune = 0x16F82
	MiaoVowelSignVw                                                            rune = 0x16F83
	MiaoVowelSignIg                                                            rune = 0x16F84
	MiaoVowelSignEa                                                            rune = 0x16F85
	MiaoVowelSignIong                                                          rune = 0x16F86
	MiaoVowelSignUi                                                            rune = 0x16F87
	MiaoToneRight                                                              rune = 0x16F8F
	MiaoToneTopRight                                                           rune = 0x16F90
	MiaoToneAbove                                                              rune = 0x16F91
	MiaoToneBelow                                                              rune = 0x16F92
	MiaoLetterTone2                                                            rune = 0x16F93
	MiaoLetterTone3                                                            rune = 0x16F94
	MiaoLetterTone4                                                            rune = 0x16F95
	MiaoLetterTone5                                                            rune = 0x16F96
	MiaoLetterTone6                                                            rune = 0x16F97
	MiaoLetterTone7                                                            rune = 0x16F98
	MiaoLetterTone8                                                            rune = 0x16F99
	MiaoLetterReformedTone1                                                    rune = 0x16F9A
	MiaoLetterReformedTone2                                                    rune = 0x16F9B
	MiaoLetterReformedTone4                                                    rune = 0x16F9C
	MiaoLetterReformedTone5                                                    rune = 0x16F9D
	MiaoLetterReformedTone6                                                    rune = 0x16F9E
	MiaoLetterReformedTone8                                                    rune = 0x16F9F
	TangutIterationMark                                                        rune = 0x16FE0
	NushuIterationMark                                                         rune = 0x16FE1
	OldChineseHookMark                                                         rune = 0x16FE2
	OldChineseIterationMark                                                    rune = 0x16FE3
	KhitanSmallScriptFiller                                                    rune = 0x16FE4
	VietnameseAlternateReadingMarkCa                                           rune = 0x16FF0
	VietnameseAlternateReadingMarkNhay                                         rune = 0x16FF1
	TangutComponent001                                                         rune = 0x18800
	TangutComponent002                                                         rune = 0x18801
	TangutComponent003                                                         rune = 0x18802
	TangutComponent004                                                         rune = 0x18803
	TangutComponent005                                                         rune = 0x18804
	TangutComponent006                                                         rune = 0x18805
	TangutComponent007                                                         rune = 0x18806
	TangutComponent008                                                         rune = 0x18807
	TangutComponent009                                                         rune = 0x18808
	TangutComponent010                                                         rune = 0x18809
	TangutComponent011                                                         rune = 0x1880A
	TangutComponent012                                                         rune = 0x1880B
	TangutComponent013                                                         rune = 0x1880C
	TangutComponent014                                                         rune = 0x1880D
	TangutComponent015                                                         rune = 0x1880E
	TangutComponent016                                                         rune = 0x1880F
	TangutComponent017                                                         rune = 0x18810
	TangutComponent018                                                         rune = 0x18811
	TangutComponent019                                                         rune = 0x18812
	TangutComponent020                                                         rune = 0x18813
	TangutComponent021                                                         rune = 0x18814
	TangutComponent022                                                         rune = 0x18815
	TangutComponent023                                                         rune = 0x18816
	TangutComponent024                                                         rune = 0x18817
	TangutComponent025                                                         rune = 0x18818
	TangutComponent026                                                         rune = 0x18819
	TangutComponent027                                                         rune = 0x1881A
	TangutComponent028                                                         rune = 0x1881B
	TangutComponent029                                                         rune = 0x1881C
	TangutComponent030                                                         rune = 0x1881D
	TangutComponent031                                                         rune = 0x1881E
	TangutComponent032                                                         rune = 0x1881F
	TangutComponent033                                                         rune = 0x18820
	TangutComponent034                                                         rune = 0x18821
	TangutComponent035                                                         rune = 0x18822
	TangutComponent036                                                         rune = 0x18823
	TangutComponent037                                                         rune = 0x18824
	TangutComponent038                                                         rune = 0x18825
	TangutComponent039                                                         rune = 0x18826
	TangutComponent040                                                         rune = 0x18827
	TangutComponent041                                                         rune = 0x18828
	TangutComponent042                                                         rune = 0x18829
	TangutComponent043                                                         rune = 0x1882A
	TangutComponent044                                                         rune = 0x1882B
	TangutComponent045                                                         rune = 0x1882C
	TangutComponent046                                                         rune = 0x1882D
	TangutComponent047                                                         rune = 0x1882E
	TangutComponent048                                                         rune = 0x1882F
	TangutComponent049                                                         rune = 0x18830
	TangutComponent050                                                         rune = 0x18831
	TangutComponent051                                                         rune = 0x18832
	TangutComponent052                                                         rune = 0x18833
	TangutComponent053                                                         rune = 0x18834
	TangutComponent054                                                         rune = 0x18835
	TangutComponent055                                                         rune = 0x18836
	TangutComponent056                                                         rune = 0x18837
	TangutComponent057                                                         rune = 0x18838
	TangutComponent058                                                         rune = 0x18839
	TangutComponent059                                                         rune = 0x1883A
	TangutComponent060                                                         rune = 0x1883B
	TangutComponent061                                                         rune = 0x1883C
	TangutComponent062                                                         rune = 0x1883D
	TangutComponent063                                                         rune = 0x1883E
	TangutComponent064                                                         rune = 0x1883F
	TangutComponent065                                                         rune = 0x18840
	TangutComponent066                                                         rune = 0x18841
	TangutComponent067                                                         rune = 0x18842
	TangutComponent068                                                         rune = 0x18843
	TangutComponent069                                                         rune = 0x18844
	TangutComponent070                                                         rune = 0x18845
	TangutComponent071                                                         rune = 0x18846
	TangutComponent072                                                         rune = 0x18847
	TangutComponent073                                                         rune = 0x18848
	TangutComponent074                                                         rune = 0x18849
	TangutComponent075                                                         rune = 0x1884A
	TangutComponent076                                                         rune = 0x1884B
	TangutComponent077                                                         rune = 0x1884C
	TangutComponent078                                                         rune = 0x1884D
	TangutComponent079                                                         rune = 0x1884E
	TangutComponent080                                                         rune = 0x1884F
	TangutComponent081                                                         rune = 0x18850
	TangutComponent082                                                         rune = 0x18851
	TangutComponent083                                                         rune = 0x18852
	TangutComponent084                                                         rune = 0x18853
	TangutComponent085                                                         rune = 0x18854
	TangutComponent086                                                         rune = 0x18855
	TangutComponent087                                                         rune = 0x18856
	TangutComponent088                                                         rune = 0x18857
	TangutComponent089                                                         rune = 0x18858
	TangutComponent090                                                         rune = 0x18859
	TangutComponent091                                                         rune = 0x1885A
	TangutComponent092                                                         rune = 0x1885B
	TangutComponent093                                                         rune = 0x1885C
	TangutComponent094                                                         rune = 0x1885D
	TangutComponent095                                                         rune = 0x1885E
	TangutComponent096                                                         rune = 0x1885F
	TangutComponent097                                                         rune = 0x18860
	TangutComponent098                                                         rune = 0x18861
	TangutComponent099                                                         rune = 0x18862
	TangutComponent100                                                         rune = 0x18863
	TangutComponent101                                                         rune = 0x18864
	TangutComponent102                                                         rune = 0x18865
	TangutComponent103                                                         rune = 0x18866
	TangutComponent104                                                         rune = 0x18867
	TangutComponent105                                                         rune = 0x18868
	TangutComponent106                                                         rune = 0x18869
	TangutComponent107                                                         rune = 0x1886A
	TangutComponent108                                                         rune = 0x1886B
	TangutComponent109                                                         rune = 0x1886C
	TangutComponent110                                                         rune = 0x1886D
	TangutComponent111                                                         rune = 0x1886E
	TangutComponent112                                                         rune = 0x1886F
	TangutComponent113                                                         rune = 0x18870
	TangutComponent114                                                         rune = 0x18871
	TangutComponent115                                                         rune = 0x18872
	TangutComponent116                                                         rune = 0x18873
	TangutComponent117                                                         rune = 0x18874
	TangutComponent118                                                         rune = 0x18875
	TangutComponent119                                                         rune = 0x18876
	TangutComponent120                                                         rune = 0x18877
	TangutComponent121                                                         rune = 0x18878
	TangutComponent122                                                         rune = 0x18879
	TangutComponent123                                                         rune = 0x1887A
	TangutComponent124                                                         rune = 0x1887B
	TangutComponent125                                                         rune = 0x1887C
	TangutComponent126                                                         rune = 0x1887D
	TangutComponent127                                                         rune = 0x1887E
	TangutComponent128                                                         rune = 0x1887F
	TangutComponent129                                                         rune = 0x18880
	TangutComponent130                                                         rune = 0x18881
	TangutComponent131                                                         rune = 0x18882
	TangutComponent132                                                         rune = 0x18883
	TangutComponent133                                                         rune = 0x18884
	TangutComponent134                                                         rune = 0x18885
	TangutComponent135                                                         rune = 0x18886
	TangutComponent136                                                         rune = 0x18887
	TangutComponent137                                                         rune = 0x18888
	TangutComponent138                                                         rune = 0x18889
	TangutComponent139                                                         rune = 0x1888A
	TangutComponent140                                                         rune = 0x1888B
	TangutComponent141                                                         rune = 0x1888C
	TangutComponent142                                                         rune = 0x1888D
	TangutComponent143                                                         rune = 0x1888E
	TangutComponent144                                                         rune = 0x1888F
	TangutComponent145                                                         rune = 0x18890
	TangutComponent146                                                         rune = 0x18891
	TangutComponent147                                                         rune = 0x18892
	TangutComponent148                                                         rune = 0x18893
	TangutComponent149                                                         rune = 0x18894
	TangutComponent150                                                         rune = 0x18895
	TangutComponent151                                                         rune = 0x18896
	TangutComponent152                                                         rune = 0x18897
	TangutComponent153                                                         rune = 0x18898
	TangutComponent154                                                         rune = 0x18899
	TangutComponent155                                                         rune = 0x1889A
	TangutComponent156                                                         rune = 0x1889B
	TangutComponent157                                                         rune = 0x1889C
	TangutComponent158                                                         rune = 0x1889D
	TangutComponent159                                                         rune = 0x1889E
	TangutComponent160                                                         rune = 0x1889F
	TangutComponent161                                                         rune = 0x188A0
	TangutComponent162                                                         rune = 0x188A1
	TangutComponent163                                                         rune = 0x188A2
	TangutComponent164                                                         rune = 0x188A3
	TangutComponent165                                                         rune = 0x188A4
	TangutComponent166                                                         rune = 0x188A5
	TangutComponent167                                                         rune = 0x188A6
	TangutComponent168                                                         rune = 0x188A7
	TangutComponent169                                                         rune = 0x188A8
	TangutComponent170                                                         rune = 0x188A9
	TangutComponent171                                                         rune = 0x188AA
	TangutComponent172                                                         rune = 0x188AB
	TangutComponent173                                                         rune = 0x188AC
	TangutComponent174                                                         rune = 0x188AD
	TangutComponent175                                                         rune = 0x188AE
	TangutComponent176                                                         rune = 0x188AF
	TangutComponent177                                                         rune = 0x188B0
	TangutComponent178                                                         rune = 0x188B1
	TangutComponent179                                                         rune = 0x188B2
	TangutComponent180                                                         rune = 0x188B3
	TangutComponent181                                                         rune = 0x188B4
	TangutComponent182                                                         rune = 0x188B5
	TangutComponent183                                                         rune = 0x188B6
	TangutComponent184                                                         rune = 0x188B7
	TangutComponent185                                                         rune = 0x188B8
	TangutComponent186                                                         rune = 0x188B9
	TangutComponent187                                                         rune = 0x188BA
	TangutComponent188                                                         rune = 0x188BB
	TangutComponent189                                                         rune = 0x188BC
	TangutComponent190                                                         rune = 0x188BD
	TangutComponent191                                                         rune = 0x188BE
	TangutComponent192                                                         rune = 0x188BF
	TangutComponent193                                                         rune = 0x188C0
	TangutComponent194                                                         rune = 0x188C1
	TangutComponent195                                                         rune = 0x188C2
	TangutComponent196                                                         rune = 0x188C3
	TangutComponent197                                                         rune = 0x188C4
	TangutComponent198                                                         rune = 0x188C5
	TangutComponent199                                                         rune = 0x188C6
	TangutComponent200                                                         rune = 0x188C7
	TangutComponent201                                                         rune = 0x188C8
	TangutComponent202                                                         rune = 0x188C9
	TangutComponent203                                                         rune = 0x188CA
	TangutComponent204                                                         rune = 0x188CB
	TangutComponent205                                                         rune = 0x188CC
	TangutComponent206                                                         rune = 0x188CD
	TangutComponent207                                                         rune = 0x188CE
	TangutComponent208                                                         rune = 0x188CF
	TangutComponent209                                                         rune = 0x188D0
	TangutComponent210                                                         rune = 0x188D1
	TangutComponent211                                                         rune = 0x188D2
	TangutComponent212                                                         rune = 0x188D3
	TangutComponent213                                                         rune = 0x188D4
	TangutComponent214                                                         rune = 0x188D5
	TangutComponent215                                                         rune = 0x188D6
	TangutComponent216                                                         rune = 0x188D7
	TangutComponent217                                                         rune = 0x188D8
	TangutComponent218                                                         rune = 0x188D9
	TangutComponent219                                                         rune = 0x188DA
	TangutComponent220                                                         rune = 0x188DB
	TangutComponent221                                                         rune = 0x188DC
	TangutComponent222                                                         rune = 0x188DD
	TangutComponent223                                                         rune = 0x188DE
	TangutComponent224                                                         rune = 0x188DF
	TangutComponent225                                                         rune = 0x188E0
	TangutComponent226                                                         rune = 0x188E1
	TangutComponent227                                                         rune = 0x188E2
	TangutComponent228                                                         rune = 0x188E3
	TangutComponent229                                                         rune = 0x188E4
	TangutComponent230                                                         rune = 0x188E5
	TangutComponent231                                                         rune = 0x188E6
	TangutComponent232                                                         rune = 0x188E7
	TangutComponent233                                                         rune = 0x188E8
	TangutComponent234                                                         rune = 0x188E9
	TangutComponent235                                                         rune = 0x188EA
	TangutComponent236                                                         rune = 0x188EB
	TangutComponent237                                                         rune = 0x188EC
	TangutComponent238                                                         rune = 0x188ED
	TangutComponent239                                                         rune = 0x188EE
	TangutComponent240                                                         rune = 0x188EF
	TangutComponent241                                                         rune = 0x188F0
	TangutComponent242                                                         rune = 0x188F1
	TangutComponent243                                                         rune = 0x188F2
	TangutComponent244                                                         rune = 0x188F3
	TangutComponent245                                                         rune = 0x188F4
	TangutComponent246                                                         rune = 0x188F5
	TangutComponent247                                                         rune = 0x188F6
	TangutComponent248                                                         rune = 0x188F7
	TangutComponent249                                                         rune = 0x188F8
	TangutComponent250                                                         rune = 0x188F9
	TangutComponent251                                                         rune = 0x188FA
	TangutComponent252                                                         rune = 0x188FB
	TangutComponent253                                                         rune = 0x188FC
	TangutComponent254                                                         rune = 0x188FD
	TangutComponent255                                                         rune = 0x188FE
	TangutComponent256                                                         rune = 0x188FF
	TangutComponent257                                                         rune = 0x18900
	TangutComponent258                                                         rune = 0x18901
	TangutComponent259                                                         rune = 0x18902
	TangutComponent260                                                         rune = 0x18903
	TangutComponent261                                                         rune = 0x18904
	TangutComponent262                                                         rune = 0x18905
	TangutComponent263                                                         rune = 0x18906
	TangutComponent264                                                         rune = 0x18907
	TangutComponent265                                                         rune = 0x18908
	TangutComponent266                                                         rune = 0x18909
	TangutComponent267                                                         rune = 0x1890A
	TangutComponent268                                                         rune = 0x1890B
	TangutComponent269                                                         rune = 0x1890C
	TangutComponent270                                                         rune = 0x1890D
	TangutComponent271                                                         rune = 0x1890E
	TangutComponent272                                                         rune = 0x1890F
	TangutComponent273                                                         rune = 0x18910
	TangutComponent274                                                         rune = 0x18911
	TangutComponent275                                                         rune = 0x18912
	TangutComponent276                                                         rune = 0x18913
	TangutComponent277                                                         rune = 0x18914
	TangutComponent278                                                         rune = 0x18915
	TangutComponent279                                                         rune = 0x18916
	TangutComponent280                                                         rune = 0x18917
	TangutComponent281                                                         rune = 0x18918
	TangutComponent282                                                         rune = 0x18919
	TangutComponent283                                                         rune = 0x1891A
	TangutComponent284                                                         rune = 0x1891B
	TangutComponent285                                                         rune = 0x1891C
	TangutComponent286                                                         rune = 0x1891D
	TangutComponent287                                                         rune = 0x1891E
	TangutComponent288                                                         rune = 0x1891F
	TangutComponent289                                                         rune = 0x18920
	TangutComponent290                                                         rune = 0x18921
	TangutComponent291                                                         rune = 0x18922
	TangutComponent292                                                         rune = 0x18923
	TangutComponent293                                                         rune = 0x18924
	TangutComponent294                                                         rune = 0x18925
	TangutComponent295                                                         rune = 0x18926
	TangutComponent296                                                         rune = 0x18927
	TangutComponent297                                                         rune = 0x18928
	TangutComponent298                                                         rune = 0x18929
	TangutComponent299                                                         rune = 0x1892A
	TangutComponent300                                                         rune = 0x1892B
	TangutComponent301                                                         rune = 0x1892C
	TangutComponent302                                                         rune = 0x1892D
	TangutComponent303                                                         rune = 0x1892E
	TangutComponent304                                                         rune = 0x1892F
	TangutComponent305                                                         rune = 0x18930
	TangutComponent306                                                         rune = 0x18931
	TangutComponent307                                                         rune = 0x18932
	TangutComponent308                                                         rune = 0x18933
	TangutComponent309                                                         rune = 0x18934
	TangutComponent310                                                         rune = 0x18935
	TangutComponent311                                                         rune = 0x18936
	TangutComponent312                                                         rune = 0x18937
	TangutComponent313                                                         rune = 0x18938
	TangutComponent314                                                         rune = 0x18939
	TangutComponent315                                                         rune = 0x1893A
	TangutComponent316                                                         rune = 0x1893B
	TangutComponent317                                                         rune = 0x1893C
	TangutComponent318                                                         rune = 0x1893D
	TangutComponent319                                                         rune = 0x1893E
	TangutComponent320                                                         rune = 0x1893F
	TangutComponent321                                                         rune = 0x18940
	TangutComponent322                                                         rune = 0x18941
	TangutComponent323                                                         rune = 0x18942
	TangutComponent324                                                         rune = 0x18943
	TangutComponent325                                                         rune = 0x18944
	TangutComponent326                                                         rune = 0x18945
	TangutComponent327                                                         rune = 0x18946
	TangutComponent328                                                         rune = 0x18947
	TangutComponent329                                                         rune = 0x18948
	TangutComponent330                                                         rune = 0x18949
	TangutComponent331                                                         rune = 0x1894A
	TangutComponent332                                                         rune = 0x1894B
	TangutComponent333                                                         rune = 0x1894C
	TangutComponent334                                                         rune = 0x1894D
	TangutComponent335                                                         rune = 0x1894E
	TangutComponent336                                                         rune = 0x1894F
	TangutComponent337                                                         rune = 0x18950
	TangutComponent338                                                         rune = 0x18951
	TangutComponent339                                                         rune = 0x18952
	TangutComponent340                                                         rune = 0x18953
	TangutComponent341                                                         rune = 0x18954
	TangutComponent342                                                         rune = 0x18955
	TangutComponent343                                                         rune = 0x18956
	TangutComponent344                                                         rune = 0x18957
	TangutComponent345                                                         rune = 0x18958
	TangutComponent346                                                         rune = 0x18959
	TangutComponent347                                                         rune = 0x1895A
	TangutComponent348                                                         rune = 0x1895B
	TangutComponent349                                                         rune = 0x1895C
	TangutComponent350                                                         rune = 0x1895D
	TangutComponent351                                                         rune = 0x1895E
	TangutComponent352                                                         rune = 0x1895F
	TangutComponent353                                                         rune = 0x18960
	TangutComponent354                                                         rune = 0x18961
	TangutComponent355                                                         rune = 0x18962
	TangutComponent356                                                         rune = 0x18963
	TangutComponent357                                                         rune = 0x18964
	TangutComponent358                                                         rune = 0x18965
	TangutComponent359                                                         rune = 0x18966
	TangutComponent360                                                         rune = 0x18967
	TangutComponent361                                                         rune = 0x18968
	TangutComponent362                                                         rune = 0x18969
	TangutComponent363                                                         rune = 0x1896A
	TangutComponent364                                                         rune = 0x1896B
	TangutComponent365                                                         rune = 0x1896C
	TangutComponent366                                                         rune = 0x1896D
	TangutComponent367                                                         rune = 0x1896E
	TangutComponent368                                                         rune = 0x1896F
	TangutComponent369                                                         rune = 0x18970
	TangutComponent370                                                         rune = 0x18971
	TangutComponent371                                                         rune = 0x18972
	TangutComponent372                                                         rune = 0x18973
	TangutComponent373                                                         rune = 0x18974
	TangutComponent374                                                         rune = 0x18975
	TangutComponent375                                                         rune = 0x18976
	TangutComponent376                                                         rune = 0x18977
	TangutComponent377                                                         rune = 0x18978
	TangutComponent378                                                         rune = 0x18979
	TangutComponent379                                                         rune = 0x1897A
	TangutComponent380                                                         rune = 0x1897B
	TangutComponent381                                                         rune = 0x1897C
	TangutComponent382                                                         rune = 0x1897D
	TangutComponent383                                                         rune = 0x1897E
	TangutComponent384                                                         rune = 0x1897F
	TangutComponent385                                                         rune = 0x18980
	TangutComponent386                                                         rune = 0x18981
	TangutComponent387                                                         rune = 0x18982
	TangutComponent388                                                         rune = 0x18983
	TangutComponent389                                                         rune = 0x18984
	TangutComponent390                                                         rune = 0x18985
	TangutComponent391                                                         rune = 0x18986
	TangutComponent392                                                         rune = 0x18987
	TangutComponent393                                                         rune = 0x18988
	TangutComponent394                                                         rune = 0x18989
	TangutComponent395                                                         rune = 0x1898A
	TangutComponent396                                                         rune = 0x1898B
	TangutComponent397                                                         rune = 0x1898C
	TangutComponent398                                                         rune = 0x1898D
	TangutComponent399                                                         rune = 0x1898E
	TangutComponent400                                                         rune = 0x1898F
	TangutComponent401                                                         rune = 0x18990
	TangutComponent402                                                         rune = 0x18991
	TangutComponent403                                                         rune = 0x18992
	TangutComponent404                                                         rune = 0x18993
	TangutComponent405                                                         rune = 0x18994
	TangutComponent406                                                         rune = 0x18995
	TangutComponent407                                                         rune = 0x18996
	TangutComponent408                                                         rune = 0x18997
	TangutComponent409                                                         rune = 0x18998
	TangutComponent410                                                         rune = 0x18999
	TangutComponent411                                                         rune = 0x1899A
	TangutComponent412                                                         rune = 0x1899B
	TangutComponent413                                                         rune = 0x1899C
	TangutComponent414                                                         rune = 0x1899D
	TangutComponent415                                                         rune = 0x1899E
	TangutComponent416                                                         rune = 0x1899F
	TangutComponent417                                                         rune = 0x189A0
	TangutComponent418                                                         rune = 0x189A1
	TangutComponent419                                                         rune = 0x189A2
	TangutComponent420                                                         rune = 0x189A3
	TangutComponent421                                                         rune = 0x189A4
	TangutComponent422                                                         rune = 0x189A5
	TangutComponent423                                                         rune = 0x189A6
	TangutComponent424                                                         rune = 0x189A7
	TangutComponent425                                                         rune = 0x189A8
	TangutComponent426                                                         rune = 0x189A9
	TangutComponent427                                                         rune = 0x189AA
	TangutComponent428                                                         rune = 0x189AB
	TangutComponent429                                                         rune = 0x189AC
	TangutComponent430                                                         rune = 0x189AD
	TangutComponent431                                                         rune = 0x189AE
	TangutComponent432                                                         rune = 0x189AF
	TangutComponent433                                                         rune = 0x189B0
	TangutComponent434                                                         rune = 0x189B1
	TangutComponent435                                                         rune = 0x189B2
	TangutComponent436                                                         rune = 0x189B3
	TangutComponent437                                                         rune = 0x189B4
	TangutComponent438                                                         rune = 0x189B5
	TangutComponent439                                                         rune = 0x189B6
	TangutComponent440                                                         rune = 0x189B7
	TangutComponent441                                                         rune = 0x189B8
	TangutComponent442                                                         rune = 0x189B9
	TangutComponent443                                                         rune = 0x189BA
	TangutComponent444                                                         rune = 0x189BB
	TangutComponent445                                                         rune = 0x189BC
	TangutComponent446                                                         rune = 0x189BD
	TangutComponent447                                                         rune = 0x189BE
	TangutComponent448                                                         rune = 0x189BF
	TangutComponent449                                                         rune = 0x189C0
	TangutComponent450                                                         rune = 0x189C1
	TangutComponent451                                                         rune = 0x189C2
	TangutComponent452                                                         rune = 0x189C3
	TangutComponent453                                                         rune = 0x189C4
	TangutComponent454                                                         rune = 0x189C5
	TangutComponent455                                                         rune = 0x189C6
	TangutComponent456                                                         rune = 0x189C7
	TangutComponent457                                                         rune = 0x189C8
	TangutComponent458                                                         rune = 0x189C9
	TangutComponent459                                                         rune = 0x189CA
	TangutComponent460                                                         rune = 0x189CB
	TangutComponent461                                                         rune = 0x189CC
	TangutComponent462                                                         rune = 0x189CD
	TangutComponent463                                                         rune = 0x189CE
	TangutComponent464                                                         rune = 0x189CF
	TangutComponent465                                                         rune = 0x189D0
	TangutComponent466                                                         rune = 0x189D1
	TangutComponent467                                                         rune = 0x189D2
	TangutComponent468                                                         rune = 0x189D3
	TangutComponent469                                                         rune = 0x189D4
	TangutComponent470                                                         rune = 0x189D5
	TangutComponent471                                                         rune = 0x189D6
	TangutComponent472                                                         rune = 0x189D7
	TangutComponent473                                                         rune = 0x189D8
	TangutComponent474                                                         rune = 0x189D9
	TangutComponent475                                                         rune = 0x189DA
	TangutComponent476                                                         rune = 0x189DB
	TangutComponent477                                                         rune = 0x189DC
	TangutComponent478                                                         rune = 0x189DD
	TangutComponent479                                                         rune = 0x189DE
	TangutComponent480                                                         rune = 0x189DF
	TangutComponent481                                                         rune = 0x189E0
	TangutComponent482                                                         rune = 0x189E1
	TangutComponent483                                                         rune = 0x189E2
	TangutComponent484                                                         rune = 0x189E3
	TangutComponent485                                                         rune = 0x189E4
	TangutComponent486                                                         rune = 0x189E5
	TangutComponent487                                                         rune = 0x189E6
	TangutComponent488                                                         rune = 0x189E7
	TangutComponent489                                                         rune = 0x189E8
	TangutComponent490                                                         rune = 0x189E9
	TangutComponent491                                                         rune = 0x189EA
	TangutComponent492                                                         rune = 0x189EB
	TangutComponent493                                                         rune = 0x189EC
	TangutComponent494                                                         rune = 0x189ED
	TangutComponent495                                                         rune = 0x189EE
	TangutComponent496                                                         rune = 0x189EF
	TangutComponent497                                                         rune = 0x189F0
	TangutComponent498                                                         rune = 0x189F1
	TangutComponent499                                                         rune = 0x189F2
	TangutComponent500                                                         rune = 0x189F3
	TangutComponent501                                                         rune = 0x189F4
	TangutComponent502                                                         rune = 0x189F5
	TangutComponent503                                                         rune = 0x189F6
	TangutComponent504                                                         rune = 0x189F7
	TangutComponent505                                                         rune = 0x189F8
	TangutComponent506                                                         rune = 0x189F9
	TangutComponent507                                                         rune = 0x189FA
	TangutComponent508                                                         rune = 0x189FB
	TangutComponent509                                                         rune = 0x189FC
	TangutComponent510                                                         rune = 0x189FD
	TangutComponent511                                                         rune = 0x189FE
	TangutComponent512                                                         rune = 0x189FF
	TangutComponent513                                                         rune = 0x18A00
	TangutComponent514                                                         rune = 0x18A01
	TangutComponent515                                                         rune = 0x18A02
	TangutComponent516                                                         rune = 0x18A03
	TangutComponent517                                                         rune = 0x18A04
	TangutComponent518                                                         rune = 0x18A05
	TangutComponent519                                                         rune = 0x18A06
	TangutComponent520                                                         rune = 0x18A07
	TangutComponent521                                                         rune = 0x18A08
	TangutComponent522                                                         rune = 0x18A09
	TangutComponent523                                                         rune = 0x18A0A
	TangutComponent524                                                         rune = 0x18A0B
	TangutComponent525                                                         rune = 0x18A0C
	TangutComponent526                                                         rune = 0x18A0D
	TangutComponent527                                                         rune = 0x18A0E
	TangutComponent528                                                         rune = 0x18A0F
	TangutComponent529                                                         rune = 0x18A10
	TangutComponent530                                                         rune = 0x18A11
	TangutComponent531                                                         rune = 0x18A12
	TangutComponent532                                                         rune = 0x18A13
	TangutComponent533                                                         rune = 0x18A14
	TangutComponent534                                                         rune = 0x18A15
	TangutComponent535                                                         rune = 0x18A16
	TangutComponent536                                                         rune = 0x18A17
	TangutComponent537                                                         rune = 0x18A18
	TangutComponent538                                                         rune = 0x18A19
	TangutComponent539                                                         rune = 0x18A1A
	TangutComponent540                                                         rune = 0x18A1B
	TangutComponent541                                                         rune = 0x18A1C
	TangutComponent542                                                         rune = 0x18A1D
	TangutComponent543                                                         rune = 0x18A1E
	TangutComponent544                                                         rune = 0x18A1F
	TangutComponent545                                                         rune = 0x18A20
	TangutComponent546                                                         rune = 0x18A21
	TangutComponent547                                                         rune = 0x18A22
	TangutComponent548                                                         rune = 0x18A23
	TangutComponent549                                                         rune = 0x18A24
	TangutComponent550                                                         rune = 0x18A25
	TangutComponent551                                                         rune = 0x18A26
	TangutComponent552                                                         rune = 0x18A27
	TangutComponent553                                                         rune = 0x18A28
	TangutComponent554                                                         rune = 0x18A29
	TangutComponent555                                                         rune = 0x18A2A
	TangutComponent556                                                         rune = 0x18A2B
	TangutComponent557                                                         rune = 0x18A2C
	TangutComponent558                                                         rune = 0x18A2D
	TangutComponent559                                                         rune = 0x18A2E
	TangutComponent560                                                         rune = 0x18A2F
	TangutComponent561                                                         rune = 0x18A30
	TangutComponent562                                                         rune = 0x18A31
	TangutComponent563                                                         rune = 0x18A32
	TangutComponent564                                                         rune = 0x18A33
	TangutComponent565                                                         rune = 0x18A34
	TangutComponent566                                                         rune = 0x18A35
	TangutComponent567                                                         rune = 0x18A36
	TangutComponent568                                                         rune = 0x18A37
	TangutComponent569                                                         rune = 0x18A38
	TangutComponent570                                                         rune = 0x18A39
	TangutComponent571                                                         rune = 0x18A3A
	TangutComponent572                                                         rune = 0x18A3B
	TangutComponent573                                                         rune = 0x18A3C
	TangutComponent574                                                         rune = 0x18A3D
	TangutComponent575                                                         rune = 0x18A3E
	TangutComponent576                                                         rune = 0x18A3F
	TangutComponent577                                                         rune = 0x18A40
	TangutComponent578                                                         rune = 0x18A41
	TangutComponent579                                                         rune = 0x18A42
	TangutComponent580                                                         rune = 0x18A43
	TangutComponent581                                                         rune = 0x18A44
	TangutComponent582                                                         rune = 0x18A45
	TangutComponent583                                                         rune = 0x18A46
	TangutComponent584                                                         rune = 0x18A47
	TangutComponent585                                                         rune = 0x18A48
	TangutComponent586                                                         rune = 0x18A49
	TangutComponent587                                                         rune = 0x18A4A
	TangutComponent588                                                         rune = 0x18A4B
	TangutComponent589                                                         rune = 0x18A4C
	TangutComponent590                                                         rune = 0x18A4D
	TangutComponent591                                                         rune = 0x18A4E
	TangutComponent592                                                         rune = 0x18A4F
	TangutComponent593                                                         rune = 0x18A50
	TangutComponent594                                                         rune = 0x18A51
	TangutComponent595                                                         rune = 0x18A52
	TangutComponent596                                                         rune = 0x18A53
	TangutComponent597                                                         rune = 0x18A54
	TangutComponent598                                                         rune = 0x18A55
	TangutComponent599                                                         rune = 0x18A56
	TangutComponent600                                                         rune = 0x18A57
	TangutComponent601                                                         rune = 0x18A58
	TangutComponent602                                                         rune = 0x18A59
	TangutComponent603                                                         rune = 0x18A5A
	TangutComponent604                                                         rune = 0x18A5B
	TangutComponent605                                                         rune = 0x18A5C
	TangutComponent606                                                         rune = 0x18A5D
	TangutComponent607                                                         rune = 0x18A5E
	TangutComponent608                                                         rune = 0x18A5F
	TangutComponent609                                                         rune = 0x18A60
	TangutComponent610                                                         rune = 0x18A61
	TangutComponent611                                                         rune = 0x18A62
	TangutComponent612                                                         rune = 0x18A63
	TangutComponent613                                                         rune = 0x18A64
	TangutComponent614                                                         rune = 0x18A65
	TangutComponent615                                                         rune = 0x18A66
	TangutComponent616                                                         rune = 0x18A67
	TangutComponent617                                                         rune = 0x18A68
	TangutComponent618                                                         rune = 0x18A69
	TangutComponent619                                                         rune = 0x18A6A
	TangutComponent620                                                         rune = 0x18A6B
	TangutComponent621                                                         rune = 0x18A6C
	TangutComponent622                                                         rune = 0x18A6D
	TangutComponent623                                                         rune = 0x18A6E
	TangutComponent624                                                         rune = 0x18A6F
	TangutComponent625                                                         rune = 0x18A70
	TangutComponent626                                                         rune = 0x18A71
	TangutComponent627                                                         rune = 0x18A72
	TangutComponent628                                                         rune = 0x18A73
	TangutComponent629                                                         rune = 0x18A74
	TangutComponent630                                                         rune = 0x18A75
	TangutComponent631                                                         rune = 0x18A76
	TangutComponent632                                                         rune = 0x18A77
	TangutComponent633                                                         rune = 0x18A78
	TangutComponent634                                                         rune = 0x18A79
	TangutComponent635                                                         rune = 0x18A7A
	TangutComponent636                                                         rune = 0x18A7B
	TangutComponent637                                                         rune = 0x18A7C
	TangutComponent638                                                         rune = 0x18A7D
	TangutComponent639                                                         rune = 0x18A7E
	TangutComponent640                                                         rune = 0x18A7F
	TangutComponent641                                                         rune = 0x18A80
	TangutComponent642                                                         rune = 0x18A81
	TangutComponent643                                                         rune = 0x18A82
	TangutComponent644                                                         rune = 0x18A83
	TangutComponent645                                                         rune = 0x18A84
	TangutComponent646                                                         rune = 0x18A85
	TangutComponent647                                                         rune = 0x18A86
	TangutComponent648                                                         rune = 0x18A87
	TangutComponent649                                                         rune = 0x18A88
	TangutComponent650                                                         rune = 0x18A89
	TangutComponent651                                                         rune = 0x18A8A
	TangutComponent652                                                         rune = 0x18A8B
	TangutComponent653                                                         rune = 0x18A8C
	TangutComponent654                                                         rune = 0x18A8D
	TangutComponent655                                                         rune = 0x18A8E
	TangutComponent656                                                         rune = 0x18A8F
	TangutComponent657                                                         rune = 0x18A90
	TangutComponent658                                                         rune = 0x18A91
	TangutComponent659                                                         rune = 0x18A92
	TangutComponent660                                                         rune = 0x18A93
	TangutComponent661                                                         rune = 0x18A94
	TangutComponent662                                                         rune = 0x18A95
	TangutComponent663                                                         rune = 0x18A96
	TangutComponent664                                                         rune = 0x18A97
	TangutComponent665                                                         rune = 0x18A98
	TangutComponent666                                                         rune = 0x18A99
	TangutComponent667                                                         rune = 0x18A9A
	TangutComponent668                                                         rune = 0x18A9B
	TangutComponent669                                                         rune = 0x18A9C
	TangutComponent670                                                         rune = 0x18A9D
	TangutComponent671                                                         rune = 0x18A9E
	TangutComponent672                                                         rune = 0x18A9F
	TangutComponent673                                                         rune = 0x18AA0
	TangutComponent674                                                         rune = 0x18AA1
	TangutComponent675                                                         rune = 0x18AA2
	TangutComponent676                                                         rune = 0x18AA3
	TangutComponent677                                                         rune = 0x18AA4
	TangutComponent678                                                         rune = 0x18AA5
	TangutComponent679                                                         rune = 0x18AA6
	TangutComponent680                                                         rune = 0x18AA7
	TangutComponent681                                                         rune = 0x18AA8
	TangutComponent682                                                         rune = 0x18AA9
	TangutComponent683                                                         rune = 0x18AAA
	TangutComponent684                                                         rune = 0x18AAB
	TangutComponent685                                                         rune = 0x18AAC
	TangutComponent686                                                         rune = 0x18AAD
	TangutComponent687                                                         rune = 0x18AAE
	TangutComponent688                                                         rune = 0x18AAF
	TangutComponent689                                                         rune = 0x18AB0
	TangutComponent690                                                         rune = 0x18AB1
	TangutComponent691                                                         rune = 0x18AB2
	TangutComponent692                                                         rune = 0x18AB3
	TangutComponent693                                                         rune = 0x18AB4
	TangutComponent694                                                         rune = 0x18AB5
	TangutComponent695                                                         rune = 0x18AB6
	TangutComponent696                                                         rune = 0x18AB7
	TangutComponent697                                                         rune = 0x18AB8
	TangutComponent698                                                         rune = 0x18AB9
	TangutComponent699                                                         rune = 0x18ABA
	TangutComponent700                                                         rune = 0x18ABB
	TangutComponent701                                                         rune = 0x18ABC
	TangutComponent702                                                         rune = 0x18ABD
	TangutComponent703                                                         rune = 0x18ABE
	TangutComponent704                                                         rune = 0x18ABF
	TangutComponent705                                                         rune = 0x18AC0
	TangutComponent706                                                         rune = 0x18AC1
	TangutComponent707                                                         rune = 0x18AC2
	TangutComponent708                                                         rune = 0x18AC3
	TangutComponent709                                                         rune = 0x18AC4
	TangutComponent710                                                         rune = 0x18AC5
	TangutComponent711                                                         rune = 0x18AC6
	TangutComponent712                                                         rune = 0x18AC7
	TangutComponent713                                                         rune = 0x18AC8
	TangutComponent714                                                         rune = 0x18AC9
	TangutComponent715                                                         rune = 0x18ACA
	TangutComponent716                                                         rune = 0x18ACB
	TangutComponent717                                                         rune = 0x18ACC
	TangutComponent718                                                         rune = 0x18ACD
	TangutComponent719                                                         rune = 0x18ACE
	TangutComponent720                                                         rune = 0x18ACF
	TangutComponent721                                                         rune = 0x18AD0
	TangutComponent722                                                         rune = 0x18AD1
	TangutComponent723                                                         rune = 0x18AD2
	TangutComponent724                                                         rune = 0x18AD3
	TangutComponent725                                                         rune = 0x18AD4
	TangutComponent726                                                         rune = 0x18AD5
	TangutComponent727                                                         rune = 0x18AD6
	TangutComponent728                                                         rune = 0x18AD7
	TangutComponent729                                                         rune = 0x18AD8
	TangutComponent730                                                         rune = 0x18AD9
	TangutComponent731                                                         rune = 0x18ADA
	TangutComponent732                                                         rune = 0x18ADB
	TangutComponent733                                                         rune = 0x18ADC
	TangutComponent734                                                         rune = 0x18ADD
	TangutComponent735                                                         rune = 0x18ADE
	TangutComponent736                                                         rune = 0x18ADF
	TangutComponent737                                                         rune = 0x18AE0
	TangutComponent738                                                         rune = 0x18AE1
	TangutComponent739                                                         rune = 0x18AE2
	TangutComponent740                                                         rune = 0x18AE3
	TangutComponent741                                                         rune = 0x18AE4
	TangutComponent742                                                         rune = 0x18AE5
	TangutComponent743                                                         rune = 0x18AE6
	TangutComponent744                                                         rune = 0x18AE7
	TangutComponent745                                                         rune = 0x18AE8
	TangutComponent746                                                         rune = 0x18AE9
	TangutComponent747                                                         rune = 0x18AEA
	TangutComponent748                                                         rune = 0x18AEB
	TangutComponent749                                                         rune = 0x18AEC
	TangutComponent750                                                         rune = 0x18AED
	TangutComponent751                                                         rune = 0x18AEE
	TangutComponent752                                                         rune = 0x18AEF
	TangutComponent753                                                         rune = 0x18AF0
	TangutComponent754                                                         rune = 0x18AF1
	TangutComponent755                                                         rune = 0x18AF2
	TangutComponent756                                                         rune = 0x18AF3
	TangutComponent757                                                         rune = 0x18AF4
	TangutComponent758                                                         rune = 0x18AF5
	TangutComponent759                                                         rune = 0x18AF6
	TangutComponent760                                                         rune = 0x18AF7
	TangutComponent761                                                         rune = 0x18AF8
	TangutComponent762                                                         rune = 0x18AF9
	TangutComponent763                                                         rune = 0x18AFA
	TangutComponent764                                                         rune = 0x18AFB
	TangutComponent765                                                         rune = 0x18AFC
	TangutComponent766                                                         rune = 0x18AFD
	TangutComponent767                                                         rune = 0x18AFE
	TangutComponent768                                                         rune = 0x18AFF
	KatakanaLetterArchaicE                                                     rune = 0x1B000
	HiraganaLetterArchaicYe                                                    rune = 0x1B001
	HentaiganaLetterE1                                                         rune = 0x1B001
	HentaiganaLetterA1                                                         rune = 0x1B002
	HentaiganaLetterA2                                                         rune = 0x1B003
	HentaiganaLetterA3                                                         rune = 0x1B004
	HentaiganaLetterAWo                                                        rune = 0x1B005
	HentaiganaLetterI1                                                         rune = 0x1B006
	HentaiganaLetterI2                                                         rune = 0x1B007
	HentaiganaLetterI3                                                         rune = 0x1B008
	HentaiganaLetterI4                                                         rune = 0x1B009
	HentaiganaLetterU1                                                         rune = 0x1B00A
	HentaiganaLetterU2                                                         rune = 0x1B00B
	HentaiganaLetterU3                                                         rune = 0x1B00C
	HentaiganaLetterU4                                                         rune = 0x1B00D
	HentaiganaLetterU5                                                         rune = 0x1B00E
	HentaiganaLetterE2                                                         rune = 0x1B00F
	HentaiganaLetterE3                                                         rune = 0x1B010
	HentaiganaLetterE4                                                         rune = 0x1B011
	HentaiganaLetterE5                                                         rune = 0x1B012
	HentaiganaLetterE6                                                         rune = 0x1B013
	HentaiganaLetterO1                                                         rune = 0x1B014
	HentaiganaLetterO2                                                         rune = 0x1B015
	HentaiganaLetterO3                                                         rune = 0x1B016
	HentaiganaLetterKa1                                                        rune = 0x1B017
	HentaiganaLetterKa2                                                        rune = 0x1B018
	HentaiganaLetterKa3                                                        rune = 0x1B019
	HentaiganaLetterKa4                                                        rune = 0x1B01A
	HentaiganaLetterKa5                                                        rune = 0x1B01B
	HentaiganaLetterKa6                                                        rune = 0x1B01C
	HentaiganaLetterKa7                                                        rune = 0x1B01D
	HentaiganaLetterKa8                                                        rune = 0x1B01E
	HentaiganaLetterKa9                                                        rune = 0x1B01F
	HentaiganaLetterKa10                                                       rune = 0x1B020
	HentaiganaLetterKa11                                                       rune = 0x1B021
	HentaiganaLetterKaKe                                                       rune = 0x1B022
	HentaiganaLetterKi1                                                        rune = 0x1B023
	HentaiganaLetterKi2                                                        rune = 0x1B024
	HentaiganaLetterKi3                                                        rune = 0x1B025
	HentaiganaLetterKi4                                                        rune = 0x1B026
	HentaiganaLetterKi5                                                        rune = 0x1B027
	HentaiganaLetterKi6                                                        rune = 0x1B028
	HentaiganaLetterKi7                                                        rune = 0x1B029
	HentaiganaLetterKi8                                                        rune = 0x1B02A
	HentaiganaLetterKu1                                                        rune = 0x1B02B
	HentaiganaLetterKu2                                                        rune = 0x1B02C
	HentaiganaLetterKu3                                                        rune = 0x1B02D
	HentaiganaLetterKu4                                                        rune = 0x1B02E
	HentaiganaLetterKu5                                                        rune = 0x1B02F
	HentaiganaLetterKu6                                                        rune = 0x1B030
	HentaiganaLetterKu7                                                        rune = 0x1B031
	HentaiganaLetterKe1                                                        rune = 0x1B032
	HentaiganaLetterKe2                                                        rune = 0x1B033
	HentaiganaLetterKe3                                                        rune = 0x1B034
	HentaiganaLetterKe4                                                        rune = 0x1B035
	HentaiganaLetterKe5                                                        rune = 0x1B036
	HentaiganaLetterKe6                                                        rune = 0x1B037
	HentaiganaLetterKo1                                                        rune = 0x1B038
	HentaiganaLetterKo2                                                        rune = 0x1B039
	HentaiganaLetterKo3                                                        rune = 0x1B03A
	HentaiganaLetterKoKi                                                       rune = 0x1B03B
	HentaiganaLetterSa1                                                        rune = 0x1B03C
	HentaiganaLetterSa2                                                        rune = 0x1B03D
	HentaiganaLetterSa3                                                        rune = 0x1B03E
	HentaiganaLetterSa4                                                        rune = 0x1B03F
	HentaiganaLetterSa5                                                        rune = 0x1B040
	HentaiganaLetterSa6                                                        rune = 0x1B041
	HentaiganaLetterSa7                                                        rune = 0x1B042
	HentaiganaLetterSa8                                                        rune = 0x1B043
	HentaiganaLetterSi1                                                        rune = 0x1B044
	HentaiganaLetterSi2                                                        rune = 0x1B045
	HentaiganaLetterSi3                                                        rune = 0x1B046
	HentaiganaLetterSi4                                                        rune = 0x1B047
	HentaiganaLetterSi5                                                        rune = 0x1B048
	HentaiganaLetterSi6                                                        rune = 0x1B049
	HentaiganaLetterSu1                                                        rune = 0x1B04A
	HentaiganaLetterSu2                                                        rune = 0x1B04B
	HentaiganaLetterSu3                                                        rune = 0x1B04C
	HentaiganaLetterSu4                                                        rune = 0x1B04D
	HentaiganaLetterSu5                                                        rune = 0x1B04E
	HentaiganaLetterSu6                                                        rune = 0x1B04F
	HentaiganaLetterSu7                                                        rune = 0x1B050
	HentaiganaLetterSu8                                                        rune = 0x1B051
	HentaiganaLetterSe1                                                        rune = 0x1B052
	HentaiganaLetterSe2                                                        rune = 0x1B053
	HentaiganaLetterSe3                                                        rune = 0x1B054
	HentaiganaLetterSe4                                                        rune = 0x1B055
	HentaiganaLetterSe5                                                        rune = 0x1B056
	HentaiganaLetterSo1                                                        rune = 0x1B057
	HentaiganaLetterSo2                                                        rune = 0x1B058
	HentaiganaLetterSo3                                                        rune = 0x1B059
	HentaiganaLetterSo4                                                        rune = 0x1B05A
	HentaiganaLetterSo5                                                        rune = 0x1B05B
	HentaiganaLetterSo6                                                        rune = 0x1B05C
	HentaiganaLetterSo7                                                        rune = 0x1B05D
	HentaiganaLetterTa1                                                        rune = 0x1B05E
	HentaiganaLetterTa2                                                        rune = 0x1B05F
	HentaiganaLetterTa3                                                        rune = 0x1B060
	HentaiganaLetterTa4                                                        rune = 0x1B061
	HentaiganaLetterTi1                                                        rune = 0x1B062
	HentaiganaLetterTi2                                                        rune = 0x1B063
	HentaiganaLetterTi3                                                        rune = 0x1B064
	HentaiganaLetterTi4                                                        rune = 0x1B065
	HentaiganaLetterTi5                                                        rune = 0x1B066
	HentaiganaLetterTi6                                                        rune = 0x1B067
	HentaiganaLetterTi7                                                        rune = 0x1B068
	HentaiganaLetterTu1                                                        rune = 0x1B069
	HentaiganaLetterTu2                                                        rune = 0x1B06A
	HentaiganaLetterTu3                                                        rune = 0x1B06B
	HentaiganaLetterTu4                                                        rune = 0x1B06C
	HentaiganaLetterTuTo                                                       rune = 0x1B06D
	HentaiganaLetterTe1                                                        rune = 0x1B06E
	HentaiganaLetterTe2                                                        rune = 0x1B06F
	HentaiganaLetterTe3                                                        rune = 0x1B070
	HentaiganaLetterTe4                                                        rune = 0x1B071
	HentaiganaLetterTe5                                                        rune = 0x1B072
	HentaiganaLetterTe6                                                        rune = 0x1B073
	HentaiganaLetterTe7                                                        rune = 0x1B074
	HentaiganaLetterTe8                                                        rune = 0x1B075
	HentaiganaLetterTe9                                                        rune = 0x1B076
	HentaiganaLetterTo1                                                        rune = 0x1B077
	HentaiganaLetterTo2                                                        rune = 0x1B078
	HentaiganaLetterTo3                                                        rune = 0x1B079
	HentaiganaLetterTo4                                                        rune = 0x1B07A
	HentaiganaLetterTo5                                                        rune = 0x1B07B
	HentaiganaLetterTo6                                                        rune = 0x1B07C
	HentaiganaLetterToRa                                                       rune = 0x1B07D
	HentaiganaLetterNa1                                                        rune = 0x1B07E
	HentaiganaLetterNa2                                                        rune = 0x1B07F
	HentaiganaLetterNa3                                                        rune = 0x1B080
	HentaiganaLetterNa4                                                        rune = 0x1B081
	HentaiganaLetterNa5                                                        rune = 0x1B082
	HentaiganaLetterNa6                                                        rune = 0x1B083
	HentaiganaLetterNa7                                                        rune = 0x1B084
	HentaiganaLetterNa8                                                        rune = 0x1B085
	HentaiganaLetterNa9                                                        rune = 0x1B086
	HentaiganaLetterNi1                                                        rune = 0x1B087
	HentaiganaLetterNi2                                                        rune = 0x1B088
	HentaiganaLetterNi3                                                        rune = 0x1B089
	HentaiganaLetterNi4                                                        rune = 0x1B08A
	HentaiganaLetterNi5                                                        rune = 0x1B08B
	HentaiganaLetterNi6                                                        rune = 0x1B08C
	HentaiganaLetterNi7                                                        rune = 0x1B08D
	HentaiganaLetterNiTe                                                       rune = 0x1B08E
	HentaiganaLetterNu1                                                        rune = 0x1B08F
	HentaiganaLetterNu2                                                        rune = 0x1B090
	HentaiganaLetterNu3                                                        rune = 0x1B091
	HentaiganaLetterNe1                                                        rune = 0x1B092
	HentaiganaLetterNe2                                                        rune = 0x1B093
	HentaiganaLetterNe3                                                        rune = 0x1B094
	HentaiganaLetterNe4                                                        rune = 0x1B095
	HentaiganaLetterNe5                                                        rune = 0x1B096
	HentaiganaLetterNe6                                                        rune = 0x1B097
	HentaiganaLetterNeKo                                                       rune = 0x1B098
	HentaiganaLetterNo1                                                        rune = 0x1B099
	HentaiganaLetterNo2                                                        rune = 0x1B09A
	HentaiganaLetterNo3                                                        rune = 0x1B09B
	HentaiganaLetterNo4                                                        rune = 0x1B09C
	HentaiganaLetterNo5                                                        rune = 0x1B09D
	HentaiganaLetterHa1                                                        rune = 0x1B09E
	HentaiganaLetterHa2                                                        rune = 0x1B09F
	HentaiganaLetterHa3                                                        rune = 0x1B0A0
	HentaiganaLetterHa4                                                        rune = 0x1B0A1
	HentaiganaLetterHa5                                                        rune = 0x1B0A2
	HentaiganaLetterHa6                                                        rune = 0x1B0A3
	HentaiganaLetterHa7                                                        rune = 0x1B0A4
	HentaiganaLetterHa8                                                        rune = 0x1B0A5
	HentaiganaLetterHa9                                                        rune = 0x1B0A6
	HentaiganaLetterHa10                                                       rune = 0x1B0A7
	HentaiganaLetterHa11                                                       rune = 0x1B0A8
	HentaiganaLetterHi1                                                        rune = 0x1B0A9
	HentaiganaLetterHi2                                                        rune = 0x1B0AA
	HentaiganaLetterHi3                                                        rune = 0x1B0AB
	HentaiganaLetterHi4                                                        rune = 0x1B0AC
	HentaiganaLetterHi5                                                        rune = 0x1B0AD
	HentaiganaLetterHi6                                                        rune = 0x1B0AE
	HentaiganaLetterHi7                                                        rune = 0x1B0AF
	HentaiganaLetterHu1                                                        rune = 0x1B0B0
	HentaiganaLetterHu2                                                        rune = 0x1B0B1
	HentaiganaLetterHu3                                                        rune = 0x1B0B2
	HentaiganaLetterHe1                                                        rune = 0x1B0B3
	HentaiganaLetterHe2                                                        rune = 0x1B0B4
	HentaiganaLetterHe3                                                        rune = 0x1B0B5
	HentaiganaLetterHe4                                                        rune = 0x1B0B6
	HentaiganaLetterHe5                                                        rune = 0x1B0B7
	HentaiganaLetterHe6                                                        rune = 0x1B0B8
	HentaiganaLetterHe7                                                        rune = 0x1B0B9
	HentaiganaLetterHo1                                                        rune = 0x1B0BA
	HentaiganaLetterHo2                                                        rune = 0x1B0BB
	HentaiganaLetterHo3                                                        rune = 0x1B0BC
	HentaiganaLetterHo4                                                        rune = 0x1B0BD
	HentaiganaLetterHo5                                                        rune = 0x1B0BE
	HentaiganaLetterHo6                                                        rune = 0x1B0BF
	HentaiganaLetterHo7                                                        rune = 0x1B0C0
	HentaiganaLetterHo8                                                        rune = 0x1B0C1
	HentaiganaLetterMa1                                                        rune = 0x1B0C2
	HentaiganaLetterMa2                                                        rune = 0x1B0C3
	HentaiganaLetterMa3                                                        rune = 0x1B0C4
	HentaiganaLetterMa4                                                        rune = 0x1B0C5
	HentaiganaLetterMa5                                                        rune = 0x1B0C6
	HentaiganaLetterMa6                                                        rune = 0x1B0C7
	HentaiganaLetterMa7                                                        rune = 0x1B0C8
	HentaiganaLetterMi1                                                        rune = 0x1B0C9
	HentaiganaLetterMi2                                                        rune = 0x1B0CA
	HentaiganaLetterMi3                                                        rune = 0x1B0CB
	HentaiganaLetterMi4                                                        rune = 0x1B0CC
	HentaiganaLetterMi5                                                        rune = 0x1B0CD
	HentaiganaLetterMi6                                                        rune = 0x1B0CE
	HentaiganaLetterMi7                                                        rune = 0x1B0CF
	HentaiganaLetterMu1                                                        rune = 0x1B0D0
	HentaiganaLetterMu2                                                        rune = 0x1B0D1
	HentaiganaLetterMu3                                                        rune = 0x1B0D2
	HentaiganaLetterMu4                                                        rune = 0x1B0D3
	HentaiganaLetterMe1                                                        rune = 0x1B0D4
	HentaiganaLetterMe2                                                        rune = 0x1B0D5
	HentaiganaLetterMeMa                                                       rune = 0x1B0D6
	HentaiganaLetterMo1                                                        rune = 0x1B0D7
	HentaiganaLetterMo2                                                        rune = 0x1B0D8
	HentaiganaLetterMo3                                                        rune = 0x1B0D9
	HentaiganaLetterMo4                                                        rune = 0x1B0DA
	HentaiganaLetterMo5                                                        rune = 0x1B0DB
	HentaiganaLetterMo6                                                        rune = 0x1B0DC
	HentaiganaLetterYa1                                                        rune = 0x1B0DD
	HentaiganaLetterYa2                                                        rune = 0x1B0DE
	HentaiganaLetterYa3                                                        rune = 0x1B0DF
	HentaiganaLetterYa4                                                        rune = 0x1B0E0
	HentaiganaLetterYa5                                                        rune = 0x1B0E1
	HentaiganaLetterYaYo                                                       rune = 0x1B0E2
	HentaiganaLetterYu1                                                        rune = 0x1B0E3
	HentaiganaLetterYu2                                                        rune = 0x1B0E4
	HentaiganaLetterYu3                                                        rune = 0x1B0E5
	HentaiganaLetterYu4                                                        rune = 0x1B0E6
	HentaiganaLetterYo1                                                        rune = 0x1B0E7
	HentaiganaLetterYo2                                                        rune = 0x1B0E8
	HentaiganaLetterYo3                                                        rune = 0x1B0E9
	HentaiganaLetterYo4                                                        rune = 0x1B0EA
	HentaiganaLetterYo5                                                        rune = 0x1B0EB
	HentaiganaLetterYo6                                                        rune = 0x1B0EC
	HentaiganaLetterRa1                                                        rune = 0x1B0ED
	HentaiganaLetterRa2                                                        rune = 0x1B0EE
	HentaiganaLetterRa3                                                        rune = 0x1B0EF
	HentaiganaLetterRa4                                                        rune = 0x1B0F0
	HentaiganaLetterRi1                                                        rune = 0x1B0F1
	HentaiganaLetterRi2                                                        rune = 0x1B0F2
	HentaiganaLetterRi3                                                        rune = 0x1B0F3
	HentaiganaLetterRi4                                                        rune = 0x1B0F4
	HentaiganaLetterRi5                                                        rune = 0x1B0F5
	HentaiganaLetterRi6                                                        rune = 0x1B0F6
	HentaiganaLetterRi7                                                        rune = 0x1B0F7
	HentaiganaLetterRu1                                                        rune = 0x1B0F8
	HentaiganaLetterRu2                                                        rune = 0x1B0F9
	HentaiganaLetterRu3                                                        rune = 0x1B0FA
	HentaiganaLetterRu4                                                        rune = 0x1B0FB
	HentaiganaLetterRu5                                                        rune = 0x1B0FC
	HentaiganaLetterRu6                                                        rune = 0x1B0FD
	HentaiganaLetterRe1                                                        rune = 0x1B0FE
	HentaiganaLetterRe2                                                        rune = 0x1B0FF
	HentaiganaLetterRe3                                                        rune = 0x1B100
	HentaiganaLetterRe4                                                        rune = 0x1B101
	HentaiganaLetterRo1                                                        rune = 0x1B102
	HentaiganaLetterRo2                                                        rune = 0x1B103
	HentaiganaLetterRo3                                                        rune = 0x1B104
	HentaiganaLetterRo4                                                        rune = 0x1B105
	HentaiganaLetterRo5                                                        rune = 0x1B106
	HentaiganaLetterRo6                                                        rune = 0x1B107
	HentaiganaLetterWa1                                                        rune = 0x1B108
	HentaiganaLetterWa2                                                        rune = 0x1B109
	HentaiganaLetterWa3                                                        rune = 0x1B10A
	HentaiganaLetterWa4                                                        rune = 0x1B10B
	HentaiganaLetterWa5                                                        rune = 0x1B10C
	HentaiganaLetterWi1                                                        rune = 0x1B10D
	HentaiganaLetterWi2                                                        rune = 0x1B10E
	HentaiganaLetterWi3                                                        rune = 0x1B10F
	HentaiganaLetterWi4                                                        rune = 0x1B110
	HentaiganaLetterWi5                                                        rune = 0x1B111
	HentaiganaLetterWe1                                                        rune = 0x1B112
	HentaiganaLetterWe2                                                        rune = 0x1B113
	HentaiganaLetterWe3                                                        rune = 0x1B114
	HentaiganaLetterWe4                                                        rune = 0x1B115
	HentaiganaLetterWo1                                                        rune = 0x1B116
	HentaiganaLetterWo2                                                        rune = 0x1B117
	HentaiganaLetterWo3                                                        rune = 0x1B118
	HentaiganaLetterWo4                                                        rune = 0x1B119
	HentaiganaLetterWo5                                                        rune = 0x1B11A
	HentaiganaLetterWo6                                                        rune = 0x1B11B
	HentaiganaLetterWo7                                                        rune = 0x1B11C
	HentaiganaLetterNMuMo1                                                     rune = 0x1B11D
	HentaiganaLetterNMuMo2                                                     rune = 0x1B11E
	HiraganaLetterSmallWi                                                      rune = 0x1B150
	HiraganaLetterSmallWe                                                      rune = 0x1B151
	HiraganaLetterSmallWo                                                      rune = 0x1B152
	KatakanaLetterSmallWi                                                      rune = 0x1B164
	KatakanaLetterSmallWe                                                      rune = 0x1B165
	KatakanaLetterSmallWo                                                      rune = 0x1B166
	KatakanaLetterSmallN                                                       rune = 0x1B167
	DuployanLetterH                                                            rune = 0x1BC00
	DuployanLetterX                                                            rune = 0x1BC01
	DuployanLetterP                                                            rune = 0x1BC02
	DuployanLetterT                                                            rune = 0x1BC03
	DuployanLetterF                                                            rune = 0x1BC04
	DuployanLetterK                                                            rune = 0x1BC05
	DuployanLetterL                                                            rune = 0x1BC06
	DuployanLetterB                                                            rune = 0x1BC07
	DuployanLetterD                                                            rune = 0x1BC08
	DuployanLetterV                                                            rune = 0x1BC09
	DuployanLetterG                                                            rune = 0x1BC0A
	DuployanLetterR                                                            rune = 0x1BC0B
	DuployanLetterPN                                                           rune = 0x1BC0C
	DuployanLetterDS                                                           rune = 0x1BC0D
	DuployanLetterFN                                                           rune = 0x1BC0E
	DuployanLetterKM                                                           rune = 0x1BC0F
	DuployanLetterRS                                                           rune = 0x1BC10
	DuployanLetterTh                                                           rune = 0x1BC11
	DuployanLetterSloanDh                                                      rune = 0x1BC12
	DuployanLetterDh                                                           rune = 0x1BC13
	DuployanLetterKk                                                           rune = 0x1BC14
	DuployanLetterSloanJ                                                       rune = 0x1BC15
	DuployanLetterHl                                                           rune = 0x1BC16
	DuployanLetterLh                                                           rune = 0x1BC17
	DuployanLetterRh                                                           rune = 0x1BC18
	DuployanLetterM                                                            rune = 0x1BC19
	DuployanLetterN                                                            rune = 0x1BC1A
	DuployanLetterJ                                                            rune = 0x1BC1B
	DuployanLetterS                                                            rune = 0x1BC1C
	DuployanLetterMN                                                           rune = 0x1BC1D
	DuployanLetterNM                                                           rune = 0x1BC1E
	DuployanLetterJM                                                           rune = 0x1BC1F
	DuployanLetterSJ                                                           rune = 0x1BC20
	DuployanLetterMWithDot                                                     rune = 0x1BC21
	DuployanLetterNWithDot                                                     rune = 0x1BC22
	DuployanLetterJWithDot                                                     rune = 0x1BC23
	DuployanLetterJWithDotsInsideAndAbove                                      rune = 0x1BC24
	DuployanLetterSWithDot                                                     rune = 0x1BC25
	DuployanLetterSWithDotBelow                                                rune = 0x1BC26
	DuployanLetterMS                                                           rune = 0x1BC27
	DuployanLetterNS                                                           rune = 0x1BC28
	DuployanLetterJS                                                           rune = 0x1BC29
	DuployanLetterSS                                                           rune = 0x1BC2A
	DuployanLetterMNS                                                          rune = 0x1BC2B
	DuployanLetterNMS                                                          rune = 0x1BC2C
	DuployanLetterJMS                                                          rune = 0x1BC2D
	DuployanLetterSJS                                                          rune = 0x1BC2E
	DuployanLetterJSWithDot                                                    rune = 0x1BC2F
	DuployanLetterJN                                                           rune = 0x1BC30
	DuployanLetterJNS                                                          rune = 0x1BC31
	DuployanLetterST                                                           rune = 0x1BC32
	DuployanLetterSTR                                                          rune = 0x1BC33
	DuployanLetterSP                                                           rune = 0x1BC34
	DuployanLetterSPR                                                          rune = 0x1BC35
	DuployanLetterTS                                                           rune = 0x1BC36
	DuployanLetterTRS                                                          rune = 0x1BC37
	DuployanLetterW                                                            rune = 0x1BC38
	DuployanLetterWh                                                           rune = 0x1BC39
	DuployanLetterWR                                                           rune = 0x1BC3A
	DuployanLetterSN                                                           rune = 0x1BC3B
	DuployanLetterSM                                                           rune = 0x1BC3C
	DuployanLetterKRS                                                          rune = 0x1BC3D
	DuployanLetterGRS                                                          rune = 0x1BC3E
	DuployanLetterSK                                                           rune = 0x1BC3F
	DuployanLetterSKR                                                          rune = 0x1BC40
	DuployanLetterA                                                            rune = 0x1BC41
	DuployanLetterSloanOw                                                      rune = 0x1BC42
	DuployanLetterOa                                                           rune = 0x1BC43
	DuployanLetterO                                                            rune = 0x1BC44
	DuployanLetterAou                                                          rune = 0x1BC45
	DuployanLetterI                                                            rune = 0x1BC46
	DuployanLetterE                                                            rune = 0x1BC47
	DuployanLetterIe                                                           rune = 0x1BC48
	DuployanLetterShortI                                                       rune = 0x1BC49
	DuployanLetterUi                                                           rune = 0x1BC4A
	DuployanLetterEe                                                           rune = 0x1BC4B
	DuployanLetterSloanEh                                                      rune = 0x1BC4C
	DuployanLetterRomanianI                                                    rune = 0x1BC4D
	DuployanLetterSloanEe                                                      rune = 0x1BC4E
	DuployanLetterLongI                                                        rune = 0x1BC4F
	DuployanLetterYe                                                           rune = 0x1BC50
	DuployanLetterU                                                            rune = 0x1BC51
	DuployanLetterEu                                                           rune = 0x1BC52
	DuployanLetterXw                                                           rune = 0x1BC53
	DuployanLetterUN                                                           rune = 0x1BC54
	DuployanLetterLongU                                                        rune = 0x1BC55
	DuployanLetterRomanianU                                                    rune = 0x1BC56
	DuployanLetterUh                                                           rune = 0x1BC57
	DuployanLetterSloanU                                                       rune = 0x1BC58
	DuployanLetterOoh                                                          rune = 0x1BC59
	DuployanLetterOw                                                           rune = 0x1BC5A
	DuployanLetterOu                                                           rune = 0x1BC5B
	DuployanLetterWa                                                           rune = 0x1BC5C
	DuployanLetterWo                                                           rune = 0x1BC5D
	DuployanLetterWi                                                           rune = 0x1BC5E
	DuployanLetterWei                                                          rune = 0x1BC5F
	DuployanLetterWow                                                          rune = 0x1BC60
	DuployanLetterNasalU                                                       rune = 0x1BC61
	DuployanLetterNasalO                                                       rune = 0x1BC62
	DuployanLetterNasalI                                                       rune = 0x1BC63
	DuployanLetterNasalA                                                       rune = 0x1BC64
	DuployanLetterPerninAn                                                     rune = 0x1BC65
	DuployanLetterPerninAm                                                     rune = 0x1BC66
	DuployanLetterSloanEn                                                      rune = 0x1BC67
	DuployanLetterSloanAn                                                      rune = 0x1BC68
	DuployanLetterSloanOn                                                      rune = 0x1BC69
	DuployanLetterVocalicM                                                     rune = 0x1BC6A
	DuployanAffixLeftHorizontalSecant                                          rune = 0x1BC70
	DuployanAffixMidHorizontalSecant                                           rune = 0x1BC71
	DuployanAffixRightHorizontalSecant                                         rune = 0x1BC72
	DuployanAffixLowVerticalSecant                                             rune = 0x1BC73
	DuployanAffixMidVerticalSecant                                             rune = 0x1BC74
	DuployanAffixHighVerticalSecant                                            rune = 0x1BC75
	DuployanAffixAttachedSecant                                                rune = 0x1BC76
	DuployanAffixAttachedLeftToRightSecant                                     rune = 0x1BC77
	DuployanAffixAttachedTangent                                               rune = 0x1BC78
	DuployanAffixAttachedTail                                                  rune = 0x1BC79
	DuployanAffixAttachedEHook                                                 rune = 0x1BC7A
	DuployanAffixAttachedIHook                                                 rune = 0x1BC7B
	DuployanAffixAttachedTangentHook                                           rune = 0x1BC7C
	DuployanAffixHighAcute                                                     rune = 0x1BC80
	DuployanAffixHighTightAcute                                                rune = 0x1BC81
	DuployanAffixHighGrave                                                     rune = 0x1BC82
	DuployanAffixHighLongGrave                                                 rune = 0x1BC83
	DuployanAffixHighDot                                                       rune = 0x1BC84
	DuployanAffixHighCircle                                                    rune = 0x1BC85
	DuployanAffixHighLine                                                      rune = 0x1BC86
	DuployanAffixHighWave                                                      rune = 0x1BC87
	DuployanAffixHighVertical                                                  rune = 0x1BC88
	DuployanAffixLowAcute                                                      rune = 0x1BC90
	DuployanAffixLowTightAcute                                                 rune = 0x1BC91
	DuployanAffixLowGrave                                                      rune = 0x1BC92
	DuployanAffixLowLongGrave                                                  rune = 0x1BC93
	DuployanAffixLowDot                                                        rune = 0x1BC94
	DuployanAffixLowCircle                                                     rune = 0x1BC95
	DuployanAffixLowLine                                                       rune = 0x1BC96
	DuployanAffixLowWave                                                       rune = 0x1BC97
	DuployanAffixLowVertical                                                   rune = 0x1BC98
	DuployanAffixLowArrow                                                      rune = 0x1BC99
	DuployanSignOWithCross                                                     rune = 0x1BC9C
	DuployanThickLetterSelector                                                rune = 0x1BC9D
	DuployanDoubleMark                                                         rune = 0x1BC9E
	DuployanPunctuationChinookFullStop                                         rune = 0x1BC9F
	ShorthandFormatLetterOverlap                                               rune = 0x1BCA0
	ShorthandFormatContinuingOverlap                                           rune = 0x1BCA1
	ShorthandFormatDownStep                                                    rune = 0x1BCA2
	ShorthandFormatUpStep                                                      rune = 0x1BCA3
	ByzantineMusicalSymbolPsili                                                rune = 0x1D000
	ByzantineMusicalSymbolDaseia                                               rune = 0x1D001
	ByzantineMusicalSymbolPerispomeni                                          rune = 0x1D002
	ByzantineMusicalSymbolOxeiaEkfonitikon                                     rune = 0x1D003
	ByzantineMusicalSymbolOxeiaDipli                                           rune = 0x1D004
	ByzantineMusicalSymbolVareiaEkfonitikon                                    rune = 0x1D005
	ByzantineMusicalSymbolVareiaDipli                                          rune = 0x1D006
	ByzantineMusicalSymbolKathisti                                             rune = 0x1D007
	ByzantineMusicalSymbolSyrmatiki                                            rune = 0x1D008
	ByzantineMusicalSymbolParaklitiki                                          rune = 0x1D009
	ByzantineMusicalSymbolYpokrisis                                            rune = 0x1D00A
	ByzantineMusicalSymbolYpokrisisDipli                                       rune = 0x1D00B
	ByzantineMusicalSymbolKremasti                                             rune = 0x1D00C
	ByzantineMusicalSymbolApesoEkfonitikon                                     rune = 0x1D00D
	ByzantineMusicalSymbolExoEkfonitikon                                       rune = 0x1D00E
	ByzantineMusicalSymbolTeleia                                               rune = 0x1D00F
	ByzantineMusicalSymbolKentimata                                            rune = 0x1D010
	ByzantineMusicalSymbolApostrofos                                           rune = 0x1D011
	ByzantineMusicalSymbolApostrofosDipli                                      rune = 0x1D012
	ByzantineMusicalSymbolSynevma                                              rune = 0x1D013
	ByzantineMusicalSymbolThita                                                rune = 0x1D014
	ByzantineMusicalSymbolOligonArchaion                                       rune = 0x1D015
	ByzantineMusicalSymbolGorgonArchaion                                       rune = 0x1D016
	ByzantineMusicalSymbolPsilon                                               rune = 0x1D017
	ByzantineMusicalSymbolChamilon                                             rune = 0x1D018
	ByzantineMusicalSymbolVathy                                                rune = 0x1D019
	ByzantineMusicalSymbolIsonArchaion                                         rune = 0x1D01A
	ByzantineMusicalSymbolKentimaArchaion                                      rune = 0x1D01B
	ByzantineMusicalSymbolKentimataArchaion                                    rune = 0x1D01C
	ByzantineMusicalSymbolSaximata                                             rune = 0x1D01D
	ByzantineMusicalSymbolParichon                                             rune = 0x1D01E
	ByzantineMusicalSymbolStavrosApodexia                                      rune = 0x1D01F
	ByzantineMusicalSymbolOxeiaiArchaion                                       rune = 0x1D020
	ByzantineMusicalSymbolVareiaiArchaion                                      rune = 0x1D021
	ByzantineMusicalSymbolApodermaArchaion                                     rune = 0x1D022
	ByzantineMusicalSymbolApothema                                             rune = 0x1D023
	ByzantineMusicalSymbolKlasma                                               rune = 0x1D024
	ByzantineMusicalSymbolRevma                                                rune = 0x1D025
	ByzantineMusicalSymbolPiasmaArchaion                                       rune = 0x1D026
	ByzantineMusicalSymbolTinagma                                              rune = 0x1D027
	ByzantineMusicalSymbolAnatrichisma                                         rune = 0x1D028
	ByzantineMusicalSymbolSeisma                                               rune = 0x1D029
	ByzantineMusicalSymbolSynagmaArchaion                                      rune = 0x1D02A
	ByzantineMusicalSymbolSynagmaMetaStavrou                                   rune = 0x1D02B
	ByzantineMusicalSymbolOyranismaArchaion                                    rune = 0x1D02C
	ByzantineMusicalSymbolThema                                                rune = 0x1D02D
	ByzantineMusicalSymbolLemoi                                                rune = 0x1D02E
	ByzantineMusicalSymbolDyo                                                  rune = 0x1D02F
	ByzantineMusicalSymbolTria                                                 rune = 0x1D030
	ByzantineMusicalSymbolTessera                                              rune = 0x1D031
	ByzantineMusicalSymbolKratimata                                            rune = 0x1D032
	ByzantineMusicalSymbolApesoExoNeo                                          rune = 0x1D033
	ByzantineMusicalSymbolFthoraArchaion                                       rune = 0x1D034
	ByzantineMusicalSymbolImifthora                                            rune = 0x1D035
	ByzantineMusicalSymbolTromikonArchaion                                     rune = 0x1D036
	ByzantineMusicalSymbolKatavaTromikon                                       rune = 0x1D037
	ByzantineMusicalSymbolPelaston                                             rune = 0x1D038
	ByzantineMusicalSymbolPsifiston                                            rune = 0x1D039
	ByzantineMusicalSymbolKontevma                                             rune = 0x1D03A
	ByzantineMusicalSymbolChorevmaArchaion                                     rune = 0x1D03B
	ByzantineMusicalSymbolRapisma                                              rune = 0x1D03C
	ByzantineMusicalSymbolParakalesmaArchaion                                  rune = 0x1D03D
	ByzantineMusicalSymbolParaklitikiArchaion                                  rune = 0x1D03E
	ByzantineMusicalSymbolIchadin                                              rune = 0x1D03F
	ByzantineMusicalSymbolNana                                                 rune = 0x1D040
	ByzantineMusicalSymbolPetasma                                              rune = 0x1D041
	ByzantineMusicalSymbolKontevmaAllo                                         rune = 0x1D042
	ByzantineMusicalSymbolTromikonAllo                                         rune = 0x1D043
	ByzantineMusicalSymbolStraggismata                                         rune = 0x1D044
	ByzantineMusicalSymbolGronthismata                                         rune = 0x1D045
	ByzantineMusicalSymbolIsonNeo                                              rune = 0x1D046
	ByzantineMusicalSymbolOligonNeo                                            rune = 0x1D047
	ByzantineMusicalSymbolOxeiaNeo                                             rune = 0x1D048
	ByzantineMusicalSymbolPetasti                                              rune = 0x1D049
	ByzantineMusicalSymbolKoufisma                                             rune = 0x1D04A
	ByzantineMusicalSymbolPetastokoufisma                                      rune = 0x1D04B
	ByzantineMusicalSymbolKratimokoufisma                                      rune = 0x1D04C
	ByzantineMusicalSymbolPelastonNeo                                          rune = 0x1D04D
	ByzantineMusicalSymbolKentimataNeoAno                                      rune = 0x1D04E
	ByzantineMusicalSymbolKentimaNeoAno                                        rune = 0x1D04F
	ByzantineMusicalSymbolYpsili                                               rune = 0x1D050
	ByzantineMusicalSymbolApostrofosNeo                                        rune = 0x1D051
	ByzantineMusicalSymbolApostrofoiSyndesmosNeo                               rune = 0x1D052
	ByzantineMusicalSymbolYporroi                                              rune = 0x1D053
	ByzantineMusicalSymbolKratimoyporroon                                      rune = 0x1D054
	ByzantineMusicalSymbolElafron                                              rune = 0x1D055
	ByzantineMusicalSymbolChamili                                              rune = 0x1D056
	ByzantineMusicalSymbolMikronIson                                           rune = 0x1D057
	ByzantineMusicalSymbolVareiaNeo                                            rune = 0x1D058
	ByzantineMusicalSymbolPiasmaNeo                                            rune = 0x1D059
	ByzantineMusicalSymbolPsifistonNeo                                         rune = 0x1D05A
	ByzantineMusicalSymbolOmalon                                               rune = 0x1D05B
	ByzantineMusicalSymbolAntikenoma                                           rune = 0x1D05C
	ByzantineMusicalSymbolLygisma                                              rune = 0x1D05D
	ByzantineMusicalSymbolParaklitikiNeo                                       rune = 0x1D05E
	ByzantineMusicalSymbolParakalesmaNeo                                       rune = 0x1D05F
	ByzantineMusicalSymbolEteronParakalesma                                    rune = 0x1D060
	ByzantineMusicalSymbolKylisma                                              rune = 0x1D061
	ByzantineMusicalSymbolAntikenokylisma                                      rune = 0x1D062
	ByzantineMusicalSymbolTromikonNeo                                          rune = 0x1D063
	ByzantineMusicalSymbolEkstrepton                                           rune = 0x1D064
	ByzantineMusicalSymbolSynagmaNeo                                           rune = 0x1D065
	ByzantineMusicalSymbolSyrma                                                rune = 0x1D066
	ByzantineMusicalSymbolChorevmaNeo                                          rune = 0x1D067
	ByzantineMusicalSymbolEpegerma                                             rune = 0x1D068
	ByzantineMusicalSymbolSeismaNeo                                            rune = 0x1D069
	ByzantineMusicalSymbolXironKlasma                                          rune = 0x1D06A
	ByzantineMusicalSymbolTromikopsifiston                                     rune = 0x1D06B
	ByzantineMusicalSymbolPsifistolygisma                                      rune = 0x1D06C
	ByzantineMusicalSymbolTromikolygisma                                       rune = 0x1D06D
	ByzantineMusicalSymbolTromikoparakalesma                                   rune = 0x1D06E
	ByzantineMusicalSymbolPsifistoparakalesma                                  rune = 0x1D06F
	ByzantineMusicalSymbolTromikosynagma                                       rune = 0x1D070
	ByzantineMusicalSymbolPsifistosynagma                                      rune = 0x1D071
	ByzantineMusicalSymbolGorgosyntheton                                       rune = 0x1D072
	ByzantineMusicalSymbolArgosyntheton                                        rune = 0x1D073
	ByzantineMusicalSymbolEteronArgosyntheton                                  rune = 0x1D074
	ByzantineMusicalSymbolOyranismaNeo                                         rune = 0x1D075
	ByzantineMusicalSymbolThematismosEso                                       rune = 0x1D076
	ByzantineMusicalSymbolThematismosExo                                       rune = 0x1D077
	ByzantineMusicalSymbolThemaAploun                                          rune = 0x1D078
	ByzantineMusicalSymbolThesKaiApothes                                       rune = 0x1D079
	ByzantineMusicalSymbolKatavasma                                            rune = 0x1D07A
	ByzantineMusicalSymbolEndofonon                                            rune = 0x1D07B
	ByzantineMusicalSymbolYfenKato                                             rune = 0x1D07C
	ByzantineMusicalSymbolYfenAno                                              rune = 0x1D07D
	ByzantineMusicalSymbolStavros                                              rune = 0x1D07E
	ByzantineMusicalSymbolKlasmaAno                                            rune = 0x1D07F
	ByzantineMusicalSymbolDipliArchaion                                        rune = 0x1D080
	ByzantineMusicalSymbolKratimaArchaion                                      rune = 0x1D081
	ByzantineMusicalSymbolKratimaAllo                                          rune = 0x1D082
	ByzantineMusicalSymbolKratimaNeo                                           rune = 0x1D083
	ByzantineMusicalSymbolApodermaNeo                                          rune = 0x1D084
	ByzantineMusicalSymbolApli                                                 rune = 0x1D085
	ByzantineMusicalSymbolDipli                                                rune = 0x1D086
	ByzantineMusicalSymbolTripli                                               rune = 0x1D087
	ByzantineMusicalSymbolTetrapli                                             rune = 0x1D088
	ByzantineMusicalSymbolKoronis                                              rune = 0x1D089
	ByzantineMusicalSymbolLeimmaEnosChronou                                    rune = 0x1D08A
	ByzantineMusicalSymbolLeimmaDyoChronon                                     rune = 0x1D08B
	ByzantineMusicalSymbolLeimmaTrionChronon                                   rune = 0x1D08C
	ByzantineMusicalSymbolLeimmaTessaronChronon                                rune = 0x1D08D
	ByzantineMusicalSymbolLeimmaImiseosChronou                                 rune = 0x1D08E
	ByzantineMusicalSymbolGorgonNeoAno                                         rune = 0x1D08F
	ByzantineMusicalSymbolGorgonParestigmenonAristera                          rune = 0x1D090
	ByzantineMusicalSymbolGorgonParestigmenonDexia                             rune = 0x1D091
	ByzantineMusicalSymbolDigorgon                                             rune = 0x1D092
	ByzantineMusicalSymbolDigorgonParestigmenonAristeraKato                    rune = 0x1D093
	ByzantineMusicalSymbolDigorgonParestigmenonAristeraAno                     rune = 0x1D094
	ByzantineMusicalSymbolDigorgonParestigmenonDexia                           rune = 0x1D095
	ByzantineMusicalSymbolTrigorgon                                            rune = 0x1D096
	ByzantineMusicalSymbolArgon                                                rune = 0x1D097
	ByzantineMusicalSymbolImidiargon                                           rune = 0x1D098
	ByzantineMusicalSymbolDiargon                                              rune = 0x1D099
	ByzantineMusicalSymbolAgogiPoliArgi                                        rune = 0x1D09A
	ByzantineMusicalSymbolAgogiArgoteri                                        rune = 0x1D09B
	ByzantineMusicalSymbolAgogiArgi                                            rune = 0x1D09C
	ByzantineMusicalSymbolAgogiMetria                                          rune = 0x1D09D
	ByzantineMusicalSymbolAgogiMesi                                            rune = 0x1D09E
	ByzantineMusicalSymbolAgogiGorgi                                           rune = 0x1D09F
	ByzantineMusicalSymbolAgogiGorgoteri                                       rune = 0x1D0A0
	ByzantineMusicalSymbolAgogiPoliGorgi                                       rune = 0x1D0A1
	ByzantineMusicalSymbolMartyriaProtosIchos                                  rune = 0x1D0A2
	ByzantineMusicalSymbolMartyriaAlliProtosIchos                              rune = 0x1D0A3
	ByzantineMusicalSymbolMartyriaDeyterosIchos                                rune = 0x1D0A4
	ByzantineMusicalSymbolMartyriaAlliDeyterosIchos                            rune = 0x1D0A5
	ByzantineMusicalSymbolMartyriaTritosIchos                                  rune = 0x1D0A6
	ByzantineMusicalSymbolMartyriaTrifonias                                    rune = 0x1D0A7
	ByzantineMusicalSymbolMartyriaTetartosIchos                                rune = 0x1D0A8
	ByzantineMusicalSymbolMartyriaTetartosLegetosIchos                         rune = 0x1D0A9
	ByzantineMusicalSymbolMartyriaLegetosIchos                                 rune = 0x1D0AA
	ByzantineMusicalSymbolMartyriaPlagiosIchos                                 rune = 0x1D0AB
	ByzantineMusicalSymbolIsakiaTelousIchimatos                                rune = 0x1D0AC
	ByzantineMusicalSymbolApostrofoiTelousIchimatos                            rune = 0x1D0AD
	ByzantineMusicalSymbolFanerosisTetrafonias                                 rune = 0x1D0AE
	ByzantineMusicalSymbolFanerosisMonofonias                                  rune = 0x1D0AF
	ByzantineMusicalSymbolFanerosisDifonias                                    rune = 0x1D0B0
	ByzantineMusicalSymbolMartyriaVarysIchos                                   rune = 0x1D0B1
	ByzantineMusicalSymbolMartyriaProtovarysIchos                              rune = 0x1D0B2
	ByzantineMusicalSymbolMartyriaPlagiosTetartosIchos                         rune = 0x1D0B3
	ByzantineMusicalSymbolGorthmikonNAploun                                    rune = 0x1D0B4
	ByzantineMusicalSymbolGorthmikonNDiploun                                   rune = 0x1D0B5
	ByzantineMusicalSymbolEnarxisKaiFthoraVou                                  rune = 0x1D0B6
	ByzantineMusicalSymbolImifonon                                             rune = 0x1D0B7
	ByzantineMusicalSymbolImifthoron                                           rune = 0x1D0B8
	ByzantineMusicalSymbolFthoraArchaionDeyterouIchou                          rune = 0x1D0B9
	ByzantineMusicalSymbolFthoraDiatonikiPa                                    rune = 0x1D0BA
	ByzantineMusicalSymbolFthoraDiatonikiNana                                  rune = 0x1D0BB
	ByzantineMusicalSymbolFthoraNaosIchos                                      rune = 0x1D0BC
	ByzantineMusicalSymbolFthoraDiatonikiDi                                    rune = 0x1D0BD
	ByzantineMusicalSymbolFthoraSklironDiatononDi                              rune = 0x1D0BE
	ByzantineMusicalSymbolFthoraDiatonikiKe                                    rune = 0x1D0BF
	ByzantineMusicalSymbolFthoraDiatonikiZo                                    rune = 0x1D0C0
	ByzantineMusicalSymbolFthoraDiatonikiNiKato                                rune = 0x1D0C1
	ByzantineMusicalSymbolFthoraDiatonikiNiAno                                 rune = 0x1D0C2
	ByzantineMusicalSymbolFthoraMalakonChromaDifonias                          rune = 0x1D0C3
	ByzantineMusicalSymbolFthoraMalakonChromaMonofonias                        rune = 0x1D0C4
	ByzantineMusicalSymbolFhtoraSklironChromaVasis                             rune = 0x1D0C5
	ByzantineMusicalSymbolFthoraSklironChromaVasis                             rune = 0x1D0C5
	ByzantineMusicalSymbolFthoraSklironChromaSynafi                            rune = 0x1D0C6
	ByzantineMusicalSymbolFthoraNenano                                         rune = 0x1D0C7
	ByzantineMusicalSymbolChroaZygos                                           rune = 0x1D0C8
	ByzantineMusicalSymbolChroaKliton                                          rune = 0x1D0C9
	ByzantineMusicalSymbolChroaSpathi                                          rune = 0x1D0CA
	ByzantineMusicalSymbolFthoraIYfesisTetartimorion                           rune = 0x1D0CB
	ByzantineMusicalSymbolFthoraEnarmoniosAntifonia                            rune = 0x1D0CC
	ByzantineMusicalSymbolYfesisTritimorion                                    rune = 0x1D0CD
	ByzantineMusicalSymbolDiesisTritimorion                                    rune = 0x1D0CE
	ByzantineMusicalSymbolDiesisTetartimorion                                  rune = 0x1D0CF
	ByzantineMusicalSymbolDiesisApliDyoDodekata                                rune = 0x1D0D0
	ByzantineMusicalSymbolDiesisMonogrammosTesseraDodekata                     rune = 0x1D0D1
	ByzantineMusicalSymbolDiesisDigrammosExDodekata                            rune = 0x1D0D2
	ByzantineMusicalSymbolDiesisTrigrammosOktoDodekata                         rune = 0x1D0D3
	ByzantineMusicalSymbolYfesisApliDyoDodekata                                rune = 0x1D0D4
	ByzantineMusicalSymbolYfesisMonogrammosTesseraDodekata                     rune = 0x1D0D5
	ByzantineMusicalSymbolYfesisDigrammosExDodekata                            rune = 0x1D0D6
	ByzantineMusicalSymbolYfesisTrigrammosOktoDodekata                         rune = 0x1D0D7
	ByzantineMusicalSymbolGenikiDiesis                                         rune = 0x1D0D8
	ByzantineMusicalSymbolGenikiYfesis                                         rune = 0x1D0D9
	ByzantineMusicalSymbolDiastoliApliMikri                                    rune = 0x1D0DA
	ByzantineMusicalSymbolDiastoliApliMegali                                   rune = 0x1D0DB
	ByzantineMusicalSymbolDiastoliDipli                                        rune = 0x1D0DC
	ByzantineMusicalSymbolDiastoliTheseos                                      rune = 0x1D0DD
	ByzantineMusicalSymbolSimansisTheseos                                      rune = 0x1D0DE
	ByzantineMusicalSymbolSimansisTheseosDisimou                               rune = 0x1D0DF
	ByzantineMusicalSymbolSimansisTheseosTrisimou                              rune = 0x1D0E0
	ByzantineMusicalSymbolSimansisTheseosTetrasimou                            rune = 0x1D0E1
	ByzantineMusicalSymbolSimansisArseos                                       rune = 0x1D0E2
	ByzantineMusicalSymbolSimansisArseosDisimou                                rune = 0x1D0E3
	ByzantineMusicalSymbolSimansisArseosTrisimou                               rune = 0x1D0E4
	ByzantineMusicalSymbolSimansisArseosTetrasimou                             rune = 0x1D0E5
	ByzantineMusicalSymbolDigrammaGg                                           rune = 0x1D0E6
	ByzantineMusicalSymbolDiftoggosOu                                          rune = 0x1D0E7
	ByzantineMusicalSymbolStigma                                               rune = 0x1D0E8
	ByzantineMusicalSymbolArktikoPa                                            rune = 0x1D0E9
	ByzantineMusicalSymbolArktikoVou                                           rune = 0x1D0EA
	ByzantineMusicalSymbolArktikoGa                                            rune = 0x1D0EB
	ByzantineMusicalSymbolArktikoDi                                            rune = 0x1D0EC
	ByzantineMusicalSymbolArktikoKe                                            rune = 0x1D0ED
	ByzantineMusicalSymbolArktikoZo                                            rune = 0x1D0EE
	ByzantineMusicalSymbolArktikoNi                                            rune = 0x1D0EF
	ByzantineMusicalSymbolKentimataNeoMeso                                     rune = 0x1D0F0
	ByzantineMusicalSymbolKentimaNeoMeso                                       rune = 0x1D0F1
	ByzantineMusicalSymbolKentimataNeoKato                                     rune = 0x1D0F2
	ByzantineMusicalSymbolKentimaNeoKato                                       rune = 0x1D0F3
	ByzantineMusicalSymbolKlasmaKato                                           rune = 0x1D0F4
	ByzantineMusicalSymbolGorgonNeoKato                                        rune = 0x1D0F5
	MusicalSymbolSingleBarline                                                 rune = 0x1D100
	MusicalSymbolDoubleBarline                                                 rune = 0x1D101
	MusicalSymbolFinalBarline                                                  rune = 0x1D102
	MusicalSymbolReverseFinalBarline                                           rune = 0x1D103
	MusicalSymbolDashedBarline                                                 rune = 0x1D104
	MusicalSymbolShortBarline                                                  rune = 0x1D105
	MusicalSymbolLeftRepeatSign                                                rune = 0x1D106
	MusicalSymbolRightRepeatSign                                               rune = 0x1D107
	MusicalSymbolRepeatDots                                                    rune = 0x1D108
	MusicalSymbolDalSegno                                                      rune = 0x1D109
	MusicalSymbolDaCapo                                                        rune = 0x1D10A
	MusicalSymbolSegno                                                         rune = 0x1D10B
	MusicalSymbolCoda                                                          rune = 0x1D10C
	MusicalSymbolRepeatedFigure1                                               rune = 0x1D10D
	MusicalSymbolRepeatedFigure2                                               rune = 0x1D10E
	MusicalSymbolRepeatedFigure3                                               rune = 0x1D10F
	MusicalSymbolFermata                                                       rune = 0x1D110
	MusicalSymbolFermataBelow                                                  rune = 0x1D111
	MusicalSymbolBreathMark                                                    rune = 0x1D112
	MusicalSymbolCaesura                                                       rune = 0x1D113
	MusicalSymbolBrace                                                         rune = 0x1D114
	MusicalSymbolBracket                                                       rune = 0x1D115
	MusicalSymbolOneLineStaff                                                  rune = 0x1D116
	MusicalSymbolTwoLineStaff                                                  rune = 0x1D117
	MusicalSymbolThreeLineStaff                                                rune = 0x1D118
	MusicalSymbolFourLineStaff                                                 rune = 0x1D119
	MusicalSymbolFiveLineStaff                                                 rune = 0x1D11A
	MusicalSymbolSixLineStaff                                                  rune = 0x1D11B
	MusicalSymbolSixStringFretboard                                            rune = 0x1D11C
	MusicalSymbolFourStringFretboard                                           rune = 0x1D11D
	MusicalSymbolGClef                                                         rune = 0x1D11E
	MusicalSymbolGClefOttavaAlta                                               rune = 0x1D11F
	MusicalSymbolGClefOttavaBassa                                              rune = 0x1D120
	MusicalSymbolCClef                                                         rune = 0x1D121
	MusicalSymbolFClef                                                         rune = 0x1D122
	MusicalSymbolFClefOttavaAlta                                               rune = 0x1D123
	MusicalSymbolFClefOttavaBassa                                              rune = 0x1D124
	MusicalSymbolDrumClef1                                                     rune = 0x1D125
	MusicalSymbolDrumClef2                                                     rune = 0x1D126
	MusicalSymbolMultipleMeasureRest                                           rune = 0x1D129
	MusicalSymbolDoubleSharp                                                   rune = 0x1D12A
	MusicalSymbolDoubleFlat                                                    rune = 0x1D12B
	MusicalSymbolFlatUp                                                        rune = 0x1D12C
	MusicalSymbolFlatDown                                                      rune = 0x1D12D
	MusicalSymbolNaturalUp                                                     rune = 0x1D12E
	MusicalSymbolNaturalDown                                                   rune = 0x1D12F
	MusicalSymbolSharpUp                                                       rune = 0x1D130
	MusicalSymbolSharpDown                                                     rune = 0x1D131
	MusicalSymbolQuarterToneSharp                                              rune = 0x1D132
	MusicalSymbolQuarterToneFlat                                               rune = 0x1D133
	MusicalSymbolCommonTime                                                    rune = 0x1D134
	MusicalSymbolCutTime                                                       rune = 0x1D135
	MusicalSymbolOttavaAlta                                                    rune = 0x1D136
	MusicalSymbolOttavaBassa                                                   rune = 0x1D137
	MusicalSymbolQuindicesimaAlta                                              rune = 0x1D138
	MusicalSymbolQuindicesimaBassa                                             rune = 0x1D139
	MusicalSymbolMultiRest                                                     rune = 0x1D13A
	MusicalSymbolWholeRest                                                     rune = 0x1D13B
	MusicalSymbolHalfRest                                                      rune = 0x1D13C
	MusicalSymbolQuarterRest                                                   rune = 0x1D13D
	MusicalSymbolEighthRest                                                    rune = 0x1D13E
	MusicalSymbolSixteenthRest                                                 rune = 0x1D13F
	MusicalSymbolThirtySecondRest                                              rune = 0x1D140
	MusicalSymbolSixtyFourthRest                                               rune = 0x1D141
	MusicalSymbolOneHundredTwentyEighthRest                                    rune = 0x1D142
	MusicalSymbolXNotehead                                                     rune = 0x1D143
	MusicalSymbolPlusNotehead                                                  rune = 0x1D144
	MusicalSymbolCircleXNotehead                                               rune = 0x1D145
	MusicalSymbolSquareNoteheadWhite                                           rune = 0x1D146
	MusicalSymbolSquareNoteheadBlack                                           rune = 0x1D147
	MusicalSymbolTriangleNoteheadUpWhite                                       rune = 0x1D148
	MusicalSymbolTriangleNoteheadUpBlack                                       rune = 0x1D149
	MusicalSymbolTriangleNoteheadLeftWhite                                     rune = 0x1D14A
	MusicalSymbolTriangleNoteheadLeftBlack                                     rune = 0x1D14B
	MusicalSymbolTriangleNoteheadRightWhite                                    rune = 0x1D14C
	MusicalSymbolTriangleNoteheadRightBlack                                    rune = 0x1D14D
	MusicalSymbolTriangleNoteheadDownWhite                                     rune = 0x1D14E
	MusicalSymbolTriangleNoteheadDownBlack                                     rune = 0x1D14F
	MusicalSymbolTriangleNoteheadUpRightWhite                                  rune = 0x1D150
	MusicalSymbolTriangleNoteheadUpRightBlack                                  rune = 0x1D151
	MusicalSymbolMoonNoteheadWhite                                             rune = 0x1D152
	MusicalSymbolMoonNoteheadBlack                                             rune = 0x1D153
	MusicalSymbolTriangleRoundNoteheadDownWhite                                rune = 0x1D154
	MusicalSymbolTriangleRoundNoteheadDownBlack                                rune = 0x1D155
	MusicalSymbolParenthesisNotehead                                           rune = 0x1D156
	MusicalSymbolVoidNotehead                                                  rune = 0x1D157
	MusicalSymbolNoteheadBlack                                                 rune = 0x1D158
	MusicalSymbolNullNotehead                                                  rune = 0x1D159
	MusicalSymbolClusterNoteheadWhite                                          rune = 0x1D15A
	MusicalSymbolClusterNoteheadBlack                                          rune = 0x1D15B
	MusicalSymbolBreve                                                         rune = 0x1D15C
	MusicalSymbolWholeNote                                                     rune = 0x1D15D
	MusicalSymbolHalfNote                                                      rune = 0x1D15E
	MusicalSymbolQuarterNote                                                   rune = 0x1D15F
	MusicalSymbolEighthNote                                                    rune = 0x1D160
	MusicalSymbolSixteenthNote                                                 rune = 0x1D161
	MusicalSymbolThirtySecondNote                                              rune = 0x1D162
	MusicalSymbolSixtyFourthNote                                               rune = 0x1D163
	MusicalSymbolOneHundredTwentyEighthNote                                    rune = 0x1D164
	MusicalSymbolCombiningStem                                                 rune = 0x1D165
	MusicalSymbolCombiningSprechgesangStem                                     rune = 0x1D166
	MusicalSymbolCombiningTremolo1                                             rune = 0x1D167
	MusicalSymbolCombiningTremolo2                                             rune = 0x1D168
	MusicalSymbolCombiningTremolo3                                             rune = 0x1D169
	MusicalSymbolFingeredTremolo1                                              rune = 0x1D16A
	MusicalSymbolFingeredTremolo2                                              rune = 0x1D16B
	MusicalSymbolFingeredTremolo3                                              rune = 0x1D16C
	MusicalSymbolCombiningAugmentationDot                                      rune = 0x1D16D
	MusicalSymbolCombiningFlag1                                                rune = 0x1D16E
	MusicalSymbolCombiningFlag2                                                rune = 0x1D16F
	MusicalSymbolCombiningFlag3                                                rune = 0x1D170
	MusicalSymbolCombiningFlag4                                                rune = 0x1D171
	MusicalSymbolCombiningFlag5                                                rune = 0x1D172
	MusicalSymbolBeginBeam                                                     rune = 0x1D173
	MusicalSymbolEndBeam                                                       rune = 0x1D174
	MusicalSymbolBeginTie                                                      rune = 0x1D175
	MusicalSymbolEndTie                                                        rune = 0x1D176
	MusicalSymbolBeginSlur                                                     rune = 0x1D177
	MusicalSymbolEndSlur                                                       rune = 0x1D178
	MusicalSymbolBeginPhrase                                                   rune = 0x1D179
	MusicalSymbolEndPhrase                                                     rune = 0x1D17A
	MusicalSymbolCombiningAccent                                               rune = 0x1D17B
	MusicalSymbolCombiningStaccato                                             rune = 0x1D17C
	MusicalSymbolCombiningTenuto                                               rune = 0x1D17D
	MusicalSymbolCombiningStaccatissimo                                        rune = 0x1D17E
	MusicalSymbolCombiningMarcato                                              rune = 0x1D17F
	MusicalSymbolCombiningMarcatoStaccato                                      rune = 0x1D180
	MusicalSymbolCombiningAccentStaccato                                       rune = 0x1D181
	MusicalSymbolCombiningLoure                                                rune = 0x1D182
	MusicalSymbolArpeggiatoUp                                                  rune = 0x1D183
	MusicalSymbolArpeggiatoDown                                                rune = 0x1D184
	MusicalSymbolCombiningDoit                                                 rune = 0x1D185
	MusicalSymbolCombiningRip                                                  rune = 0x1D186
	MusicalSymbolCombiningFlip                                                 rune = 0x1D187
	MusicalSymbolCombiningSmear                                                rune = 0x1D188
	MusicalSymbolCombiningBend                                                 rune = 0x1D189
	MusicalSymbolCombiningDoubleTongue                                         rune = 0x1D18A
	MusicalSymbolCombiningTripleTongue                                         rune = 0x1D18B
	MusicalSymbolRinforzando                                                   rune = 0x1D18C
	MusicalSymbolSubito                                                        rune = 0x1D18D
	MusicalSymbolZ                                                             rune = 0x1D18E
	MusicalSymbolPiano                                                         rune = 0x1D18F
	MusicalSymbolMezzo                                                         rune = 0x1D190
	MusicalSymbolForte                                                         rune = 0x1D191
	MusicalSymbolCrescendo                                                     rune = 0x1D192
	MusicalSymbolDecrescendo                                                   rune = 0x1D193
	MusicalSymbolGraceNoteSlash                                                rune = 0x1D194
	MusicalSymbolGraceNoteNoSlash                                              rune = 0x1D195
	MusicalSymbolTr                                                            rune = 0x1D196
	MusicalSymbolTurn                                                          rune = 0x1D197
	MusicalSymbolInvertedTurn                                                  rune = 0x1D198
	MusicalSymbolTurnSlash                                                     rune = 0x1D199
	MusicalSymbolTurnUp                                                        rune = 0x1D19A
	MusicalSymbolOrnamentStroke1                                               rune = 0x1D19B
	MusicalSymbolOrnamentStroke2                                               rune = 0x1D19C
	MusicalSymbolOrnamentStroke3                                               rune = 0x1D19D
	MusicalSymbolOrnamentStroke4                                               rune = 0x1D19E
	MusicalSymbolOrnamentStroke5                                               rune = 0x1D19F
	MusicalSymbolOrnamentStroke6                                               rune = 0x1D1A0
	MusicalSymbolOrnamentStroke7                                               rune = 0x1D1A1
	MusicalSymbolOrnamentStroke8                                               rune = 0x1D1A2
	MusicalSymbolOrnamentStroke9                                               rune = 0x1D1A3
	MusicalSymbolOrnamentStroke10                                              rune = 0x1D1A4
	MusicalSymbolOrnamentStroke11                                              rune = 0x1D1A5
	MusicalSymbolHauptstimme                                                   rune = 0x1D1A6
	MusicalSymbolNebenstimme                                                   rune = 0x1D1A7
	MusicalSymbolEndOfStimme                                                   rune = 0x1D1A8
	MusicalSymbolDegreeSlash                                                   rune = 0x1D1A9
	MusicalSymbolCombiningDownBow                                              rune = 0x1D1AA
	MusicalSymbolCombiningUpBow                                                rune = 0x1D1AB
	MusicalSymbolCombiningHarmonic                                             rune = 0x1D1AC
	MusicalSymbolCombiningSnapPizzicato                                        rune = 0x1D1AD
	MusicalSymbolPedalMark                                                     rune = 0x1D1AE
	MusicalSymbolPedalUpMark                                                   rune = 0x1D1AF
	MusicalSymbolHalfPedalMark                                                 rune = 0x1D1B0
	MusicalSymbolGlissandoUp                                                   rune = 0x1D1B1
	MusicalSymbolGlissandoDown                                                 rune = 0x1D1B2
	MusicalSymbolWithFingernails                                               rune = 0x1D1B3
	MusicalSymbolDamp                                                          rune = 0x1D1B4
	MusicalSymbolDampAll                                                       rune = 0x1D1B5
	MusicalSymbolMaxima                                                        rune = 0x1D1B6
	MusicalSymbolLonga                                                         rune = 0x1D1B7
	MusicalSymbolBrevis                                                        rune = 0x1D1B8
	MusicalSymbolSemibrevisWhite                                               rune = 0x1D1B9
	MusicalSymbolSemibrevisBlack                                               rune = 0x1D1BA
	MusicalSymbolMinima                                                        rune = 0x1D1BB
	MusicalSymbolMinimaBlack                                                   rune = 0x1D1BC
	MusicalSymbolSemiminimaWhite                                               rune = 0x1D1BD
	MusicalSymbolSemiminimaBlack                                               rune = 0x1D1BE
	MusicalSymbolFusaWhite                                                     rune = 0x1D1BF
	MusicalSymbolFusaBlack                                                     rune = 0x1D1C0
	MusicalSymbolLongaPerfectaRest                                             rune = 0x1D1C1
	MusicalSymbolLongaImperfectaRest                                           rune = 0x1D1C2
	MusicalSymbolBrevisRest                                                    rune = 0x1D1C3
	MusicalSymbolSemibrevisRest                                                rune = 0x1D1C4
	MusicalSymbolMinimaRest                                                    rune = 0x1D1C5
	MusicalSymbolSemiminimaRest                                                rune = 0x1D1C6
	MusicalSymbolTempusPerfectumCumProlationePerfecta                          rune = 0x1D1C7
	MusicalSymbolTempusPerfectumCumProlationeImperfecta                        rune = 0x1D1C8
	MusicalSymbolTempusPerfectumCumProlationePerfectaDiminution1               rune = 0x1D1C9
	MusicalSymbolTempusImperfectumCumProlationePerfecta                        rune = 0x1D1CA
	MusicalSymbolTempusImperfectumCumProlationeImperfecta                      rune = 0x1D1CB
	MusicalSymbolTempusImperfectumCumProlationeImperfectaDiminution1           rune = 0x1D1CC
	MusicalSymbolTempusImperfectumCumProlationeImperfectaDiminution2           rune = 0x1D1CD
	MusicalSymbolTempusImperfectumCumProlationeImperfectaDiminution3           rune = 0x1D1CE
	MusicalSymbolCroix                                                         rune = 0x1D1CF
	MusicalSymbolGregorianCClef                                                rune = 0x1D1D0
	MusicalSymbolGregorianFClef                                                rune = 0x1D1D1
	MusicalSymbolSquareB                                                       rune = 0x1D1D2
	MusicalSymbolVirga                                                         rune = 0x1D1D3
	MusicalSymbolPodatus                                                       rune = 0x1D1D4
	MusicalSymbolClivis                                                        rune = 0x1D1D5
	MusicalSymbolScandicus                                                     rune = 0x1D1D6
	MusicalSymbolClimacus                                                      rune = 0x1D1D7
	MusicalSymbolTorculus                                                      rune = 0x1D1D8
	MusicalSymbolPorrectus                                                     rune = 0x1D1D9
	MusicalSymbolPorrectusFlexus                                               rune = 0x1D1DA
	MusicalSymbolScandicusFlexus                                               rune = 0x1D1DB
	MusicalSymbolTorculusResupinus                                             rune = 0x1D1DC
	MusicalSymbolPesSubpunctis                                                 rune = 0x1D1DD
	MusicalSymbolKievanCClef                                                   rune = 0x1D1DE
	MusicalSymbolKievanEndOfPiece                                              rune = 0x1D1DF
	MusicalSymbolKievanFinalNote                                               rune = 0x1D1E0
	MusicalSymbolKievanRecitativeMark                                          rune = 0x1D1E1
	MusicalSymbolKievanWholeNote                                               rune = 0x1D1E2
	MusicalSymbolKievanHalfNote                                                rune = 0x1D1E3
	MusicalSymbolKievanQuarterNoteStemDown                                     rune = 0x1D1E4
	MusicalSymbolKievanQuarterNoteStemUp                                       rune = 0x1D1E5
	MusicalSymbolKievanEighthNoteStemDown                                      rune = 0x1D1E6
	MusicalSymbolKievanEighthNoteStemUp                                        rune = 0x1D1E7
	MusicalSymbolKievanFlatSign                                                rune = 0x1D1E8
	GreekVocalNotationSymbol1                                                  rune = 0x1D200
	GreekVocalNotationSymbol2                                                  rune = 0x1D201
	GreekVocalNotationSymbol3                                                  rune = 0x1D202
	GreekVocalNotationSymbol4                                                  rune = 0x1D203
	GreekVocalNotationSymbol5                                                  rune = 0x1D204
	GreekVocalNotationSymbol6                                                  rune = 0x1D205
	GreekVocalNotationSymbol7                                                  rune = 0x1D206
	GreekVocalNotationSymbol8                                                  rune = 0x1D207
	GreekVocalNotationSymbol9                                                  rune = 0x1D208
	GreekVocalNotationSymbol10                                                 rune = 0x1D209
	GreekVocalNotationSymbol11                                                 rune = 0x1D20A
	GreekVocalNotationSymbol12                                                 rune = 0x1D20B
	GreekVocalNotationSymbol13                                                 rune = 0x1D20C
	GreekVocalNotationSymbol14                                                 rune = 0x1D20D
	GreekVocalNotationSymbol15                                                 rune = 0x1D20E
	GreekVocalNotationSymbol16                                                 rune = 0x1D20F
	GreekVocalNotationSymbol17                                                 rune = 0x1D210
	GreekVocalNotationSymbol18                                                 rune = 0x1D211
	GreekVocalNotationSymbol19                                                 rune = 0x1D212
	GreekVocalNotationSymbol20                                                 rune = 0x1D213
	GreekVocalNotationSymbol21                                                 rune = 0x1D214
	GreekVocalNotationSymbol22                                                 rune = 0x1D215
	GreekVocalNotationSymbol23                                                 rune = 0x1D216
	GreekVocalNotationSymbol24                                                 rune = 0x1D217
	GreekVocalNotationSymbol50                                                 rune = 0x1D218
	GreekVocalNotationSymbol51                                                 rune = 0x1D219
	GreekVocalNotationSymbol52                                                 rune = 0x1D21A
	GreekVocalNotationSymbol53                                                 rune = 0x1D21B
	GreekVocalNotationSymbol54                                                 rune = 0x1D21C
	GreekInstrumentalNotationSymbol1                                           rune = 0x1D21D
	GreekInstrumentalNotationSymbol2                                           rune = 0x1D21E
	GreekInstrumentalNotationSymbol4                                           rune = 0x1D21F
	GreekInstrumentalNotationSymbol5                                           rune = 0x1D220
	GreekInstrumentalNotationSymbol7                                           rune = 0x1D221
	GreekInstrumentalNotationSymbol8                                           rune = 0x1D222
	GreekInstrumentalNotationSymbol11                                          rune = 0x1D223
	GreekInstrumentalNotationSymbol12                                          rune = 0x1D224
	GreekInstrumentalNotationSymbol13                                          rune = 0x1D225
	GreekInstrumentalNotationSymbol14                                          rune = 0x1D226
	GreekInstrumentalNotationSymbol17                                          rune = 0x1D227
	GreekInstrumentalNotationSymbol18                                          rune = 0x1D228
	GreekInstrumentalNotationSymbol19                                          rune = 0x1D229
	GreekInstrumentalNotationSymbol23                                          rune = 0x1D22A
	GreekInstrumentalNotationSymbol24                                          rune = 0x1D22B
	GreekInstrumentalNotationSymbol25                                          rune = 0x1D22C
	GreekInstrumentalNotationSymbol26                                          rune = 0x1D22D
	GreekInstrumentalNotationSymbol27                                          rune = 0x1D22E
	GreekInstrumentalNotationSymbol29                                          rune = 0x1D22F
	GreekInstrumentalNotationSymbol30                                          rune = 0x1D230
	GreekInstrumentalNotationSymbol32                                          rune = 0x1D231
	GreekInstrumentalNotationSymbol36                                          rune = 0x1D232
	GreekInstrumentalNotationSymbol37                                          rune = 0x1D233
	GreekInstrumentalNotationSymbol38                                          rune = 0x1D234
	GreekInstrumentalNotationSymbol39                                          rune = 0x1D235
	GreekInstrumentalNotationSymbol40                                          rune = 0x1D236
	GreekInstrumentalNotationSymbol42                                          rune = 0x1D237
	GreekInstrumentalNotationSymbol43                                          rune = 0x1D238
	GreekInstrumentalNotationSymbol45                                          rune = 0x1D239
	GreekInstrumentalNotationSymbol47                                          rune = 0x1D23A
	GreekInstrumentalNotationSymbol48                                          rune = 0x1D23B
	GreekInstrumentalNotationSymbol49                                          rune = 0x1D23C
	GreekInstrumentalNotationSymbol50                                          rune = 0x1D23D
	GreekInstrumentalNotationSymbol51                                          rune = 0x1D23E
	GreekInstrumentalNotationSymbol52                                          rune = 0x1D23F
	GreekInstrumentalNotationSymbol53                                          rune = 0x1D240
	GreekInstrumentalNotationSymbol54                                          rune = 0x1D241
	CombiningGreekMusicalTriseme                                               rune = 0x1D242
	CombiningGreekMusicalTetraseme                                             rune = 0x1D243
	CombiningGreekMusicalPentaseme                                             rune = 0x1D244
	GreekMusicalLeimma                                                         rune = 0x1D245
	MayanNumeralZero                                                           rune = 0x1D2E0
	MayanNumeralOne                                                            rune = 0x1D2E1
	MayanNumeralTwo                                                            rune = 0x1D2E2
	MayanNumeralThree                                                          rune = 0x1D2E3
	MayanNumeralFour                                                           rune = 0x1D2E4
	MayanNumeralFive                                                           rune = 0x1D2E5
	MayanNumeralSix                                                            rune = 0x1D2E6
	MayanNumeralSeven                                                          rune = 0x1D2E7
	MayanNumeralEight                                                          rune = 0x1D2E8
	MayanNumeralNine                                                           rune = 0x1D2E9
	MayanNumeralTen                                                            rune = 0x1D2EA
	MayanNumeralEleven                                                         rune = 0x1D2EB
	MayanNumeralTwelve                                                         rune = 0x1D2EC
	MayanNumeralThirteen                                                       rune = 0x1D2ED
	MayanNumeralFourteen                                                       rune = 0x1D2EE
	MayanNumeralFifteen                                                        rune = 0x1D2EF
	MayanNumeralSixteen                                                        rune = 0x1D2F0
	MayanNumeralSeventeen                                                      rune = 0x1D2F1
	MayanNumeralEighteen                                                       rune = 0x1D2F2
	MayanNumeralNineteen                                                       rune = 0x1D2F3
	MonogramForEarth                                                           rune = 0x1D300
	DigramForHeavenlyEarth                                                     rune = 0x1D301
	DigramForHumanEarth                                                        rune = 0x1D302
	DigramForEarthlyHeaven                                                     rune = 0x1D303
	DigramForEarthlyHuman                                                      rune = 0x1D304
	DigramForEarth                                                             rune = 0x1D305
	TetragramForCentre                                                         rune = 0x1D306
	TetragramForFullCircle                                                     rune = 0x1D307
	TetragramForMired                                                          rune = 0x1D308
	TetragramForBarrier                                                        rune = 0x1D309
	TetragramForKeepingSmall                                                   rune = 0x1D30A
	TetragramForContrariety                                                    rune = 0x1D30B
	TetragramForAscent                                                         rune = 0x1D30C
	TetragramForOpposition                                                     rune = 0x1D30D
	TetragramForBranchingOut                                                   rune = 0x1D30E
	TetragramForDefectivenessOrDistortion                                      rune = 0x1D30F
	TetragramForDivergence                                                     rune = 0x1D310
	TetragramForYouthfulness                                                   rune = 0x1D311
	TetragramForIncrease                                                       rune = 0x1D312
	TetragramForPenetration                                                    rune = 0x1D313
	TetragramForReach                                                          rune = 0x1D314
	TetragramForContact                                                        rune = 0x1D315
	TetragramForHoldingBack                                                    rune = 0x1D316
	TetragramForWaiting                                                        rune = 0x1D317
	TetragramForFollowing                                                      rune = 0x1D318
	TetragramForAdvance                                                        rune = 0x1D319
	TetragramForRelease                                                        rune = 0x1D31A
	TetragramForResistance                                                     rune = 0x1D31B
	TetragramForEase                                                           rune = 0x1D31C
	TetragramForJoy                                                            rune = 0x1D31D
	TetragramForContention                                                     rune = 0x1D31E
	TetragramForEndeavour                                                      rune = 0x1D31F
	TetragramForDuties                                                         rune = 0x1D320
	TetragramForChange                                                         rune = 0x1D321
	TetragramForDecisiveness                                                   rune = 0x1D322
	TetragramForBoldResolution                                                 rune = 0x1D323
	TetragramForPacking                                                        rune = 0x1D324
	TetragramForLegion                                                         rune = 0x1D325
	TetragramForCloseness                                                      rune = 0x1D326
	TetragramForKinship                                                        rune = 0x1D327
	TetragramForGathering                                                      rune = 0x1D328
	TetragramForStrength                                                       rune = 0x1D329
	TetragramForPurity                                                         rune = 0x1D32A
	TetragramForFullness                                                       rune = 0x1D32B
	TetragramForResidence                                                      rune = 0x1D32C
	TetragramForLawOrModel                                                     rune = 0x1D32D
	TetragramForResponse                                                       rune = 0x1D32E
	TetragramForGoingToMeet                                                    rune = 0x1D32F
	TetragramForEncounters                                                     rune = 0x1D330
	TetragramForStove                                                          rune = 0x1D331
	TetragramForGreatness                                                      rune = 0x1D332
	TetragramForEnlargement                                                    rune = 0x1D333
	TetragramForPattern                                                        rune = 0x1D334
	TetragramForRitual                                                         rune = 0x1D335
	TetragramForFlight                                                         rune = 0x1D336
	TetragramForVastnessOrWasting                                              rune = 0x1D337
	TetragramForConstancy                                                      rune = 0x1D338
	TetragramForMeasure                                                        rune = 0x1D339
	TetragramForEternity                                                       rune = 0x1D33A
	TetragramForUnity                                                          rune = 0x1D33B
	TetragramForDiminishment                                                   rune = 0x1D33C
	TetragramForClosedMouth                                                    rune = 0x1D33D
	TetragramForGuardedness                                                    rune = 0x1D33E
	TetragramForGatheringIn                                                    rune = 0x1D33F
	TetragramForMassing                                                        rune = 0x1D340
	TetragramForAccumulation                                                   rune = 0x1D341
	TetragramForEmbellishment                                                  rune = 0x1D342
	TetragramForDoubt                                                          rune = 0x1D343
	TetragramForWatch                                                          rune = 0x1D344
	TetragramForSinking                                                        rune = 0x1D345
	TetragramForInner                                                          rune = 0x1D346
	TetragramForDeparture                                                      rune = 0x1D347
	TetragramForDarkening                                                      rune = 0x1D348
	TetragramForDimming                                                        rune = 0x1D349
	TetragramForExhaustion                                                     rune = 0x1D34A
	TetragramForSeverance                                                      rune = 0x1D34B
	TetragramForStoppage                                                       rune = 0x1D34C
	TetragramForHardness                                                       rune = 0x1D34D
	TetragramForCompletion                                                     rune = 0x1D34E
	TetragramForClosure                                                        rune = 0x1D34F
	TetragramForFailure                                                        rune = 0x1D350
	TetragramForAggravation                                                    rune = 0x1D351
	TetragramForCompliance                                                     rune = 0x1D352
	TetragramForOnTheVerge                                                     rune = 0x1D353
	TetragramForDifficulties                                                   rune = 0x1D354
	TetragramForLabouring                                                      rune = 0x1D355
	TetragramForFostering                                                      rune = 0x1D356
	CountingRodUnitDigitOne                                                    rune = 0x1D360
	CountingRodUnitDigitTwo                                                    rune = 0x1D361
	CountingRodUnitDigitThree                                                  rune = 0x1D362
	CountingRodUnitDigitFour                                                   rune = 0x1D363
	CountingRodUnitDigitFive                                                   rune = 0x1D364
	CountingRodUnitDigitSix                                                    rune = 0x1D365
	CountingRodUnitDigitSeven                                                  rune = 0x1D366
	CountingRodUnitDigitEight                                                  rune = 0x1D367
	CountingRodUnitDigitNine                                                   rune = 0x1D368
	CountingRodTensDigitOne                                                    rune = 0x1D369
	CountingRodTensDigitTwo                                                    rune = 0x1D36A
	CountingRodTensDigitThree                                                  rune = 0x1D36B
	CountingRodTensDigitFour                                                   rune = 0x1D36C
	CountingRodTensDigitFive                                                   rune = 0x1D36D
	CountingRodTensDigitSix                                                    rune = 0x1D36E
	CountingRodTensDigitSeven                                                  rune = 0x1D36F
	CountingRodTensDigitEight                                                  rune = 0x1D370
	CountingRodTensDigitNine                                                   rune = 0x1D371
	IdeographicTallyMarkOne                                                    rune = 0x1D372
	IdeographicTallyMarkTwo                                                    rune = 0x1D373
	IdeographicTallyMarkThree                                                  rune = 0x1D374
	IdeographicTallyMarkFour                                                   rune = 0x1D375
	IdeographicTallyMarkFive                                                   rune = 0x1D376
	TallyMarkOne                                                               rune = 0x1D377
	TallyMarkFive                                                              rune = 0x1D378
	MathematicalBoldCapitalA                                                   rune = 0x1D400
	MathematicalBoldCapitalB                                                   rune = 0x1D401
	MathematicalBoldCapitalC                                                   rune = 0x1D402
	MathematicalBoldCapitalD                                                   rune = 0x1D403
	MathematicalBoldCapitalE                                                   rune = 0x1D404
	MathematicalBoldCapitalF                                                   rune = 0x1D405
	MathematicalBoldCapitalG                                                   rune = 0x1D406
	MathematicalBoldCapitalH                                                   rune = 0x1D407
	MathematicalBoldCapitalI                                                   rune = 0x1D408
	MathematicalBoldCapitalJ                                                   rune = 0x1D409
	MathematicalBoldCapitalK                                                   rune = 0x1D40A
	MathematicalBoldCapitalL                                                   rune = 0x1D40B
	MathematicalBoldCapitalM                                                   rune = 0x1D40C
	MathematicalBoldCapitalN                                                   rune = 0x1D40D
	MathematicalBoldCapitalO                                                   rune = 0x1D40E
	MathematicalBoldCapitalP                                                   rune = 0x1D40F
	MathematicalBoldCapitalQ                                                   rune = 0x1D410
	MathematicalBoldCapitalR                                                   rune = 0x1D411
	MathematicalBoldCapitalS                                                   rune = 0x1D412
	MathematicalBoldCapitalT                                                   rune = 0x1D413
	MathematicalBoldCapitalU                                                   rune = 0x1D414
	MathematicalBoldCapitalV                                                   rune = 0x1D415
	MathematicalBoldCapitalW                                                   rune = 0x1D416
	MathematicalBoldCapitalX                                                   rune = 0x1D417
	MathematicalBoldCapitalY                                                   rune = 0x1D418
	MathematicalBoldCapitalZ                                                   rune = 0x1D419
	MathematicalBoldSmallA                                                     rune = 0x1D41A
	MathematicalBoldSmallB                                                     rune = 0x1D41B
	MathematicalBoldSmallC                                                     rune = 0x1D41C
	MathematicalBoldSmallD                                                     rune = 0x1D41D
	MathematicalBoldSmallE                                                     rune = 0x1D41E
	MathematicalBoldSmallF                                                     rune = 0x1D41F
	MathematicalBoldSmallG                                                     rune = 0x1D420
	MathematicalBoldSmallH                                                     rune = 0x1D421
	MathematicalBoldSmallI                                                     rune = 0x1D422
	MathematicalBoldSmallJ                                                     rune = 0x1D423
	MathematicalBoldSmallK                                                     rune = 0x1D424
	MathematicalBoldSmallL                                                     rune = 0x1D425
	MathematicalBoldSmallM                                                     rune = 0x1D426
	MathematicalBoldSmallN                                                     rune = 0x1D427
	MathematicalBoldSmallO                                                     rune = 0x1D428
	MathematicalBoldSmallP                                                     rune = 0x1D429
	MathematicalBoldSmallQ                                                     rune = 0x1D42A
	MathematicalBoldSmallR                                                     rune = 0x1D42B
	MathematicalBoldSmallS                                                     rune = 0x1D42C
	MathematicalBoldSmallT                                                     rune = 0x1D42D
	MathematicalBoldSmallU                                                     rune = 0x1D42E
	MathematicalBoldSmallV                                                     rune = 0x1D42F
	MathematicalBoldSmallW                                                     rune = 0x1D430
	MathematicalBoldSmallX                                                     rune = 0x1D431
	MathematicalBoldSmallY                                                     rune = 0x1D432
	MathematicalBoldSmallZ                                                     rune = 0x1D433
	MathematicalItalicCapitalA                                                 rune = 0x1D434
	MathematicalItalicCapitalB                                                 rune = 0x1D435
	MathematicalItalicCapitalC                                                 rune = 0x1D436
	MathematicalItalicCapitalD                                                 rune = 0x1D437
	MathematicalItalicCapitalE                                                 rune = 0x1D438
	MathematicalItalicCapitalF                                                 rune = 0x1D439
	MathematicalItalicCapitalG                                                 rune = 0x1D43A
	MathematicalItalicCapitalH                                                 rune = 0x1D43B
	MathematicalItalicCapitalI                                                 rune = 0x1D43C
	MathematicalItalicCapitalJ                                                 rune = 0x1D43D
	MathematicalItalicCapitalK                                                 rune = 0x1D43E
	MathematicalItalicCapitalL                                                 rune = 0x1D43F
	MathematicalItalicCapitalM                                                 rune = 0x1D440
	MathematicalItalicCapitalN                                                 rune = 0x1D441
	MathematicalItalicCapitalO                                                 rune = 0x1D442
	MathematicalItalicCapitalP                                                 rune = 0x1D443
	MathematicalItalicCapitalQ                                                 rune = 0x1D444
	MathematicalItalicCapitalR                                                 rune = 0x1D445
	MathematicalItalicCapitalS                                                 rune = 0x1D446
	MathematicalItalicCapitalT                                                 rune = 0x1D447
	MathematicalItalicCapitalU                                                 rune = 0x1D448
	MathematicalItalicCapitalV                                                 rune = 0x1D449
	MathematicalItalicCapitalW                                                 rune = 0x1D44A
	MathematicalItalicCapitalX                                                 rune = 0x1D44B
	MathematicalItalicCapitalY                                                 rune = 0x1D44C
	MathematicalItalicCapitalZ                                                 rune = 0x1D44D
	MathematicalItalicSmallA                                                   rune = 0x1D44E
	MathematicalItalicSmallB                                                   rune = 0x1D44F
	MathematicalItalicSmallC                                                   rune = 0x1D450
	MathematicalItalicSmallD                                                   rune = 0x1D451
	MathematicalItalicSmallE                                                   rune = 0x1D452
	MathematicalItalicSmallF                                                   rune = 0x1D453
	MathematicalItalicSmallG                                                   rune = 0x1D454
	MathematicalItalicSmallI                                                   rune = 0x1D456
	MathematicalItalicSmallJ                                                   rune = 0x1D457
	MathematicalItalicSmallK                                                   rune = 0x1D458
	MathematicalItalicSmallL                                                   rune = 0x1D459
	MathematicalItalicSmallM                                                   rune = 0x1D45A
	MathematicalItalicSmallN                                                   rune = 0x1D45B
	MathematicalItalicSmallO                                                   rune = 0x1D45C
	MathematicalItalicSmallP                                                   rune = 0x1D45D
	MathematicalItalicSmallQ                                                   rune = 0x1D45E
	MathematicalItalicSmallR                                                   rune = 0x1D45F
	MathematicalItalicSmallS                                                   rune = 0x1D460
	MathematicalItalicSmallT                                                   rune = 0x1D461
	MathematicalItalicSmallU                                                   rune = 0x1D462
	MathematicalItalicSmallV                                                   rune = 0x1D463
	MathematicalItalicSmallW                                                   rune = 0x1D464
	MathematicalItalicSmallX                                                   rune = 0x1D465
	MathematicalItalicSmallY                                                   rune = 0x1D466
	MathematicalItalicSmallZ                                                   rune = 0x1D467
	MathematicalBoldItalicCapitalA                                             rune = 0x1D468
	MathematicalBoldItalicCapitalB                                             rune = 0x1D469
	MathematicalBoldItalicCapitalC                                             rune = 0x1D46A
	MathematicalBoldItalicCapitalD                                             rune = 0x1D46B
	MathematicalBoldItalicCapitalE                                             rune = 0x1D46C
	MathematicalBoldItalicCapitalF                                             rune = 0x1D46D
	MathematicalBoldItalicCapitalG                                             rune = 0x1D46E
	MathematicalBoldItalicCapitalH                                             rune = 0x1D46F
	MathematicalBoldItalicCapitalI                                             rune = 0x1D470
	MathematicalBoldItalicCapitalJ                                             rune = 0x1D471
	MathematicalBoldItalicCapitalK                                             rune = 0x1D472
	MathematicalBoldItalicCapitalL                                             rune = 0x1D473
	MathematicalBoldItalicCapitalM                                             rune = 0x1D474
	MathematicalBoldItalicCapitalN                                             rune = 0x1D475
	MathematicalBoldItalicCapitalO                                             rune = 0x1D476
	MathematicalBoldItalicCapitalP                                             rune = 0x1D477
	MathematicalBoldItalicCapitalQ                                             rune = 0x1D478
	MathematicalBoldItalicCapitalR                                             rune = 0x1D479
	MathematicalBoldItalicCapitalS                                             rune = 0x1D47A
	MathematicalBoldItalicCapitalT                                             rune = 0x1D47B
	MathematicalBoldItalicCapitalU                                             rune = 0x1D47C
	MathematicalBoldItalicCapitalV                                             rune = 0x1D47D
	MathematicalBoldItalicCapitalW                                             rune = 0x1D47E
	MathematicalBoldItalicCapitalX                                             rune = 0x1D47F
	MathematicalBoldItalicCapitalY                                             rune = 0x1D480
	MathematicalBoldItalicCapitalZ                                             rune = 0x1D481
	MathematicalBoldItalicSmallA                                               rune = 0x1D482
	MathematicalBoldItalicSmallB                                               rune = 0x1D483
	MathematicalBoldItalicSmallC                                               rune = 0x1D484
	MathematicalBoldItalicSmallD                                               rune = 0x1D485
	MathematicalBoldItalicSmallE                                               rune = 0x1D486
	MathematicalBoldItalicSmallF                                               rune = 0x1D487
	MathematicalBoldItalicSmallG                                               rune = 0x1D488
	MathematicalBoldItalicSmallH                                               rune = 0x1D489
	MathematicalBoldItalicSmallI                                               rune = 0x1D48A
	MathematicalBoldItalicSmallJ                                               rune = 0x1D48B
	MathematicalBoldItalicSmallK                                               rune = 0x1D48C
	MathematicalBoldItalicSmallL                                               rune = 0x1D48D
	MathematicalBoldItalicSmallM                                               rune = 0x1D48E
	MathematicalBoldItalicSmallN                                               rune = 0x1D48F
	MathematicalBoldItalicSmallO                                               rune = 0x1D490
	MathematicalBoldItalicSmallP                                               rune = 0x1D491
	MathematicalBoldItalicSmallQ                                               rune = 0x1D492
	MathematicalBoldItalicSmallR                                               rune = 0x1D493
	MathematicalBoldItalicSmallS                                               rune = 0x1D494
	MathematicalBoldItalicSmallT                                               rune = 0x1D495
	MathematicalBoldItalicSmallU                                               rune = 0x1D496
	MathematicalBoldItalicSmallV                                               rune = 0x1D497
	MathematicalBoldItalicSmallW                                               rune = 0x1D498
	MathematicalBoldItalicSmallX                                               rune = 0x1D499
	MathematicalBoldItalicSmallY                                               rune = 0x1D49A
	MathematicalBoldItalicSmallZ                                               rune = 0x1D49B
	MathematicalScriptCapitalA                                                 rune = 0x1D49C
	MathematicalScriptCapitalC                                                 rune = 0x1D49E
	MathematicalScriptCapitalD                                                 rune = 0x1D49F
	MathematicalScriptCapitalG                                                 rune = 0x1D4A2
	MathematicalScriptCapitalJ                                                 rune = 0x1D4A5
	MathematicalScriptCapitalK                                                 rune = 0x1D4A6
	MathematicalScriptCapitalN                                                 rune = 0x1D4A9
	MathematicalScriptCapitalO                                                 rune = 0x1D4AA
	MathematicalScriptCapitalP                                                 rune = 0x1D4AB
	MathematicalScriptCapitalQ                                                 rune = 0x1D4AC
	MathematicalScriptCapitalS                                                 rune = 0x1D4AE
	MathematicalScriptCapitalT                                                 rune = 0x1D4AF
	MathematicalScriptCapitalU                                                 rune = 0x1D4B0
	MathematicalScriptCapitalV                                                 rune = 0x1D4B1
	MathematicalScriptCapitalW                                                 rune = 0x1D4B2
	MathematicalScriptCapitalX                                                 rune = 0x1D4B3
	MathematicalScriptCapitalY                                                 rune = 0x1D4B4
	MathematicalScriptCapitalZ                                                 rune = 0x1D4B5
	MathematicalScriptSmallA                                                   rune = 0x1D4B6
	MathematicalScriptSmallB                                                   rune = 0x1D4B7
	MathematicalScriptSmallC                                                   rune = 0x1D4B8
	MathematicalScriptSmallD                                                   rune = 0x1D4B9
	MathematicalScriptSmallF                                                   rune = 0x1D4BB
	MathematicalScriptSmallH                                                   rune = 0x1D4BD
	MathematicalScriptSmallI                                                   rune = 0x1D4BE
	MathematicalScriptSmallJ                                                   rune = 0x1D4BF
	MathematicalScriptSmallK                                                   rune = 0x1D4C0
	MathematicalScriptSmallL                                                   rune = 0x1D4C1
	MathematicalScriptSmallM                                                   rune = 0x1D4C2
	MathematicalScriptSmallN                                                   rune = 0x1D4C3
	MathematicalScriptSmallP                                                   rune = 0x1D4C5
	MathematicalScriptSmallQ                                                   rune = 0x1D4C6
	MathematicalScriptSmallR                                                   rune = 0x1D4C7
	MathematicalScriptSmallS                                                   rune = 0x1D4C8
	MathematicalScriptSmallT                                                   rune = 0x1D4C9
	MathematicalScriptSmallU                                                   rune = 0x1D4CA
	MathematicalScriptSmallV                                                   rune = 0x1D4CB
	MathematicalScriptSmallW                                                   rune = 0x1D4CC
	MathematicalScriptSmallX                                                   rune = 0x1D4CD
	MathematicalScriptSmallY                                                   rune = 0x1D4CE
	MathematicalScriptSmallZ                                                   rune = 0x1D4CF
	MathematicalBoldScriptCapitalA                                             rune = 0x1D4D0
	MathematicalBoldScriptCapitalB                                             rune = 0x1D4D1
	MathematicalBoldScriptCapitalC                                             rune = 0x1D4D2
	MathematicalBoldScriptCapitalD                                             rune = 0x1D4D3
	MathematicalBoldScriptCapitalE                                             rune = 0x1D4D4
	MathematicalBoldScriptCapitalF                                             rune = 0x1D4D5
	MathematicalBoldScriptCapitalG                                             rune = 0x1D4D6
	MathematicalBoldScriptCapitalH                                             rune = 0x1D4D7
	MathematicalBoldScriptCapitalI                                             rune = 0x1D4D8
	MathematicalBoldScriptCapitalJ                                             rune = 0x1D4D9
	MathematicalBoldScriptCapitalK                                             rune = 0x1D4DA
	MathematicalBoldScriptCapitalL                                             rune = 0x1D4DB
	MathematicalBoldScriptCapitalM                                             rune = 0x1D4DC
	MathematicalBoldScriptCapitalN                                             rune = 0x1D4DD
	MathematicalBoldScriptCapitalO                                             rune = 0x1D4DE
	MathematicalBoldScriptCapitalP                                             rune = 0x1D4DF
	MathematicalBoldScriptCapitalQ                                             rune = 0x1D4E0
	MathematicalBoldScriptCapitalR                                             rune = 0x1D4E1
	MathematicalBoldScriptCapitalS                                             rune = 0x1D4E2
	MathematicalBoldScriptCapitalT                                             rune = 0x1D4E3
	MathematicalBoldScriptCapitalU                                             rune = 0x1D4E4
	MathematicalBoldScriptCapitalV                                             rune = 0x1D4E5
	MathematicalBoldScriptCapitalW                                             rune = 0x1D4E6
	MathematicalBoldScriptCapitalX                                             rune = 0x1D4E7
	MathematicalBoldScriptCapitalY                                             rune = 0x1D4E8
	MathematicalBoldScriptCapitalZ                                             rune = 0x1D4E9
	MathematicalBoldScriptSmallA                                               rune = 0x1D4EA
	MathematicalBoldScriptSmallB                                               rune = 0x1D4EB
	MathematicalBoldScriptSmallC                                               rune = 0x1D4EC
	MathematicalBoldScriptSmallD                                               rune = 0x1D4ED
	MathematicalBoldScriptSmallE                                               rune = 0x1D4EE
	MathematicalBoldScriptSmallF                                               rune = 0x1D4EF
	MathematicalBoldScriptSmallG                                               rune = 0x1D4F0
	MathematicalBoldScriptSmallH                                               rune = 0x1D4F1
	MathematicalBoldScriptSmallI                                               rune = 0x1D4F2
	MathematicalBoldScriptSmallJ                                               rune = 0x1D4F3
	MathematicalBoldScriptSmallK                                               rune = 0x1D4F4
	MathematicalBoldScriptSmallL                                               rune = 0x1D4F5
	MathematicalBoldScriptSmallM                                               rune = 0x1D4F6
	MathematicalBoldScriptSmallN                                               rune = 0x1D4F7
	MathematicalBoldScriptSmallO                                               rune = 0x1D4F8
	MathematicalBoldScriptSmallP                                               rune = 0x1D4F9
	MathematicalBoldScriptSmallQ                                               rune = 0x1D4FA
	MathematicalBoldScriptSmallR                                               rune = 0x1D4FB
	MathematicalBoldScriptSmallS                                               rune = 0x1D4FC
	MathematicalBoldScriptSmallT                                               rune = 0x1D4FD
	MathematicalBoldScriptSmallU                                               rune = 0x1D4FE
	MathematicalBoldScriptSmallV                                               rune = 0x1D4FF
	MathematicalBoldScriptSmallW                                               rune = 0x1D500
	MathematicalBoldScriptSmallX                                               rune = 0x1D501
	MathematicalBoldScriptSmallY                                               rune = 0x1D502
	MathematicalBoldScriptSmallZ                                               rune = 0x1D503
	MathematicalFrakturCapitalA                                                rune = 0x1D504
	MathematicalFrakturCapitalB                                                rune = 0x1D505
	MathematicalFrakturCapitalD                                                rune = 0x1D507
	MathematicalFrakturCapitalE                                                rune = 0x1D508
	MathematicalFrakturCapitalF                                                rune = 0x1D509
	MathematicalFrakturCapitalG                                                rune = 0x1D50A
	MathematicalFrakturCapitalJ                                                rune = 0x1D50D
	MathematicalFrakturCapitalK                                                rune = 0x1D50E
	MathematicalFrakturCapitalL                                                rune = 0x1D50F
	MathematicalFrakturCapitalM                                                rune = 0x1D510
	MathematicalFrakturCapitalN                                                rune = 0x1D511
	MathematicalFrakturCapitalO                                                rune = 0x1D512
	MathematicalFrakturCapitalP                                                rune = 0x1D513
	MathematicalFrakturCapitalQ                                                rune = 0x1D514
	MathematicalFrakturCapitalS                                                rune = 0x1D516
	MathematicalFrakturCapitalT                                                rune = 0x1D517
	MathematicalFrakturCapitalU                                                rune = 0x1D518
	MathematicalFrakturCapitalV                                                rune = 0x1D519
	MathematicalFrakturCapitalW                                                rune = 0x1D51A
	MathematicalFrakturCapitalX                                                rune = 0x1D51B
	MathematicalFrakturCapitalY                                                rune = 0x1D51C
	MathematicalFrakturSmallA                                                  rune = 0x1D51E
	MathematicalFrakturSmallB                                                  rune = 0x1D51F
	MathematicalFrakturSmallC                                                  rune = 0x1D520
	MathematicalFrakturSmallD                                                  rune = 0x1D521
	MathematicalFrakturSmallE                                                  rune = 0x1D522
	MathematicalFrakturSmallF                                                  rune = 0x1D523
	MathematicalFrakturSmallG                                                  rune = 0x1D524
	MathematicalFrakturSmallH                                                  rune = 0x1D525
	MathematicalFrakturSmallI                                                  rune = 0x1D526
	MathematicalFrakturSmallJ                                                  rune = 0x1D527
	MathematicalFrakturSmallK                                                  rune = 0x1D528
	MathematicalFrakturSmallL                                                  rune = 0x1D529
	MathematicalFrakturSmallM                                                  rune = 0x1D52A
	MathematicalFrakturSmallN                                                  rune = 0x1D52B
	MathematicalFrakturSmallO                                                  rune = 0x1D52C
	MathematicalFrakturSmallP                                                  rune = 0x1D52D
	MathematicalFrakturSmallQ                                                  rune = 0x1D52E
	MathematicalFrakturSmallR                                                  rune = 0x1D52F
	MathematicalFrakturSmallS                                                  rune = 0x1D530
	MathematicalFrakturSmallT                                                  rune = 0x1D531
	MathematicalFrakturSmallU                                                  rune = 0x1D532
	MathematicalFrakturSmallV                                                  rune = 0x1D533
	MathematicalFrakturSmallW                                                  rune = 0x1D534
	MathematicalFrakturSmallX                                                  rune = 0x1D535
	MathematicalFrakturSmallY                                                  rune = 0x1D536
	MathematicalFrakturSmallZ                                                  rune = 0x1D537
	MathematicalDoubleStruckCapitalA                                           rune = 0x1D538
	MathematicalDoubleStruckCapitalB                                           rune = 0x1D539
	MathematicalDoubleStruckCapitalD                                           rune = 0x1D53B
	MathematicalDoubleStruckCapitalE                                           rune = 0x1D53C
	MathematicalDoubleStruckCapitalF                                           rune = 0x1D53D
	MathematicalDoubleStruckCapitalG                                           rune = 0x1D53E
	MathematicalDoubleStruckCapitalI                                           rune = 0x1D540
	MathematicalDoubleStruckCapitalJ                                           rune = 0x1D541
	MathematicalDoubleStruckCapitalK                                           rune = 0x1D542
	MathematicalDoubleStruckCapitalL                                           rune = 0x1D543
	MathematicalDoubleStruckCapitalM                                           rune = 0x1D544
	MathematicalDoubleStruckCapitalO                                           rune = 0x1D546
	MathematicalDoubleStruckCapitalS                                           rune = 0x1D54A
	MathematicalDoubleStruckCapitalT                                           rune = 0x1D54B
	MathematicalDoubleStruckCapitalU                                           rune = 0x1D54C
	MathematicalDoubleStruckCapitalV                                           rune = 0x1D54D
	MathematicalDoubleStruckCapitalW                                           rune = 0x1D54E
	MathematicalDoubleStruckCapitalX                                           rune = 0x1D54F
	MathematicalDoubleStruckCapitalY                                           rune = 0x1D550
	MathematicalDoubleStruckSmallA                                             rune = 0x1D552
	MathematicalDoubleStruckSmallB                                             rune = 0x1D553
	MathematicalDoubleStruckSmallC                                             rune = 0x1D554
	MathematicalDoubleStruckSmallD                                             rune = 0x1D555
	MathematicalDoubleStruckSmallE                                             rune = 0x1D556
	MathematicalDoubleStruckSmallF                                             rune = 0x1D557
	MathematicalDoubleStruckSmallG                                             rune = 0x1D558
	MathematicalDoubleStruckSmallH                                             rune = 0x1D559
	MathematicalDoubleStruckSmallI                                             rune = 0x1D55A
	MathematicalDoubleStruckSmallJ                                             rune = 0x1D55B
	MathematicalDoubleStruckSmallK                                             rune = 0x1D55C
	MathematicalDoubleStruckSmallL                                             rune = 0x1D55D
	MathematicalDoubleStruckSmallM                                             rune = 0x1D55E
	MathematicalDoubleStruckSmallN                                             rune = 0x1D55F
	MathematicalDoubleStruckSmallO                                             rune = 0x1D560
	MathematicalDoubleStruckSmallP                                             rune = 0x1D561
	MathematicalDoubleStruckSmallQ                                             rune = 0x1D562
	MathematicalDoubleStruckSmallR                                             rune = 0x1D563
	MathematicalDoubleStruckSmallS                                             rune = 0x1D564
	MathematicalDoubleStruckSmallT                                             rune = 0x1D565
	MathematicalDoubleStruckSmallU                                             rune = 0x1D566
	MathematicalDoubleStruckSmallV                                             rune = 0x1D567
	MathematicalDoubleStruckSmallW                                             rune = 0x1D568
	MathematicalDoubleStruckSmallX                                             rune = 0x1D569
	MathematicalDoubleStruckSmallY                                             rune = 0x1D56A
	MathematicalDoubleStruckSmallZ                                             rune = 0x1D56B
	MathematicalBoldFrakturCapitalA                                            rune = 0x1D56C
	MathematicalBoldFrakturCapitalB                                            rune = 0x1D56D
	MathematicalBoldFrakturCapitalC                                            rune = 0x1D56E
	MathematicalBoldFrakturCapitalD                                            rune = 0x1D56F
	MathematicalBoldFrakturCapitalE                                            rune = 0x1D570
	MathematicalBoldFrakturCapitalF                                            rune = 0x1D571
	MathematicalBoldFrakturCapitalG                                            rune = 0x1D572
	MathematicalBoldFrakturCapitalH                                            rune = 0x1D573
	MathematicalBoldFrakturCapitalI                                            rune = 0x1D574
	MathematicalBoldFrakturCapitalJ                                            rune = 0x1D575
	MathematicalBoldFrakturCapitalK                                            rune = 0x1D576
	MathematicalBoldFrakturCapitalL                                            rune = 0x1D577
	MathematicalBoldFrakturCapitalM                                            rune = 0x1D578
	MathematicalBoldFrakturCapitalN                                            rune = 0x1D579
	MathematicalBoldFrakturCapitalO                                            rune = 0x1D57A
	MathematicalBoldFrakturCapitalP                                            rune = 0x1D57B
	MathematicalBoldFrakturCapitalQ                                            rune = 0x1D57C
	MathematicalBoldFrakturCapitalR                                            rune = 0x1D57D
	MathematicalBoldFrakturCapitalS                                            rune = 0x1D57E
	MathematicalBoldFrakturCapitalT                                            rune = 0x1D57F
	MathematicalBoldFrakturCapitalU                                            rune = 0x1D580
	MathematicalBoldFrakturCapitalV                                            rune = 0x1D581
	MathematicalBoldFrakturCapitalW                                            rune = 0x1D582
	MathematicalBoldFrakturCapitalX                                            rune = 0x1D583
	MathematicalBoldFrakturCapitalY                                            rune = 0x1D584
	MathematicalBoldFrakturCapitalZ                                            rune = 0x1D585
	MathematicalBoldFrakturSmallA                                              rune = 0x1D586
	MathematicalBoldFrakturSmallB                                              rune = 0x1D587
	MathematicalBoldFrakturSmallC                                              rune = 0x1D588
	MathematicalBoldFrakturSmallD                                              rune = 0x1D589
	MathematicalBoldFrakturSmallE                                              rune = 0x1D58A
	MathematicalBoldFrakturSmallF                                              rune = 0x1D58B
	MathematicalBoldFrakturSmallG                                              rune = 0x1D58C
	MathematicalBoldFrakturSmallH                                              rune = 0x1D58D
	MathematicalBoldFrakturSmallI                                              rune = 0x1D58E
	MathematicalBoldFrakturSmallJ                                              rune = 0x1D58F
	MathematicalBoldFrakturSmallK                                              rune = 0x1D590
	MathematicalBoldFrakturSmallL                                              rune = 0x1D591
	MathematicalBoldFrakturSmallM                                              rune = 0x1D592
	MathematicalBoldFrakturSmallN                                              rune = 0x1D593
	MathematicalBoldFrakturSmallO                                              rune = 0x1D594
	MathematicalBoldFrakturSmallP                                              rune = 0x1D595
	MathematicalBoldFrakturSmallQ                                              rune = 0x1D596
	MathematicalBoldFrakturSmallR                                              rune = 0x1D597
	MathematicalBoldFrakturSmallS                                              rune = 0x1D598
	MathematicalBoldFrakturSmallT                                              rune = 0x1D599
	MathematicalBoldFrakturSmallU                                              rune = 0x1D59A
	MathematicalBoldFrakturSmallV                                              rune = 0x1D59B
	MathematicalBoldFrakturSmallW                                              rune = 0x1D59C
	MathematicalBoldFrakturSmallX                                              rune = 0x1D59D
	MathematicalBoldFrakturSmallY                                              rune = 0x1D59E
	MathematicalBoldFrakturSmallZ                                              rune = 0x1D59F
	MathematicalSansSerifCapitalA                                              rune = 0x1D5A0
	MathematicalSansSerifCapitalB                                              rune = 0x1D5A1
	MathematicalSansSerifCapitalC                                              rune = 0x1D5A2
	MathematicalSansSerifCapitalD                                              rune = 0x1D5A3
	MathematicalSansSerifCapitalE                                              rune = 0x1D5A4
	MathematicalSansSerifCapitalF                                              rune = 0x1D5A5
	MathematicalSansSerifCapitalG                                              rune = 0x1D5A6
	MathematicalSansSerifCapitalH                                              rune = 0x1D5A7
	MathematicalSansSerifCapitalI                                              rune = 0x1D5A8
	MathematicalSansSerifCapitalJ                                              rune = 0x1D5A9
	MathematicalSansSerifCapitalK                                              rune = 0x1D5AA
	MathematicalSansSerifCapitalL                                              rune = 0x1D5AB
	MathematicalSansSerifCapitalM                                              rune = 0x1D5AC
	MathematicalSansSerifCapitalN                                              rune = 0x1D5AD
	MathematicalSansSerifCapitalO                                              rune = 0x1D5AE
	MathematicalSansSerifCapitalP                                              rune = 0x1D5AF
	MathematicalSansSerifCapitalQ                                              rune = 0x1D5B0
	MathematicalSansSerifCapitalR                                              rune = 0x1D5B1
	MathematicalSansSerifCapitalS                                              rune = 0x1D5B2
	MathematicalSansSerifCapitalT                                              rune = 0x1D5B3
	MathematicalSansSerifCapitalU                                              rune = 0x1D5B4
	MathematicalSansSerifCapitalV                                              rune = 0x1D5B5
	MathematicalSansSerifCapitalW                                              rune = 0x1D5B6
	MathematicalSansSerifCapitalX                                              rune = 0x1D5B7
	MathematicalSansSerifCapitalY                                              rune = 0x1D5B8
	MathematicalSansSerifCapitalZ                                              rune = 0x1D5B9
	MathematicalSansSerifSmallA                                                rune = 0x1D5BA
	MathematicalSansSerifSmallB                                                rune = 0x1D5BB
	MathematicalSansSerifSmallC                                                rune = 0x1D5BC
	MathematicalSansSerifSmallD                                                rune = 0x1D5BD
	MathematicalSansSerifSmallE                                                rune = 0x1D5BE
	MathematicalSansSerifSmallF                                                rune = 0x1D5BF
	MathematicalSansSerifSmallG                                                rune = 0x1D5C0
	MathematicalSansSerifSmallH                                                rune = 0x1D5C1
	MathematicalSansSerifSmallI                                                rune = 0x1D5C2
	MathematicalSansSerifSmallJ                                                rune = 0x1D5C3
	MathematicalSansSerifSmallK                                                rune = 0x1D5C4
	MathematicalSansSerifSmallL                                                rune = 0x1D5C5
	MathematicalSansSerifSmallM                                                rune = 0x1D5C6
	MathematicalSansSerifSmallN                                                rune = 0x1D5C7
	MathematicalSansSerifSmallO                                                rune = 0x1D5C8
	MathematicalSansSerifSmallP                                                rune = 0x1D5C9
	MathematicalSansSerifSmallQ                                                rune = 0x1D5CA
	MathematicalSansSerifSmallR                                                rune = 0x1D5CB
	MathematicalSansSerifSmallS                                                rune = 0x1D5CC
	MathematicalSansSerifSmallT                                                rune = 0x1D5CD
	MathematicalSansSerifSmallU                                                rune = 0x1D5CE
	MathematicalSansSerifSmallV                                                rune = 0x1D5CF
	MathematicalSansSerifSmallW                                                rune = 0x1D5D0
	MathematicalSansSerifSmallX                                                rune = 0x1D5D1
	MathematicalSansSerifSmallY                                                rune = 0x1D5D2
	MathematicalSansSerifSmallZ                                                rune = 0x1D5D3
	MathematicalSansSerifBoldCapitalA                                          rune = 0x1D5D4
	MathematicalSansSerifBoldCapitalB                                          rune = 0x1D5D5
	MathematicalSansSerifBoldCapitalC                                          rune = 0x1D5D6
	MathematicalSansSerifBoldCapitalD                                          rune = 0x1D5D7
	MathematicalSansSerifBoldCapitalE                                          rune = 0x1D5D8
	MathematicalSansSerifBoldCapitalF                                          rune = 0x1D5D9
	MathematicalSansSerifBoldCapitalG                                          rune = 0x1D5DA
	MathematicalSansSerifBoldCapitalH                                          rune = 0x1D5DB
	MathematicalSansSerifBoldCapitalI                                          rune = 0x1D5DC
	MathematicalSansSerifBoldCapitalJ                                          rune = 0x1D5DD
	MathematicalSansSerifBoldCapitalK                                          rune = 0x1D5DE
	MathematicalSansSerifBoldCapitalL                                          rune = 0x1D5DF
	MathematicalSansSerifBoldCapitalM                                          rune = 0x1D5E0
	MathematicalSansSerifBoldCapitalN                                          rune = 0x1D5E1
	MathematicalSansSerifBoldCapitalO                                          rune = 0x1D5E2
	MathematicalSansSerifBoldCapitalP                                          rune = 0x1D5E3
	MathematicalSansSerifBoldCapitalQ                                          rune = 0x1D5E4
	MathematicalSansSerifBoldCapitalR                                          rune = 0x1D5E5
	MathematicalSansSerifBoldCapitalS                                          rune = 0x1D5E6
	MathematicalSansSerifBoldCapitalT                                          rune = 0x1D5E7
	MathematicalSansSerifBoldCapitalU                                          rune = 0x1D5E8
	MathematicalSansSerifBoldCapitalV                                          rune = 0x1D5E9
	MathematicalSansSerifBoldCapitalW                                          rune = 0x1D5EA
	MathematicalSansSerifBoldCapitalX                                          rune = 0x1D5EB
	MathematicalSansSerifBoldCapitalY                                          rune = 0x1D5EC
	MathematicalSansSerifBoldCapitalZ                                          rune = 0x1D5ED
	MathematicalSansSerifBoldSmallA                                            rune = 0x1D5EE
	MathematicalSansSerifBoldSmallB                                            rune = 0x1D5EF
	MathematicalSansSerifBoldSmallC                                            rune = 0x1D5F0
	MathematicalSansSerifBoldSmallD                                            rune = 0x1D5F1
	MathematicalSansSerifBoldSmallE                                            rune = 0x1D5F2
	MathematicalSansSerifBoldSmallF                                            rune = 0x1D5F3
	MathematicalSansSerifBoldSmallG                                            rune = 0x1D5F4
	MathematicalSansSerifBoldSmallH                                            rune = 0x1D5F5
	MathematicalSansSerifBoldSmallI                                            rune = 0x1D5F6
	MathematicalSansSerifBoldSmallJ                                            rune = 0x1D5F7
	MathematicalSansSerifBoldSmallK                                            rune = 0x1D5F8
	MathematicalSansSerifBoldSmallL                                            rune = 0x1D5F9
	MathematicalSansSerifBoldSmallM                                            rune = 0x1D5FA
	MathematicalSansSerifBoldSmallN                                            rune = 0x1D5FB
	MathematicalSansSerifBoldSmallO                                            rune = 0x1D5FC
	MathematicalSansSerifBoldSmallP                                            rune = 0x1D5FD
	MathematicalSansSerifBoldSmallQ                                            rune = 0x1D5FE
	MathematicalSansSerifBoldSmallR                                            rune = 0x1D5FF
	MathematicalSansSerifBoldSmallS                                            rune = 0x1D600
	MathematicalSansSerifBoldSmallT                                            rune = 0x1D601
	MathematicalSansSerifBoldSmallU                                            rune = 0x1D602
	MathematicalSansSerifBoldSmallV                                            rune = 0x1D603
	MathematicalSansSerifBoldSmallW                                            rune = 0x1D604
	MathematicalSansSerifBoldSmallX                                            rune = 0x1D605
	MathematicalSansSerifBoldSmallY                                            rune = 0x1D606
	MathematicalSansSerifBoldSmallZ                                            rune = 0x1D607
	MathematicalSansSerifItalicCapitalA                                        rune = 0x1D608
	MathematicalSansSerifItalicCapitalB                                        rune = 0x1D609
	MathematicalSansSerifItalicCapitalC                                        rune = 0x1D60A
	MathematicalSansSerifItalicCapitalD                                        rune = 0x1D60B
	MathematicalSansSerifItalicCapitalE                                        rune = 0x1D60C
	MathematicalSansSerifItalicCapitalF                                        rune = 0x1D60D
	MathematicalSansSerifItalicCapitalG                                        rune = 0x1D60E
	MathematicalSansSerifItalicCapitalH                                        rune = 0x1D60F
	MathematicalSansSerifItalicCapitalI                                        rune = 0x1D610
	MathematicalSansSerifItalicCapitalJ                                        rune = 0x1D611
	MathematicalSansSerifItalicCapitalK                                        rune = 0x1D612
	MathematicalSansSerifItalicCapitalL                                        rune = 0x1D613
	MathematicalSansSerifItalicCapitalM                                        rune = 0x1D614
	MathematicalSansSerifItalicCapitalN                                        rune = 0x1D615
	MathematicalSansSerifItalicCapitalO                                        rune = 0x1D616
	MathematicalSansSerifItalicCapitalP                                        rune = 0x1D617
	MathematicalSansSerifItalicCapitalQ                                        rune = 0x1D618
	MathematicalSansSerifItalicCapitalR                                        rune = 0x1D619
	MathematicalSansSerifItalicCapitalS                                        rune = 0x1D61A
	MathematicalSansSerifItalicCapitalT                                        rune = 0x1D61B
	MathematicalSansSerifItalicCapitalU                                        rune = 0x1D61C
	MathematicalSansSerifItalicCapitalV                                        rune = 0x1D61D
	MathematicalSansSerifItalicCapitalW                                        rune = 0x1D61E
	MathematicalSansSerifItalicCapitalX                                        rune = 0x1D61F
	MathematicalSansSerifItalicCapitalY                                        rune = 0x1D620
	MathematicalSansSerifItalicCapitalZ                                        rune = 0x1D621
	MathematicalSansSerifItalicSmallA                                          rune = 0x1D622
	MathematicalSansSerifItalicSmallB                                          rune = 0x1D623
	MathematicalSansSerifItalicSmallC                                          rune = 0x1D624
	MathematicalSansSerifItalicSmallD                                          rune = 0x1D625
	MathematicalSansSerifItalicSmallE                                          rune = 0x1D626
	MathematicalSansSerifItalicSmallF                                          rune = 0x1D627
	MathematicalSansSerifItalicSmallG                                          rune = 0x1D628
	MathematicalSansSerifItalicSmallH                                          rune = 0x1D629
	MathematicalSansSerifItalicSmallI                                          rune = 0x1D62A
	MathematicalSansSerifItalicSmallJ                                          rune = 0x1D62B
	MathematicalSansSerifItalicSmallK                                          rune = 0x1D62C
	MathematicalSansSerifItalicSmallL                                          rune = 0x1D62D
	MathematicalSansSerifItalicSmallM                                          rune = 0x1D62E
	MathematicalSansSerifItalicSmallN                                          rune = 0x1D62F
	MathematicalSansSerifItalicSmallO                                          rune = 0x1D630
	MathematicalSansSerifItalicSmallP                                          rune = 0x1D631
	MathematicalSansSerifItalicSmallQ                                          rune = 0x1D632
	MathematicalSansSerifItalicSmallR                                          rune = 0x1D633
	MathematicalSansSerifItalicSmallS                                          rune = 0x1D634
	MathematicalSansSerifItalicSmallT                                          rune = 0x1D635
	MathematicalSansSerifItalicSmallU                                          rune = 0x1D636
	MathematicalSansSerifItalicSmallV                                          rune = 0x1D637
	MathematicalSansSerifItalicSmallW                                          rune = 0x1D638
	MathematicalSansSerifItalicSmallX                                          rune = 0x1D639
	MathematicalSansSerifItalicSmallY                                          rune = 0x1D63A
	MathematicalSansSerifItalicSmallZ                                          rune = 0x1D63B
	MathematicalSansSerifBoldItalicCapitalA                                    rune = 0x1D63C
	MathematicalSansSerifBoldItalicCapitalB                                    rune = 0x1D63D
	MathematicalSansSerifBoldItalicCapitalC                                    rune = 0x1D63E
	MathematicalSansSerifBoldItalicCapitalD                                    rune = 0x1D63F
	MathematicalSansSerifBoldItalicCapitalE                                    rune = 0x1D640
	MathematicalSansSerifBoldItalicCapitalF                                    rune = 0x1D641
	MathematicalSansSerifBoldItalicCapitalG                                    rune = 0x1D642
	MathematicalSansSerifBoldItalicCapitalH                                    rune = 0x1D643
	MathematicalSansSerifBoldItalicCapitalI                                    rune = 0x1D644
	MathematicalSansSerifBoldItalicCapitalJ                                    rune = 0x1D645
	MathematicalSansSerifBoldItalicCapitalK                                    rune = 0x1D646
	MathematicalSansSerifBoldItalicCapitalL                                    rune = 0x1D647
	MathematicalSansSerifBoldItalicCapitalM                                    rune = 0x1D648
	MathematicalSansSerifBoldItalicCapitalN                                    rune = 0x1D649
	MathematicalSansSerifBoldItalicCapitalO                                    rune = 0x1D64A
	MathematicalSansSerifBoldItalicCapitalP                                    rune = 0x1D64B
	MathematicalSansSerifBoldItalicCapitalQ                                    rune = 0x1D64C
	MathematicalSansSerifBoldItalicCapitalR                                    rune = 0x1D64D
	MathematicalSansSerifBoldItalicCapitalS                                    rune = 0x1D64E
	MathematicalSansSerifBoldItalicCapitalT                                    rune = 0x1D64F
	MathematicalSansSerifBoldItalicCapitalU                                    rune = 0x1D650
	MathematicalSansSerifBoldItalicCapitalV                                    rune = 0x1D651
	MathematicalSansSerifBoldItalicCapitalW                                    rune = 0x1D652
	MathematicalSansSerifBoldItalicCapitalX                                    rune = 0x1D653
	MathematicalSansSerifBoldItalicCapitalY                                    rune = 0x1D654
	MathematicalSansSerifBoldItalicCapitalZ                                    rune = 0x1D655
	MathematicalSansSerifBoldItalicSmallA                                      rune = 0x1D656
	MathematicalSansSerifBoldItalicSmallB                                      rune = 0x1D657
	MathematicalSansSerifBoldItalicSmallC                                      rune = 0x1D658
	MathematicalSansSerifBoldItalicSmallD                                      rune = 0x1D659
	MathematicalSansSerifBoldItalicSmallE                                      rune = 0x1D65A
	MathematicalSansSerifBoldItalicSmallF                                      rune = 0x1D65B
	MathematicalSansSerifBoldItalicSmallG                                      rune = 0x1D65C
	MathematicalSansSerifBoldItalicSmallH                                      rune = 0x1D65D
	MathematicalSansSerifBoldItalicSmallI                                      rune = 0x1D65E
	MathematicalSansSerifBoldItalicSmallJ                                      rune = 0x1D65F
	MathematicalSansSerifBoldItalicSmallK                                      rune = 0x1D660
	MathematicalSansSerifBoldItalicSmallL                                      rune = 0x1D661
	MathematicalSansSerifBoldItalicSmallM                                      rune = 0x1D662
	MathematicalSansSerifBoldItalicSmallN                                      rune = 0x1D663
	MathematicalSansSerifBoldItalicSmallO                                      rune = 0x1D664
	MathematicalSansSerifBoldItalicSmallP                                      rune = 0x1D665
	MathematicalSansSerifBoldItalicSmallQ                                      rune = 0x1D666
	MathematicalSansSerifBoldItalicSmallR                                      rune = 0x1D667
	MathematicalSansSerifBoldItalicSmallS                                      rune = 0x1D668
	MathematicalSansSerifBoldItalicSmallT                                      rune = 0x1D669
	MathematicalSansSerifBoldItalicSmallU                                      rune = 0x1D66A
	MathematicalSansSerifBoldItalicSmallV                                      rune = 0x1D66B
	MathematicalSansSerifBoldItalicSmallW                                      rune = 0x1D66C
	MathematicalSansSerifBoldItalicSmallX                                      rune = 0x1D66D
	MathematicalSansSerifBoldItalicSmallY                                      rune = 0x1D66E
	MathematicalSansSerifBoldItalicSmallZ                                      rune = 0x1D66F
	MathematicalMonospaceCapitalA                                              rune = 0x1D670
	MathematicalMonospaceCapitalB                                              rune = 0x1D671
	MathematicalMonospaceCapitalC                                              rune = 0x1D672
	MathematicalMonospaceCapitalD                                              rune = 0x1D673
	MathematicalMonospaceCapitalE                                              rune = 0x1D674
	MathematicalMonospaceCapitalF                                              rune = 0x1D675
	MathematicalMonospaceCapitalG                                              rune = 0x1D676
	MathematicalMonospaceCapitalH                                              rune = 0x1D677
	MathematicalMonospaceCapitalI                                              rune = 0x1D678
	MathematicalMonospaceCapitalJ                                              rune = 0x1D679
	MathematicalMonospaceCapitalK                                              rune = 0x1D67A
	MathematicalMonospaceCapitalL                                              rune = 0x1D67B
	MathematicalMonospaceCapitalM                                              rune = 0x1D67C
	MathematicalMonospaceCapitalN                                              rune = 0x1D67D
	MathematicalMonospaceCapitalO                                              rune = 0x1D67E
	MathematicalMonospaceCapitalP                                              rune = 0x1D67F
	MathematicalMonospaceCapitalQ                                              rune = 0x1D680
	MathematicalMonospaceCapitalR                                              rune = 0x1D681
	MathematicalMonospaceCapitalS                                              rune = 0x1D682
	MathematicalMonospaceCapitalT                                              rune = 0x1D683
	MathematicalMonospaceCapitalU                                              rune = 0x1D684
	MathematicalMonospaceCapitalV                                              rune = 0x1D685
	MathematicalMonospaceCapitalW                                              rune = 0x1D686
	MathematicalMonospaceCapitalX                                              rune = 0x1D687
	MathematicalMonospaceCapitalY                                              rune = 0x1D688
	MathematicalMonospaceCapitalZ                                              rune = 0x1D689
	MathematicalMonospaceSmallA                                                rune = 0x1D68A
	MathematicalMonospaceSmallB                                                rune = 0x1D68B
	MathematicalMonospaceSmallC                                                rune = 0x1D68C
	MathematicalMonospaceSmallD                                                rune = 0x1D68D
	MathematicalMonospaceSmallE                                                rune = 0x1D68E
	MathematicalMonospaceSmallF                                                rune = 0x1D68F
	MathematicalMonospaceSmallG                                                rune = 0x1D690
	MathematicalMonospaceSmallH                                                rune = 0x1D691
	MathematicalMonospaceSmallI                                                rune = 0x1D692
	MathematicalMonospaceSmallJ                                                rune = 0x1D693
	MathematicalMonospaceSmallK                                                rune = 0x1D694
	MathematicalMonospaceSmallL                                                rune = 0x1D695
	MathematicalMonospaceSmallM                                                rune = 0x1D696
	MathematicalMonospaceSmallN                                                rune = 0x1D697
	MathematicalMonospaceSmallO                                                rune = 0x1D698
	MathematicalMonospaceSmallP                                                rune = 0x1D699
	MathematicalMonospaceSmallQ                                                rune = 0x1D69A
	MathematicalMonospaceSmallR                                                rune = 0x1D69B
	MathematicalMonospaceSmallS                                                rune = 0x1D69C
	MathematicalMonospaceSmallT                                                rune = 0x1D69D
	MathematicalMonospaceSmallU                                                rune = 0x1D69E
	MathematicalMonospaceSmallV                                                rune = 0x1D69F
	MathematicalMonospaceSmallW                                                rune = 0x1D6A0
	MathematicalMonospaceSmallX                                                rune = 0x1D6A1
	MathematicalMonospaceSmallY                                                rune = 0x1D6A2
	MathematicalMonospaceSmallZ                                                rune = 0x1D6A3
	MathematicalItalicSmallDotlessI                                            rune = 0x1D6A4
	MathematicalItalicSmallDotlessJ                                            rune = 0x1D6A5
	MathematicalBoldCapitalAlpha                                               rune = 0x1D6A8
	MathematicalBoldCapitalBeta                                                rune = 0x1D6A9
	MathematicalBoldCapitalGamma                                               rune = 0x1D6AA
	MathematicalBoldCapitalDelta                                               rune = 0x1D6AB
	MathematicalBoldCapitalEpsilon                                             rune = 0x1D6AC
	MathematicalBoldCapitalZeta                                                rune = 0x1D6AD
	MathematicalBoldCapitalEta                                                 rune = 0x1D6AE
	MathematicalBoldCapitalTheta                                               rune = 0x1D6AF
	MathematicalBoldCapitalIota                                                rune = 0x1D6B0
	MathematicalBoldCapitalKappa                                               rune = 0x1D6B1
	MathematicalBoldCapitalLamda                                               rune = 0x1D6B2
	MathematicalBoldCapitalMu                                                  rune = 0x1D6B3
	MathematicalBoldCapitalNu                                                  rune = 0x1D6B4
	MathematicalBoldCapitalXi                                                  rune = 0x1D6B5
	MathematicalBoldCapitalOmicron                                             rune = 0x1D6B6
	MathematicalBoldCapitalPi                                                  rune = 0x1D6B7
	MathematicalBoldCapitalRho                                                 rune = 0x1D6B8
	MathematicalBoldCapitalThetaSymbol                                         rune = 0x1D6B9
	MathematicalBoldCapitalSigma                                               rune = 0x1D6BA
	MathematicalBoldCapitalTau                                                 rune = 0x1D6BB
	MathematicalBoldCapitalUpsilon                                             rune = 0x1D6BC
	MathematicalBoldCapitalPhi                                                 rune = 0x1D6BD
	MathematicalBoldCapitalChi                                                 rune = 0x1D6BE
	MathematicalBoldCapitalPsi                                                 rune = 0x1D6BF
	MathematicalBoldCapitalOmega                                               rune = 0x1D6C0
	MathematicalBoldNabla                                                      rune = 0x1D6C1
	MathematicalBoldSmallAlpha                                                 rune = 0x1D6C2
	MathematicalBoldSmallBeta                                                  rune = 0x1D6C3
	MathematicalBoldSmallGamma                                                 rune = 0x1D6C4
	MathematicalBoldSmallDelta                                                 rune = 0x1D6C5
	MathematicalBoldSmallEpsilon                                               rune = 0x1D6C6
	MathematicalBoldSmallZeta                                                  rune = 0x1D6C7
	MathematicalBoldSmallEta                                                   rune = 0x1D6C8
	MathematicalBoldSmallTheta                                                 rune = 0x1D6C9
	MathematicalBoldSmallIota                                                  rune = 0x1D6CA
	MathematicalBoldSmallKappa                                                 rune = 0x1D6CB
	MathematicalBoldSmallLamda                                                 rune = 0x1D6CC
	MathematicalBoldSmallMu                                                    rune = 0x1D6CD
	MathematicalBoldSmallNu                                                    rune = 0x1D6CE
	MathematicalBoldSmallXi                                                    rune = 0x1D6CF
	MathematicalBoldSmallOmicron                                               rune = 0x1D6D0
	MathematicalBoldSmallPi                                                    rune = 0x1D6D1
	MathematicalBoldSmallRho                                                   rune = 0x1D6D2
	MathematicalBoldSmallFinalSigma                                            rune = 0x1D6D3
	MathematicalBoldSmallSigma                                                 rune = 0x1D6D4
	MathematicalBoldSmallTau                                                   rune = 0x1D6D5
	MathematicalBoldSmallUpsilon                                               rune = 0x1D6D6
	MathematicalBoldSmallPhi                                                   rune = 0x1D6D7
	MathematicalBoldSmallChi                                                   rune = 0x1D6D8
	MathematicalBoldSmallPsi                                                   rune = 0x1D6D9
	MathematicalBoldSmallOmega                                                 rune = 0x1D6DA
	MathematicalBoldPartialDifferential                                        rune = 0x1D6DB
	MathematicalBoldEpsilonSymbol                                              rune = 0x1D6DC
	MathematicalBoldThetaSymbol                                                rune = 0x1D6DD
	MathematicalBoldKappaSymbol                                                rune = 0x1D6DE
	MathematicalBoldPhiSymbol                                                  rune = 0x1D6DF
	MathematicalBoldRhoSymbol                                                  rune = 0x1D6E0
	MathematicalBoldPiSymbol                                                   rune = 0x1D6E1
	MathematicalItalicCapitalAlpha                                             rune = 0x1D6E2
	MathematicalItalicCapitalBeta                                              rune = 0x1D6E3
	MathematicalItalicCapitalGamma                                             rune = 0x1D6E4
	MathematicalItalicCapitalDelta                                             rune = 0x1D6E5
	MathematicalItalicCapitalEpsilon                                           rune = 0x1D6E6
	MathematicalItalicCapitalZeta                                              rune = 0x1D6E7
	MathematicalItalicCapitalEta                                               rune = 0x1D6E8
	MathematicalItalicCapitalTheta                                             rune = 0x1D6E9
	MathematicalItalicCapitalIota                                              rune = 0x1D6EA
	MathematicalItalicCapitalKappa                                             rune = 0x1D6EB
	MathematicalItalicCapitalLamda                                             rune = 0x1D6EC
	MathematicalItalicCapitalMu                                                rune = 0x1D6ED
	MathematicalItalicCapitalNu                                                rune = 0x1D6EE
	MathematicalItalicCapitalXi                                                rune = 0x1D6EF
	MathematicalItalicCapitalOmicron                                           rune = 0x1D6F0
	MathematicalItalicCapitalPi                                                rune = 0x1D6F1
	MathematicalItalicCapitalRho                                               rune = 0x1D6F2
	MathematicalItalicCapitalThetaSymbol                                       rune = 0x1D6F3
	MathematicalItalicCapitalSigma                                             rune = 0x1D6F4
	MathematicalItalicCapitalTau                                               rune = 0x1D6F5
	MathematicalItalicCapitalUpsilon                                           rune = 0x1D6F6
	MathematicalItalicCapitalPhi                                               rune = 0x1D6F7
	MathematicalItalicCapitalChi                                               rune = 0x1D6F8
	MathematicalItalicCapitalPsi                                               rune = 0x1D6F9
	MathematicalItalicCapitalOmega                                             rune = 0x1D6FA
	MathematicalItalicNabla                                                    rune = 0x1D6FB
	MathematicalItalicSmallAlpha                                               rune = 0x1D6FC
	MathematicalItalicSmallBeta                                                rune = 0x1D6FD
	MathematicalItalicSmallGamma                                               rune = 0x1D6FE
	MathematicalItalicSmallDelta                                               rune = 0x1D6FF
	MathematicalItalicSmallEpsilon                                             rune = 0x1D700
	MathematicalItalicSmallZeta                                                rune = 0x1D701
	MathematicalItalicSmallEta                                                 rune = 0x1D702
	MathematicalItalicSmallTheta                                               rune = 0x1D703
	MathematicalItalicSmallIota                                                rune = 0x1D704
	MathematicalItalicSmallKappa                                               rune = 0x1D705
	MathematicalItalicSmallLamda                                               rune = 0x1D706
	MathematicalItalicSmallMu                                                  rune = 0x1D707
	MathematicalItalicSmallNu                                                  rune = 0x1D708
	MathematicalItalicSmallXi                                                  rune = 0x1D709
	MathematicalItalicSmallOmicron                                             rune = 0x1D70A
	MathematicalItalicSmallPi                                                  rune = 0x1D70B
	MathematicalItalicSmallRho                                                 rune = 0x1D70C
	MathematicalItalicSmallFinalSigma                                          rune = 0x1D70D
	MathematicalItalicSmallSigma                                               rune = 0x1D70E
	MathematicalItalicSmallTau                                                 rune = 0x1D70F
	MathematicalItalicSmallUpsilon                                             rune = 0x1D710
	MathematicalItalicSmallPhi                                                 rune = 0x1D711
	MathematicalItalicSmallChi                                                 rune = 0x1D712
	MathematicalItalicSmallPsi                                                 rune = 0x1D713
	MathematicalItalicSmallOmega                                               rune = 0x1D714
	MathematicalItalicPartialDifferential                                      rune = 0x1D715
	MathematicalItalicEpsilonSymbol                                            rune = 0x1D716
	MathematicalItalicThetaSymbol                                              rune = 0x1D717
	MathematicalItalicKappaSymbol                                              rune = 0x1D718
	MathematicalItalicPhiSymbol                                                rune = 0x1D719
	MathematicalItalicRhoSymbol                                                rune = 0x1D71A
	MathematicalItalicPiSymbol                                                 rune = 0x1D71B
	MathematicalBoldItalicCapitalAlpha                                         rune = 0x1D71C
	MathematicalBoldItalicCapitalBeta                                          rune = 0x1D71D
	MathematicalBoldItalicCapitalGamma                                         rune = 0x1D71E
	MathematicalBoldItalicCapitalDelta                                         rune = 0x1D71F
	MathematicalBoldItalicCapitalEpsilon                                       rune = 0x1D720
	MathematicalBoldItalicCapitalZeta                                          rune = 0x1D721
	MathematicalBoldItalicCapitalEta                                           rune = 0x1D722
	MathematicalBoldItalicCapitalTheta                                         rune = 0x1D723
	MathematicalBoldItalicCapitalIota                                          rune = 0x1D724
	MathematicalBoldItalicCapitalKappa                                         rune = 0x1D725
	MathematicalBoldItalicCapitalLamda                                         rune = 0x1D726
	MathematicalBoldItalicCapitalMu                                            rune = 0x1D727
	MathematicalBoldItalicCapitalNu                                            rune = 0x1D728
	MathematicalBoldItalicCapitalXi                                            rune = 0x1D729
	MathematicalBoldItalicCapitalOmicron                                       rune = 0x1D72A
	MathematicalBoldItalicCapitalPi                                            rune = 0x1D72B
	MathematicalBoldItalicCapitalRho                                           rune = 0x1D72C
	MathematicalBoldItalicCapitalThetaSymbol                                   rune = 0x1D72D
	MathematicalBoldItalicCapitalSigma                                         rune = 0x1D72E
	MathematicalBoldItalicCapitalTau                                           rune = 0x1D72F
	MathematicalBoldItalicCapitalUpsilon                                       rune = 0x1D730
	MathematicalBoldItalicCapitalPhi                                           rune = 0x1D731
	MathematicalBoldItalicCapitalChi                                           rune = 0x1D732
	MathematicalBoldItalicCapitalPsi                                           rune = 0x1D733
	MathematicalBoldItalicCapitalOmega                                         rune = 0x1D734
	MathematicalBoldItalicNabla                                                rune = 0x1D735
	MathematicalBoldItalicSmallAlpha                                           rune = 0x1D736
	MathematicalBoldItalicSmallBeta                                            rune = 0x1D737
	MathematicalBoldItalicSmallGamma                                           rune = 0x1D738
	MathematicalBoldItalicSmallDelta                                           rune = 0x1D739
	MathematicalBoldItalicSmallEpsilon                                         rune = 0x1D73A
	MathematicalBoldItalicSmallZeta                                            rune = 0x1D73B
	MathematicalBoldItalicSmallEta                                             rune = 0x1D73C
	MathematicalBoldItalicSmallTheta                                           rune = 0x1D73D
	MathematicalBoldItalicSmallIota                                            rune = 0x1D73E
	MathematicalBoldItalicSmallKappa                                           rune = 0x1D73F
	MathematicalBoldItalicSmallLamda                                           rune = 0x1D740
	MathematicalBoldItalicSmallMu                                              rune = 0x1D741
	MathematicalBoldItalicSmallNu                                              rune = 0x1D742
	MathematicalBoldItalicSmallXi                                              rune = 0x1D743
	MathematicalBoldItalicSmallOmicron                                         rune = 0x1D744
	MathematicalBoldItalicSmallPi                                              rune = 0x1D745
	MathematicalBoldItalicSmallRho                                             rune = 0x1D746
	MathematicalBoldItalicSmallFinalSigma                                      rune = 0x1D747
	MathematicalBoldItalicSmallSigma                                           rune = 0x1D748
	MathematicalBoldItalicSmallTau                                             rune = 0x1D749
	MathematicalBoldItalicSmallUpsilon                                         rune = 0x1D74A
	MathematicalBoldItalicSmallPhi                                             rune = 0x1D74B
	MathematicalBoldItalicSmallChi                                             rune = 0x1D74C
	MathematicalBoldItalicSmallPsi                                             rune = 0x1D74D
	MathematicalBoldItalicSmallOmega                                           rune = 0x1D74E
	MathematicalBoldItalicPartialDifferential                                  rune = 0x1D74F
	MathematicalBoldItalicEpsilonSymbol                                        rune = 0x1D750
	MathematicalBoldItalicThetaSymbol                                          rune = 0x1D751
	MathematicalBoldItalicKappaSymbol                                          rune = 0x1D752
	MathematicalBoldItalicPhiSymbol                                            rune = 0x1D753
	MathematicalBoldItalicRhoSymbol                                            rune = 0x1D754
	MathematicalBoldItalicPiSymbol                                             rune = 0x1D755
	MathematicalSansSerifBoldCapitalAlpha                                      rune = 0x1D756
	MathematicalSansSerifBoldCapitalBeta                                       rune = 0x1D757
	MathematicalSansSerifBoldCapitalGamma                                      rune = 0x1D758
	MathematicalSansSerifBoldCapitalDelta                                      rune = 0x1D759
	MathematicalSansSerifBoldCapitalEpsilon                                    rune = 0x1D75A
	MathematicalSansSerifBoldCapitalZeta                                       rune = 0x1D75B
	MathematicalSansSerifBoldCapitalEta                                        rune = 0x1D75C
	MathematicalSansSerifBoldCapitalTheta                                      rune = 0x1D75D
	MathematicalSansSerifBoldCapitalIota                                       rune = 0x1D75E
	MathematicalSansSerifBoldCapitalKappa                                      rune = 0x1D75F
	MathematicalSansSerifBoldCapitalLamda                                      rune = 0x1D760
	MathematicalSansSerifBoldCapitalMu                                         rune = 0x1D761
	MathematicalSansSerifBoldCapitalNu                                         rune = 0x1D762
	MathematicalSansSerifBoldCapitalXi                                         rune = 0x1D763
	MathematicalSansSerifBoldCapitalOmicron                                    rune = 0x1D764
	MathematicalSansSerifBoldCapitalPi                                         rune = 0x1D765
	MathematicalSansSerifBoldCapitalRho                                        rune = 0x1D766
	MathematicalSansSerifBoldCapitalThetaSymbol                                rune = 0x1D767
	MathematicalSansSerifBoldCapitalSigma                                      rune = 0x1D768
	MathematicalSansSerifBoldCapitalTau                                        rune = 0x1D769
	MathematicalSansSerifBoldCapitalUpsilon                                    rune = 0x1D76A
	MathematicalSansSerifBoldCapitalPhi                                        rune = 0x1D76B
	MathematicalSansSerifBoldCapitalChi                                        rune = 0x1D76C
	MathematicalSansSerifBoldCapitalPsi                                        rune = 0x1D76D
	MathematicalSansSerifBoldCapitalOmega                                      rune = 0x1D76E
	MathematicalSansSerifBoldNabla                                             rune = 0x1D76F
	MathematicalSansSerifBoldSmallAlpha                                        rune = 0x1D770
	MathematicalSansSerifBoldSmallBeta                                         rune = 0x1D771
	MathematicalSansSerifBoldSmallGamma                                        rune = 0x1D772
	MathematicalSansSerifBoldSmallDelta                                        rune = 0x1D773
	MathematicalSansSerifBoldSmallEpsilon                                      rune = 0x1D774
	MathematicalSansSerifBoldSmallZeta                                         rune = 0x1D775
	MathematicalSansSerifBoldSmallEta                                          rune = 0x1D776
	MathematicalSansSerifBoldSmallTheta                                        rune = 0x1D777
	MathematicalSansSerifBoldSmallIota                                         rune = 0x1D778
	MathematicalSansSerifBoldSmallKappa                                        rune = 0x1D779
	MathematicalSansSerifBoldSmallLamda                                        rune = 0x1D77A
	MathematicalSansSerifBoldSmallMu                                           rune = 0x1D77B
	MathematicalSansSerifBoldSmallNu                                           rune = 0x1D77C
	MathematicalSansSerifBoldSmallXi                                           rune = 0x1D77D
	MathematicalSansSerifBoldSmallOmicron                                      rune = 0x1D77E
	MathematicalSansSerifBoldSmallPi                                           rune = 0x1D77F
	MathematicalSansSerifBoldSmallRho                                          rune = 0x1D780
	MathematicalSansSerifBoldSmallFinalSigma                                   rune = 0x1D781
	MathematicalSansSerifBoldSmallSigma                                        rune = 0x1D782
	MathematicalSansSerifBoldSmallTau                                          rune = 0x1D783
	MathematicalSansSerifBoldSmallUpsilon                                      rune = 0x1D784
	MathematicalSansSerifBoldSmallPhi                                          rune = 0x1D785
	MathematicalSansSerifBoldSmallChi                                          rune = 0x1D786
	MathematicalSansSerifBoldSmallPsi                                          rune = 0x1D787
	MathematicalSansSerifBoldSmallOmega                                        rune = 0x1D788
	MathematicalSansSerifBoldPartialDifferential                               rune = 0x1D789
	MathematicalSansSerifBoldEpsilonSymbol                                     rune = 0x1D78A
	MathematicalSansSerifBoldThetaSymbol                                       rune = 0x1D78B
	MathematicalSansSerifBoldKappaSymbol                                       rune = 0x1D78C
	MathematicalSansSerifBoldPhiSymbol                                         rune = 0x1D78D
	MathematicalSansSerifBoldRhoSymbol                                         rune = 0x1D78E
	MathematicalSansSerifBoldPiSymbol                                          rune = 0x1D78F
	MathematicalSansSerifBoldItalicCapitalAlpha                                rune = 0x1D790
	MathematicalSansSerifBoldItalicCapitalBeta                                 rune = 0x1D791
	MathematicalSansSerifBoldItalicCapitalGamma                                rune = 0x1D792
	MathematicalSansSerifBoldItalicCapitalDelta                                rune = 0x1D793
	MathematicalSansSerifBoldItalicCapitalEpsilon                              rune = 0x1D794
	MathematicalSansSerifBoldItalicCapitalZeta                                 rune = 0x1D795
	MathematicalSansSerifBoldItalicCapitalEta                                  rune = 0x1D796
	MathematicalSansSerifBoldItalicCapitalTheta                                rune = 0x1D797
	MathematicalSansSerifBoldItalicCapitalIota                                 rune = 0x1D798
	MathematicalSansSerifBoldItalicCapitalKappa                                rune = 0x1D799
	MathematicalSansSerifBoldItalicCapitalLamda                                rune = 0x1D79A
	MathematicalSansSerifBoldItalicCapitalMu                                   rune = 0x1D79B
	MathematicalSansSerifBoldItalicCapitalNu                                   rune = 0x1D79C
	MathematicalSansSerifBoldItalicCapitalXi                                   rune = 0x1D79D
	MathematicalSansSerifBoldItalicCapitalOmicron                              rune = 0x1D79E
	MathematicalSansSerifBoldItalicCapitalPi                                   rune = 0x1D79F
	MathematicalSansSerifBoldItalicCapitalRho                                  rune = 0x1D7A0
	MathematicalSansSerifBoldItalicCapitalThetaSymbol                          rune = 0x1D7A1
	MathematicalSansSerifBoldItalicCapitalSigma                                rune = 0x1D7A2
	MathematicalSansSerifBoldItalicCapitalTau                                  rune = 0x1D7A3
	MathematicalSansSerifBoldItalicCapitalUpsilon                              rune = 0x1D7A4
	MathematicalSansSerifBoldItalicCapitalPhi                                  rune = 0x1D7A5
	MathematicalSansSerifBoldItalicCapitalChi                                  rune = 0x1D7A6
	MathematicalSansSerifBoldItalicCapitalPsi                                  rune = 0x1D7A7
	MathematicalSansSerifBoldItalicCapitalOmega                                rune = 0x1D7A8
	MathematicalSansSerifBoldItalicNabla                                       rune = 0x1D7A9
	MathematicalSansSerifBoldItalicSmallAlpha                                  rune = 0x1D7AA
	MathematicalSansSerifBoldItalicSmallBeta                                   rune = 0x1D7AB
	MathematicalSansSerifBoldItalicSmallGamma                                  rune = 0x1D7AC
	MathematicalSansSerifBoldItalicSmallDelta                                  rune = 0x1D7AD
	MathematicalSansSerifBoldItalicSmallEpsilon                                rune = 0x1D7AE
	MathematicalSansSerifBoldItalicSmallZeta                                   rune = 0x1D7AF
	MathematicalSansSerifBoldItalicSmallEta                                    rune = 0x1D7B0
	MathematicalSansSerifBoldItalicSmallTheta                                  rune = 0x1D7B1
	MathematicalSansSerifBoldItalicSmallIota                                   rune = 0x1D7B2
	MathematicalSansSerifBoldItalicSmallKappa                                  rune = 0x1D7B3
	MathematicalSansSerifBoldItalicSmallLamda                                  rune = 0x1D7B4
	MathematicalSansSerifBoldItalicSmallMu                                     rune = 0x1D7B5
	MathematicalSansSerifBoldItalicSmallNu                                     rune = 0x1D7B6
	MathematicalSansSerifBoldItalicSmallXi                                     rune = 0x1D7B7
	MathematicalSansSerifBoldItalicSmallOmicron                                rune = 0x1D7B8
	MathematicalSansSerifBoldItalicSmallPi                                     rune = 0x1D7B9
	MathematicalSansSerifBoldItalicSmallRho                                    rune = 0x1D7BA
	MathematicalSansSerifBoldItalicSmallFinalSigma                             rune = 0x1D7BB
	MathematicalSansSerifBoldItalicSmallSigma                                  rune = 0x1D7BC
	MathematicalSansSerifBoldItalicSmallTau                                    rune = 0x1D7BD
	MathematicalSansSerifBoldItalicSmallUpsilon                                rune = 0x1D7BE
	MathematicalSansSerifBoldItalicSmallPhi                                    rune = 0x1D7BF
	MathematicalSansSerifBoldItalicSmallChi                                    rune = 0x1D7C0
	MathematicalSansSerifBoldItalicSmallPsi                                    rune = 0x1D7C1
	MathematicalSansSerifBoldItalicSmallOmega                                  rune = 0x1D7C2
	MathematicalSansSerifBoldItalicPartialDifferential                         rune = 0x1D7C3
	MathematicalSansSerifBoldItalicEpsilonSymbol                               rune = 0x1D7C4
	MathematicalSansSerifBoldItalicThetaSymbol                                 rune = 0x1D7C5
	MathematicalSansSerifBoldItalicKappaSymbol                                 rune = 0x1D7C6
	MathematicalSansSerifBoldItalicPhiSymbol                                   rune = 0x1D7C7
	MathematicalSansSerifBoldItalicRhoSymbol                                   rune = 0x1D7C8
	MathematicalSansSerifBoldItalicPiSymbol                                    rune = 0x1D7C9
	MathematicalBoldCapitalDigamma                                             rune = 0x1D7CA
	MathematicalBoldSmallDigamma                                               rune = 0x1D7CB
	MathematicalBoldDigitZero                                                  rune = 0x1D7CE
	MathematicalBoldDigitOne                                                   rune = 0x1D7CF
	MathematicalBoldDigitTwo                                                   rune = 0x1D7D0
	MathematicalBoldDigitThree                                                 rune = 0x1D7D1
	MathematicalBoldDigitFour                                                  rune = 0x1D7D2
	MathematicalBoldDigitFive                                                  rune = 0x1D7D3
	MathematicalBoldDigitSix                                                   rune = 0x1D7D4
	MathematicalBoldDigitSeven                                                 rune = 0x1D7D5
	MathematicalBoldDigitEight                                                 rune = 0x1D7D6
	MathematicalBoldDigitNine                                                  rune = 0x1D7D7
	MathematicalDoubleStruckDigitZero                                          rune = 0x1D7D8
	MathematicalDoubleStruckDigitOne                                           rune = 0x1D7D9
	MathematicalDoubleStruckDigitTwo                                           rune = 0x1D7DA
	MathematicalDoubleStruckDigitThree                                         rune = 0x1D7DB
	MathematicalDoubleStruckDigitFour                                          rune = 0x1D7DC
	MathematicalDoubleStruckDigitFive                                          rune = 0x1D7DD
	MathematicalDoubleStruckDigitSix                                           rune = 0x1D7DE
	MathematicalDoubleStruckDigitSeven                                         rune = 0x1D7DF
	MathematicalDoubleStruckDigitEight                                         rune = 0x1D7E0
	MathematicalDoubleStruckDigitNine                                          rune = 0x1D7E1
	MathematicalSansSerifDigitZero                                             rune = 0x1D7E2
	MathematicalSansSerifDigitOne                                              rune = 0x1D7E3
	MathematicalSansSerifDigitTwo                                              rune = 0x1D7E4
	MathematicalSansSerifDigitThree                                            rune = 0x1D7E5
	MathematicalSansSerifDigitFour                                             rune = 0x1D7E6
	MathematicalSansSerifDigitFive                                             rune = 0x1D7E7
	MathematicalSansSerifDigitSix                                              rune = 0x1D7E8
	MathematicalSansSerifDigitSeven                                            rune = 0x1D7E9
	MathematicalSansSerifDigitEight                                            rune = 0x1D7EA
	MathematicalSansSerifDigitNine                                             rune = 0x1D7EB
	MathematicalSansSerifBoldDigitZero                                         rune = 0x1D7EC
	MathematicalSansSerifBoldDigitOne                                          rune = 0x1D7ED
	MathematicalSansSerifBoldDigitTwo                                          rune = 0x1D7EE
	MathematicalSansSerifBoldDigitThree                                        rune = 0x1D7EF
	MathematicalSansSerifBoldDigitFour                                         rune = 0x1D7F0
	MathematicalSansSerifBoldDigitFive                                         rune = 0x1D7F1
	MathematicalSansSerifBoldDigitSix                                          rune = 0x1D7F2
	MathematicalSansSerifBoldDigitSeven                                        rune = 0x1D7F3
	MathematicalSansSerifBoldDigitEight                                        rune = 0x1D7F4
	MathematicalSansSerifBoldDigitNine                                         rune = 0x1D7F5
	MathematicalMonospaceDigitZero                                             rune = 0x1D7F6
	MathematicalMonospaceDigitOne                                              rune = 0x1D7F7
	MathematicalMonospaceDigitTwo                                              rune = 0x1D7F8
	MathematicalMonospaceDigitThree                                            rune = 0x1D7F9
	MathematicalMonospaceDigitFour                                             rune = 0x1D7FA
	MathematicalMonospaceDigitFive                                             rune = 0x1D7FB
	MathematicalMonospaceDigitSix                                              rune = 0x1D7FC
	MathematicalMonospaceDigitSeven                                            rune = 0x1D7FD
	MathematicalMonospaceDigitEight                                            rune = 0x1D7FE
	MathematicalMonospaceDigitNine                                             rune = 0x1D7FF
	SignwritingHandFistIndex                                                   rune = 0x1D800
	SignwritingHandCircleIndex                                                 rune = 0x1D801
	SignwritingHandCupIndex                                                    rune = 0x1D802
	SignwritingHandOvalIndex                                                   rune = 0x1D803
	SignwritingHandHingeIndex                                                  rune = 0x1D804
	SignwritingHandAngleIndex                                                  rune = 0x1D805
	SignwritingHandFistIndexBent                                               rune = 0x1D806
	SignwritingHandCircleIndexBent                                             rune = 0x1D807
	SignwritingHandFistThumbUnderIndexBent                                     rune = 0x1D808
	SignwritingHandFistIndexRaisedKnuckle                                      rune = 0x1D809
	SignwritingHandFistIndexCupped                                             rune = 0x1D80A
	SignwritingHandFistIndexHinged                                             rune = 0x1D80B
	SignwritingHandFistIndexHingedLow                                          rune = 0x1D80C
	SignwritingHandCircleIndexHinge                                            rune = 0x1D80D
	SignwritingHandFistIndexMiddle                                             rune = 0x1D80E
	SignwritingHandCircleIndexMiddle                                           rune = 0x1D80F
	SignwritingHandFistIndexMiddleBent                                         rune = 0x1D810
	SignwritingHandFistIndexMiddleRaisedKnuckles                               rune = 0x1D811
	SignwritingHandFistIndexMiddleHinged                                       rune = 0x1D812
	SignwritingHandFistIndexUpMiddleHinged                                     rune = 0x1D813
	SignwritingHandFistIndexHingedMiddleUp                                     rune = 0x1D814
	SignwritingHandFistIndexMiddleConjoined                                    rune = 0x1D815
	SignwritingHandFistIndexMiddleConjoinedIndexBent                           rune = 0x1D816
	SignwritingHandFistIndexMiddleConjoinedMiddleBent                          rune = 0x1D817
	SignwritingHandFistIndexMiddleConjoinedCupped                              rune = 0x1D818
	SignwritingHandFistIndexMiddleConjoinedHinged                              rune = 0x1D819
	SignwritingHandFistIndexMiddleCrossed                                      rune = 0x1D81A
	SignwritingHandCircleIndexMiddleCrossed                                    rune = 0x1D81B
	SignwritingHandFistMiddleBentOverIndex                                     rune = 0x1D81C
	SignwritingHandFistIndexBentOverMiddle                                     rune = 0x1D81D
	SignwritingHandFistIndexMiddleThumb                                        rune = 0x1D81E
	SignwritingHandCircleIndexMiddleThumb                                      rune = 0x1D81F
	SignwritingHandFistIndexMiddleStraightThumbBent                            rune = 0x1D820
	SignwritingHandFistIndexMiddleBentThumbStraight                            rune = 0x1D821
	SignwritingHandFistIndexMiddleThumbBent                                    rune = 0x1D822
	SignwritingHandFistIndexMiddleHingedSpreadThumbSide                        rune = 0x1D823
	SignwritingHandFistIndexUpMiddleHingedThumbSide                            rune = 0x1D824
	SignwritingHandFistIndexUpMiddleHingedThumbConjoined                       rune = 0x1D825
	SignwritingHandFistIndexHingedMiddleUpThumbSide                            rune = 0x1D826
	SignwritingHandFistIndexMiddleUpSpreadThumbForward                         rune = 0x1D827
	SignwritingHandFistIndexMiddleThumbCupped                                  rune = 0x1D828
	SignwritingHandFistIndexMiddleThumbCircled                                 rune = 0x1D829
	SignwritingHandFistIndexMiddleThumbHooked                                  rune = 0x1D82A
	SignwritingHandFistIndexMiddleThumbHinged                                  rune = 0x1D82B
	SignwritingHandFistThumbBetweenIndexMiddleStraight                         rune = 0x1D82C
	SignwritingHandFistIndexMiddleConjoinedThumbSide                           rune = 0x1D82D
	SignwritingHandFistIndexMiddleConjoinedThumbSideConjoined                  rune = 0x1D82E
	SignwritingHandFistIndexMiddleConjoinedThumbSideBent                       rune = 0x1D82F
	SignwritingHandFistMiddleThumbHookedIndexUp                                rune = 0x1D830
	SignwritingHandFistIndexThumbHookedMiddleUp                                rune = 0x1D831
	SignwritingHandFistIndexMiddleConjoinedHingedThumbSide                     rune = 0x1D832
	SignwritingHandFistIndexMiddleCrossedThumbSide                             rune = 0x1D833
	SignwritingHandFistIndexMiddleConjoinedThumbForward                        rune = 0x1D834
	SignwritingHandFistIndexMiddleConjoinedCuppedThumbForward                  rune = 0x1D835
	SignwritingHandFistMiddleThumbCuppedIndexUp                                rune = 0x1D836
	SignwritingHandFistIndexThumbCuppedMiddleUp                                rune = 0x1D837
	SignwritingHandFistMiddleThumbCircledIndexUp                               rune = 0x1D838
	SignwritingHandFistMiddleThumbCircledIndexHinged                           rune = 0x1D839
	SignwritingHandFistIndexThumbAngledOutMiddleUp                             rune = 0x1D83A
	SignwritingHandFistIndexThumbAngledInMiddleUp                              rune = 0x1D83B
	SignwritingHandFistIndexThumbCircledMiddleUp                               rune = 0x1D83C
	SignwritingHandFistIndexMiddleThumbConjoinedHinged                         rune = 0x1D83D
	SignwritingHandFistIndexMiddleThumbAngledOut                               rune = 0x1D83E
	SignwritingHandFistIndexMiddleThumbAngled                                  rune = 0x1D83F
	SignwritingHandFistMiddleThumbAngledOutIndexUp                             rune = 0x1D840
	SignwritingHandFistMiddleThumbAngledOutIndexCrossed                        rune = 0x1D841
	SignwritingHandFistMiddleThumbAngledIndexUp                                rune = 0x1D842
	SignwritingHandFistIndexThumbHookedMiddleHinged                            rune = 0x1D843
	SignwritingHandFlatFourFingers                                             rune = 0x1D844
	SignwritingHandFlatFourFingersBent                                         rune = 0x1D845
	SignwritingHandFlatFourFingersHinged                                       rune = 0x1D846
	SignwritingHandFlatFourFingersConjoined                                    rune = 0x1D847
	SignwritingHandFlatFourFingersConjoinedSplit                               rune = 0x1D848
	SignwritingHandClawFourFingersConjoined                                    rune = 0x1D849
	SignwritingHandFistFourFingersConjoinedBent                                rune = 0x1D84A
	SignwritingHandHingeFourFingersConjoined                                   rune = 0x1D84B
	SignwritingHandFlatFiveFingersSpread                                       rune = 0x1D84C
	SignwritingHandFlatHeelFiveFingersSpread                                   rune = 0x1D84D
	SignwritingHandFlatFiveFingersSpreadFourBent                               rune = 0x1D84E
	SignwritingHandFlatHeelFiveFingersSpreadFourBent                           rune = 0x1D84F
	SignwritingHandFlatFiveFingersSpreadBent                                   rune = 0x1D850
	SignwritingHandFlatHeelFiveFingersSpreadBent                               rune = 0x1D851
	SignwritingHandFlatFiveFingersSpreadThumbForward                           rune = 0x1D852
	SignwritingHandCupFiveFingersSpread                                        rune = 0x1D853
	SignwritingHandCupFiveFingersSpreadOpen                                    rune = 0x1D854
	SignwritingHandHingeFiveFingersSpreadOpen                                  rune = 0x1D855
	SignwritingHandOvalFiveFingersSpread                                       rune = 0x1D856
	SignwritingHandFlatFiveFingersSpreadHinged                                 rune = 0x1D857
	SignwritingHandFlatFiveFingersSpreadHingedThumbSide                        rune = 0x1D858
	SignwritingHandFlatFiveFingersSpreadHingedNoThumb                          rune = 0x1D859
	SignwritingHandFlat                                                        rune = 0x1D85A
	SignwritingHandFlatBetweenPalmFacings                                      rune = 0x1D85B
	SignwritingHandFlatHeel                                                    rune = 0x1D85C
	SignwritingHandFlatThumbSide                                               rune = 0x1D85D
	SignwritingHandFlatHeelThumbSide                                           rune = 0x1D85E
	SignwritingHandFlatThumbBent                                               rune = 0x1D85F
	SignwritingHandFlatThumbForward                                            rune = 0x1D860
	SignwritingHandFlatSplitIndexThumbSide                                     rune = 0x1D861
	SignwritingHandFlatSplitCentre                                             rune = 0x1D862
	SignwritingHandFlatSplitCentreThumbSide                                    rune = 0x1D863
	SignwritingHandFlatSplitCentreThumbSideBent                                rune = 0x1D864
	SignwritingHandFlatSplitLittle                                             rune = 0x1D865
	SignwritingHandClaw                                                        rune = 0x1D866
	SignwritingHandClawThumbSide                                               rune = 0x1D867
	SignwritingHandClawNoThumb                                                 rune = 0x1D868
	SignwritingHandClawThumbForward                                            rune = 0x1D869
	SignwritingHandHookCurlicue                                                rune = 0x1D86A
	SignwritingHandHook                                                        rune = 0x1D86B
	SignwritingHandCupOpen                                                     rune = 0x1D86C
	SignwritingHandCup                                                         rune = 0x1D86D
	SignwritingHandCupOpenThumbSide                                            rune = 0x1D86E
	SignwritingHandCupThumbSide                                                rune = 0x1D86F
	SignwritingHandCupOpenNoThumb                                              rune = 0x1D870
	SignwritingHandCupNoThumb                                                  rune = 0x1D871
	SignwritingHandCupOpenThumbForward                                         rune = 0x1D872
	SignwritingHandCupThumbForward                                             rune = 0x1D873
	SignwritingHandCurlicueOpen                                                rune = 0x1D874
	SignwritingHandCurlicue                                                    rune = 0x1D875
	SignwritingHandCircle                                                      rune = 0x1D876
	SignwritingHandOval                                                        rune = 0x1D877
	SignwritingHandOvalThumbSide                                               rune = 0x1D878
	SignwritingHandOvalNoThumb                                                 rune = 0x1D879
	SignwritingHandOvalThumbForward                                            rune = 0x1D87A
	SignwritingHandHingeOpen                                                   rune = 0x1D87B
	SignwritingHandHingeOpenThumbForward                                       rune = 0x1D87C
	SignwritingHandHinge                                                       rune = 0x1D87D
	SignwritingHandHingeSmall                                                  rune = 0x1D87E
	SignwritingHandHingeOpenThumbSide                                          rune = 0x1D87F
	SignwritingHandHingeThumbSide                                              rune = 0x1D880
	SignwritingHandHingeOpenNoThumb                                            rune = 0x1D881
	SignwritingHandHingeNoThumb                                                rune = 0x1D882
	SignwritingHandHingeThumbSideTouchingIndex                                 rune = 0x1D883
	SignwritingHandHingeThumbBetweenMiddleRing                                 rune = 0x1D884
	SignwritingHandAngle                                                       rune = 0x1D885
	SignwritingHandFistIndexMiddleRing                                         rune = 0x1D886
	SignwritingHandCircleIndexMiddleRing                                       rune = 0x1D887
	SignwritingHandHingeIndexMiddleRing                                        rune = 0x1D888
	SignwritingHandAngleIndexMiddleRing                                        rune = 0x1D889
	SignwritingHandHingeLittle                                                 rune = 0x1D88A
	SignwritingHandFistIndexMiddleRingBent                                     rune = 0x1D88B
	SignwritingHandFistIndexMiddleRingConjoined                                rune = 0x1D88C
	SignwritingHandHingeIndexMiddleRingConjoined                               rune = 0x1D88D
	SignwritingHandFistLittleDown                                              rune = 0x1D88E
	SignwritingHandFistLittleDownRippleStraight                                rune = 0x1D88F
	SignwritingHandFistLittleDownRippleCurved                                  rune = 0x1D890
	SignwritingHandFistLittleDownOthersCircled                                 rune = 0x1D891
	SignwritingHandFistLittleUp                                                rune = 0x1D892
	SignwritingHandFistThumbUnderLittleUp                                      rune = 0x1D893
	SignwritingHandCircleLittleUp                                              rune = 0x1D894
	SignwritingHandOvalLittleUp                                                rune = 0x1D895
	SignwritingHandAngleLittleUp                                               rune = 0x1D896
	SignwritingHandFistLittleRaisedKnuckle                                     rune = 0x1D897
	SignwritingHandFistLittleBent                                              rune = 0x1D898
	SignwritingHandFistLittleTouchesThumb                                      rune = 0x1D899
	SignwritingHandFistLittleThumb                                             rune = 0x1D89A
	SignwritingHandHingeLittleThumb                                            rune = 0x1D89B
	SignwritingHandFistLittleIndexThumb                                        rune = 0x1D89C
	SignwritingHandHingeLittleIndexThumb                                       rune = 0x1D89D
	SignwritingHandAngleLittleIndexThumbIndexThumbOut                          rune = 0x1D89E
	SignwritingHandAngleLittleIndexThumbIndexThumb                             rune = 0x1D89F
	SignwritingHandFistLittleIndex                                             rune = 0x1D8A0
	SignwritingHandCircleLittleIndex                                           rune = 0x1D8A1
	SignwritingHandHingeLittleIndex                                            rune = 0x1D8A2
	SignwritingHandAngleLittleIndex                                            rune = 0x1D8A3
	SignwritingHandFistIndexMiddleLittle                                       rune = 0x1D8A4
	SignwritingHandCircleIndexMiddleLittle                                     rune = 0x1D8A5
	SignwritingHandHingeIndexMiddleLittle                                      rune = 0x1D8A6
	SignwritingHandHingeRing                                                   rune = 0x1D8A7
	SignwritingHandAngleIndexMiddleLittle                                      rune = 0x1D8A8
	SignwritingHandFistIndexMiddleCrossLittle                                  rune = 0x1D8A9
	SignwritingHandCircleIndexMiddleCrossLittle                                rune = 0x1D8AA
	SignwritingHandFistRingDown                                                rune = 0x1D8AB
	SignwritingHandHingeRingDownIndexThumbHookMiddle                           rune = 0x1D8AC
	SignwritingHandAngleRingDownMiddleThumbIndexCross                          rune = 0x1D8AD
	SignwritingHandFistRingUp                                                  rune = 0x1D8AE
	SignwritingHandFistRingRaisedKnuckle                                       rune = 0x1D8AF
	SignwritingHandFistRingLittle                                              rune = 0x1D8B0
	SignwritingHandCircleRingLittle                                            rune = 0x1D8B1
	SignwritingHandOvalRingLittle                                              rune = 0x1D8B2
	SignwritingHandAngleRingLittle                                             rune = 0x1D8B3
	SignwritingHandFistRingMiddle                                              rune = 0x1D8B4
	SignwritingHandFistRingMiddleConjoined                                     rune = 0x1D8B5
	SignwritingHandFistRingMiddleRaisedKnuckles                                rune = 0x1D8B6
	SignwritingHandFistRingIndex                                               rune = 0x1D8B7
	SignwritingHandFistRingThumb                                               rune = 0x1D8B8
	SignwritingHandHookRingThumb                                               rune = 0x1D8B9
	SignwritingHandFistIndexRingLittle                                         rune = 0x1D8BA
	SignwritingHandCircleIndexRingLittle                                       rune = 0x1D8BB
	SignwritingHandCurlicueIndexRingLittleOn                                   rune = 0x1D8BC
	SignwritingHandHookIndexRingLittleOut                                      rune = 0x1D8BD
	SignwritingHandHookIndexRingLittleIn                                       rune = 0x1D8BE
	SignwritingHandHookIndexRingLittleUnder                                    rune = 0x1D8BF
	SignwritingHandCupIndexRingLittle                                          rune = 0x1D8C0
	SignwritingHandHingeIndexRingLittle                                        rune = 0x1D8C1
	SignwritingHandAngleIndexRingLittleOut                                     rune = 0x1D8C2
	SignwritingHandAngleIndexRingLittle                                        rune = 0x1D8C3
	SignwritingHandFistMiddleDown                                              rune = 0x1D8C4
	SignwritingHandHingeMiddle                                                 rune = 0x1D8C5
	SignwritingHandFistMiddleUp                                                rune = 0x1D8C6
	SignwritingHandCircleMiddleUp                                              rune = 0x1D8C7
	SignwritingHandFistMiddleRaisedKnuckle                                     rune = 0x1D8C8
	SignwritingHandFistMiddleUpThumbSide                                       rune = 0x1D8C9
	SignwritingHandHookMiddleThumb                                             rune = 0x1D8CA
	SignwritingHandFistMiddleThumbLittle                                       rune = 0x1D8CB
	SignwritingHandFistMiddleLittle                                            rune = 0x1D8CC
	SignwritingHandFistMiddleRingLittle                                        rune = 0x1D8CD
	SignwritingHandCircleMiddleRingLittle                                      rune = 0x1D8CE
	SignwritingHandCurlicueMiddleRingLittleOn                                  rune = 0x1D8CF
	SignwritingHandCupMiddleRingLittle                                         rune = 0x1D8D0
	SignwritingHandHingeMiddleRingLittle                                       rune = 0x1D8D1
	SignwritingHandAngleMiddleRingLittleOut                                    rune = 0x1D8D2
	SignwritingHandAngleMiddleRingLittleIn                                     rune = 0x1D8D3
	SignwritingHandAngleMiddleRingLittle                                       rune = 0x1D8D4
	SignwritingHandCircleMiddleRingLittleBent                                  rune = 0x1D8D5
	SignwritingHandClawMiddleRingLittleConjoined                               rune = 0x1D8D6
	SignwritingHandClawMiddleRingLittleConjoinedSide                           rune = 0x1D8D7
	SignwritingHandHookMiddleRingLittleConjoinedOut                            rune = 0x1D8D8
	SignwritingHandHookMiddleRingLittleConjoinedIn                             rune = 0x1D8D9
	SignwritingHandHookMiddleRingLittleConjoined                               rune = 0x1D8DA
	SignwritingHandHingeIndexHinged                                            rune = 0x1D8DB
	SignwritingHandFistIndexThumbSide                                          rune = 0x1D8DC
	SignwritingHandHingeIndexThumbSide                                         rune = 0x1D8DD
	SignwritingHandFistIndexThumbSideThumbDiagonal                             rune = 0x1D8DE
	SignwritingHandFistIndexThumbSideThumbConjoined                            rune = 0x1D8DF
	SignwritingHandFistIndexThumbSideThumbBent                                 rune = 0x1D8E0
	SignwritingHandFistIndexThumbSideIndexBent                                 rune = 0x1D8E1
	SignwritingHandFistIndexThumbSideBothBent                                  rune = 0x1D8E2
	SignwritingHandFistIndexThumbSideIndexHinge                                rune = 0x1D8E3
	SignwritingHandFistIndexThumbForwardIndexStraight                          rune = 0x1D8E4
	SignwritingHandFistIndexThumbForwardIndexBent                              rune = 0x1D8E5
	SignwritingHandFistIndexThumbHook                                          rune = 0x1D8E6
	SignwritingHandFistIndexThumbCurlicue                                      rune = 0x1D8E7
	SignwritingHandFistIndexThumbCurveThumbInside                              rune = 0x1D8E8
	SignwritingHandClawIndexThumbCurveThumbInside                              rune = 0x1D8E9
	SignwritingHandFistIndexThumbCurveThumbUnder                               rune = 0x1D8EA
	SignwritingHandFistIndexThumbCircle                                        rune = 0x1D8EB
	SignwritingHandCupIndexThumb                                               rune = 0x1D8EC
	SignwritingHandCupIndexThumbOpen                                           rune = 0x1D8ED
	SignwritingHandHingeIndexThumbOpen                                         rune = 0x1D8EE
	SignwritingHandHingeIndexThumbLarge                                        rune = 0x1D8EF
	SignwritingHandHingeIndexThumb                                             rune = 0x1D8F0
	SignwritingHandHingeIndexThumbSmall                                        rune = 0x1D8F1
	SignwritingHandAngleIndexThumbOut                                          rune = 0x1D8F2
	SignwritingHandAngleIndexThumbIn                                           rune = 0x1D8F3
	SignwritingHandAngleIndexThumb                                             rune = 0x1D8F4
	SignwritingHandFistThumb                                                   rune = 0x1D8F5
	SignwritingHandFistThumbHeel                                               rune = 0x1D8F6
	SignwritingHandFistThumbSideDiagonal                                       rune = 0x1D8F7
	SignwritingHandFistThumbSideConjoined                                      rune = 0x1D8F8
	SignwritingHandFistThumbSideBent                                           rune = 0x1D8F9
	SignwritingHandFistThumbForward                                            rune = 0x1D8FA
	SignwritingHandFistThumbBetweenIndexMiddle                                 rune = 0x1D8FB
	SignwritingHandFistThumbBetweenMiddleRing                                  rune = 0x1D8FC
	SignwritingHandFistThumbBetweenRingLittle                                  rune = 0x1D8FD
	SignwritingHandFistThumbUnderTwoFingers                                    rune = 0x1D8FE
	SignwritingHandFistThumbOverTwoFingers                                     rune = 0x1D8FF
	SignwritingHandFistThumbUnderThreeFingers                                  rune = 0x1D900
	SignwritingHandFistThumbUnderFourFingers                                   rune = 0x1D901
	SignwritingHandFistThumbOverFourRaisedKnuckles                             rune = 0x1D902
	SignwritingHandFist                                                        rune = 0x1D903
	SignwritingHandFistHeel                                                    rune = 0x1D904
	SignwritingTouchSingle                                                     rune = 0x1D905
	SignwritingTouchMultiple                                                   rune = 0x1D906
	SignwritingTouchBetween                                                    rune = 0x1D907
	SignwritingGraspSingle                                                     rune = 0x1D908
	SignwritingGraspMultiple                                                   rune = 0x1D909
	SignwritingGraspBetween                                                    rune = 0x1D90A
	SignwritingStrikeSingle                                                    rune = 0x1D90B
	SignwritingStrikeMultiple                                                  rune = 0x1D90C
	SignwritingStrikeBetween                                                   rune = 0x1D90D
	SignwritingBrushSingle                                                     rune = 0x1D90E
	SignwritingBrushMultiple                                                   rune = 0x1D90F
	SignwritingBrushBetween                                                    rune = 0x1D910
	SignwritingRubSingle                                                       rune = 0x1D911
	SignwritingRubMultiple                                                     rune = 0x1D912
	SignwritingRubBetween                                                      rune = 0x1D913
	SignwritingSurfaceSymbols                                                  rune = 0x1D914
	SignwritingSurfaceBetween                                                  rune = 0x1D915
	SignwritingSqueezeLargeSingle                                              rune = 0x1D916
	SignwritingSqueezeSmallSingle                                              rune = 0x1D917
	SignwritingSqueezeLargeMultiple                                            rune = 0x1D918
	SignwritingSqueezeSmallMultiple                                            rune = 0x1D919
	SignwritingSqueezeSequential                                               rune = 0x1D91A
	SignwritingFlickLargeSingle                                                rune = 0x1D91B
	SignwritingFlickSmallSingle                                                rune = 0x1D91C
	SignwritingFlickLargeMultiple                                              rune = 0x1D91D
	SignwritingFlickSmallMultiple                                              rune = 0x1D91E
	SignwritingFlickSequential                                                 rune = 0x1D91F
	SignwritingSqueezeFlickAlternating                                         rune = 0x1D920
	SignwritingMovementHingeUpDownLarge                                        rune = 0x1D921
	SignwritingMovementHingeUpDownSmall                                        rune = 0x1D922
	SignwritingMovementHingeUpSequential                                       rune = 0x1D923
	SignwritingMovementHingeDownSequential                                     rune = 0x1D924
	SignwritingMovementHingeUpDownAlternatingLarge                             rune = 0x1D925
	SignwritingMovementHingeUpDownAlternatingSmall                             rune = 0x1D926
	SignwritingMovementHingeSideToSideScissors                                 rune = 0x1D927
	SignwritingMovementWallplaneFingerContact                                  rune = 0x1D928
	SignwritingMovementFloorplaneFingerContact                                 rune = 0x1D929
	SignwritingMovementWallplaneSingleStraightSmall                            rune = 0x1D92A
	SignwritingMovementWallplaneSingleStraightMedium                           rune = 0x1D92B
	SignwritingMovementWallplaneSingleStraightLarge                            rune = 0x1D92C
	SignwritingMovementWallplaneSingleStraightLargest                          rune = 0x1D92D
	SignwritingMovementWallplaneSingleWristFlex                                rune = 0x1D92E
	SignwritingMovementWallplaneDoubleStraight                                 rune = 0x1D92F
	SignwritingMovementWallplaneDoubleWristFlex                                rune = 0x1D930
	SignwritingMovementWallplaneDoubleAlternating                              rune = 0x1D931
	SignwritingMovementWallplaneDoubleAlternatingWristFlex                     rune = 0x1D932
	SignwritingMovementWallplaneCross                                          rune = 0x1D933
	SignwritingMovementWallplaneTripleStraightMovement                         rune = 0x1D934
	SignwritingMovementWallplaneTripleWristFlex                                rune = 0x1D935
	SignwritingMovementWallplaneTripleAlternating                              rune = 0x1D936
	SignwritingMovementWallplaneTripleAlternatingWristFlex                     rune = 0x1D937
	SignwritingMovementWallplaneBendSmall                                      rune = 0x1D938
	SignwritingMovementWallplaneBendMedium                                     rune = 0x1D939
	SignwritingMovementWallplaneBendLarge                                      rune = 0x1D93A
	SignwritingMovementWallplaneCornerSmall                                    rune = 0x1D93B
	SignwritingMovementWallplaneCornerMedium                                   rune = 0x1D93C
	SignwritingMovementWallplaneCornerLarge                                    rune = 0x1D93D
	SignwritingMovementWallplaneCornerRotation                                 rune = 0x1D93E
	SignwritingMovementWallplaneCheckSmall                                     rune = 0x1D93F
	SignwritingMovementWallplaneCheckMedium                                    rune = 0x1D940
	SignwritingMovementWallplaneCheckLarge                                     rune = 0x1D941
	SignwritingMovementWallplaneBoxSmall                                       rune = 0x1D942
	SignwritingMovementWallplaneBoxMedium                                      rune = 0x1D943
	SignwritingMovementWallplaneBoxLarge                                       rune = 0x1D944
	SignwritingMovementWallplaneZigzagSmall                                    rune = 0x1D945
	SignwritingMovementWallplaneZigzagMedium                                   rune = 0x1D946
	SignwritingMovementWallplaneZigzagLarge                                    rune = 0x1D947
	SignwritingMovementWallplanePeaksSmall                                     rune = 0x1D948
	SignwritingMovementWallplanePeaksMedium                                    rune = 0x1D949
	SignwritingMovementWallplanePeaksLarge                                     rune = 0x1D94A
	SignwritingTravelWallplaneRotationWallplaneSingle                          rune = 0x1D94B
	SignwritingTravelWallplaneRotationWallplaneDouble                          rune = 0x1D94C
	SignwritingTravelWallplaneRotationWallplaneAlternating                     rune = 0x1D94D
	SignwritingTravelWallplaneRotationFloorplaneSingle                         rune = 0x1D94E
	SignwritingTravelWallplaneRotationFloorplaneDouble                         rune = 0x1D94F
	SignwritingTravelWallplaneRotationFloorplaneAlternating                    rune = 0x1D950
	SignwritingTravelWallplaneShaking                                          rune = 0x1D951
	SignwritingTravelWallplaneArmSpiralSingle                                  rune = 0x1D952
	SignwritingTravelWallplaneArmSpiralDouble                                  rune = 0x1D953
	SignwritingTravelWallplaneArmSpiralTriple                                  rune = 0x1D954
	SignwritingMovementDiagonalAwaySmall                                       rune = 0x1D955
	SignwritingMovementDiagonalAwayMedium                                      rune = 0x1D956
	SignwritingMovementDiagonalAwayLarge                                       rune = 0x1D957
	SignwritingMovementDiagonalAwayLargest                                     rune = 0x1D958
	SignwritingMovementDiagonalTowardsSmall                                    rune = 0x1D959
	SignwritingMovementDiagonalTowardsMedium                                   rune = 0x1D95A
	SignwritingMovementDiagonalTowardsLarge                                    rune = 0x1D95B
	SignwritingMovementDiagonalTowardsLargest                                  rune = 0x1D95C
	SignwritingMovementDiagonalBetweenAwaySmall                                rune = 0x1D95D
	SignwritingMovementDiagonalBetweenAwayMedium                               rune = 0x1D95E
	SignwritingMovementDiagonalBetweenAwayLarge                                rune = 0x1D95F
	SignwritingMovementDiagonalBetweenAwayLargest                              rune = 0x1D960
	SignwritingMovementDiagonalBetweenTowardsSmall                             rune = 0x1D961
	SignwritingMovementDiagonalBetweenTowardsMedium                            rune = 0x1D962
	SignwritingMovementDiagonalBetweenTowardsLarge                             rune = 0x1D963
	SignwritingMovementDiagonalBetweenTowardsLargest                           rune = 0x1D964
	SignwritingMovementFloorplaneSingleStraightSmall                           rune = 0x1D965
	SignwritingMovementFloorplaneSingleStraightMedium                          rune = 0x1D966
	SignwritingMovementFloorplaneSingleStraightLarge                           rune = 0x1D967
	SignwritingMovementFloorplaneSingleStraightLargest                         rune = 0x1D968
	SignwritingMovementFloorplaneSingleWristFlex                               rune = 0x1D969
	SignwritingMovementFloorplaneDoubleStraight                                rune = 0x1D96A
	SignwritingMovementFloorplaneDoubleWristFlex                               rune = 0x1D96B
	SignwritingMovementFloorplaneDoubleAlternating                             rune = 0x1D96C
	SignwritingMovementFloorplaneDoubleAlternatingWristFlex                    rune = 0x1D96D
	SignwritingMovementFloorplaneCross                                         rune = 0x1D96E
	SignwritingMovementFloorplaneTripleStraightMovement                        rune = 0x1D96F
	SignwritingMovementFloorplaneTripleWristFlex                               rune = 0x1D970
	SignwritingMovementFloorplaneTripleAlternatingMovement                     rune = 0x1D971
	SignwritingMovementFloorplaneTripleAlternatingWristFlex                    rune = 0x1D972
	SignwritingMovementFloorplaneBend                                          rune = 0x1D973
	SignwritingMovementFloorplaneCornerSmall                                   rune = 0x1D974
	SignwritingMovementFloorplaneCornerMedium                                  rune = 0x1D975
	SignwritingMovementFloorplaneCornerLarge                                   rune = 0x1D976
	SignwritingMovementFloorplaneCheck                                         rune = 0x1D977
	SignwritingMovementFloorplaneBoxSmall                                      rune = 0x1D978
	SignwritingMovementFloorplaneBoxMedium                                     rune = 0x1D979
	SignwritingMovementFloorplaneBoxLarge                                      rune = 0x1D97A
	SignwritingMovementFloorplaneZigzagSmall                                   rune = 0x1D97B
	SignwritingMovementFloorplaneZigzagMedium                                  rune = 0x1D97C
	SignwritingMovementFloorplaneZigzagLarge                                   rune = 0x1D97D
	SignwritingMovementFloorplanePeaksSmall                                    rune = 0x1D97E
	SignwritingMovementFloorplanePeaksMedium                                   rune = 0x1D97F
	SignwritingMovementFloorplanePeaksLarge                                    rune = 0x1D980
	SignwritingTravelFloorplaneRotationFloorplaneSingle                        rune = 0x1D981
	SignwritingTravelFloorplaneRotationFloorplaneDouble                        rune = 0x1D982
	SignwritingTravelFloorplaneRotationFloorplaneAlternating                   rune = 0x1D983
	SignwritingTravelFloorplaneRotationWallplaneSingle                         rune = 0x1D984
	SignwritingTravelFloorplaneRotationWallplaneDouble                         rune = 0x1D985
	SignwritingTravelFloorplaneRotationWallplaneAlternating                    rune = 0x1D986
	SignwritingTravelFloorplaneShaking                                         rune = 0x1D987
	SignwritingMovementWallplaneCurveQuarterSmall                              rune = 0x1D988
	SignwritingMovementWallplaneCurveQuarterMedium                             rune = 0x1D989
	SignwritingMovementWallplaneCurveQuarterLarge                              rune = 0x1D98A
	SignwritingMovementWallplaneCurveQuarterLargest                            rune = 0x1D98B
	SignwritingMovementWallplaneCurveHalfCircleSmall                           rune = 0x1D98C
	SignwritingMovementWallplaneCurveHalfCircleMedium                          rune = 0x1D98D
	SignwritingMovementWallplaneCurveHalfCircleLarge                           rune = 0x1D98E
	SignwritingMovementWallplaneCurveHalfCircleLargest                         rune = 0x1D98F
	SignwritingMovementWallplaneCurveThreeQuarterCircleSmall                   rune = 0x1D990
	SignwritingMovementWallplaneCurveThreeQuarterCircleMedium                  rune = 0x1D991
	SignwritingMovementWallplaneHumpSmall                                      rune = 0x1D992
	SignwritingMovementWallplaneHumpMedium                                     rune = 0x1D993
	SignwritingMovementWallplaneHumpLarge                                      rune = 0x1D994
	SignwritingMovementWallplaneLoopSmall                                      rune = 0x1D995
	SignwritingMovementWallplaneLoopMedium                                     rune = 0x1D996
	SignwritingMovementWallplaneLoopLarge                                      rune = 0x1D997
	SignwritingMovementWallplaneLoopSmallDouble                                rune = 0x1D998
	SignwritingMovementWallplaneWaveCurveDoubleSmall                           rune = 0x1D999
	SignwritingMovementWallplaneWaveCurveDoubleMedium                          rune = 0x1D99A
	SignwritingMovementWallplaneWaveCurveDoubleLarge                           rune = 0x1D99B
	SignwritingMovementWallplaneWaveCurveTripleSmall                           rune = 0x1D99C
	SignwritingMovementWallplaneWaveCurveTripleMedium                          rune = 0x1D99D
	SignwritingMovementWallplaneWaveCurveTripleLarge                           rune = 0x1D99E
	SignwritingMovementWallplaneCurveThenStraight                              rune = 0x1D99F
	SignwritingMovementWallplaneCurvedCrossSmall                               rune = 0x1D9A0
	SignwritingMovementWallplaneCurvedCrossMedium                              rune = 0x1D9A1
	SignwritingRotationWallplaneSingle                                         rune = 0x1D9A2
	SignwritingRotationWallplaneDouble                                         rune = 0x1D9A3
	SignwritingRotationWallplaneAlternate                                      rune = 0x1D9A4
	SignwritingMovementWallplaneShaking                                        rune = 0x1D9A5
	SignwritingMovementWallplaneCurveHittingFrontWall                          rune = 0x1D9A6
	SignwritingMovementWallplaneHumpHittingFrontWall                           rune = 0x1D9A7
	SignwritingMovementWallplaneLoopHittingFrontWall                           rune = 0x1D9A8
	SignwritingMovementWallplaneWaveHittingFrontWall                           rune = 0x1D9A9
	SignwritingRotationWallplaneSingleHittingFrontWall                         rune = 0x1D9AA
	SignwritingRotationWallplaneDoubleHittingFrontWall                         rune = 0x1D9AB
	SignwritingRotationWallplaneAlternatingHittingFrontWall                    rune = 0x1D9AC
	SignwritingMovementWallplaneCurveHittingChest                              rune = 0x1D9AD
	SignwritingMovementWallplaneHumpHittingChest                               rune = 0x1D9AE
	SignwritingMovementWallplaneLoopHittingChest                               rune = 0x1D9AF
	SignwritingMovementWallplaneWaveHittingChest                               rune = 0x1D9B0
	SignwritingRotationWallplaneSingleHittingChest                             rune = 0x1D9B1
	SignwritingRotationWallplaneDoubleHittingChest                             rune = 0x1D9B2
	SignwritingRotationWallplaneAlternatingHittingChest                        rune = 0x1D9B3
	SignwritingMovementWallplaneWaveDiagonalPathSmall                          rune = 0x1D9B4
	SignwritingMovementWallplaneWaveDiagonalPathMedium                         rune = 0x1D9B5
	SignwritingMovementWallplaneWaveDiagonalPathLarge                          rune = 0x1D9B6
	SignwritingMovementFloorplaneCurveHittingCeilingSmall                      rune = 0x1D9B7
	SignwritingMovementFloorplaneCurveHittingCeilingLarge                      rune = 0x1D9B8
	SignwritingMovementFloorplaneHumpHittingCeilingSmallDouble                 rune = 0x1D9B9
	SignwritingMovementFloorplaneHumpHittingCeilingLargeDouble                 rune = 0x1D9BA
	SignwritingMovementFloorplaneHumpHittingCeilingSmallTriple                 rune = 0x1D9BB
	SignwritingMovementFloorplaneHumpHittingCeilingLargeTriple                 rune = 0x1D9BC
	SignwritingMovementFloorplaneLoopHittingCeilingSmallSingle                 rune = 0x1D9BD
	SignwritingMovementFloorplaneLoopHittingCeilingLargeSingle                 rune = 0x1D9BE
	SignwritingMovementFloorplaneLoopHittingCeilingSmallDouble                 rune = 0x1D9BF
	SignwritingMovementFloorplaneLoopHittingCeilingLargeDouble                 rune = 0x1D9C0
	SignwritingMovementFloorplaneWaveHittingCeilingSmall                       rune = 0x1D9C1
	SignwritingMovementFloorplaneWaveHittingCeilingLarge                       rune = 0x1D9C2
	SignwritingRotationFloorplaneSingleHittingCeiling                          rune = 0x1D9C3
	SignwritingRotationFloorplaneDoubleHittingCeiling                          rune = 0x1D9C4
	SignwritingRotationFloorplaneAlternatingHittingCeiling                     rune = 0x1D9C5
	SignwritingMovementFloorplaneCurveHittingFloorSmall                        rune = 0x1D9C6
	SignwritingMovementFloorplaneCurveHittingFloorLarge                        rune = 0x1D9C7
	SignwritingMovementFloorplaneHumpHittingFloorSmallDouble                   rune = 0x1D9C8
	SignwritingMovementFloorplaneHumpHittingFloorLargeDouble                   rune = 0x1D9C9
	SignwritingMovementFloorplaneHumpHittingFloorTripleSmallTriple             rune = 0x1D9CA
	SignwritingMovementFloorplaneHumpHittingFloorTripleLargeTriple             rune = 0x1D9CB
	SignwritingMovementFloorplaneLoopHittingFloorSmallSingle                   rune = 0x1D9CC
	SignwritingMovementFloorplaneLoopHittingFloorLargeSingle                   rune = 0x1D9CD
	SignwritingMovementFloorplaneLoopHittingFloorSmallDouble                   rune = 0x1D9CE
	SignwritingMovementFloorplaneLoopHittingFloorLargeDouble                   rune = 0x1D9CF
	SignwritingMovementFloorplaneWaveHittingFloorSmall                         rune = 0x1D9D0
	SignwritingMovementFloorplaneWaveHittingFloorLarge                         rune = 0x1D9D1
	SignwritingRotationFloorplaneSingleHittingFloor                            rune = 0x1D9D2
	SignwritingRotationFloorplaneDoubleHittingFloor                            rune = 0x1D9D3
	SignwritingRotationFloorplaneAlternatingHittingFloor                       rune = 0x1D9D4
	SignwritingMovementFloorplaneCurveSmall                                    rune = 0x1D9D5
	SignwritingMovementFloorplaneCurveMedium                                   rune = 0x1D9D6
	SignwritingMovementFloorplaneCurveLarge                                    rune = 0x1D9D7
	SignwritingMovementFloorplaneCurveLargest                                  rune = 0x1D9D8
	SignwritingMovementFloorplaneCurveCombined                                 rune = 0x1D9D9
	SignwritingMovementFloorplaneHumpSmall                                     rune = 0x1D9DA
	SignwritingMovementFloorplaneLoopSmall                                     rune = 0x1D9DB
	SignwritingMovementFloorplaneWaveSnake                                     rune = 0x1D9DC
	SignwritingMovementFloorplaneWaveSmall                                     rune = 0x1D9DD
	SignwritingMovementFloorplaneWaveLarge                                     rune = 0x1D9DE
	SignwritingRotationFloorplaneSingle                                        rune = 0x1D9DF
	SignwritingRotationFloorplaneDouble                                        rune = 0x1D9E0
	SignwritingRotationFloorplaneAlternating                                   rune = 0x1D9E1
	SignwritingMovementFloorplaneShakingParallel                               rune = 0x1D9E2
	SignwritingMovementWallplaneArmCircleSmallSingle                           rune = 0x1D9E3
	SignwritingMovementWallplaneArmCircleMediumSingle                          rune = 0x1D9E4
	SignwritingMovementWallplaneArmCircleSmallDouble                           rune = 0x1D9E5
	SignwritingMovementWallplaneArmCircleMediumDouble                          rune = 0x1D9E6
	SignwritingMovementFloorplaneArmCircleHittingWallSmallSingle               rune = 0x1D9E7
	SignwritingMovementFloorplaneArmCircleHittingWallMediumSingle              rune = 0x1D9E8
	SignwritingMovementFloorplaneArmCircleHittingWallLargeSingle               rune = 0x1D9E9
	SignwritingMovementFloorplaneArmCircleHittingWallSmallDouble               rune = 0x1D9EA
	SignwritingMovementFloorplaneArmCircleHittingWallMediumDouble              rune = 0x1D9EB
	SignwritingMovementFloorplaneArmCircleHittingWallLargeDouble               rune = 0x1D9EC
	SignwritingMovementWallplaneWristCircleFrontSingle                         rune = 0x1D9ED
	SignwritingMovementWallplaneWristCircleFrontDouble                         rune = 0x1D9EE
	SignwritingMovementFloorplaneWristCircleHittingWallSingle                  rune = 0x1D9EF
	SignwritingMovementFloorplaneWristCircleHittingWallDouble                  rune = 0x1D9F0
	SignwritingMovementWallplaneFingerCirclesSingle                            rune = 0x1D9F1
	SignwritingMovementWallplaneFingerCirclesDouble                            rune = 0x1D9F2
	SignwritingMovementFloorplaneFingerCirclesHittingWallSingle                rune = 0x1D9F3
	SignwritingMovementFloorplaneFingerCirclesHittingWallDouble                rune = 0x1D9F4
	SignwritingDynamicArrowheadSmall                                           rune = 0x1D9F5
	SignwritingDynamicArrowheadLarge                                           rune = 0x1D9F6
	SignwritingDynamicFast                                                     rune = 0x1D9F7
	SignwritingDynamicSlow                                                     rune = 0x1D9F8
	SignwritingDynamicTense                                                    rune = 0x1D9F9
	SignwritingDynamicRelaxed                                                  rune = 0x1D9FA
	SignwritingDynamicSimultaneous                                             rune = 0x1D9FB
	SignwritingDynamicSimultaneousAlternating                                  rune = 0x1D9FC
	SignwritingDynamicEveryOtherTime                                           rune = 0x1D9FD
	SignwritingDynamicGradual                                                  rune = 0x1D9FE
	SignwritingHead                                                            rune = 0x1D9FF
	SignwritingHeadRim                                                         rune = 0x1DA00
	SignwritingHeadMovementWallplaneStraight                                   rune = 0x1DA01
	SignwritingHeadMovementWallplaneTilt                                       rune = 0x1DA02
	SignwritingHeadMovementFloorplaneStraight                                  rune = 0x1DA03
	SignwritingHeadMovementWallplaneCurve                                      rune = 0x1DA04
	SignwritingHeadMovementFloorplaneCurve                                     rune = 0x1DA05
	SignwritingHeadMovementCircle                                              rune = 0x1DA06
	SignwritingFaceDirectionPositionNoseForwardTilting                         rune = 0x1DA07
	SignwritingFaceDirectionPositionNoseUpOrDown                               rune = 0x1DA08
	SignwritingFaceDirectionPositionNoseUpOrDownTilting                        rune = 0x1DA09
	SignwritingEyebrowsStraightUp                                              rune = 0x1DA0A
	SignwritingEyebrowsStraightNeutral                                         rune = 0x1DA0B
	SignwritingEyebrowsStraightDown                                            rune = 0x1DA0C
	SignwritingDreamyEyebrowsNeutralDown                                       rune = 0x1DA0D
	SignwritingDreamyEyebrowsDownNeutral                                       rune = 0x1DA0E
	SignwritingDreamyEyebrowsUpNeutral                                         rune = 0x1DA0F
	SignwritingDreamyEyebrowsNeutralUp                                         rune = 0x1DA10
	SignwritingForeheadNeutral                                                 rune = 0x1DA11
	SignwritingForeheadContact                                                 rune = 0x1DA12
	SignwritingForeheadWrinkled                                                rune = 0x1DA13
	SignwritingEyesOpen                                                        rune = 0x1DA14
	SignwritingEyesSqueezed                                                    rune = 0x1DA15
	SignwritingEyesClosed                                                      rune = 0x1DA16
	SignwritingEyeBlinkSingle                                                  rune = 0x1DA17
	SignwritingEyeBlinkMultiple                                                rune = 0x1DA18
	SignwritingEyesHalfOpen                                                    rune = 0x1DA19
	SignwritingEyesWideOpen                                                    rune = 0x1DA1A
	SignwritingEyesHalfClosed                                                  rune = 0x1DA1B
	SignwritingEyesWideningMovement                                            rune = 0x1DA1C
	SignwritingEyeWink                                                         rune = 0x1DA1D
	SignwritingEyelashesUp                                                     rune = 0x1DA1E
	SignwritingEyelashesDown                                                   rune = 0x1DA1F
	SignwritingEyelashesFluttering                                             rune = 0x1DA20
	SignwritingEyegazeWallplaneStraight                                        rune = 0x1DA21
	SignwritingEyegazeWallplaneStraightDouble                                  rune = 0x1DA22
	SignwritingEyegazeWallplaneStraightAlternating                             rune = 0x1DA23
	SignwritingEyegazeFloorplaneStraight                                       rune = 0x1DA24
	SignwritingEyegazeFloorplaneStraightDouble                                 rune = 0x1DA25
	SignwritingEyegazeFloorplaneStraightAlternating                            rune = 0x1DA26
	SignwritingEyegazeWallplaneCurved                                          rune = 0x1DA27
	SignwritingEyegazeFloorplaneCurved                                         rune = 0x1DA28
	SignwritingEyegazeWallplaneCircling                                        rune = 0x1DA29
	SignwritingCheeksPuffed                                                    rune = 0x1DA2A
	SignwritingCheeksNeutral                                                   rune = 0x1DA2B
	SignwritingCheeksSucked                                                    rune = 0x1DA2C
	SignwritingTenseCheeksHigh                                                 rune = 0x1DA2D
	SignwritingTenseCheeksMiddle                                               rune = 0x1DA2E
	SignwritingTenseCheeksLow                                                  rune = 0x1DA2F
	SignwritingEars                                                            rune = 0x1DA30
	SignwritingNoseNeutral                                                     rune = 0x1DA31
	SignwritingNoseContact                                                     rune = 0x1DA32
	SignwritingNoseWrinkles                                                    rune = 0x1DA33
	SignwritingNoseWiggles                                                     rune = 0x1DA34
	SignwritingAirBlowingOut                                                   rune = 0x1DA35
	SignwritingAirSuckingIn                                                    rune = 0x1DA36
	SignwritingAirBlowSmallRotations                                           rune = 0x1DA37
	SignwritingAirSuckSmallRotations                                           rune = 0x1DA38
	SignwritingBreathInhale                                                    rune = 0x1DA39
	SignwritingBreathExhale                                                    rune = 0x1DA3A
	SignwritingMouthClosedNeutral                                              rune = 0x1DA3B
	SignwritingMouthClosedForward                                              rune = 0x1DA3C
	SignwritingMouthClosedContact                                              rune = 0x1DA3D
	SignwritingMouthSmile                                                      rune = 0x1DA3E
	SignwritingMouthSmileWrinkled                                              rune = 0x1DA3F
	SignwritingMouthSmileOpen                                                  rune = 0x1DA40
	SignwritingMouthFrown                                                      rune = 0x1DA41
	SignwritingMouthFrownWrinkled                                              rune = 0x1DA42
	SignwritingMouthFrownOpen                                                  rune = 0x1DA43
	SignwritingMouthOpenCircle                                                 rune = 0x1DA44
	SignwritingMouthOpenForward                                                rune = 0x1DA45
	SignwritingMouthOpenWrinkled                                               rune = 0x1DA46
	SignwritingMouthOpenOval                                                   rune = 0x1DA47
	SignwritingMouthOpenOvalWrinkled                                           rune = 0x1DA48
	SignwritingMouthOpenOvalYawn                                               rune = 0x1DA49
	SignwritingMouthOpenRectangle                                              rune = 0x1DA4A
	SignwritingMouthOpenRectangleWrinkled                                      rune = 0x1DA4B
	SignwritingMouthOpenRectangleYawn                                          rune = 0x1DA4C
	SignwritingMouthKiss                                                       rune = 0x1DA4D
	SignwritingMouthKissForward                                                rune = 0x1DA4E
	SignwritingMouthKissWrinkled                                               rune = 0x1DA4F
	SignwritingMouthTense                                                      rune = 0x1DA50
	SignwritingMouthTenseForward                                               rune = 0x1DA51
	SignwritingMouthTenseSucked                                                rune = 0x1DA52
	SignwritingLipsPressedTogether                                             rune = 0x1DA53
	SignwritingLipLowerOverUpper                                               rune = 0x1DA54
	SignwritingLipUpperOverLower                                               rune = 0x1DA55
	SignwritingMouthCorners                                                    rune = 0x1DA56
	SignwritingMouthWrinklesSingle                                             rune = 0x1DA57
	SignwritingMouthWrinklesDouble                                             rune = 0x1DA58
	SignwritingTongueStickingOutFar                                            rune = 0x1DA59
	SignwritingTongueLickingLips                                               rune = 0x1DA5A
	SignwritingTongueTipBetweenLips                                            rune = 0x1DA5B
	SignwritingTongueTipTouchingInsideMouth                                    rune = 0x1DA5C
	SignwritingTongueInsideMouthRelaxed                                        rune = 0x1DA5D
	SignwritingTongueMovesAgainstCheek                                         rune = 0x1DA5E
	SignwritingTongueCentreStickingOut                                         rune = 0x1DA5F
	SignwritingTongueCentreInsideMouth                                         rune = 0x1DA60
	SignwritingTeeth                                                           rune = 0x1DA61
	SignwritingTeethMovement                                                   rune = 0x1DA62
	SignwritingTeethOnTongue                                                   rune = 0x1DA63
	SignwritingTeethOnTongueMovement                                           rune = 0x1DA64
	SignwritingTeethOnLips                                                     rune = 0x1DA65
	SignwritingTeethOnLipsMovement                                             rune = 0x1DA66
	SignwritingTeethBiteLips                                                   rune = 0x1DA67
	SignwritingMovementWallplaneJaw                                            rune = 0x1DA68
	SignwritingMovementFloorplaneJaw                                           rune = 0x1DA69
	SignwritingNeck                                                            rune = 0x1DA6A
	SignwritingHair                                                            rune = 0x1DA6B
	SignwritingExcitement                                                      rune = 0x1DA6C
	SignwritingShoulderHipSpine                                                rune = 0x1DA6D
	SignwritingShoulderHipPositions                                            rune = 0x1DA6E
	SignwritingWallplaneShoulderHipMove                                        rune = 0x1DA6F
	SignwritingFloorplaneShoulderHipMove                                       rune = 0x1DA70
	SignwritingShoulderTiltingFromWaist                                        rune = 0x1DA71
	SignwritingTorsoWallplaneStraightStretch                                   rune = 0x1DA72
	SignwritingTorsoWallplaneCurvedBend                                        rune = 0x1DA73
	SignwritingTorsoFloorplaneTwisting                                         rune = 0x1DA74
	SignwritingUpperBodyTiltingFromHipJoints                                   rune = 0x1DA75
	SignwritingLimbCombination                                                 rune = 0x1DA76
	SignwritingLimbLength1                                                     rune = 0x1DA77
	SignwritingLimbLength2                                                     rune = 0x1DA78
	SignwritingLimbLength3                                                     rune = 0x1DA79
	SignwritingLimbLength4                                                     rune = 0x1DA7A
	SignwritingLimbLength5                                                     rune = 0x1DA7B
	SignwritingLimbLength6                                                     rune = 0x1DA7C
	SignwritingLimbLength7                                                     rune = 0x1DA7D
	SignwritingFinger                                                          rune = 0x1DA7E
	SignwritingLocationWallplaneSpace                                          rune = 0x1DA7F
	SignwritingLocationFloorplaneSpace                                         rune = 0x1DA80
	SignwritingLocationHeight                                                  rune = 0x1DA81
	SignwritingLocationWidth                                                   rune = 0x1DA82
	SignwritingLocationDepth                                                   rune = 0x1DA83
	SignwritingLocationHeadNeck                                                rune = 0x1DA84
	SignwritingLocationTorso                                                   rune = 0x1DA85
	SignwritingLocationLimbsDigits                                             rune = 0x1DA86
	SignwritingComma                                                           rune = 0x1DA87
	SignwritingFullStop                                                        rune = 0x1DA88
	SignwritingSemicolon                                                       rune = 0x1DA89
	SignwritingColon                                                           rune = 0x1DA8A
	SignwritingParenthesis                                                     rune = 0x1DA8B
	SignwritingFillModifier2                                                   rune = 0x1DA9B
	SignwritingFillModifier3                                                   rune = 0x1DA9C
	SignwritingFillModifier4                                                   rune = 0x1DA9D
	SignwritingFillModifier5                                                   rune = 0x1DA9E
	SignwritingFillModifier6                                                   rune = 0x1DA9F
	SignwritingRotationModifier2                                               rune = 0x1DAA1
	SignwritingRotationModifier3                                               rune = 0x1DAA2
	SignwritingRotationModifier4                                               rune = 0x1DAA3
	SignwritingRotationModifier5                                               rune = 0x1DAA4
	SignwritingRotationModifier6                                               rune = 0x1DAA5
	SignwritingRotationModifier7                                               rune = 0x1DAA6
	SignwritingRotationModifier8                                               rune = 0x1DAA7
	SignwritingRotationModifier9                                               rune = 0x1DAA8
	SignwritingRotationModifier10                                              rune = 0x1DAA9
	SignwritingRotationModifier11                                              rune = 0x1DAAA
	SignwritingRotationModifier12                                              rune = 0x1DAAB
	SignwritingRotationModifier13                                              rune = 0x1DAAC
	SignwritingRotationModifier14                                              rune = 0x1DAAD
	SignwritingRotationModifier15                                              rune = 0x1DAAE
	SignwritingRotationModifier16                                              rune = 0x1DAAF
	CombiningGlagoliticLetterAzu                                               rune = 0x1E000
	CombiningGlagoliticLetterBuky                                              rune = 0x1E001
	CombiningGlagoliticLetterVede                                              rune = 0x1E002
	CombiningGlagoliticLetterGlagoli                                           rune = 0x1E003
	CombiningGlagoliticLetterDobro                                             rune = 0x1E004
	CombiningGlagoliticLetterYestu                                             rune = 0x1E005
	CombiningGlagoliticLetterZhivete                                           rune = 0x1E006
	CombiningGlagoliticLetterZemlja                                            rune = 0x1E008
	CombiningGlagoliticLetterIzhe                                              rune = 0x1E009
	CombiningGlagoliticLetterInitialIzhe                                       rune = 0x1E00A
	CombiningGlagoliticLetterI                                                 rune = 0x1E00B
	CombiningGlagoliticLetterDjervi                                            rune = 0x1E00C
	CombiningGlagoliticLetterKako                                              rune = 0x1E00D
	CombiningGlagoliticLetterLjudije                                           rune = 0x1E00E
	CombiningGlagoliticLetterMyslite                                           rune = 0x1E00F
	CombiningGlagoliticLetterNashi                                             rune = 0x1E010
	CombiningGlagoliticLetterOnu                                               rune = 0x1E011
	CombiningGlagoliticLetterPokoji                                            rune = 0x1E012
	CombiningGlagoliticLetterRitsi                                             rune = 0x1E013
	CombiningGlagoliticLetterSlovo                                             rune = 0x1E014
	CombiningGlagoliticLetterTvrido                                            rune = 0x1E015
	CombiningGlagoliticLetterUku                                               rune = 0x1E016
	CombiningGlagoliticLetterFritu                                             rune = 0x1E017
	CombiningGlagoliticLetterHeru                                              rune = 0x1E018
	CombiningGlagoliticLetterShta                                              rune = 0x1E01B
	CombiningGlagoliticLetterTsi                                               rune = 0x1E01C
	CombiningGlagoliticLetterChrivi                                            rune = 0x1E01D
	CombiningGlagoliticLetterSha                                               rune = 0x1E01E
	CombiningGlagoliticLetterYeru                                              rune = 0x1E01F
	CombiningGlagoliticLetterYeri                                              rune = 0x1E020
	CombiningGlagoliticLetterYati                                              rune = 0x1E021
	CombiningGlagoliticLetterYu                                                rune = 0x1E023
	CombiningGlagoliticLetterSmallYus                                          rune = 0x1E024
	CombiningGlagoliticLetterYo                                                rune = 0x1E026
	CombiningGlagoliticLetterIotatedSmallYus                                   rune = 0x1E027
	CombiningGlagoliticLetterBigYus                                            rune = 0x1E028
	CombiningGlagoliticLetterIotatedBigYus                                     rune = 0x1E029
	CombiningGlagoliticLetterFita                                              rune = 0x1E02A
	NyiakengPuachueHmongLetterMa                                               rune = 0x1E100
	NyiakengPuachueHmongLetterTsa                                              rune = 0x1E101
	NyiakengPuachueHmongLetterNta                                              rune = 0x1E102
	NyiakengPuachueHmongLetterTa                                               rune = 0x1E103
	NyiakengPuachueHmongLetterHa                                               rune = 0x1E104
	NyiakengPuachueHmongLetterNa                                               rune = 0x1E105
	NyiakengPuachueHmongLetterXa                                               rune = 0x1E106
	NyiakengPuachueHmongLetterNka                                              rune = 0x1E107
	NyiakengPuachueHmongLetterCa                                               rune = 0x1E108
	NyiakengPuachueHmongLetterLa                                               rune = 0x1E109
	NyiakengPuachueHmongLetterSa                                               rune = 0x1E10A
	NyiakengPuachueHmongLetterZa                                               rune = 0x1E10B
	NyiakengPuachueHmongLetterNca                                              rune = 0x1E10C
	NyiakengPuachueHmongLetterNtsa                                             rune = 0x1E10D
	NyiakengPuachueHmongLetterKa                                               rune = 0x1E10E
	NyiakengPuachueHmongLetterDa                                               rune = 0x1E10F
	NyiakengPuachueHmongLetterNya                                              rune = 0x1E110
	NyiakengPuachueHmongLetterNra                                              rune = 0x1E111
	NyiakengPuachueHmongLetterVa                                               rune = 0x1E112
	NyiakengPuachueHmongLetterNtxa                                             rune = 0x1E113
	NyiakengPuachueHmongLetterTxa                                              rune = 0x1E114
	NyiakengPuachueHmongLetterFa                                               rune = 0x1E115
	NyiakengPuachueHmongLetterRa                                               rune = 0x1E116
	NyiakengPuachueHmongLetterQa                                               rune = 0x1E117
	NyiakengPuachueHmongLetterYa                                               rune = 0x1E118
	NyiakengPuachueHmongLetterNqa                                              rune = 0x1E119
	NyiakengPuachueHmongLetterPa                                               rune = 0x1E11A
	NyiakengPuachueHmongLetterXya                                              rune = 0x1E11B
	NyiakengPuachueHmongLetterNpa                                              rune = 0x1E11C
	NyiakengPuachueHmongLetterDla                                              rune = 0x1E11D
	NyiakengPuachueHmongLetterNpla                                             rune = 0x1E11E
	NyiakengPuachueHmongLetterHah                                              rune = 0x1E11F
	NyiakengPuachueHmongLetterMla                                              rune = 0x1E120
	NyiakengPuachueHmongLetterPla                                              rune = 0x1E121
	NyiakengPuachueHmongLetterGa                                               rune = 0x1E122
	NyiakengPuachueHmongLetterRra                                              rune = 0x1E123
	NyiakengPuachueHmongLetterA                                                rune = 0x1E124
	NyiakengPuachueHmongLetterAa                                               rune = 0x1E125
	NyiakengPuachueHmongLetterI                                                rune = 0x1E126
	NyiakengPuachueHmongLetterU                                                rune = 0x1E127
	NyiakengPuachueHmongLetterO                                                rune = 0x1E128
	NyiakengPuachueHmongLetterOo                                               rune = 0x1E129
	NyiakengPuachueHmongLetterE                                                rune = 0x1E12A
	NyiakengPuachueHmongLetterEe                                               rune = 0x1E12B
	NyiakengPuachueHmongLetterW                                                rune = 0x1E12C
	NyiakengPuachueHmongToneB                                                  rune = 0x1E130
	NyiakengPuachueHmongToneM                                                  rune = 0x1E131
	NyiakengPuachueHmongToneJ                                                  rune = 0x1E132
	NyiakengPuachueHmongToneV                                                  rune = 0x1E133
	NyiakengPuachueHmongToneS                                                  rune = 0x1E134
	NyiakengPuachueHmongToneG                                                  rune = 0x1E135
	NyiakengPuachueHmongToneD                                                  rune = 0x1E136
	NyiakengPuachueHmongSignForPerson                                          rune = 0x1E137
	NyiakengPuachueHmongSignForThing                                           rune = 0x1E138
	NyiakengPuachueHmongSignForLocation                                        rune = 0x1E139
	NyiakengPuachueHmongSignForAnimal                                          rune = 0x1E13A
	NyiakengPuachueHmongSignForInvertebrate                                    rune = 0x1E13B
	NyiakengPuachueHmongSignXwXw                                               rune = 0x1E13C
	NyiakengPuachueHmongSyllableLengthener                                     rune = 0x1E13D
	NyiakengPuachueHmongDigitZero                                              rune = 0x1E140
	NyiakengPuachueHmongDigitOne                                               rune = 0x1E141
	NyiakengPuachueHmongDigitTwo                                               rune = 0x1E142
	NyiakengPuachueHmongDigitThree                                             rune = 0x1E143
	NyiakengPuachueHmongDigitFour                                              rune = 0x1E144
	NyiakengPuachueHmongDigitFive                                              rune = 0x1E145
	NyiakengPuachueHmongDigitSix                                               rune = 0x1E146
	NyiakengPuachueHmongDigitSeven                                             rune = 0x1E147
	NyiakengPuachueHmongDigitEight                                             rune = 0x1E148
	NyiakengPuachueHmongDigitNine                                              rune = 0x1E149
	NyiakengPuachueHmongLogogramNyaj                                           rune = 0x1E14E
	NyiakengPuachueHmongCircledCa                                              rune = 0x1E14F
	WanchoLetterAa                                                             rune = 0x1E2C0
	WanchoLetterA                                                              rune = 0x1E2C1
	WanchoLetterBa                                                             rune = 0x1E2C2
	WanchoLetterCa                                                             rune = 0x1E2C3
	WanchoLetterDa                                                             rune = 0x1E2C4
	WanchoLetterGa                                                             rune = 0x1E2C5
	WanchoLetterYa                                                             rune = 0x1E2C6
	WanchoLetterPha                                                            rune = 0x1E2C7
	WanchoLetterLa                                                             rune = 0x1E2C8
	WanchoLetterNa                                                             rune = 0x1E2C9
	WanchoLetterPa                                                             rune = 0x1E2CA
	WanchoLetterTa                                                             rune = 0x1E2CB
	WanchoLetterTha                                                            rune = 0x1E2CC
	WanchoLetterFa                                                             rune = 0x1E2CD
	WanchoLetterSa                                                             rune = 0x1E2CE
	WanchoLetterSha                                                            rune = 0x1E2CF
	WanchoLetterJa                                                             rune = 0x1E2D0
	WanchoLetterZa                                                             rune = 0x1E2D1
	WanchoLetterWa                                                             rune = 0x1E2D2
	WanchoLetterVa                                                             rune = 0x1E2D3
	WanchoLetterKa                                                             rune = 0x1E2D4
	WanchoLetterO                                                              rune = 0x1E2D5
	WanchoLetterAu                                                             rune = 0x1E2D6
	WanchoLetterRa                                                             rune = 0x1E2D7
	WanchoLetterMa                                                             rune = 0x1E2D8
	WanchoLetterKha                                                            rune = 0x1E2D9
	WanchoLetterHa                                                             rune = 0x1E2DA
	WanchoLetterE                                                              rune = 0x1E2DB
	WanchoLetterI                                                              rune = 0x1E2DC
	WanchoLetterNga                                                            rune = 0x1E2DD
	WanchoLetterU                                                              rune = 0x1E2DE
	WanchoLetterLlha                                                           rune = 0x1E2DF
	WanchoLetterTsa                                                            rune = 0x1E2E0
	WanchoLetterTra                                                            rune = 0x1E2E1
	WanchoLetterOng                                                            rune = 0x1E2E2
	WanchoLetterAang                                                           rune = 0x1E2E3
	WanchoLetterAng                                                            rune = 0x1E2E4
	WanchoLetterIng                                                            rune = 0x1E2E5
	WanchoLetterOn                                                             rune = 0x1E2E6
	WanchoLetterEn                                                             rune = 0x1E2E7
	WanchoLetterAan                                                            rune = 0x1E2E8
	WanchoLetterNya                                                            rune = 0x1E2E9
	WanchoLetterUen                                                            rune = 0x1E2EA
	WanchoLetterYih                                                            rune = 0x1E2EB
	WanchoToneTup                                                              rune = 0x1E2EC
	WanchoToneTupni                                                            rune = 0x1E2ED
	WanchoToneKoi                                                              rune = 0x1E2EE
	WanchoToneKoini                                                            rune = 0x1E2EF
	WanchoDigitZero                                                            rune = 0x1E2F0
	WanchoDigitOne                                                             rune = 0x1E2F1
	WanchoDigitTwo                                                             rune = 0x1E2F2
	WanchoDigitThree                                                           rune = 0x1E2F3
	WanchoDigitFour                                                            rune = 0x1E2F4
	WanchoDigitFive                                                            rune = 0x1E2F5
	WanchoDigitSix                                                             rune = 0x1E2F6
	WanchoDigitSeven                                                           rune = 0x1E2F7
	WanchoDigitEight                                                           rune = 0x1E2F8
	WanchoDigitNine                                                            rune = 0x1E2F9
	WanchoNgunSign                                                             rune = 0x1E2FF
	MendeKikakuiSyllableM001Ki                                                 rune = 0x1E800
	MendeKikakuiSyllableM002Ka                                                 rune = 0x1E801
	MendeKikakuiSyllableM003Ku                                                 rune = 0x1E802
	MendeKikakuiSyllableM065Kee                                                rune = 0x1E803
	MendeKikakuiSyllableM095Ke                                                 rune = 0x1E804
	MendeKikakuiSyllableM076Koo                                                rune = 0x1E805
	MendeKikakuiSyllableM048Ko                                                 rune = 0x1E806
	MendeKikakuiSyllableM179Kua                                                rune = 0x1E807
	MendeKikakuiSyllableM004Wi                                                 rune = 0x1E808
	MendeKikakuiSyllableM005Wa                                                 rune = 0x1E809
	MendeKikakuiSyllableM006Wu                                                 rune = 0x1E80A
	MendeKikakuiSyllableM126Wee                                                rune = 0x1E80B
	MendeKikakuiSyllableM118We                                                 rune = 0x1E80C
	MendeKikakuiSyllableM114Woo                                                rune = 0x1E80D
	MendeKikakuiSyllableM045Wo                                                 rune = 0x1E80E
	MendeKikakuiSyllableM194Wui                                                rune = 0x1E80F
	MendeKikakuiSyllableM143Wei                                                rune = 0x1E810
	MendeKikakuiSyllableM061Wvi                                                rune = 0x1E811
	MendeKikakuiSyllableM049Wva                                                rune = 0x1E812
	MendeKikakuiSyllableM139Wve                                                rune = 0x1E813
	MendeKikakuiSyllableM007Min                                                rune = 0x1E814
	MendeKikakuiSyllableM008Man                                                rune = 0x1E815
	MendeKikakuiSyllableM009Mun                                                rune = 0x1E816
	MendeKikakuiSyllableM059Men                                                rune = 0x1E817
	MendeKikakuiSyllableM094Mon                                                rune = 0x1E818
	MendeKikakuiSyllableM154Muan                                               rune = 0x1E819
	MendeKikakuiSyllableM189Muen                                               rune = 0x1E81A
	MendeKikakuiSyllableM010Bi                                                 rune = 0x1E81B
	MendeKikakuiSyllableM011Ba                                                 rune = 0x1E81C
	MendeKikakuiSyllableM012Bu                                                 rune = 0x1E81D
	MendeKikakuiSyllableM150Bee                                                rune = 0x1E81E
	MendeKikakuiSyllableM097Be                                                 rune = 0x1E81F
	MendeKikakuiSyllableM103Boo                                                rune = 0x1E820
	MendeKikakuiSyllableM138Bo                                                 rune = 0x1E821
	MendeKikakuiSyllableM013I                                                  rune = 0x1E822
	MendeKikakuiSyllableM014A                                                  rune = 0x1E823
	MendeKikakuiSyllableM015U                                                  rune = 0x1E824
	MendeKikakuiSyllableM163Ee                                                 rune = 0x1E825
	MendeKikakuiSyllableM100E                                                  rune = 0x1E826
	MendeKikakuiSyllableM165Oo                                                 rune = 0x1E827
	MendeKikakuiSyllableM147O                                                  rune = 0x1E828
	MendeKikakuiSyllableM137Ei                                                 rune = 0x1E829
	MendeKikakuiSyllableM131In                                                 rune = 0x1E82A
	MendeKikakuiSyllableM135In                                                 rune = 0x1E82B
	MendeKikakuiSyllableM195An                                                 rune = 0x1E82C
	MendeKikakuiSyllableM178En                                                 rune = 0x1E82D
	MendeKikakuiSyllableM019Si                                                 rune = 0x1E82E
	MendeKikakuiSyllableM020Sa                                                 rune = 0x1E82F
	MendeKikakuiSyllableM021Su                                                 rune = 0x1E830
	MendeKikakuiSyllableM162See                                                rune = 0x1E831
	MendeKikakuiSyllableM116Se                                                 rune = 0x1E832
	MendeKikakuiSyllableM136Soo                                                rune = 0x1E833
	MendeKikakuiSyllableM079So                                                 rune = 0x1E834
	MendeKikakuiSyllableM196Sia                                                rune = 0x1E835
	MendeKikakuiSyllableM025Li                                                 rune = 0x1E836
	MendeKikakuiSyllableM026La                                                 rune = 0x1E837
	MendeKikakuiSyllableM027Lu                                                 rune = 0x1E838
	MendeKikakuiSyllableM084Lee                                                rune = 0x1E839
	MendeKikakuiSyllableM073Le                                                 rune = 0x1E83A
	MendeKikakuiSyllableM054Loo                                                rune = 0x1E83B
	MendeKikakuiSyllableM153Lo                                                 rune = 0x1E83C
	MendeKikakuiSyllableM110LongLe                                             rune = 0x1E83D
	MendeKikakuiSyllableM016Di                                                 rune = 0x1E83E
	MendeKikakuiSyllableM017Da                                                 rune = 0x1E83F
	MendeKikakuiSyllableM018Du                                                 rune = 0x1E840
	MendeKikakuiSyllableM089Dee                                                rune = 0x1E841
	MendeKikakuiSyllableM180Doo                                                rune = 0x1E842
	MendeKikakuiSyllableM181Do                                                 rune = 0x1E843
	MendeKikakuiSyllableM022Ti                                                 rune = 0x1E844
	MendeKikakuiSyllableM023Ta                                                 rune = 0x1E845
	MendeKikakuiSyllableM024Tu                                                 rune = 0x1E846
	MendeKikakuiSyllableM091Tee                                                rune = 0x1E847
	MendeKikakuiSyllableM055Te                                                 rune = 0x1E848
	MendeKikakuiSyllableM104Too                                                rune = 0x1E849
	MendeKikakuiSyllableM069To                                                 rune = 0x1E84A
	MendeKikakuiSyllableM028Ji                                                 rune = 0x1E84B
	MendeKikakuiSyllableM029Ja                                                 rune = 0x1E84C
	MendeKikakuiSyllableM030Ju                                                 rune = 0x1E84D
	MendeKikakuiSyllableM157Jee                                                rune = 0x1E84E
	MendeKikakuiSyllableM113Je                                                 rune = 0x1E84F
	MendeKikakuiSyllableM160Joo                                                rune = 0x1E850
	MendeKikakuiSyllableM063Jo                                                 rune = 0x1E851
	MendeKikakuiSyllableM175LongJo                                             rune = 0x1E852
	MendeKikakuiSyllableM031Yi                                                 rune = 0x1E853
	MendeKikakuiSyllableM032Ya                                                 rune = 0x1E854
	MendeKikakuiSyllableM033Yu                                                 rune = 0x1E855
	MendeKikakuiSyllableM109Yee                                                rune = 0x1E856
	MendeKikakuiSyllableM080Ye                                                 rune = 0x1E857
	MendeKikakuiSyllableM141Yoo                                                rune = 0x1E858
	MendeKikakuiSyllableM121Yo                                                 rune = 0x1E859
	MendeKikakuiSyllableM034Fi                                                 rune = 0x1E85A
	MendeKikakuiSyllableM035Fa                                                 rune = 0x1E85B
	MendeKikakuiSyllableM036Fu                                                 rune = 0x1E85C
	MendeKikakuiSyllableM078Fee                                                rune = 0x1E85D
	MendeKikakuiSyllableM075Fe                                                 rune = 0x1E85E
	MendeKikakuiSyllableM133Foo                                                rune = 0x1E85F
	MendeKikakuiSyllableM088Fo                                                 rune = 0x1E860
	MendeKikakuiSyllableM197Fua                                                rune = 0x1E861
	MendeKikakuiSyllableM101Fan                                                rune = 0x1E862
	MendeKikakuiSyllableM037Nin                                                rune = 0x1E863
	MendeKikakuiSyllableM038Nan                                                rune = 0x1E864
	MendeKikakuiSyllableM039Nun                                                rune = 0x1E865
	MendeKikakuiSyllableM117Nen                                                rune = 0x1E866
	MendeKikakuiSyllableM169Non                                                rune = 0x1E867
	MendeKikakuiSyllableM176Hi                                                 rune = 0x1E868
	MendeKikakuiSyllableM041Ha                                                 rune = 0x1E869
	MendeKikakuiSyllableM186Hu                                                 rune = 0x1E86A
	MendeKikakuiSyllableM040Hee                                                rune = 0x1E86B
	MendeKikakuiSyllableM096He                                                 rune = 0x1E86C
	MendeKikakuiSyllableM042Hoo                                                rune = 0x1E86D
	MendeKikakuiSyllableM140Ho                                                 rune = 0x1E86E
	MendeKikakuiSyllableM083Heei                                               rune = 0x1E86F
	MendeKikakuiSyllableM128Hoou                                               rune = 0x1E870
	MendeKikakuiSyllableM053Hin                                                rune = 0x1E871
	MendeKikakuiSyllableM130Han                                                rune = 0x1E872
	MendeKikakuiSyllableM087Hun                                                rune = 0x1E873
	MendeKikakuiSyllableM052Hen                                                rune = 0x1E874
	MendeKikakuiSyllableM193Hon                                                rune = 0x1E875
	MendeKikakuiSyllableM046Huan                                               rune = 0x1E876
	MendeKikakuiSyllableM090Nggi                                               rune = 0x1E877
	MendeKikakuiSyllableM043Ngga                                               rune = 0x1E878
	MendeKikakuiSyllableM082Nggu                                               rune = 0x1E879
	MendeKikakuiSyllableM115Nggee                                              rune = 0x1E87A
	MendeKikakuiSyllableM146Ngge                                               rune = 0x1E87B
	MendeKikakuiSyllableM156Nggoo                                              rune = 0x1E87C
	MendeKikakuiSyllableM120Nggo                                               rune = 0x1E87D
	MendeKikakuiSyllableM159Nggaa                                              rune = 0x1E87E
	MendeKikakuiSyllableM127Nggua                                              rune = 0x1E87F
	MendeKikakuiSyllableM086LongNgge                                           rune = 0x1E880
	MendeKikakuiSyllableM106LongNggoo                                          rune = 0x1E881
	MendeKikakuiSyllableM183LongNggo                                           rune = 0x1E882
	MendeKikakuiSyllableM155Gi                                                 rune = 0x1E883
	MendeKikakuiSyllableM111Ga                                                 rune = 0x1E884
	MendeKikakuiSyllableM168Gu                                                 rune = 0x1E885
	MendeKikakuiSyllableM190Gee                                                rune = 0x1E886
	MendeKikakuiSyllableM166Guei                                               rune = 0x1E887
	MendeKikakuiSyllableM167Guan                                               rune = 0x1E888
	MendeKikakuiSyllableM184Ngen                                               rune = 0x1E889
	MendeKikakuiSyllableM057Ngon                                               rune = 0x1E88A
	MendeKikakuiSyllableM177Nguan                                              rune = 0x1E88B
	MendeKikakuiSyllableM068Pi                                                 rune = 0x1E88C
	MendeKikakuiSyllableM099Pa                                                 rune = 0x1E88D
	MendeKikakuiSyllableM050Pu                                                 rune = 0x1E88E
	MendeKikakuiSyllableM081Pee                                                rune = 0x1E88F
	MendeKikakuiSyllableM051Pe                                                 rune = 0x1E890
	MendeKikakuiSyllableM102Poo                                                rune = 0x1E891
	MendeKikakuiSyllableM066Po                                                 rune = 0x1E892
	MendeKikakuiSyllableM145Mbi                                                rune = 0x1E893
	MendeKikakuiSyllableM062Mba                                                rune = 0x1E894
	MendeKikakuiSyllableM122Mbu                                                rune = 0x1E895
	MendeKikakuiSyllableM047Mbee                                               rune = 0x1E896
	MendeKikakuiSyllableM188Mbee                                               rune = 0x1E897
	MendeKikakuiSyllableM072Mbe                                                rune = 0x1E898
	MendeKikakuiSyllableM172Mboo                                               rune = 0x1E899
	MendeKikakuiSyllableM174Mbo                                                rune = 0x1E89A
	MendeKikakuiSyllableM187Mbuu                                               rune = 0x1E89B
	MendeKikakuiSyllableM161LongMbe                                            rune = 0x1E89C
	MendeKikakuiSyllableM105LongMboo                                           rune = 0x1E89D
	MendeKikakuiSyllableM142LongMbo                                            rune = 0x1E89E
	MendeKikakuiSyllableM132Kpi                                                rune = 0x1E89F
	MendeKikakuiSyllableM092Kpa                                                rune = 0x1E8A0
	MendeKikakuiSyllableM074Kpu                                                rune = 0x1E8A1
	MendeKikakuiSyllableM044Kpee                                               rune = 0x1E8A2
	MendeKikakuiSyllableM108Kpe                                                rune = 0x1E8A3
	MendeKikakuiSyllableM112Kpoo                                               rune = 0x1E8A4
	MendeKikakuiSyllableM158Kpo                                                rune = 0x1E8A5
	MendeKikakuiSyllableM124Gbi                                                rune = 0x1E8A6
	MendeKikakuiSyllableM056Gba                                                rune = 0x1E8A7
	MendeKikakuiSyllableM148Gbu                                                rune = 0x1E8A8
	MendeKikakuiSyllableM093Gbee                                               rune = 0x1E8A9
	MendeKikakuiSyllableM107Gbe                                                rune = 0x1E8AA
	MendeKikakuiSyllableM071Gboo                                               rune = 0x1E8AB
	MendeKikakuiSyllableM070Gbo                                                rune = 0x1E8AC
	MendeKikakuiSyllableM171Ra                                                 rune = 0x1E8AD
	MendeKikakuiSyllableM123Ndi                                                rune = 0x1E8AE
	MendeKikakuiSyllableM129Nda                                                rune = 0x1E8AF
	MendeKikakuiSyllableM125Ndu                                                rune = 0x1E8B0
	MendeKikakuiSyllableM191Ndee                                               rune = 0x1E8B1
	MendeKikakuiSyllableM119Nde                                                rune = 0x1E8B2
	MendeKikakuiSyllableM067Ndoo                                               rune = 0x1E8B3
	MendeKikakuiSyllableM064Ndo                                                rune = 0x1E8B4
	MendeKikakuiSyllableM152Nja                                                rune = 0x1E8B5
	MendeKikakuiSyllableM192Nju                                                rune = 0x1E8B6
	MendeKikakuiSyllableM149Njee                                               rune = 0x1E8B7
	MendeKikakuiSyllableM134Njoo                                               rune = 0x1E8B8
	MendeKikakuiSyllableM182Vi                                                 rune = 0x1E8B9
	MendeKikakuiSyllableM185Va                                                 rune = 0x1E8BA
	MendeKikakuiSyllableM151Vu                                                 rune = 0x1E8BB
	MendeKikakuiSyllableM173Vee                                                rune = 0x1E8BC
	MendeKikakuiSyllableM085Ve                                                 rune = 0x1E8BD
	MendeKikakuiSyllableM144Voo                                                rune = 0x1E8BE
	MendeKikakuiSyllableM077Vo                                                 rune = 0x1E8BF
	MendeKikakuiSyllableM164Nyin                                               rune = 0x1E8C0
	MendeKikakuiSyllableM058Nyan                                               rune = 0x1E8C1
	MendeKikakuiSyllableM170Nyun                                               rune = 0x1E8C2
	MendeKikakuiSyllableM098Nyen                                               rune = 0x1E8C3
	MendeKikakuiSyllableM060Nyon                                               rune = 0x1E8C4
	MendeKikakuiDigitOne                                                       rune = 0x1E8C7
	MendeKikakuiDigitTwo                                                       rune = 0x1E8C8
	MendeKikakuiDigitThree                                                     rune = 0x1E8C9
	MendeKikakuiDigitFour                                                      rune = 0x1E8CA
	MendeKikakuiDigitFive                                                      rune = 0x1E8CB
	MendeKikakuiDigitSix                                                       rune = 0x1E8CC
	MendeKikakuiDigitSeven                                                     rune = 0x1E8CD
	MendeKikakuiDigitEight                                                     rune = 0x1E8CE
	MendeKikakuiDigitNine                                                      rune = 0x1E8CF
	MendeKikakuiCombiningNumberTeens                                           rune = 0x1E8D0
	MendeKikakuiCombiningNumberTens                                            rune = 0x1E8D1
	MendeKikakuiCombiningNumberHundreds                                        rune = 0x1E8D2
	MendeKikakuiCombiningNumberThousands                                       rune = 0x1E8D3
	MendeKikakuiCombiningNumberTenThousands                                    rune = 0x1E8D4
	MendeKikakuiCombiningNumberHundredThousands                                rune = 0x1E8D5
	MendeKikakuiCombiningNumberMillions                                        rune = 0x1E8D6
	AdlamCapitalLetterAlif                                                     rune = 0x1E900
	AdlamCapitalLetterDaali                                                    rune = 0x1E901
	AdlamCapitalLetterLaam                                                     rune = 0x1E902
	AdlamCapitalLetterMiim                                                     rune = 0x1E903
	AdlamCapitalLetterBa                                                       rune = 0x1E904
	AdlamCapitalLetterSinnyiiyhe                                               rune = 0x1E905
	AdlamCapitalLetterPe                                                       rune = 0x1E906
	AdlamCapitalLetterBhe                                                      rune = 0x1E907
	AdlamCapitalLetterRa                                                       rune = 0x1E908
	AdlamCapitalLetterE                                                        rune = 0x1E909
	AdlamCapitalLetterFa                                                       rune = 0x1E90A
	AdlamCapitalLetterI                                                        rune = 0x1E90B
	AdlamCapitalLetterO                                                        rune = 0x1E90C
	AdlamCapitalLetterDha                                                      rune = 0x1E90D
	AdlamCapitalLetterYhe                                                      rune = 0x1E90E
	AdlamCapitalLetterWaw                                                      rune = 0x1E90F
	AdlamCapitalLetterNun                                                      rune = 0x1E910
	AdlamCapitalLetterKaf                                                      rune = 0x1E911
	AdlamCapitalLetterYa                                                       rune = 0x1E912
	AdlamCapitalLetterU                                                        rune = 0x1E913
	AdlamCapitalLetterJiim                                                     rune = 0x1E914
	AdlamCapitalLetterChi                                                      rune = 0x1E915
	AdlamCapitalLetterHa                                                       rune = 0x1E916
	AdlamCapitalLetterQaaf                                                     rune = 0x1E917
	AdlamCapitalLetterGa                                                       rune = 0x1E918
	AdlamCapitalLetterNya                                                      rune = 0x1E919
	AdlamCapitalLetterTu                                                       rune = 0x1E91A
	AdlamCapitalLetterNha                                                      rune = 0x1E91B
	AdlamCapitalLetterVa                                                       rune = 0x1E91C
	AdlamCapitalLetterKha                                                      rune = 0x1E91D
	AdlamCapitalLetterGbe                                                      rune = 0x1E91E
	AdlamCapitalLetterZal                                                      rune = 0x1E91F
	AdlamCapitalLetterKpo                                                      rune = 0x1E920
	AdlamCapitalLetterSha                                                      rune = 0x1E921
	AdlamSmallLetterAlif                                                       rune = 0x1E922
	AdlamSmallLetterDaali                                                      rune = 0x1E923
	AdlamSmallLetterLaam                                                       rune = 0x1E924
	AdlamSmallLetterMiim                                                       rune = 0x1E925
	AdlamSmallLetterBa                                                         rune = 0x1E926
	AdlamSmallLetterSinnyiiyhe                                                 rune = 0x1E927
	AdlamSmallLetterPe                                                         rune = 0x1E928
	AdlamSmallLetterBhe                                                        rune = 0x1E929
	AdlamSmallLetterRa                                                         rune = 0x1E92A
	AdlamSmallLetterE                                                          rune = 0x1E92B
	AdlamSmallLetterFa                                                         rune = 0x1E92C
	AdlamSmallLetterI                                                          rune = 0x1E92D
	AdlamSmallLetterO                                                          rune = 0x1E92E
	AdlamSmallLetterDha                                                        rune = 0x1E92F
	AdlamSmallLetterYhe                                                        rune = 0x1E930
	AdlamSmallLetterWaw                                                        rune = 0x1E931
	AdlamSmallLetterNun                                                        rune = 0x1E932
	AdlamSmallLetterKaf                                                        rune = 0x1E933
	AdlamSmallLetterYa                                                         rune = 0x1E934
	AdlamSmallLetterU                                                          rune = 0x1E935
	AdlamSmallLetterJiim                                                       rune = 0x1E936
	AdlamSmallLetterChi                                                        rune = 0x1E937
	AdlamSmallLetterHa                                                         rune = 0x1E938
	AdlamSmallLetterQaaf                                                       rune = 0x1E939
	AdlamSmallLetterGa                                                         rune = 0x1E93A
	AdlamSmallLetterNya                                                        rune = 0x1E93B
	AdlamSmallLetterTu                                                         rune = 0x1E93C
	AdlamSmallLetterNha                                                        rune = 0x1E93D
	AdlamSmallLetterVa                                                         rune = 0x1E93E
	AdlamSmallLetterKha                                                        rune = 0x1E93F
	AdlamSmallLetterGbe                                                        rune = 0x1E940
	AdlamSmallLetterZal                                                        rune = 0x1E941
	AdlamSmallLetterKpo                                                        rune = 0x1E942
	AdlamSmallLetterSha                                                        rune = 0x1E943
	AdlamAlifLengthener                                                        rune = 0x1E944
	AdlamVowelLengthener                                                       rune = 0x1E945
	AdlamGeminationMark                                                        rune = 0x1E946
	AdlamHamza                                                                 rune = 0x1E947
	AdlamConsonantModifier                                                     rune = 0x1E948
	AdlamGeminateConsonantModifier                                             rune = 0x1E949
	AdlamNukta                                                                 rune = 0x1E94A
	AdlamNasalizationMark                                                      rune = 0x1E94B
	AdlamDigitZero                                                             rune = 0x1E950
	AdlamDigitOne                                                              rune = 0x1E951
	AdlamDigitTwo                                                              rune = 0x1E952
	AdlamDigitThree                                                            rune = 0x1E953
	AdlamDigitFour                                                             rune = 0x1E954
	AdlamDigitFive                                                             rune = 0x1E955
	AdlamDigitSix                                                              rune = 0x1E956
	AdlamDigitSeven                                                            rune = 0x1E957
	AdlamDigitEight                                                            rune = 0x1E958
	AdlamDigitNine                                                             rune = 0x1E959
	AdlamInitialExclamationMark                                                rune = 0x1E95E
	AdlamInitialQuestionMark                                                   rune = 0x1E95F
	IndicSiyaqNumberOne                                                        rune = 0x1EC71
	IndicSiyaqNumberTwo                                                        rune = 0x1EC72
	IndicSiyaqNumberThree                                                      rune = 0x1EC73
	IndicSiyaqNumberFour                                                       rune = 0x1EC74
	IndicSiyaqNumberFive                                                       rune = 0x1EC75
	IndicSiyaqNumberSix                                                        rune = 0x1EC76
	IndicSiyaqNumberSeven                                                      rune = 0x1EC77
	IndicSiyaqNumberEight                                                      rune = 0x1EC78
	IndicSiyaqNumberNine                                                       rune = 0x1EC79
	IndicSiyaqNumberTen                                                        rune = 0x1EC7A
	IndicSiyaqNumberTwenty                                                     rune = 0x1EC7B
	IndicSiyaqNumberThirty                                                     rune = 0x1EC7C
	IndicSiyaqNumberForty                                                      rune = 0x1EC7D
	IndicSiyaqNumberFifty                                                      rune = 0x1EC7E
	IndicSiyaqNumberSixty                                                      rune = 0x1EC7F
	IndicSiyaqNumberSeventy                                                    rune = 0x1EC80
	IndicSiyaqNumberEighty                                                     rune = 0x1EC81
	IndicSiyaqNumberNinety                                                     rune = 0x1EC82
	IndicSiyaqNumberOneHundred                                                 rune = 0x1EC83
	IndicSiyaqNumberTwoHundred                                                 rune = 0x1EC84
	IndicSiyaqNumberThreeHundred                                               rune = 0x1EC85
	IndicSiyaqNumberFourHundred                                                rune = 0x1EC86
	IndicSiyaqNumberFiveHundred                                                rune = 0x1EC87
	IndicSiyaqNumberSixHundred                                                 rune = 0x1EC88
	IndicSiyaqNumberSevenHundred                                               rune = 0x1EC89
	IndicSiyaqNumberEightHundred                                               rune = 0x1EC8A
	IndicSiyaqNumberNineHundred                                                rune = 0x1EC8B
	IndicSiyaqNumberOneThousand                                                rune = 0x1EC8C
	IndicSiyaqNumberTwoThousand                                                rune = 0x1EC8D
	IndicSiyaqNumberThreeThousand                                              rune = 0x1EC8E
	IndicSiyaqNumberFourThousand                                               rune = 0x1EC8F
	IndicSiyaqNumberFiveThousand                                               rune = 0x1EC90
	IndicSiyaqNumberSixThousand                                                rune = 0x1EC91
	IndicSiyaqNumberSevenThousand                                              rune = 0x1EC92
	IndicSiyaqNumberEightThousand                                              rune = 0x1EC93
	IndicSiyaqNumberNineThousand                                               rune = 0x1EC94
	IndicSiyaqNumberTenThousand                                                rune = 0x1EC95
	IndicSiyaqNumberTwentyThousand                                             rune = 0x1EC96
	IndicSiyaqNumberThirtyThousand                                             rune = 0x1EC97
	IndicSiyaqNumberFortyThousand                                              rune = 0x1EC98
	IndicSiyaqNumberFiftyThousand                                              rune = 0x1EC99
	IndicSiyaqNumberSixtyThousand                                              rune = 0x1EC9A
	IndicSiyaqNumberSeventyThousand                                            rune = 0x1EC9B
	IndicSiyaqNumberEightyThousand                                             rune = 0x1EC9C
	IndicSiyaqNumberNinetyThousand                                             rune = 0x1EC9D
	IndicSiyaqNumberLakh                                                       rune = 0x1EC9E
	IndicSiyaqNumberLakhan                                                     rune = 0x1EC9F
	IndicSiyaqLakhMark                                                         rune = 0x1ECA0
	IndicSiyaqNumberKaror                                                      rune = 0x1ECA1
	IndicSiyaqNumberKaroran                                                    rune = 0x1ECA2
	IndicSiyaqNumberPrefixedOne                                                rune = 0x1ECA3
	IndicSiyaqNumberPrefixedTwo                                                rune = 0x1ECA4
	IndicSiyaqNumberPrefixedThree                                              rune = 0x1ECA5
	IndicSiyaqNumberPrefixedFour                                               rune = 0x1ECA6
	IndicSiyaqNumberPrefixedFive                                               rune = 0x1ECA7
	IndicSiyaqNumberPrefixedSix                                                rune = 0x1ECA8
	IndicSiyaqNumberPrefixedSeven                                              rune = 0x1ECA9
	IndicSiyaqNumberPrefixedEight                                              rune = 0x1ECAA
	IndicSiyaqNumberPrefixedNine                                               rune = 0x1ECAB
	IndicSiyaqPlaceholder                                                      rune = 0x1ECAC
	IndicSiyaqFractionOneQuarter                                               rune = 0x1ECAD
	IndicSiyaqFractionOneHalf                                                  rune = 0x1ECAE
	IndicSiyaqFractionThreeQuarters                                            rune = 0x1ECAF
	IndicSiyaqRupeeMark                                                        rune = 0x1ECB0
	IndicSiyaqNumberAlternateOne                                               rune = 0x1ECB1
	IndicSiyaqNumberAlternateTwo                                               rune = 0x1ECB2
	IndicSiyaqNumberAlternateTenThousand                                       rune = 0x1ECB3
	IndicSiyaqAlternateLakhMark                                                rune = 0x1ECB4
	OttomanSiyaqNumberOne                                                      rune = 0x1ED01
	OttomanSiyaqNumberTwo                                                      rune = 0x1ED02
	OttomanSiyaqNumberThree                                                    rune = 0x1ED03
	OttomanSiyaqNumberFour                                                     rune = 0x1ED04
	OttomanSiyaqNumberFive                                                     rune = 0x1ED05
	OttomanSiyaqNumberSix                                                      rune = 0x1ED06
	OttomanSiyaqNumberSeven                                                    rune = 0x1ED07
	OttomanSiyaqNumberEight                                                    rune = 0x1ED08
	OttomanSiyaqNumberNine                                                     rune = 0x1ED09
	OttomanSiyaqNumberTen                                                      rune = 0x1ED0A
	OttomanSiyaqNumberTwenty                                                   rune = 0x1ED0B
	OttomanSiyaqNumberThirty                                                   rune = 0x1ED0C
	OttomanSiyaqNumberForty                                                    rune = 0x1ED0D
	OttomanSiyaqNumberFifty                                                    rune = 0x1ED0E
	OttomanSiyaqNumberSixty                                                    rune = 0x1ED0F
	OttomanSiyaqNumberSeventy                                                  rune = 0x1ED10
	OttomanSiyaqNumberEighty                                                   rune = 0x1ED11
	OttomanSiyaqNumberNinety                                                   rune = 0x1ED12
	OttomanSiyaqNumberOneHundred                                               rune = 0x1ED13
	OttomanSiyaqNumberTwoHundred                                               rune = 0x1ED14
	OttomanSiyaqNumberThreeHundred                                             rune = 0x1ED15
	OttomanSiyaqNumberFourHundred                                              rune = 0x1ED16
	OttomanSiyaqNumberFiveHundred                                              rune = 0x1ED17
	OttomanSiyaqNumberSixHundred                                               rune = 0x1ED18
	OttomanSiyaqNumberSevenHundred                                             rune = 0x1ED19
	OttomanSiyaqNumberEightHundred                                             rune = 0x1ED1A
	OttomanSiyaqNumberNineHundred                                              rune = 0x1ED1B
	OttomanSiyaqNumberOneThousand                                              rune = 0x1ED1C
	OttomanSiyaqNumberTwoThousand                                              rune = 0x1ED1D
	OttomanSiyaqNumberThreeThousand                                            rune = 0x1ED1E
	OttomanSiyaqNumberFourThousand                                             rune = 0x1ED1F
	OttomanSiyaqNumberFiveThousand                                             rune = 0x1ED20
	OttomanSiyaqNumberSixThousand                                              rune = 0x1ED21
	OttomanSiyaqNumberSevenThousand                                            rune = 0x1ED22
	OttomanSiyaqNumberEightThousand                                            rune = 0x1ED23
	OttomanSiyaqNumberNineThousand                                             rune = 0x1ED24
	OttomanSiyaqNumberTenThousand                                              rune = 0x1ED25
	OttomanSiyaqNumberTwentyThousand                                           rune = 0x1ED26
	OttomanSiyaqNumberThirtyThousand                                           rune = 0x1ED27
	OttomanSiyaqNumberFortyThousand                                            rune = 0x1ED28
	OttomanSiyaqNumberFiftyThousand                                            rune = 0x1ED29
	OttomanSiyaqNumberSixtyThousand                                            rune = 0x1ED2A
	OttomanSiyaqNumberSeventyThousand                                          rune = 0x1ED2B
	OttomanSiyaqNumberEightyThousand                                           rune = 0x1ED2C
	OttomanSiyaqNumberNinetyThousand                                           rune = 0x1ED2D
	OttomanSiyaqMarratan                                                       rune = 0x1ED2E
	OttomanSiyaqAlternateNumberTwo                                             rune = 0x1ED2F
	OttomanSiyaqAlternateNumberThree                                           rune = 0x1ED30
	OttomanSiyaqAlternateNumberFour                                            rune = 0x1ED31
	OttomanSiyaqAlternateNumberFive                                            rune = 0x1ED32
	OttomanSiyaqAlternateNumberSix                                             rune = 0x1ED33
	OttomanSiyaqAlternateNumberSeven                                           rune = 0x1ED34
	OttomanSiyaqAlternateNumberEight                                           rune = 0x1ED35
	OttomanSiyaqAlternateNumberNine                                            rune = 0x1ED36
	OttomanSiyaqAlternateNumberTen                                             rune = 0x1ED37
	OttomanSiyaqAlternateNumberFourHundred                                     rune = 0x1ED38
	OttomanSiyaqAlternateNumberSixHundred                                      rune = 0x1ED39
	OttomanSiyaqAlternateNumberTwoThousand                                     rune = 0x1ED3A
	OttomanSiyaqAlternateNumberTenThousand                                     rune = 0x1ED3B
	OttomanSiyaqFractionOneHalf                                                rune = 0x1ED3C
	OttomanSiyaqFractionOneSixth                                               rune = 0x1ED3D
	ArabicMathematicalAlef                                                     rune = 0x1EE00
	ArabicMathematicalBeh                                                      rune = 0x1EE01
	ArabicMathematicalJeem                                                     rune = 0x1EE02
	ArabicMathematicalDal                                                      rune = 0x1EE03
	ArabicMathematicalWaw                                                      rune = 0x1EE05
	ArabicMathematicalZain                                                     rune = 0x1EE06
	ArabicMathematicalHah                                                      rune = 0x1EE07
	ArabicMathematicalTah                                                      rune = 0x1EE08
	ArabicMathematicalYeh                                                      rune = 0x1EE09
	ArabicMathematicalKaf                                                      rune = 0x1EE0A
	ArabicMathematicalLam                                                      rune = 0x1EE0B
	ArabicMathematicalMeem                                                     rune = 0x1EE0C
	ArabicMathematicalNoon                                                     rune = 0x1EE0D
	ArabicMathematicalSeen                                                     rune = 0x1EE0E
	ArabicMathematicalAin                                                      rune = 0x1EE0F
	ArabicMathematicalFeh                                                      rune = 0x1EE10
	ArabicMathematicalSad                                                      rune = 0x1EE11
	ArabicMathematicalQaf                                                      rune = 0x1EE12
	ArabicMathematicalReh                                                      rune = 0x1EE13
	ArabicMathematicalSheen                                                    rune = 0x1EE14
	ArabicMathematicalTeh                                                      rune = 0x1EE15
	ArabicMathematicalTheh                                                     rune = 0x1EE16
	ArabicMathematicalKhah                                                     rune = 0x1EE17
	ArabicMathematicalThal                                                     rune = 0x1EE18
	ArabicMathematicalDad                                                      rune = 0x1EE19
	ArabicMathematicalZah                                                      rune = 0x1EE1A
	ArabicMathematicalGhain                                                    rune = 0x1EE1B
	ArabicMathematicalDotlessBeh                                               rune = 0x1EE1C
	ArabicMathematicalDotlessNoon                                              rune = 0x1EE1D
	ArabicMathematicalDotlessFeh                                               rune = 0x1EE1E
	ArabicMathematicalDotlessQaf                                               rune = 0x1EE1F
	ArabicMathematicalInitialBeh                                               rune = 0x1EE21
	ArabicMathematicalInitialJeem                                              rune = 0x1EE22
	ArabicMathematicalInitialHeh                                               rune = 0x1EE24
	ArabicMathematicalInitialHah                                               rune = 0x1EE27
	ArabicMathematicalInitialYeh                                               rune = 0x1EE29
	ArabicMathematicalInitialKaf                                               rune = 0x1EE2A
	ArabicMathematicalInitialLam                                               rune = 0x1EE2B
	ArabicMathematicalInitialMeem                                              rune = 0x1EE2C
	ArabicMathematicalInitialNoon                                              rune = 0x1EE2D
	ArabicMathematicalInitialSeen                                              rune = 0x1EE2E
	ArabicMathematicalInitialAin                                               rune = 0x1EE2F
	ArabicMathematicalInitialFeh                                               rune = 0x1EE30
	ArabicMathematicalInitialSad                                               rune = 0x1EE31
	ArabicMathematicalInitialQaf                                               rune = 0x1EE32
	ArabicMathematicalInitialSheen                                             rune = 0x1EE34
	ArabicMathematicalInitialTeh                                               rune = 0x1EE35
	ArabicMathematicalInitialTheh                                              rune = 0x1EE36
	ArabicMathematicalInitialKhah                                              rune = 0x1EE37
	ArabicMathematicalInitialDad                                               rune = 0x1EE39
	ArabicMathematicalInitialGhain                                             rune = 0x1EE3B
	ArabicMathematicalTailedJeem                                               rune = 0x1EE42
	ArabicMathematicalTailedHah                                                rune = 0x1EE47
	ArabicMathematicalTailedYeh                                                rune = 0x1EE49
	ArabicMathematicalTailedLam                                                rune = 0x1EE4B
	ArabicMathematicalTailedNoon                                               rune = 0x1EE4D
	ArabicMathematicalTailedSeen                                               rune = 0x1EE4E
	ArabicMathematicalTailedAin                                                rune = 0x1EE4F
	ArabicMathematicalTailedSad                                                rune = 0x1EE51
	ArabicMathematicalTailedQaf                                                rune = 0x1EE52
	ArabicMathematicalTailedSheen                                              rune = 0x1EE54
	ArabicMathematicalTailedKhah                                               rune = 0x1EE57
	ArabicMathematicalTailedDad                                                rune = 0x1EE59
	ArabicMathematicalTailedGhain                                              rune = 0x1EE5B
	ArabicMathematicalTailedDotlessNoon                                        rune = 0x1EE5D
	ArabicMathematicalTailedDotlessQaf                                         rune = 0x1EE5F
	ArabicMathematicalStretchedBeh                                             rune = 0x1EE61
	ArabicMathematicalStretchedJeem                                            rune = 0x1EE62
	ArabicMathematicalStretchedHeh                                             rune = 0x1EE64
	ArabicMathematicalStretchedHah                                             rune = 0x1EE67
	ArabicMathematicalStretchedTah                                             rune = 0x1EE68
	ArabicMathematicalStretchedYeh                                             rune = 0x1EE69
	ArabicMathematicalStretchedKaf                                             rune = 0x1EE6A
	ArabicMathematicalStretchedMeem                                            rune = 0x1EE6C
	ArabicMathematicalStretchedNoon                                            rune = 0x1EE6D
	ArabicMathematicalStretchedSeen                                            rune = 0x1EE6E
	ArabicMathematicalStretchedAin                                             rune = 0x1EE6F
	ArabicMathematicalStretchedFeh                                             rune = 0x1EE70
	ArabicMathematicalStretchedSad                                             rune = 0x1EE71
	ArabicMathematicalStretchedQaf                                             rune = 0x1EE72
	ArabicMathematicalStretchedSheen                                           rune = 0x1EE74
	ArabicMathematicalStretchedTeh                                             rune = 0x1EE75
	ArabicMathematicalStretchedTheh                                            rune = 0x1EE76
	ArabicMathematicalStretchedKhah                                            rune = 0x1EE77
	ArabicMathematicalStretchedDad                                             rune = 0x1EE79
	ArabicMathematicalStretchedZah                                             rune = 0x1EE7A
	ArabicMathematicalStretchedGhain                                           rune = 0x1EE7B
	ArabicMathematicalStretchedDotlessBeh                                      rune = 0x1EE7C
	ArabicMathematicalStretchedDotlessFeh                                      rune = 0x1EE7E
	ArabicMathematicalLoopedAlef                                               rune = 0x1EE80
	ArabicMathematicalLoopedBeh                                                rune = 0x1EE81
	ArabicMathematicalLoopedJeem                                               rune = 0x1EE82
	ArabicMathematicalLoopedDal                                                rune = 0x1EE83
	ArabicMathematicalLoopedHeh                                                rune = 0x1EE84
	ArabicMathematicalLoopedWaw                                                rune = 0x1EE85
	ArabicMathematicalLoopedZain                                               rune = 0x1EE86
	ArabicMathematicalLoopedHah                                                rune = 0x1EE87
	ArabicMathematicalLoopedTah                                                rune = 0x1EE88
	ArabicMathematicalLoopedYeh                                                rune = 0x1EE89
	ArabicMathematicalLoopedLam                                                rune = 0x1EE8B
	ArabicMathematicalLoopedMeem                                               rune = 0x1EE8C
	ArabicMathematicalLoopedNoon                                               rune = 0x1EE8D
	ArabicMathematicalLoopedSeen                                               rune = 0x1EE8E
	ArabicMathematicalLoopedAin                                                rune = 0x1EE8F
	ArabicMathematicalLoopedFeh                                                rune = 0x1EE90
	ArabicMathematicalLoopedSad                                                rune = 0x1EE91
	ArabicMathematicalLoopedQaf                                                rune = 0x1EE92
	ArabicMathematicalLoopedReh                                                rune = 0x1EE93
	ArabicMathematicalLoopedSheen                                              rune = 0x1EE94
	ArabicMathematicalLoopedTeh                                                rune = 0x1EE95
	ArabicMathematicalLoopedTheh                                               rune = 0x1EE96
	ArabicMathematicalLoopedKhah                                               rune = 0x1EE97
	ArabicMathematicalLoopedThal                                               rune = 0x1EE98
	ArabicMathematicalLoopedDad                                                rune = 0x1EE99
	ArabicMathematicalLoopedZah                                                rune = 0x1EE9A
	ArabicMathematicalLoopedGhain                                              rune = 0x1EE9B
	ArabicMathematicalDoubleStruckBeh                                          rune = 0x1EEA1
	ArabicMathematicalDoubleStruckJeem                                         rune = 0x1EEA2
	ArabicMathematicalDoubleStruckDal                                          rune = 0x1EEA3
	ArabicMathematicalDoubleStruckWaw                                          rune = 0x1EEA5
	ArabicMathematicalDoubleStruckZain                                         rune = 0x1EEA6
	ArabicMathematicalDoubleStruckHah                                          rune = 0x1EEA7
	ArabicMathematicalDoubleStruckTah                                          rune = 0x1EEA8
	ArabicMathematicalDoubleStruckYeh                                          rune = 0x1EEA9
	ArabicMathematicalDoubleStruckLam                                          rune = 0x1EEAB
	ArabicMathematicalDoubleStruckMeem                                         rune = 0x1EEAC
	ArabicMathematicalDoubleStruckNoon                                         rune = 0x1EEAD
	ArabicMathematicalDoubleStruckSeen                                         rune = 0x1EEAE
	ArabicMathematicalDoubleStruckAin                                          rune = 0x1EEAF
	ArabicMathematicalDoubleStruckFeh                                          rune = 0x1EEB0
	ArabicMathematicalDoubleStruckSad                                          rune = 0x1EEB1
	ArabicMathematicalDoubleStruckQaf                                          rune = 0x1EEB2
	ArabicMathematicalDoubleStruckReh                                          rune = 0x1EEB3
	ArabicMathematicalDoubleStruckSheen                                        rune = 0x1EEB4
	ArabicMathematicalDoubleStruckTeh                                          rune = 0x1EEB5
	ArabicMathematicalDoubleStruckTheh                                         rune = 0x1EEB6
	ArabicMathematicalDoubleStruckKhah                                         rune = 0x1EEB7
	ArabicMathematicalDoubleStruckThal                                         rune = 0x1EEB8
	ArabicMathematicalDoubleStruckDad                                          rune = 0x1EEB9
	ArabicMathematicalDoubleStruckZah                                          rune = 0x1EEBA
	ArabicMathematicalDoubleStruckGhain                                        rune = 0x1EEBB
	ArabicMathematicalOperatorMeemWithHahWithTatweel                           rune = 0x1EEF0
	ArabicMathematicalOperatorHahWithDal                                       rune = 0x1EEF1
	MahjongTileEastWind                                                        rune = 0x1F000
	MahjongTileSouthWind                                                       rune = 0x1F001
	MahjongTileWestWind                                                        rune = 0x1F002
	MahjongTileNorthWind                                                       rune = 0x1F003
	MahjongTileRedDragon                                                       rune = 0x1F004
	MahjongTileGreenDragon                                                     rune = 0x1F005
	MahjongTileWhiteDragon                                                     rune = 0x1F006
	MahjongTileOneOfCharacters                                                 rune = 0x1F007
	MahjongTileTwoOfCharacters                                                 rune = 0x1F008
	MahjongTileThreeOfCharacters                                               rune = 0x1F009
	MahjongTileFourOfCharacters                                                rune = 0x1F00A
	MahjongTileFiveOfCharacters                                                rune = 0x1F00B
	MahjongTileSixOfCharacters                                                 rune = 0x1F00C
	MahjongTileSevenOfCharacters                                               rune = 0x1F00D
	MahjongTileEightOfCharacters                                               rune = 0x1F00E
	MahjongTileNineOfCharacters                                                rune = 0x1F00F
	MahjongTileOneOfBamboos                                                    rune = 0x1F010
	MahjongTileTwoOfBamboos                                                    rune = 0x1F011
	MahjongTileThreeOfBamboos                                                  rune = 0x1F012
	MahjongTileFourOfBamboos                                                   rune = 0x1F013
	MahjongTileFiveOfBamboos                                                   rune = 0x1F014
	MahjongTileSixOfBamboos                                                    rune = 0x1F015
	MahjongTileSevenOfBamboos                                                  rune = 0x1F016
	MahjongTileEightOfBamboos                                                  rune = 0x1F017
	MahjongTileNineOfBamboos                                                   rune = 0x1F018
	MahjongTileOneOfCircles                                                    rune = 0x1F019
	MahjongTileTwoOfCircles                                                    rune = 0x1F01A
	MahjongTileThreeOfCircles                                                  rune = 0x1F01B
	MahjongTileFourOfCircles                                                   rune = 0x1F01C
	MahjongTileFiveOfCircles                                                   rune = 0x1F01D
	MahjongTileSixOfCircles                                                    rune = 0x1F01E
	MahjongTileSevenOfCircles                                                  rune = 0x1F01F
	MahjongTileEightOfCircles                                                  rune = 0x1F020
	MahjongTileNineOfCircles                                                   rune = 0x1F021
	MahjongTilePlum                                                            rune = 0x1F022
	MahjongTileOrchid                                                          rune = 0x1F023
	MahjongTileBamboo                                                          rune = 0x1F024
	MahjongTileChrysanthemum                                                   rune = 0x1F025
	MahjongTileSpring                                                          rune = 0x1F026
	MahjongTileSummer                                                          rune = 0x1F027
	MahjongTileAutumn                                                          rune = 0x1F028
	MahjongTileWinter                                                          rune = 0x1F029
	MahjongTileJoker                                                           rune = 0x1F02A
	MahjongTileBack                                                            rune = 0x1F02B
	DominoTileHorizontalBack                                                   rune = 0x1F030
	DominoTileHorizontal0000                                                   rune = 0x1F031
	DominoTileHorizontal0001                                                   rune = 0x1F032
	DominoTileHorizontal0002                                                   rune = 0x1F033
	DominoTileHorizontal0003                                                   rune = 0x1F034
	DominoTileHorizontal0004                                                   rune = 0x1F035
	DominoTileHorizontal0005                                                   rune = 0x1F036
	DominoTileHorizontal0006                                                   rune = 0x1F037
	DominoTileHorizontal0100                                                   rune = 0x1F038
	DominoTileHorizontal0101                                                   rune = 0x1F039
	DominoTileHorizontal0102                                                   rune = 0x1F03A
	DominoTileHorizontal0103                                                   rune = 0x1F03B
	DominoTileHorizontal0104                                                   rune = 0x1F03C
	DominoTileHorizontal0105                                                   rune = 0x1F03D
	DominoTileHorizontal0106                                                   rune = 0x1F03E
	DominoTileHorizontal0200                                                   rune = 0x1F03F
	DominoTileHorizontal0201                                                   rune = 0x1F040
	DominoTileHorizontal0202                                                   rune = 0x1F041
	DominoTileHorizontal0203                                                   rune = 0x1F042
	DominoTileHorizontal0204                                                   rune = 0x1F043
	DominoTileHorizontal0205                                                   rune = 0x1F044
	DominoTileHorizontal0206                                                   rune = 0x1F045
	DominoTileHorizontal0300                                                   rune = 0x1F046
	DominoTileHorizontal0301                                                   rune = 0x1F047
	DominoTileHorizontal0302                                                   rune = 0x1F048
	DominoTileHorizontal0303                                                   rune = 0x1F049
	DominoTileHorizontal0304                                                   rune = 0x1F04A
	DominoTileHorizontal0305                                                   rune = 0x1F04B
	DominoTileHorizontal0306                                                   rune = 0x1F04C
	DominoTileHorizontal0400                                                   rune = 0x1F04D
	DominoTileHorizontal0401                                                   rune = 0x1F04E
	DominoTileHorizontal0402                                                   rune = 0x1F04F
	DominoTileHorizontal0403                                                   rune = 0x1F050
	DominoTileHorizontal0404                                                   rune = 0x1F051
	DominoTileHorizontal0405                                                   rune = 0x1F052
	DominoTileHorizontal0406                                                   rune = 0x1F053
	DominoTileHorizontal0500                                                   rune = 0x1F054
	DominoTileHorizontal0501                                                   rune = 0x1F055
	DominoTileHorizontal0502                                                   rune = 0x1F056
	DominoTileHorizontal0503                                                   rune = 0x1F057
	DominoTileHorizontal0504                                                   rune = 0x1F058
	DominoTileHorizontal0505                                                   rune = 0x1F059
	DominoTileHorizontal0506                                                   rune = 0x1F05A
	DominoTileHorizontal0600                                                   rune = 0x1F05B
	DominoTileHorizontal0601                                                   rune = 0x1F05C
	DominoTileHorizontal0602                                                   rune = 0x1F05D
	DominoTileHorizontal0603                                                   rune = 0x1F05E
	DominoTileHorizontal0604                                                   rune = 0x1F05F
	DominoTileHorizontal0605                                                   rune = 0x1F060
	DominoTileHorizontal0606                                                   rune = 0x1F061
	DominoTileVerticalBack                                                     rune = 0x1F062
	DominoTileVertical0000                                                     rune = 0x1F063
	DominoTileVertical0001                                                     rune = 0x1F064
	DominoTileVertical0002                                                     rune = 0x1F065
	DominoTileVertical0003                                                     rune = 0x1F066
	DominoTileVertical0004                                                     rune = 0x1F067
	DominoTileVertical0005                                                     rune = 0x1F068
	DominoTileVertical0006                                                     rune = 0x1F069
	DominoTileVertical0100                                                     rune = 0x1F06A
	DominoTileVertical0101                                                     rune = 0x1F06B
	DominoTileVertical0102                                                     rune = 0x1F06C
	DominoTileVertical0103                                                     rune = 0x1F06D
	DominoTileVertical0104                                                     rune = 0x1F06E
	DominoTileVertical0105                                                     rune = 0x1F06F
	DominoTileVertical0106                                                     rune = 0x1F070
	DominoTileVertical0200                                                     rune = 0x1F071
	DominoTileVertical0201                                                     rune = 0x1F072
	DominoTileVertical0202                                                     rune = 0x1F073
	DominoTileVertical0203                                                     rune = 0x1F074
	DominoTileVertical0204                                                     rune = 0x1F075
	DominoTileVertical0205                                                     rune = 0x1F076
	DominoTileVertical0206                                                     rune = 0x1F077
	DominoTileVertical0300                                                     rune = 0x1F078
	DominoTileVertical0301                                                     rune = 0x1F079
	DominoTileVertical0302                                                     rune = 0x1F07A
	DominoTileVertical0303                                                     rune = 0x1F07B
	DominoTileVertical0304                                                     rune = 0x1F07C
	DominoTileVertical0305                                                     rune = 0x1F07D
	DominoTileVertical0306                                                     rune = 0x1F07E
	DominoTileVertical0400                                                     rune = 0x1F07F
	DominoTileVertical0401                                                     rune = 0x1F080
	DominoTileVertical0402                                                     rune = 0x1F081
	DominoTileVertical0403                                                     rune = 0x1F082
	DominoTileVertical0404                                                     rune = 0x1F083
	DominoTileVertical0405                                                     rune = 0x1F084
	DominoTileVertical0406                                                     rune = 0x1F085
	DominoTileVertical0500                                                     rune = 0x1F086
	DominoTileVertical0501                                                     rune = 0x1F087
	DominoTileVertical0502                                                     rune = 0x1F088
	DominoTileVertical0503                                                     rune = 0x1F089
	DominoTileVertical0504                                                     rune = 0x1F08A
	DominoTileVertical0505                                                     rune = 0x1F08B
	DominoTileVertical0506                                                     rune = 0x1F08C
	DominoTileVertical0600                                                     rune = 0x1F08D
	DominoTileVertical0601                                                     rune = 0x1F08E
	DominoTileVertical0602                                                     rune = 0x1F08F
	DominoTileVertical0603                                                     rune = 0x1F090
	DominoTileVertical0604                                                     rune = 0x1F091
	DominoTileVertical0605                                                     rune = 0x1F092
	DominoTileVertical0606                                                     rune = 0x1F093
	PlayingCardBack                                                            rune = 0x1F0A0
	PlayingCardAceOfSpades                                                     rune = 0x1F0A1
	PlayingCardTwoOfSpades                                                     rune = 0x1F0A2
	PlayingCardThreeOfSpades                                                   rune = 0x1F0A3
	PlayingCardFourOfSpades                                                    rune = 0x1F0A4
	PlayingCardFiveOfSpades                                                    rune = 0x1F0A5
	PlayingCardSixOfSpades                                                     rune = 0x1F0A6
	PlayingCardSevenOfSpades                                                   rune = 0x1F0A7
	PlayingCardEightOfSpades                                                   rune = 0x1F0A8
	PlayingCardNineOfSpades                                                    rune = 0x1F0A9
	PlayingCardTenOfSpades                                                     rune = 0x1F0AA
	PlayingCardJackOfSpades                                                    rune = 0x1F0AB
	PlayingCardKnightOfSpades                                                  rune = 0x1F0AC
	PlayingCardQueenOfSpades                                                   rune = 0x1F0AD
	PlayingCardKingOfSpades                                                    rune = 0x1F0AE
	PlayingCardAceOfHearts                                                     rune = 0x1F0B1
	PlayingCardTwoOfHearts                                                     rune = 0x1F0B2
	PlayingCardThreeOfHearts                                                   rune = 0x1F0B3
	PlayingCardFourOfHearts                                                    rune = 0x1F0B4
	PlayingCardFiveOfHearts                                                    rune = 0x1F0B5
	PlayingCardSixOfHearts                                                     rune = 0x1F0B6
	PlayingCardSevenOfHearts                                                   rune = 0x1F0B7
	PlayingCardEightOfHearts                                                   rune = 0x1F0B8
	PlayingCardNineOfHearts                                                    rune = 0x1F0B9
	PlayingCardTenOfHearts                                                     rune = 0x1F0BA
	PlayingCardJackOfHearts                                                    rune = 0x1F0BB
	PlayingCardKnightOfHearts                                                  rune = 0x1F0BC
	PlayingCardQueenOfHearts                                                   rune = 0x1F0BD
	PlayingCardKingOfHearts                                                    rune = 0x1F0BE
	PlayingCardRedJoker                                                        rune = 0x1F0BF
	PlayingCardAceOfDiamonds                                                   rune = 0x1F0C1
	PlayingCardTwoOfDiamonds                                                   rune = 0x1F0C2
	PlayingCardThreeOfDiamonds                                                 rune = 0x1F0C3
	PlayingCardFourOfDiamonds                                                  rune = 0x1F0C4
	PlayingCardFiveOfDiamonds                                                  rune = 0x1F0C5
	PlayingCardSixOfDiamonds                                                   rune = 0x1F0C6
	PlayingCardSevenOfDiamonds                                                 rune = 0x1F0C7
	PlayingCardEightOfDiamonds                                                 rune = 0x1F0C8
	PlayingCardNineOfDiamonds                                                  rune = 0x1F0C9
	PlayingCardTenOfDiamonds                                                   rune = 0x1F0CA
	PlayingCardJackOfDiamonds                                                  rune = 0x1F0CB
	PlayingCardKnightOfDiamonds                                                rune = 0x1F0CC
	PlayingCardQueenOfDiamonds                                                 rune = 0x1F0CD
	PlayingCardKingOfDiamonds                                                  rune = 0x1F0CE
	PlayingCardBlackJoker                                                      rune = 0x1F0CF
	PlayingCardAceOfClubs                                                      rune = 0x1F0D1
	PlayingCardTwoOfClubs                                                      rune = 0x1F0D2
	PlayingCardThreeOfClubs                                                    rune = 0x1F0D3
	PlayingCardFourOfClubs                                                     rune = 0x1F0D4
	PlayingCardFiveOfClubs                                                     rune = 0x1F0D5
	PlayingCardSixOfClubs                                                      rune = 0x1F0D6
	PlayingCardSevenOfClubs                                                    rune = 0x1F0D7
	PlayingCardEightOfClubs                                                    rune = 0x1F0D8
	PlayingCardNineOfClubs                                                     rune = 0x1F0D9
	PlayingCardTenOfClubs                                                      rune = 0x1F0DA
	PlayingCardJackOfClubs                                                     rune = 0x1F0DB
	PlayingCardKnightOfClubs                                                   rune = 0x1F0DC
	PlayingCardQueenOfClubs                                                    rune = 0x1F0DD
	PlayingCardKingOfClubs                                                     rune = 0x1F0DE
	PlayingCardWhiteJoker                                                      rune = 0x1F0DF
	PlayingCardFool                                                            rune = 0x1F0E0
	PlayingCardTrump1                                                          rune = 0x1F0E1
	PlayingCardTrump2                                                          rune = 0x1F0E2
	PlayingCardTrump3                                                          rune = 0x1F0E3
	PlayingCardTrump4                                                          rune = 0x1F0E4
	PlayingCardTrump5                                                          rune = 0x1F0E5
	PlayingCardTrump6                                                          rune = 0x1F0E6
	PlayingCardTrump7                                                          rune = 0x1F0E7
	PlayingCardTrump8                                                          rune = 0x1F0E8
	PlayingCardTrump9                                                          rune = 0x1F0E9
	PlayingCardTrump10                                                         rune = 0x1F0EA
	PlayingCardTrump11                                                         rune = 0x1F0EB
	PlayingCardTrump12                                                         rune = 0x1F0EC
	PlayingCardTrump13                                                         rune = 0x1F0ED
	PlayingCardTrump14                                                         rune = 0x1F0EE
	PlayingCardTrump15                                                         rune = 0x1F0EF
	PlayingCardTrump16                                                         rune = 0x1F0F0
	PlayingCardTrump17                                                         rune = 0x1F0F1
	PlayingCardTrump18                                                         rune = 0x1F0F2
	PlayingCardTrump19                                                         rune = 0x1F0F3
	PlayingCardTrump20                                                         rune = 0x1F0F4
	PlayingCardTrump21                                                         rune = 0x1F0F5
	DigitZeroFullStop                                                          rune = 0x1F100
	DigitZeroComma                                                             rune = 0x1F101
	DigitOneComma                                                              rune = 0x1F102
	DigitTwoComma                                                              rune = 0x1F103
	DigitThreeComma                                                            rune = 0x1F104
	DigitFourComma                                                             rune = 0x1F105
	DigitFiveComma                                                             rune = 0x1F106
	DigitSixComma                                                              rune = 0x1F107
	DigitSevenComma                                                            rune = 0x1F108
	DigitEightComma                                                            rune = 0x1F109
	DigitNineComma                                                             rune = 0x1F10A
	DingbatCircledSansSerifDigitZero                                           rune = 0x1F10B
	DingbatNegativeCircledSansSerifDigitZero                                   rune = 0x1F10C
	CircledZeroWithSlash                                                       rune = 0x1F10D
	CircledAnticlockwiseArrow                                                  rune = 0x1F10E
	CircledDollarSignWithOverlaidBackslash                                     rune = 0x1F10F
	ParenthesizedLatinCapitalLetterA                                           rune = 0x1F110
	ParenthesizedLatinCapitalLetterB                                           rune = 0x1F111
	ParenthesizedLatinCapitalLetterC                                           rune = 0x1F112
	ParenthesizedLatinCapitalLetterD                                           rune = 0x1F113
	ParenthesizedLatinCapitalLetterE                                           rune = 0x1F114
	ParenthesizedLatinCapitalLetterF                                           rune = 0x1F115
	ParenthesizedLatinCapitalLetterG                                           rune = 0x1F116
	ParenthesizedLatinCapitalLetterH                                           rune = 0x1F117
	ParenthesizedLatinCapitalLetterI                                           rune = 0x1F118
	ParenthesizedLatinCapitalLetterJ                                           rune = 0x1F119
	ParenthesizedLatinCapitalLetterK                                           rune = 0x1F11A
	ParenthesizedLatinCapitalLetterL                                           rune = 0x1F11B
	ParenthesizedLatinCapitalLetterM                                           rune = 0x1F11C
	ParenthesizedLatinCapitalLetterN                                           rune = 0x1F11D
	ParenthesizedLatinCapitalLetterO                                           rune = 0x1F11E
	ParenthesizedLatinCapitalLetterP                                           rune = 0x1F11F
	ParenthesizedLatinCapitalLetterQ                                           rune = 0x1F120
	ParenthesizedLatinCapitalLetterR                                           rune = 0x1F121
	ParenthesizedLatinCapitalLetterS                                           rune = 0x1F122
	ParenthesizedLatinCapitalLetterT                                           rune = 0x1F123
	ParenthesizedLatinCapitalLetterU                                           rune = 0x1F124
	ParenthesizedLatinCapitalLetterV                                           rune = 0x1F125
	ParenthesizedLatinCapitalLetterW                                           rune = 0x1F126
	ParenthesizedLatinCapitalLetterX                                           rune = 0x1F127
	ParenthesizedLatinCapitalLetterY                                           rune = 0x1F128
	ParenthesizedLatinCapitalLetterZ                                           rune = 0x1F129
	TortoiseShellBracketedLatinCapitalLetterS                                  rune = 0x1F12A
	CircledItalicLatinCapitalLetterC                                           rune = 0x1F12B
	CircledItalicLatinCapitalLetterR                                           rune = 0x1F12C
	CircledCd                                                                  rune = 0x1F12D
	CircledWz                                                                  rune = 0x1F12E
	CopyleftSymbol                                                             rune = 0x1F12F
	SquaredLatinCapitalLetterA                                                 rune = 0x1F130
	SquaredLatinCapitalLetterB                                                 rune = 0x1F131
	SquaredLatinCapitalLetterC                                                 rune = 0x1F132
	SquaredLatinCapitalLetterD                                                 rune = 0x1F133
	SquaredLatinCapitalLetterE                                                 rune = 0x1F134
	SquaredLatinCapitalLetterF                                                 rune = 0x1F135
	SquaredLatinCapitalLetterG                                                 rune = 0x1F136
	SquaredLatinCapitalLetterH                                                 rune = 0x1F137
	SquaredLatinCapitalLetterI                                                 rune = 0x1F138
	SquaredLatinCapitalLetterJ                                                 rune = 0x1F139
	SquaredLatinCapitalLetterK                                                 rune = 0x1F13A
	SquaredLatinCapitalLetterL                                                 rune = 0x1F13B
	SquaredLatinCapitalLetterM                                                 rune = 0x1F13C
	SquaredLatinCapitalLetterN                                                 rune = 0x1F13D
	SquaredLatinCapitalLetterO                                                 rune = 0x1F13E
	SquaredLatinCapitalLetterP                                                 rune = 0x1F13F
	SquaredLatinCapitalLetterQ                                                 rune = 0x1F140
	SquaredLatinCapitalLetterR                                                 rune = 0x1F141
	SquaredLatinCapitalLetterS                                                 rune = 0x1F142
	SquaredLatinCapitalLetterT                                                 rune = 0x1F143
	SquaredLatinCapitalLetterU                                                 rune = 0x1F144
	SquaredLatinCapitalLetterV                                                 rune = 0x1F145
	SquaredLatinCapitalLetterW                                                 rune = 0x1F146
	SquaredLatinCapitalLetterX                                                 rune = 0x1F147
	SquaredLatinCapitalLetterY                                                 rune = 0x1F148
	SquaredLatinCapitalLetterZ                                                 rune = 0x1F149
	SquaredHv                                                                  rune = 0x1F14A
	SquaredMv                                                                  rune = 0x1F14B
	SquaredSd                                                                  rune = 0x1F14C
	SquaredSs                                                                  rune = 0x1F14D
	SquaredPpv                                                                 rune = 0x1F14E
	SquaredWc                                                                  rune = 0x1F14F
	NegativeCircledLatinCapitalLetterA                                         rune = 0x1F150
	NegativeCircledLatinCapitalLetterB                                         rune = 0x1F151
	NegativeCircledLatinCapitalLetterC                                         rune = 0x1F152
	NegativeCircledLatinCapitalLetterD                                         rune = 0x1F153
	NegativeCircledLatinCapitalLetterE                                         rune = 0x1F154
	NegativeCircledLatinCapitalLetterF                                         rune = 0x1F155
	NegativeCircledLatinCapitalLetterG                                         rune = 0x1F156
	NegativeCircledLatinCapitalLetterH                                         rune = 0x1F157
	NegativeCircledLatinCapitalLetterI                                         rune = 0x1F158
	NegativeCircledLatinCapitalLetterJ                                         rune = 0x1F159
	NegativeCircledLatinCapitalLetterK                                         rune = 0x1F15A
	NegativeCircledLatinCapitalLetterL                                         rune = 0x1F15B
	NegativeCircledLatinCapitalLetterM                                         rune = 0x1F15C
	NegativeCircledLatinCapitalLetterN                                         rune = 0x1F15D
	NegativeCircledLatinCapitalLetterO                                         rune = 0x1F15E
	NegativeCircledLatinCapitalLetterP                                         rune = 0x1F15F
	NegativeCircledLatinCapitalLetterQ                                         rune = 0x1F160
	NegativeCircledLatinCapitalLetterR                                         rune = 0x1F161
	NegativeCircledLatinCapitalLetterS                                         rune = 0x1F162
	NegativeCircledLatinCapitalLetterT                                         rune = 0x1F163
	NegativeCircledLatinCapitalLetterU                                         rune = 0x1F164
	NegativeCircledLatinCapitalLetterV                                         rune = 0x1F165
	NegativeCircledLatinCapitalLetterW                                         rune = 0x1F166
	NegativeCircledLatinCapitalLetterX                                         rune = 0x1F167
	NegativeCircledLatinCapitalLetterY                                         rune = 0x1F168
	NegativeCircledLatinCapitalLetterZ                                         rune = 0x1F169
	RaisedMcSign                                                               rune = 0x1F16A
	RaisedMdSign                                                               rune = 0x1F16B
	RaisedMrSign                                                               rune = 0x1F16C
	CircledCc                                                                  rune = 0x1F16D
	CircledCWithOverlaidBackslash                                              rune = 0x1F16E
	CircledHumanFigure                                                         rune = 0x1F16F
	NegativeSquaredLatinCapitalLetterA                                         rune = 0x1F170
	NegativeSquaredLatinCapitalLetterB                                         rune = 0x1F171
	NegativeSquaredLatinCapitalLetterC                                         rune = 0x1F172
	NegativeSquaredLatinCapitalLetterD                                         rune = 0x1F173
	NegativeSquaredLatinCapitalLetterE                                         rune = 0x1F174
	NegativeSquaredLatinCapitalLetterF                                         rune = 0x1F175
	NegativeSquaredLatinCapitalLetterG                                         rune = 0x1F176
	NegativeSquaredLatinCapitalLetterH                                         rune = 0x1F177
	NegativeSquaredLatinCapitalLetterI                                         rune = 0x1F178
	NegativeSquaredLatinCapitalLetterJ                                         rune = 0x1F179
	NegativeSquaredLatinCapitalLetterK                                         rune = 0x1F17A
	NegativeSquaredLatinCapitalLetterL                                         rune = 0x1F17B
	NegativeSquaredLatinCapitalLetterM                                         rune = 0x1F17C
	NegativeSquaredLatinCapitalLetterN                                         rune = 0x1F17D
	NegativeSquaredLatinCapitalLetterO                                         rune = 0x1F17E
	NegativeSquaredLatinCapitalLetterP                                         rune = 0x1F17F
	NegativeSquaredLatinCapitalLetterQ                                         rune = 0x1F180
	NegativeSquaredLatinCapitalLetterR                                         rune = 0x1F181
	NegativeSquaredLatinCapitalLetterS                                         rune = 0x1F182
	NegativeSquaredLatinCapitalLetterT                                         rune = 0x1F183
	NegativeSquaredLatinCapitalLetterU                                         rune = 0x1F184
	NegativeSquaredLatinCapitalLetterV                                         rune = 0x1F185
	NegativeSquaredLatinCapitalLetterW                                         rune = 0x1F186
	NegativeSquaredLatinCapitalLetterX                                         rune = 0x1F187
	NegativeSquaredLatinCapitalLetterY                                         rune = 0x1F188
	NegativeSquaredLatinCapitalLetterZ                                         rune = 0x1F189
	CrossedNegativeSquaredLatinCapitalLetterP                                  rune = 0x1F18A
	NegativeSquaredIc                                                          rune = 0x1F18B
	NegativeSquaredPa                                                          rune = 0x1F18C
	NegativeSquaredSa                                                          rune = 0x1F18D
	NegativeSquaredAb                                                          rune = 0x1F18E
	NegativeSquaredWc                                                          rune = 0x1F18F
	SquareDj                                                                   rune = 0x1F190
	SquaredCl                                                                  rune = 0x1F191
	SquaredCool                                                                rune = 0x1F192
	SquaredFree                                                                rune = 0x1F193
	SquaredId                                                                  rune = 0x1F194
	SquaredNew                                                                 rune = 0x1F195
	SquaredNg                                                                  rune = 0x1F196
	SquaredOk                                                                  rune = 0x1F197
	SquaredSos                                                                 rune = 0x1F198
	SquaredUpWithExclamationMark                                               rune = 0x1F199
	SquaredVs                                                                  rune = 0x1F19A
	SquaredThreeD                                                              rune = 0x1F19B
	SquaredSecondScreen                                                        rune = 0x1F19C
	SquaredTwoK                                                                rune = 0x1F19D
	SquaredFourK                                                               rune = 0x1F19E
	SquaredEightK                                                              rune = 0x1F19F
	SquaredFivePointOne                                                        rune = 0x1F1A0
	SquaredSevenPointOne                                                       rune = 0x1F1A1
	SquaredTwentyTwoPointTwo                                                   rune = 0x1F1A2
	SquaredSixtyP                                                              rune = 0x1F1A3
	SquaredOneHundredTwentyP                                                   rune = 0x1F1A4
	SquaredLatinSmallLetterD                                                   rune = 0x1F1A5
	SquaredHc                                                                  rune = 0x1F1A6
	SquaredHdr                                                                 rune = 0x1F1A7
	SquaredHiRes                                                               rune = 0x1F1A8
	SquaredLossless                                                            rune = 0x1F1A9
	SquaredShv                                                                 rune = 0x1F1AA
	SquaredUhd                                                                 rune = 0x1F1AB
	SquaredVod                                                                 rune = 0x1F1AC
	MaskWorkSymbol                                                             rune = 0x1F1AD
	RegionalIndicatorSymbolLetterA                                             rune = 0x1F1E6
	RegionalIndicatorSymbolLetterB                                             rune = 0x1F1E7
	RegionalIndicatorSymbolLetterC                                             rune = 0x1F1E8
	RegionalIndicatorSymbolLetterD                                             rune = 0x1F1E9
	RegionalIndicatorSymbolLetterE                                             rune = 0x1F1EA
	RegionalIndicatorSymbolLetterF                                             rune = 0x1F1EB
	RegionalIndicatorSymbolLetterG                                             rune = 0x1F1EC
	RegionalIndicatorSymbolLetterH                                             rune = 0x1F1ED
	RegionalIndicatorSymbolLetterI                                             rune = 0x1F1EE
	RegionalIndicatorSymbolLetterJ                                             rune = 0x1F1EF
	RegionalIndicatorSymbolLetterK                                             rune = 0x1F1F0
	RegionalIndicatorSymbolLetterL                                             rune = 0x1F1F1
	RegionalIndicatorSymbolLetterM                                             rune = 0x1F1F2
	RegionalIndicatorSymbolLetterN                                             rune = 0x1F1F3
	RegionalIndicatorSymbolLetterO                                             rune = 0x1F1F4
	RegionalIndicatorSymbolLetterP                                             rune = 0x1F1F5
	RegionalIndicatorSymbolLetterQ                                             rune = 0x1F1F6
	RegionalIndicatorSymbolLetterR                                             rune = 0x1F1F7
	RegionalIndicatorSymbolLetterS                                             rune = 0x1F1F8
	RegionalIndicatorSymbolLetterT                                             rune = 0x1F1F9
	RegionalIndicatorSymbolLetterU                                             rune = 0x1F1FA
	RegionalIndicatorSymbolLetterV                                             rune = 0x1F1FB
	RegionalIndicatorSymbolLetterW                                             rune = 0x1F1FC
	RegionalIndicatorSymbolLetterX                                             rune = 0x1F1FD
	RegionalIndicatorSymbolLetterY                                             rune = 0x1F1FE
	RegionalIndicatorSymbolLetterZ                                             rune = 0x1F1FF
	SquareHiraganaHoka                                                         rune = 0x1F200
	SquaredKatakanaKoko                                                        rune = 0x1F201
	SquaredKatakanaSa                                                          rune = 0x1F202
	SquaredCjkUnifiedIdeograph624b                                             rune = 0x1F210
	SquaredCjkUnifiedIdeograph5b57                                             rune = 0x1F211
	SquaredCjkUnifiedIdeograph53cc                                             rune = 0x1F212
	SquaredKatakanaDe                                                          rune = 0x1F213
	SquaredCjkUnifiedIdeograph4e8c                                             rune = 0x1F214
	SquaredCjkUnifiedIdeograph591a                                             rune = 0x1F215
	SquaredCjkUnifiedIdeograph89e3                                             rune = 0x1F216
	SquaredCjkUnifiedIdeograph5929                                             rune = 0x1F217
	SquaredCjkUnifiedIdeograph4ea4                                             rune = 0x1F218
	SquaredCjkUnifiedIdeograph6620                                             rune = 0x1F219
	SquaredCjkUnifiedIdeograph7121                                             rune = 0x1F21A
	SquaredCjkUnifiedIdeograph6599                                             rune = 0x1F21B
	SquaredCjkUnifiedIdeograph524d                                             rune = 0x1F21C
	SquaredCjkUnifiedIdeograph5f8c                                             rune = 0x1F21D
	SquaredCjkUnifiedIdeograph518d                                             rune = 0x1F21E
	SquaredCjkUnifiedIdeograph65b0                                             rune = 0x1F21F
	SquaredCjkUnifiedIdeograph521d                                             rune = 0x1F220
	SquaredCjkUnifiedIdeograph7d42                                             rune = 0x1F221
	SquaredCjkUnifiedIdeograph751f                                             rune = 0x1F222
	SquaredCjkUnifiedIdeograph8ca9                                             rune = 0x1F223
	SquaredCjkUnifiedIdeograph58f0                                             rune = 0x1F224
	SquaredCjkUnifiedIdeograph5439                                             rune = 0x1F225
	SquaredCjkUnifiedIdeograph6f14                                             rune = 0x1F226
	SquaredCjkUnifiedIdeograph6295                                             rune = 0x1F227
	SquaredCjkUnifiedIdeograph6355                                             rune = 0x1F228
	SquaredCjkUnifiedIdeograph4e00                                             rune = 0x1F229
	SquaredCjkUnifiedIdeograph4e09                                             rune = 0x1F22A
	SquaredCjkUnifiedIdeograph904a                                             rune = 0x1F22B
	SquaredCjkUnifiedIdeograph5de6                                             rune = 0x1F22C
	SquaredCjkUnifiedIdeograph4e2d                                             rune = 0x1F22D
	SquaredCjkUnifiedIdeograph53f3                                             rune = 0x1F22E
	SquaredCjkUnifiedIdeograph6307                                             rune = 0x1F22F
	SquaredCjkUnifiedIdeograph8d70                                             rune = 0x1F230
	SquaredCjkUnifiedIdeograph6253                                             rune = 0x1F231
	SquaredCjkUnifiedIdeograph7981                                             rune = 0x1F232
	SquaredCjkUnifiedIdeograph7a7a                                             rune = 0x1F233
	SquaredCjkUnifiedIdeograph5408                                             rune = 0x1F234
	SquaredCjkUnifiedIdeograph6e80                                             rune = 0x1F235
	SquaredCjkUnifiedIdeograph6709                                             rune = 0x1F236
	SquaredCjkUnifiedIdeograph6708                                             rune = 0x1F237
	SquaredCjkUnifiedIdeograph7533                                             rune = 0x1F238
	SquaredCjkUnifiedIdeograph5272                                             rune = 0x1F239
	SquaredCjkUnifiedIdeograph55b6                                             rune = 0x1F23A
	SquaredCjkUnifiedIdeograph914d                                             rune = 0x1F23B
	TortoiseShellBracketedCjkUnifiedIdeograph672c                              rune = 0x1F240
	TortoiseShellBracketedCjkUnifiedIdeograph4e09                              rune = 0x1F241
	TortoiseShellBracketedCjkUnifiedIdeograph4e8c                              rune = 0x1F242
	TortoiseShellBracketedCjkUnifiedIdeograph5b89                              rune = 0x1F243
	TortoiseShellBracketedCjkUnifiedIdeograph70b9                              rune = 0x1F244
	TortoiseShellBracketedCjkUnifiedIdeograph6253                              rune = 0x1F245
	TortoiseShellBracketedCjkUnifiedIdeograph76d7                              rune = 0x1F246
	TortoiseShellBracketedCjkUnifiedIdeograph52dd                              rune = 0x1F247
	TortoiseShellBracketedCjkUnifiedIdeograph6557                              rune = 0x1F248
	CircledIdeographAdvantage                                                  rune = 0x1F250
	CircledIdeographAccept                                                     rune = 0x1F251
	RoundedSymbolForFu                                                         rune = 0x1F260
	RoundedSymbolForLu                                                         rune = 0x1F261
	RoundedSymbolForShou                                                       rune = 0x1F262
	RoundedSymbolForXi                                                         rune = 0x1F263
	RoundedSymbolForShuangxi                                                   rune = 0x1F264
	RoundedSymbolForCai                                                        rune = 0x1F265
	CYCLONE                                                                    rune = 0x1F300
	FOGGY                                                                      rune = 0x1F301
	ClosedUmbrella                                                             rune = 0x1F302
	NightWithStars                                                             rune = 0x1F303
	SunriseOverMountains                                                       rune = 0x1F304
	SUNRISE                                                                    rune = 0x1F305
	CityscapeAtDusk                                                            rune = 0x1F306
	SunsetOverBuildings                                                        rune = 0x1F307
	RAINBOW                                                                    rune = 0x1F308
	BridgeAtNight                                                              rune = 0x1F309
	WaterWave                                                                  rune = 0x1F30A
	VOLCANO                                                                    rune = 0x1F30B
	MilkyWay                                                                   rune = 0x1F30C
	EarthGlobeEuropeAfrica                                                     rune = 0x1F30D
	EarthGlobeAmericas                                                         rune = 0x1F30E
	EarthGlobeAsiaAustralia                                                    rune = 0x1F30F
	GlobeWithMeridians                                                         rune = 0x1F310
	NewMoonSymbol                                                              rune = 0x1F311
	WaxingCrescentMoonSymbol                                                   rune = 0x1F312
	FirstQuarterMoonSymbol                                                     rune = 0x1F313
	WaxingGibbousMoonSymbol                                                    rune = 0x1F314
	FullMoonSymbol                                                             rune = 0x1F315
	WaningGibbousMoonSymbol                                                    rune = 0x1F316
	LastQuarterMoonSymbol                                                      rune = 0x1F317
	WaningCrescentMoonSymbol                                                   rune = 0x1F318
	CrescentMoon                                                               rune = 0x1F319
	NewMoonWithFace                                                            rune = 0x1F31A
	FirstQuarterMoonWithFace                                                   rune = 0x1F31B
	LastQuarterMoonWithFace                                                    rune = 0x1F31C
	FullMoonWithFace                                                           rune = 0x1F31D
	SunWithFace                                                                rune = 0x1F31E
	GlowingStar                                                                rune = 0x1F31F
	ShootingStar                                                               rune = 0x1F320
	THERMOMETER                                                                rune = 0x1F321
	BlackDroplet                                                               rune = 0x1F322
	WhiteSun                                                                   rune = 0x1F323
	WhiteSunWithSmallCloud                                                     rune = 0x1F324
	WhiteSunBehindCloud                                                        rune = 0x1F325
	WhiteSunBehindCloudWithRain                                                rune = 0x1F326
	CloudWithRain                                                              rune = 0x1F327
	CloudWithSnow                                                              rune = 0x1F328
	CloudWithLightning                                                         rune = 0x1F329
	CloudWithTornado                                                           rune = 0x1F32A
	FOG                                                                        rune = 0x1F32B
	WindBlowingFace                                                            rune = 0x1F32C
	HotDog                                                                     rune = 0x1F32D
	TACO                                                                       rune = 0x1F32E
	BURRITO                                                                    rune = 0x1F32F
	CHESTNUT                                                                   rune = 0x1F330
	SEEDLING                                                                   rune = 0x1F331
	EvergreenTree                                                              rune = 0x1F332
	DeciduousTree                                                              rune = 0x1F333
	PalmTree                                                                   rune = 0x1F334
	CACTUS                                                                     rune = 0x1F335
	HotPepper                                                                  rune = 0x1F336
	TULIP                                                                      rune = 0x1F337
	CherryBlossom                                                              rune = 0x1F338
	ROSE                                                                       rune = 0x1F339
	HIBISCUS                                                                   rune = 0x1F33A
	SUNFLOWER                                                                  rune = 0x1F33B
	BLOSSOM                                                                    rune = 0x1F33C
	EarOfMaize                                                                 rune = 0x1F33D
	EarOfRice                                                                  rune = 0x1F33E
	HERB                                                                       rune = 0x1F33F
	FourLeafClover                                                             rune = 0x1F340
	MapleLeaf                                                                  rune = 0x1F341
	FallenLeaf                                                                 rune = 0x1F342
	LeafFlutteringInWind                                                       rune = 0x1F343
	MUSHROOM                                                                   rune = 0x1F344
	TOMATO                                                                     rune = 0x1F345
	AUBERGINE                                                                  rune = 0x1F346
	GRAPES                                                                     rune = 0x1F347
	MELON                                                                      rune = 0x1F348
	WATERMELON                                                                 rune = 0x1F349
	TANGERINE                                                                  rune = 0x1F34A
	LEMON                                                                      rune = 0x1F34B
	BANANA                                                                     rune = 0x1F34C
	PINEAPPLE                                                                  rune = 0x1F34D
	RedApple                                                                   rune = 0x1F34E
	GreenApple                                                                 rune = 0x1F34F
	PEAR                                                                       rune = 0x1F350
	PEACH                                                                      rune = 0x1F351
	CHERRIES                                                                   rune = 0x1F352
	STRAWBERRY                                                                 rune = 0x1F353
	HAMBURGER                                                                  rune = 0x1F354
	SliceOfPizza                                                               rune = 0x1F355
	MeatOnBone                                                                 rune = 0x1F356
	PoultryLeg                                                                 rune = 0x1F357
	RiceCracker                                                                rune = 0x1F358
	RiceBall                                                                   rune = 0x1F359
	CookedRice                                                                 rune = 0x1F35A
	CurryAndRice                                                               rune = 0x1F35B
	SteamingBowl                                                               rune = 0x1F35C
	SPAGHETTI                                                                  rune = 0x1F35D
	BREAD                                                                      rune = 0x1F35E
	FrenchFries                                                                rune = 0x1F35F
	RoastedSweetPotato                                                         rune = 0x1F360
	DANGO                                                                      rune = 0x1F361
	ODEN                                                                       rune = 0x1F362
	SUSHI                                                                      rune = 0x1F363
	FriedShrimp                                                                rune = 0x1F364
	FishCakeWithSwirlDesign                                                    rune = 0x1F365
	SoftIceCream                                                               rune = 0x1F366
	ShavedIce                                                                  rune = 0x1F367
	IceCream                                                                   rune = 0x1F368
	DOUGHNUT                                                                   rune = 0x1F369
	COOKIE                                                                     rune = 0x1F36A
	ChocolateBar                                                               rune = 0x1F36B
	CANDY                                                                      rune = 0x1F36C
	LOLLIPOP                                                                   rune = 0x1F36D
	CUSTARD                                                                    rune = 0x1F36E
	HoneyPot                                                                   rune = 0x1F36F
	SHORTCAKE                                                                  rune = 0x1F370
	BentoBox                                                                   rune = 0x1F371
	PotOfFood                                                                  rune = 0x1F372
	COOKING                                                                    rune = 0x1F373
	ForkAndKnife                                                               rune = 0x1F374
	TeacupWithoutHandle                                                        rune = 0x1F375
	SakeBottleAndCup                                                           rune = 0x1F376
	WineGlass                                                                  rune = 0x1F377
	CocktailGlass                                                              rune = 0x1F378
	TropicalDrink                                                              rune = 0x1F379
	BeerMug                                                                    rune = 0x1F37A
	ClinkingBeerMugs                                                           rune = 0x1F37B
	BabyBottle                                                                 rune = 0x1F37C
	ForkAndKnifeWithPlate                                                      rune = 0x1F37D
	BottleWithPoppingCork                                                      rune = 0x1F37E
	POPCORN                                                                    rune = 0x1F37F
	RIBBON                                                                     rune = 0x1F380
	WrappedPresent                                                             rune = 0x1F381
	BirthdayCake                                                               rune = 0x1F382
	JackOLantern                                                               rune = 0x1F383
	ChristmasTree                                                              rune = 0x1F384
	FatherChristmas                                                            rune = 0x1F385
	FIREWORKS                                                                  rune = 0x1F386
	FireworkSparkler                                                           rune = 0x1F387
	BALLOON                                                                    rune = 0x1F388
	PartyPopper                                                                rune = 0x1F389
	ConfettiBall                                                               rune = 0x1F38A
	TanabataTree                                                               rune = 0x1F38B
	CrossedFlags                                                               rune = 0x1F38C
	PineDecoration                                                             rune = 0x1F38D
	JapaneseDolls                                                              rune = 0x1F38E
	CarpStreamer                                                               rune = 0x1F38F
	WindChime                                                                  rune = 0x1F390
	MoonViewingCeremony                                                        rune = 0x1F391
	SchoolSatchel                                                              rune = 0x1F392
	GraduationCap                                                              rune = 0x1F393
	HeartWithTipOnTheLeft                                                      rune = 0x1F394
	BouquetOfFlowers                                                           rune = 0x1F395
	MilitaryMedal                                                              rune = 0x1F396
	ReminderRibbon                                                             rune = 0x1F397
	MusicalKeyboardWithJacks                                                   rune = 0x1F398
	StudioMicrophone                                                           rune = 0x1F399
	LevelSlider                                                                rune = 0x1F39A
	ControlKnobs                                                               rune = 0x1F39B
	BeamedAscendingMusicalNotes                                                rune = 0x1F39C
	BeamedDescendingMusicalNotes                                               rune = 0x1F39D
	FilmFrames                                                                 rune = 0x1F39E
	AdmissionTickets                                                           rune = 0x1F39F
	CarouselHorse                                                              rune = 0x1F3A0
	FerrisWheel                                                                rune = 0x1F3A1
	RollerCoaster                                                              rune = 0x1F3A2
	FishingPoleAndFish                                                         rune = 0x1F3A3
	MICROPHONE                                                                 rune = 0x1F3A4
	MovieCamera                                                                rune = 0x1F3A5
	CINEMA                                                                     rune = 0x1F3A6
	HEADPHONE                                                                  rune = 0x1F3A7
	ArtistPalette                                                              rune = 0x1F3A8
	TopHat                                                                     rune = 0x1F3A9
	CircusTent                                                                 rune = 0x1F3AA
	TICKET                                                                     rune = 0x1F3AB
	ClapperBoard                                                               rune = 0x1F3AC
	PerformingArts                                                             rune = 0x1F3AD
	VideoGame                                                                  rune = 0x1F3AE
	DirectHit                                                                  rune = 0x1F3AF
	SlotMachine                                                                rune = 0x1F3B0
	BILLIARDS                                                                  rune = 0x1F3B1
	GameDie                                                                    rune = 0x1F3B2
	BOWLING                                                                    rune = 0x1F3B3
	FlowerPlayingCards                                                         rune = 0x1F3B4
	MusicalNote                                                                rune = 0x1F3B5
	MultipleMusicalNotes                                                       rune = 0x1F3B6
	SAXOPHONE                                                                  rune = 0x1F3B7
	GUITAR                                                                     rune = 0x1F3B8
	MusicalKeyboard                                                            rune = 0x1F3B9
	TRUMPET                                                                    rune = 0x1F3BA
	VIOLIN                                                                     rune = 0x1F3BB
	MusicalScore                                                               rune = 0x1F3BC
	RunningShirtWithSash                                                       rune = 0x1F3BD
	TennisRacquetAndBall                                                       rune = 0x1F3BE
	SkiAndSkiBoot                                                              rune = 0x1F3BF
	BasketballAndHoop                                                          rune = 0x1F3C0
	ChequeredFlag                                                              rune = 0x1F3C1
	SNOWBOARDER                                                                rune = 0x1F3C2
	RUNNER                                                                     rune = 0x1F3C3
	SURFER                                                                     rune = 0x1F3C4
	SportsMedal                                                                rune = 0x1F3C5
	TROPHY                                                                     rune = 0x1F3C6
	HorseRacing                                                                rune = 0x1F3C7
	AmericanFootball                                                           rune = 0x1F3C8
	RugbyFootball                                                              rune = 0x1F3C9
	SWIMMER                                                                    rune = 0x1F3CA
	WeightLifter                                                               rune = 0x1F3CB
	GOLFER                                                                     rune = 0x1F3CC
	RacingMotorcycle                                                           rune = 0x1F3CD
	RacingCar                                                                  rune = 0x1F3CE
	CricketBatAndBall                                                          rune = 0x1F3CF
	VOLLEYBALL                                                                 rune = 0x1F3D0
	FieldHockeyStickAndBall                                                    rune = 0x1F3D1
	IceHockeyStickAndPuck                                                      rune = 0x1F3D2
	TableTennisPaddleAndBall                                                   rune = 0x1F3D3
	SnowCappedMountain                                                         rune = 0x1F3D4
	CAMPING                                                                    rune = 0x1F3D5
	BeachWithUmbrella                                                          rune = 0x1F3D6
	BuildingConstruction                                                       rune = 0x1F3D7
	HouseBuildings                                                             rune = 0x1F3D8
	CITYSCAPE                                                                  rune = 0x1F3D9
	DerelictHouseBuilding                                                      rune = 0x1F3DA
	ClassicalBuilding                                                          rune = 0x1F3DB
	DESERT                                                                     rune = 0x1F3DC
	DesertIsland                                                               rune = 0x1F3DD
	NationalPark                                                               rune = 0x1F3DE
	STADIUM                                                                    rune = 0x1F3DF
	HouseBuilding                                                              rune = 0x1F3E0
	HouseWithGarden                                                            rune = 0x1F3E1
	OfficeBuilding                                                             rune = 0x1F3E2
	JapanesePostOffice                                                         rune = 0x1F3E3
	EuropeanPostOffice                                                         rune = 0x1F3E4
	HOSPITAL                                                                   rune = 0x1F3E5
	BANK                                                                       rune = 0x1F3E6
	AutomatedTellerMachine                                                     rune = 0x1F3E7
	HOTEL                                                                      rune = 0x1F3E8
	LoveHotel                                                                  rune = 0x1F3E9
	ConvenienceStore                                                           rune = 0x1F3EA
	SCHOOL                                                                     rune = 0x1F3EB
	DepartmentStore                                                            rune = 0x1F3EC
	FACTORY                                                                    rune = 0x1F3ED
	IzakayaLantern                                                             rune = 0x1F3EE
	JapaneseCastle                                                             rune = 0x1F3EF
	EuropeanCastle                                                             rune = 0x1F3F0
	WhitePennant                                                               rune = 0x1F3F1
	BlackPennant                                                               rune = 0x1F3F2
	WavingWhiteFlag                                                            rune = 0x1F3F3
	WavingBlackFlag                                                            rune = 0x1F3F4
	ROSETTE                                                                    rune = 0x1F3F5
	BlackRosette                                                               rune = 0x1F3F6
	LABEL                                                                      rune = 0x1F3F7
	BadmintonRacquetAndShuttlecock                                             rune = 0x1F3F8
	BowAndArrow                                                                rune = 0x1F3F9
	AMPHORA                                                                    rune = 0x1F3FA
	EmojiModifierFitzpatrickType12                                             rune = 0x1F3FB
	EmojiModifierFitzpatrickType3                                              rune = 0x1F3FC
	EmojiModifierFitzpatrickType4                                              rune = 0x1F3FD
	EmojiModifierFitzpatrickType5                                              rune = 0x1F3FE
	EmojiModifierFitzpatrickType6                                              rune = 0x1F3FF
	RAT                                                                        rune = 0x1F400
	MOUSE                                                                      rune = 0x1F401
	OX                                                                         rune = 0x1F402
	WaterBuffalo                                                               rune = 0x1F403
	COW                                                                        rune = 0x1F404
	TIGER                                                                      rune = 0x1F405
	LEOPARD                                                                    rune = 0x1F406
	RABBIT                                                                     rune = 0x1F407
	CAT                                                                        rune = 0x1F408
	DRAGON                                                                     rune = 0x1F409
	CROCODILE                                                                  rune = 0x1F40A
	WHALE                                                                      rune = 0x1F40B
	SNAIL                                                                      rune = 0x1F40C
	SNAKE                                                                      rune = 0x1F40D
	HORSE                                                                      rune = 0x1F40E
	RAM                                                                        rune = 0x1F40F
	GOAT                                                                       rune = 0x1F410
	SHEEP                                                                      rune = 0x1F411
	MONKEY                                                                     rune = 0x1F412
	ROOSTER                                                                    rune = 0x1F413
	CHICKEN                                                                    rune = 0x1F414
	DOG                                                                        rune = 0x1F415
	PIG                                                                        rune = 0x1F416
	BOAR                                                                       rune = 0x1F417
	ELEPHANT                                                                   rune = 0x1F418
	OCTOPUS                                                                    rune = 0x1F419
	SpiralShell                                                                rune = 0x1F41A
	BUG                                                                        rune = 0x1F41B
	ANT                                                                        rune = 0x1F41C
	HONEYBEE                                                                   rune = 0x1F41D
	LadyBeetle                                                                 rune = 0x1F41E
	FISH                                                                       rune = 0x1F41F
	TropicalFish                                                               rune = 0x1F420
	BLOWFISH                                                                   rune = 0x1F421
	TURTLE                                                                     rune = 0x1F422
	HatchingChick                                                              rune = 0x1F423
	BabyChick                                                                  rune = 0x1F424
	FrontFacingBabyChick                                                       rune = 0x1F425
	BIRD                                                                       rune = 0x1F426
	PENGUIN                                                                    rune = 0x1F427
	KOALA                                                                      rune = 0x1F428
	POODLE                                                                     rune = 0x1F429
	DromedaryCamel                                                             rune = 0x1F42A
	BactrianCamel                                                              rune = 0x1F42B
	DOLPHIN                                                                    rune = 0x1F42C
	MouseFace                                                                  rune = 0x1F42D
	CowFace                                                                    rune = 0x1F42E
	TigerFace                                                                  rune = 0x1F42F
	RabbitFace                                                                 rune = 0x1F430
	CatFace                                                                    rune = 0x1F431
	DragonFace                                                                 rune = 0x1F432
	SpoutingWhale                                                              rune = 0x1F433
	HorseFace                                                                  rune = 0x1F434
	MonkeyFace                                                                 rune = 0x1F435
	DogFace                                                                    rune = 0x1F436
	PigFace                                                                    rune = 0x1F437
	FrogFace                                                                   rune = 0x1F438
	HamsterFace                                                                rune = 0x1F439
	WolfFace                                                                   rune = 0x1F43A
	BearFace                                                                   rune = 0x1F43B
	PandaFace                                                                  rune = 0x1F43C
	PigNose                                                                    rune = 0x1F43D
	PawPrints                                                                  rune = 0x1F43E
	CHIPMUNK                                                                   rune = 0x1F43F
	EYES                                                                       rune = 0x1F440
	EYE                                                                        rune = 0x1F441
	EAR                                                                        rune = 0x1F442
	NOSE                                                                       rune = 0x1F443
	MOUTH                                                                      rune = 0x1F444
	TONGUE                                                                     rune = 0x1F445
	WhiteUpPointingBackhandIndex                                               rune = 0x1F446
	WhiteDownPointingBackhandIndex                                             rune = 0x1F447
	WhiteLeftPointingBackhandIndex                                             rune = 0x1F448
	WhiteRightPointingBackhandIndex                                            rune = 0x1F449
	FistedHandSign                                                             rune = 0x1F44A
	WavingHandSign                                                             rune = 0x1F44B
	OkHandSign                                                                 rune = 0x1F44C
	ThumbsUpSign                                                               rune = 0x1F44D
	ThumbsDownSign                                                             rune = 0x1F44E
	ClappingHandsSign                                                          rune = 0x1F44F
	OpenHandsSign                                                              rune = 0x1F450
	CROWN                                                                      rune = 0x1F451
	WomansHat                                                                  rune = 0x1F452
	EYEGLASSES                                                                 rune = 0x1F453
	NECKTIE                                                                    rune = 0x1F454
	TShirt                                                                     rune = 0x1F455
	JEANS                                                                      rune = 0x1F456
	DRESS                                                                      rune = 0x1F457
	KIMONO                                                                     rune = 0x1F458
	BIKINI                                                                     rune = 0x1F459
	WomansClothes                                                              rune = 0x1F45A
	PURSE                                                                      rune = 0x1F45B
	HANDBAG                                                                    rune = 0x1F45C
	POUCH                                                                      rune = 0x1F45D
	MansShoe                                                                   rune = 0x1F45E
	AthleticShoe                                                               rune = 0x1F45F
	HighHeeledShoe                                                             rune = 0x1F460
	WomansSandal                                                               rune = 0x1F461
	WomansBoots                                                                rune = 0x1F462
	FOOTPRINTS                                                                 rune = 0x1F463
	BustInSilhouette                                                           rune = 0x1F464
	BustsInSilhouette                                                          rune = 0x1F465
	BOY                                                                        rune = 0x1F466
	GIRL                                                                       rune = 0x1F467
	MAN                                                                        rune = 0x1F468
	WOMAN                                                                      rune = 0x1F469
	FAMILY                                                                     rune = 0x1F46A
	ManAndWomanHoldingHands                                                    rune = 0x1F46B
	TwoMenHoldingHands                                                         rune = 0x1F46C
	TwoWomenHoldingHands                                                       rune = 0x1F46D
	PoliceOfficer                                                              rune = 0x1F46E
	WomanWithBunnyEars                                                         rune = 0x1F46F
	BrideWithVeil                                                              rune = 0x1F470
	PersonWithBlondHair                                                        rune = 0x1F471
	ManWithGuaPiMao                                                            rune = 0x1F472
	ManWithTurban                                                              rune = 0x1F473
	OlderMan                                                                   rune = 0x1F474
	OlderWoman                                                                 rune = 0x1F475
	BABY                                                                       rune = 0x1F476
	ConstructionWorker                                                         rune = 0x1F477
	PRINCESS                                                                   rune = 0x1F478
	JapaneseOgre                                                               rune = 0x1F479
	JapaneseGoblin                                                             rune = 0x1F47A
	GHOST                                                                      rune = 0x1F47B
	BabyAngel                                                                  rune = 0x1F47C
	ExtraterrestrialAlien                                                      rune = 0x1F47D
	AlienMonster                                                               rune = 0x1F47E
	IMP                                                                        rune = 0x1F47F
	SKULL                                                                      rune = 0x1F480
	InformationDeskPerson                                                      rune = 0x1F481
	GUARDSMAN                                                                  rune = 0x1F482
	DANCER                                                                     rune = 0x1F483
	LIPSTICK                                                                   rune = 0x1F484
	NailPolish                                                                 rune = 0x1F485
	FaceMassage                                                                rune = 0x1F486
	HAIRCUT                                                                    rune = 0x1F487
	BarberPole                                                                 rune = 0x1F488
	SYRINGE                                                                    rune = 0x1F489
	PILL                                                                       rune = 0x1F48A
	KissMark                                                                   rune = 0x1F48B
	LoveLetter                                                                 rune = 0x1F48C
	RING                                                                       rune = 0x1F48D
	GemStone                                                                   rune = 0x1F48E
	KISS                                                                       rune = 0x1F48F
	BOUQUET                                                                    rune = 0x1F490
	CoupleWithHeart                                                            rune = 0x1F491
	WEDDING                                                                    rune = 0x1F492
	BeatingHeart                                                               rune = 0x1F493
	BrokenHeart                                                                rune = 0x1F494
	TwoHearts                                                                  rune = 0x1F495
	SparklingHeart                                                             rune = 0x1F496
	GrowingHeart                                                               rune = 0x1F497
	HeartWithArrow                                                             rune = 0x1F498
	BlueHeart                                                                  rune = 0x1F499
	GreenHeart                                                                 rune = 0x1F49A
	YellowHeart                                                                rune = 0x1F49B
	PurpleHeart                                                                rune = 0x1F49C
	HeartWithRibbon                                                            rune = 0x1F49D
	RevolvingHearts                                                            rune = 0x1F49E
	HeartDecoration                                                            rune = 0x1F49F
	DiamondShapeWithADotInside                                                 rune = 0x1F4A0
	ElectricLightBulb                                                          rune = 0x1F4A1
	AngerSymbol                                                                rune = 0x1F4A2
	BOMB                                                                       rune = 0x1F4A3
	SleepingSymbol                                                             rune = 0x1F4A4
	CollisionSymbol                                                            rune = 0x1F4A5
	SplashingSweatSymbol                                                       rune = 0x1F4A6
	DROPLET                                                                    rune = 0x1F4A7
	DashSymbol                                                                 rune = 0x1F4A8
	PileOfPoo                                                                  rune = 0x1F4A9
	FlexedBiceps                                                               rune = 0x1F4AA
	DizzySymbol                                                                rune = 0x1F4AB
	SpeechBalloon                                                              rune = 0x1F4AC
	ThoughtBalloon                                                             rune = 0x1F4AD
	WhiteFlower                                                                rune = 0x1F4AE
	HundredPointsSymbol                                                        rune = 0x1F4AF
	MoneyBag                                                                   rune = 0x1F4B0
	CurrencyExchange                                                           rune = 0x1F4B1
	HeavyDollarSign                                                            rune = 0x1F4B2
	CreditCard                                                                 rune = 0x1F4B3
	BanknoteWithYenSign                                                        rune = 0x1F4B4
	BanknoteWithDollarSign                                                     rune = 0x1F4B5
	BanknoteWithEuroSign                                                       rune = 0x1F4B6
	BanknoteWithPoundSign                                                      rune = 0x1F4B7
	MoneyWithWings                                                             rune = 0x1F4B8
	ChartWithUpwardsTrendAndYenSign                                            rune = 0x1F4B9
	SEAT                                                                       rune = 0x1F4BA
	PersonalComputer                                                           rune = 0x1F4BB
	BRIEFCASE                                                                  rune = 0x1F4BC
	MINIDISC                                                                   rune = 0x1F4BD
	FloppyDisk                                                                 rune = 0x1F4BE
	OpticalDisc                                                                rune = 0x1F4BF
	DVD                                                                        rune = 0x1F4C0
	FileFolder                                                                 rune = 0x1F4C1
	OpenFileFolder                                                             rune = 0x1F4C2
	PageWithCurl                                                               rune = 0x1F4C3
	PageFacingUp                                                               rune = 0x1F4C4
	CALENDAR                                                                   rune = 0x1F4C5
	TearOffCalendar                                                            rune = 0x1F4C6
	CardIndex                                                                  rune = 0x1F4C7
	ChartWithUpwardsTrend                                                      rune = 0x1F4C8
	ChartWithDownwardsTrend                                                    rune = 0x1F4C9
	BarChart                                                                   rune = 0x1F4CA
	CLIPBOARD                                                                  rune = 0x1F4CB
	PUSHPIN                                                                    rune = 0x1F4CC
	RoundPushpin                                                               rune = 0x1F4CD
	PAPERCLIP                                                                  rune = 0x1F4CE
	StraightRuler                                                              rune = 0x1F4CF
	TriangularRuler                                                            rune = 0x1F4D0
	BookmarkTabs                                                               rune = 0x1F4D1
	LEDGER                                                                     rune = 0x1F4D2
	NOTEBOOK                                                                   rune = 0x1F4D3
	NotebookWithDecorativeCover                                                rune = 0x1F4D4
	ClosedBook                                                                 rune = 0x1F4D5
	OpenBook                                                                   rune = 0x1F4D6
	GreenBook                                                                  rune = 0x1F4D7
	BlueBook                                                                   rune = 0x1F4D8
	OrangeBook                                                                 rune = 0x1F4D9
	BOOKS                                                                      rune = 0x1F4DA
	NameBadge                                                                  rune = 0x1F4DB
	SCROLL                                                                     rune = 0x1F4DC
	MEMO                                                                       rune = 0x1F4DD
	TelephoneReceiver                                                          rune = 0x1F4DE
	PAGER                                                                      rune = 0x1F4DF
	FaxMachine                                                                 rune = 0x1F4E0
	SatelliteAntenna                                                           rune = 0x1F4E1
	PublicAddressLoudspeaker                                                   rune = 0x1F4E2
	CheeringMegaphone                                                          rune = 0x1F4E3
	OutboxTray                                                                 rune = 0x1F4E4
	InboxTray                                                                  rune = 0x1F4E5
	PACKAGE                                                                    rune = 0x1F4E6
	EMailSymbol                                                                rune = 0x1F4E7
	IncomingEnvelope                                                           rune = 0x1F4E8
	EnvelopeWithDownwardsArrowAbove                                            rune = 0x1F4E9
	ClosedMailboxWithLoweredFlag                                               rune = 0x1F4EA
	ClosedMailboxWithRaisedFlag                                                rune = 0x1F4EB
	OpenMailboxWithRaisedFlag                                                  rune = 0x1F4EC
	OpenMailboxWithLoweredFlag                                                 rune = 0x1F4ED
	POSTBOX                                                                    rune = 0x1F4EE
	PostalHorn                                                                 rune = 0x1F4EF
	NEWSPAPER                                                                  rune = 0x1F4F0
	MobilePhone                                                                rune = 0x1F4F1
	MobilePhoneWithRightwardsArrowAtLeft                                       rune = 0x1F4F2
	VibrationMode                                                              rune = 0x1F4F3
	MobilePhoneOff                                                             rune = 0x1F4F4
	NoMobilePhones                                                             rune = 0x1F4F5
	AntennaWithBars                                                            rune = 0x1F4F6
	CAMERA                                                                     rune = 0x1F4F7
	CameraWithFlash                                                            rune = 0x1F4F8
	VideoCamera                                                                rune = 0x1F4F9
	TELEVISION                                                                 rune = 0x1F4FA
	RADIO                                                                      rune = 0x1F4FB
	VIDEOCASSETTE                                                              rune = 0x1F4FC
	FilmProjector                                                              rune = 0x1F4FD
	PortableStereo                                                             rune = 0x1F4FE
	PrayerBeads                                                                rune = 0x1F4FF
	TwistedRightwardsArrows                                                    rune = 0x1F500
	ClockwiseRightwardsAndLeftwardsOpenCircleArrows                            rune = 0x1F501
	ClockwiseRightwardsAndLeftwardsOpenCircleArrowsWithCircledOneOverlay       rune = 0x1F502
	ClockwiseDownwardsAndUpwardsOpenCircleArrows                               rune = 0x1F503
	AnticlockwiseDownwardsAndUpwardsOpenCircleArrows                           rune = 0x1F504
	LowBrightnessSymbol                                                        rune = 0x1F505
	HighBrightnessSymbol                                                       rune = 0x1F506
	SpeakerWithCancellationStroke                                              rune = 0x1F507
	SPEAKER                                                                    rune = 0x1F508
	SpeakerWithOneSoundWave                                                    rune = 0x1F509
	SpeakerWithThreeSoundWaves                                                 rune = 0x1F50A
	BATTERY                                                                    rune = 0x1F50B
	ElectricPlug                                                               rune = 0x1F50C
	LeftPointingMagnifyingGlass                                                rune = 0x1F50D
	RightPointingMagnifyingGlass                                               rune = 0x1F50E
	LockWithInkPen                                                             rune = 0x1F50F
	ClosedLockWithKey                                                          rune = 0x1F510
	KEY                                                                        rune = 0x1F511
	LOCK                                                                       rune = 0x1F512
	OpenLock                                                                   rune = 0x1F513
	BELL                                                                       rune = 0x1F514
	BellWithCancellationStroke                                                 rune = 0x1F515
	BOOKMARK                                                                   rune = 0x1F516
	LinkSymbol                                                                 rune = 0x1F517
	RadioButton                                                                rune = 0x1F518
	BackWithLeftwardsArrowAbove                                                rune = 0x1F519
	EndWithLeftwardsArrowAbove                                                 rune = 0x1F51A
	OnWithExclamationMarkWithLeftRightArrowAbove                               rune = 0x1F51B
	SoonWithRightwardsArrowAbove                                               rune = 0x1F51C
	TopWithUpwardsArrowAbove                                                   rune = 0x1F51D
	NoOneUnderEighteenSymbol                                                   rune = 0x1F51E
	KeycapTen                                                                  rune = 0x1F51F
	InputSymbolForLatinCapitalLetters                                          rune = 0x1F520
	InputSymbolForLatinSmallLetters                                            rune = 0x1F521
	InputSymbolForNumbers                                                      rune = 0x1F522
	InputSymbolForSymbols                                                      rune = 0x1F523
	InputSymbolForLatinLetters                                                 rune = 0x1F524
	FIRE                                                                       rune = 0x1F525
	ElectricTorch                                                              rune = 0x1F526
	WRENCH                                                                     rune = 0x1F527
	HAMMER                                                                     rune = 0x1F528
	NutAndBolt                                                                 rune = 0x1F529
	HOCHO                                                                      rune = 0x1F52A
	PISTOL                                                                     rune = 0x1F52B
	MICROSCOPE                                                                 rune = 0x1F52C
	TELESCOPE                                                                  rune = 0x1F52D
	CrystalBall                                                                rune = 0x1F52E
	SixPointedStarWithMiddleDot                                                rune = 0x1F52F
	JapaneseSymbolForBeginner                                                  rune = 0x1F530
	TridentEmblem                                                              rune = 0x1F531
	BlackSquareButton                                                          rune = 0x1F532
	WhiteSquareButton                                                          rune = 0x1F533
	LargeRedCircle                                                             rune = 0x1F534
	LargeBlueCircle                                                            rune = 0x1F535
	LargeOrangeDiamond                                                         rune = 0x1F536
	LargeBlueDiamond                                                           rune = 0x1F537
	SmallOrangeDiamond                                                         rune = 0x1F538
	SmallBlueDiamond                                                           rune = 0x1F539
	UpPointingRedTriangle                                                      rune = 0x1F53A
	DownPointingRedTriangle                                                    rune = 0x1F53B
	UpPointingSmallRedTriangle                                                 rune = 0x1F53C
	DownPointingSmallRedTriangle                                               rune = 0x1F53D
	LowerRightShadowedWhiteCircle                                              rune = 0x1F53E
	UpperRightShadowedWhiteCircle                                              rune = 0x1F53F
	CircledCrossPommee                                                         rune = 0x1F540
	CrossPommeeWithHalfCircleBelow                                             rune = 0x1F541
	CrossPommee                                                                rune = 0x1F542
	NotchedLeftSemicircleWithThreeDots                                         rune = 0x1F543
	NotchedRightSemicircleWithThreeDots                                        rune = 0x1F544
	SymbolForMarksChapter                                                      rune = 0x1F545
	WhiteLatinCross                                                            rune = 0x1F546
	HeavyLatinCross                                                            rune = 0x1F547
	CelticCross                                                                rune = 0x1F548
	OmSymbol                                                                   rune = 0x1F549
	DoveOfPeace                                                                rune = 0x1F54A
	KAABA                                                                      rune = 0x1F54B
	MOSQUE                                                                     rune = 0x1F54C
	SYNAGOGUE                                                                  rune = 0x1F54D
	MenorahWithNineBranches                                                    rune = 0x1F54E
	BowlOfHygieia                                                              rune = 0x1F54F
	ClockFaceOneOclock                                                         rune = 0x1F550
	ClockFaceTwoOclock                                                         rune = 0x1F551
	ClockFaceThreeOclock                                                       rune = 0x1F552
	ClockFaceFourOclock                                                        rune = 0x1F553
	ClockFaceFiveOclock                                                        rune = 0x1F554
	ClockFaceSixOclock                                                         rune = 0x1F555
	ClockFaceSevenOclock                                                       rune = 0x1F556
	ClockFaceEightOclock                                                       rune = 0x1F557
	ClockFaceNineOclock                                                        rune = 0x1F558
	ClockFaceTenOclock                                                         rune = 0x1F559
	ClockFaceElevenOclock                                                      rune = 0x1F55A
	ClockFaceTwelveOclock                                                      rune = 0x1F55B
	ClockFaceOneThirty                                                         rune = 0x1F55C
	ClockFaceTwoThirty                                                         rune = 0x1F55D
	ClockFaceThreeThirty                                                       rune = 0x1F55E
	ClockFaceFourThirty                                                        rune = 0x1F55F
	ClockFaceFiveThirty                                                        rune = 0x1F560
	ClockFaceSixThirty                                                         rune = 0x1F561
	ClockFaceSevenThirty                                                       rune = 0x1F562
	ClockFaceEightThirty                                                       rune = 0x1F563
	ClockFaceNineThirty                                                        rune = 0x1F564
	ClockFaceTenThirty                                                         rune = 0x1F565
	ClockFaceElevenThirty                                                      rune = 0x1F566
	ClockFaceTwelveThirty                                                      rune = 0x1F567
	RightSpeaker                                                               rune = 0x1F568
	RightSpeakerWithOneSoundWave                                               rune = 0x1F569
	RightSpeakerWithThreeSoundWaves                                            rune = 0x1F56A
	BULLHORN                                                                   rune = 0x1F56B
	BullhornWithSoundWaves                                                     rune = 0x1F56C
	RingingBell                                                                rune = 0x1F56D
	BOOK                                                                       rune = 0x1F56E
	CANDLE                                                                     rune = 0x1F56F
	MantelpieceClock                                                           rune = 0x1F570
	BlackSkullAndCrossbones                                                    rune = 0x1F571
	NoPiracy                                                                   rune = 0x1F572
	HOLE                                                                       rune = 0x1F573
	ManInBusinessSuitLevitating                                                rune = 0x1F574
	SleuthOrSpy                                                                rune = 0x1F575
	DarkSunglasses                                                             rune = 0x1F576
	SPIDER                                                                     rune = 0x1F577
	SpiderWeb                                                                  rune = 0x1F578
	JOYSTICK                                                                   rune = 0x1F579
	ManDancing                                                                 rune = 0x1F57A
	LeftHandTelephoneReceiver                                                  rune = 0x1F57B
	TelephoneReceiverWithPage                                                  rune = 0x1F57C
	RightHandTelephoneReceiver                                                 rune = 0x1F57D
	WhiteTouchtoneTelephone                                                    rune = 0x1F57E
	BlackTouchtoneTelephone                                                    rune = 0x1F57F
	TelephoneOnTopOfModem                                                      rune = 0x1F580
	ClamshellMobilePhone                                                       rune = 0x1F581
	BackOfEnvelope                                                             rune = 0x1F582
	StampedEnvelope                                                            rune = 0x1F583
	EnvelopeWithLightning                                                      rune = 0x1F584
	FlyingEnvelope                                                             rune = 0x1F585
	PenOverStampedEnvelope                                                     rune = 0x1F586
	LinkedPaperclips                                                           rune = 0x1F587
	BlackPushpin                                                               rune = 0x1F588
	LowerLeftPencil                                                            rune = 0x1F589
	LowerLeftBallpointPen                                                      rune = 0x1F58A
	LowerLeftFountainPen                                                       rune = 0x1F58B
	LowerLeftPaintbrush                                                        rune = 0x1F58C
	LowerLeftCrayon                                                            rune = 0x1F58D
	LeftWritingHand                                                            rune = 0x1F58E
	TurnedOkHandSign                                                           rune = 0x1F58F
	RaisedHandWithFingersSplayed                                               rune = 0x1F590
	ReversedRaisedHandWithFingersSplayed                                       rune = 0x1F591
	ReversedThumbsUpSign                                                       rune = 0x1F592
	ReversedThumbsDownSign                                                     rune = 0x1F593
	ReversedVictoryHand                                                        rune = 0x1F594
	ReversedHandWithMiddleFingerExtended                                       rune = 0x1F595
	RaisedHandWithPartBetweenMiddleAndRingFingers                              rune = 0x1F596
	WhiteDownPointingLeftHandIndex                                             rune = 0x1F597
	SidewaysWhiteLeftPointingIndex                                             rune = 0x1F598
	SidewaysWhiteRightPointingIndex                                            rune = 0x1F599
	SidewaysBlackLeftPointingIndex                                             rune = 0x1F59A
	SidewaysBlackRightPointingIndex                                            rune = 0x1F59B
	BlackLeftPointingBackhandIndex                                             rune = 0x1F59C
	BlackRightPointingBackhandIndex                                            rune = 0x1F59D
	SidewaysWhiteUpPointingIndex                                               rune = 0x1F59E
	SidewaysWhiteDownPointingIndex                                             rune = 0x1F59F
	SidewaysBlackUpPointingIndex                                               rune = 0x1F5A0
	SidewaysBlackDownPointingIndex                                             rune = 0x1F5A1
	BlackUpPointingBackhandIndex                                               rune = 0x1F5A2
	BlackDownPointingBackhandIndex                                             rune = 0x1F5A3
	BlackHeart                                                                 rune = 0x1F5A4
	DesktopComputer                                                            rune = 0x1F5A5
	KeyboardAndMouse                                                           rune = 0x1F5A6
	ThreeNetworkedComputers                                                    rune = 0x1F5A7
	PRINTER                                                                    rune = 0x1F5A8
	PocketCalculator                                                           rune = 0x1F5A9
	BlackHardShellFloppyDisk                                                   rune = 0x1F5AA
	WhiteHardShellFloppyDisk                                                   rune = 0x1F5AB
	SoftShellFloppyDisk                                                        rune = 0x1F5AC
	TapeCartridge                                                              rune = 0x1F5AD
	WiredKeyboard                                                              rune = 0x1F5AE
	OneButtonMouse                                                             rune = 0x1F5AF
	TwoButtonMouse                                                             rune = 0x1F5B0
	ThreeButtonMouse                                                           rune = 0x1F5B1
	TRACKBALL                                                                  rune = 0x1F5B2
	OldPersonalComputer                                                        rune = 0x1F5B3
	HardDisk                                                                   rune = 0x1F5B4
	SCREEN                                                                     rune = 0x1F5B5
	PrinterIcon                                                                rune = 0x1F5B6
	FaxIcon                                                                    rune = 0x1F5B7
	OpticalDiscIcon                                                            rune = 0x1F5B8
	DocumentWithText                                                           rune = 0x1F5B9
	DocumentWithTextAndPicture                                                 rune = 0x1F5BA
	DocumentWithPicture                                                        rune = 0x1F5BB
	FrameWithPicture                                                           rune = 0x1F5BC
	FrameWithTiles                                                             rune = 0x1F5BD
	FrameWithAnX                                                               rune = 0x1F5BE
	BlackFolder                                                                rune = 0x1F5BF
	FOLDER                                                                     rune = 0x1F5C0
	OpenFolder                                                                 rune = 0x1F5C1
	CardIndexDividers                                                          rune = 0x1F5C2
	CardFileBox                                                                rune = 0x1F5C3
	FileCabinet                                                                rune = 0x1F5C4
	EmptyNote                                                                  rune = 0x1F5C5
	EmptyNotePage                                                              rune = 0x1F5C6
	EmptyNotePad                                                               rune = 0x1F5C7
	NOTE                                                                       rune = 0x1F5C8
	NotePage                                                                   rune = 0x1F5C9
	NotePad                                                                    rune = 0x1F5CA
	EmptyDocument                                                              rune = 0x1F5CB
	EmptyPage                                                                  rune = 0x1F5CC
	EmptyPages                                                                 rune = 0x1F5CD
	DOCUMENT                                                                   rune = 0x1F5CE
	PAGE                                                                       rune = 0x1F5CF
	PAGES                                                                      rune = 0x1F5D0
	WASTEBASKET                                                                rune = 0x1F5D1
	SpiralNotePad                                                              rune = 0x1F5D2
	SpiralCalendarPad                                                          rune = 0x1F5D3
	DesktopWindow                                                              rune = 0x1F5D4
	MINIMIZE                                                                   rune = 0x1F5D5
	MAXIMIZE                                                                   rune = 0x1F5D6
	OVERLAP                                                                    rune = 0x1F5D7
	ClockwiseRightAndLeftSemicircleArrows                                      rune = 0x1F5D8
	CancellationX                                                              rune = 0x1F5D9
	IncreaseFontSizeSymbol                                                     rune = 0x1F5DA
	DecreaseFontSizeSymbol                                                     rune = 0x1F5DB
	COMPRESSION                                                                rune = 0x1F5DC
	OldKey                                                                     rune = 0x1F5DD
	RolledUpNewspaper                                                          rune = 0x1F5DE
	PageWithCircledText                                                        rune = 0x1F5DF
	StockChart                                                                 rune = 0x1F5E0
	DaggerKnife                                                                rune = 0x1F5E1
	LIPS                                                                       rune = 0x1F5E2
	SpeakingHeadInSilhouette                                                   rune = 0x1F5E3
	ThreeRaysAbove                                                             rune = 0x1F5E4
	ThreeRaysBelow                                                             rune = 0x1F5E5
	ThreeRaysLeft                                                              rune = 0x1F5E6
	ThreeRaysRight                                                             rune = 0x1F5E7
	LeftSpeechBubble                                                           rune = 0x1F5E8
	RightSpeechBubble                                                          rune = 0x1F5E9
	TwoSpeechBubbles                                                           rune = 0x1F5EA
	ThreeSpeechBubbles                                                         rune = 0x1F5EB
	LeftThoughtBubble                                                          rune = 0x1F5EC
	RightThoughtBubble                                                         rune = 0x1F5ED
	LeftAngerBubble                                                            rune = 0x1F5EE
	RightAngerBubble                                                           rune = 0x1F5EF
	MoodBubble                                                                 rune = 0x1F5F0
	LightningMoodBubble                                                        rune = 0x1F5F1
	LightningMood                                                              rune = 0x1F5F2
	BallotBoxWithBallot                                                        rune = 0x1F5F3
	BallotScriptX                                                              rune = 0x1F5F4
	BallotBoxWithScriptX                                                       rune = 0x1F5F5
	BallotBoldScriptX                                                          rune = 0x1F5F6
	BallotBoxWithBoldScriptX                                                   rune = 0x1F5F7
	LightCheckMark                                                             rune = 0x1F5F8
	BallotBoxWithBoldCheck                                                     rune = 0x1F5F9
	WorldMap                                                                   rune = 0x1F5FA
	MountFuji                                                                  rune = 0x1F5FB
	TokyoTower                                                                 rune = 0x1F5FC
	StatueOfLiberty                                                            rune = 0x1F5FD
	SilhouetteOfJapan                                                          rune = 0x1F5FE
	MOYAI                                                                      rune = 0x1F5FF
	GrinningFace                                                               rune = 0x1F600
	GrinningFaceWithSmilingEyes                                                rune = 0x1F601
	FaceWithTearsOfJoy                                                         rune = 0x1F602
	SmilingFaceWithOpenMouth                                                   rune = 0x1F603
	SmilingFaceWithOpenMouthAndSmilingEyes                                     rune = 0x1F604
	SmilingFaceWithOpenMouthAndColdSweat                                       rune = 0x1F605
	SmilingFaceWithOpenMouthAndTightlyClosedEyes                               rune = 0x1F606
	SmilingFaceWithHalo                                                        rune = 0x1F607
	SmilingFaceWithHorns                                                       rune = 0x1F608
	WinkingFace                                                                rune = 0x1F609
	SmilingFaceWithSmilingEyes                                                 rune = 0x1F60A
	FaceSavouringDeliciousFood                                                 rune = 0x1F60B
	RelievedFace                                                               rune = 0x1F60C
	SmilingFaceWithHeartShapedEyes                                             rune = 0x1F60D
	SmilingFaceWithSunglasses                                                  rune = 0x1F60E
	SmirkingFace                                                               rune = 0x1F60F
	NeutralFace                                                                rune = 0x1F610
	ExpressionlessFace                                                         rune = 0x1F611
	UnamusedFace                                                               rune = 0x1F612
	FaceWithColdSweat                                                          rune = 0x1F613
	PensiveFace                                                                rune = 0x1F614
	ConfusedFace                                                               rune = 0x1F615
	ConfoundedFace                                                             rune = 0x1F616
	KissingFace                                                                rune = 0x1F617
	FaceThrowingAKiss                                                          rune = 0x1F618
	KissingFaceWithSmilingEyes                                                 rune = 0x1F619
	KissingFaceWithClosedEyes                                                  rune = 0x1F61A
	FaceWithStuckOutTongue                                                     rune = 0x1F61B
	FaceWithStuckOutTongueAndWinkingEye                                        rune = 0x1F61C
	FaceWithStuckOutTongueAndTightlyClosedEyes                                 rune = 0x1F61D
	DisappointedFace                                                           rune = 0x1F61E
	WorriedFace                                                                rune = 0x1F61F
	AngryFace                                                                  rune = 0x1F620
	PoutingFace                                                                rune = 0x1F621
	CryingFace                                                                 rune = 0x1F622
	PerseveringFace                                                            rune = 0x1F623
	FaceWithLookOfTriumph                                                      rune = 0x1F624
	DisappointedButRelievedFace                                                rune = 0x1F625
	FrowningFaceWithOpenMouth                                                  rune = 0x1F626
	AnguishedFace                                                              rune = 0x1F627
	FearfulFace                                                                rune = 0x1F628
	WearyFace                                                                  rune = 0x1F629
	SleepyFace                                                                 rune = 0x1F62A
	TiredFace                                                                  rune = 0x1F62B
	GrimacingFace                                                              rune = 0x1F62C
	LoudlyCryingFace                                                           rune = 0x1F62D
	FaceWithOpenMouth                                                          rune = 0x1F62E
	HushedFace                                                                 rune = 0x1F62F
	FaceWithOpenMouthAndColdSweat                                              rune = 0x1F630
	FaceScreamingInFear                                                        rune = 0x1F631
	AstonishedFace                                                             rune = 0x1F632
	FlushedFace                                                                rune = 0x1F633
	SleepingFace                                                               rune = 0x1F634
	DizzyFace                                                                  rune = 0x1F635
	FaceWithoutMouth                                                           rune = 0x1F636
	FaceWithMedicalMask                                                        rune = 0x1F637
	GrinningCatFaceWithSmilingEyes                                             rune = 0x1F638
	CatFaceWithTearsOfJoy                                                      rune = 0x1F639
	SmilingCatFaceWithOpenMouth                                                rune = 0x1F63A
	SmilingCatFaceWithHeartShapedEyes                                          rune = 0x1F63B
	CatFaceWithWrySmile                                                        rune = 0x1F63C
	KissingCatFaceWithClosedEyes                                               rune = 0x1F63D
	PoutingCatFace                                                             rune = 0x1F63E
	CryingCatFace                                                              rune = 0x1F63F
	WearyCatFace                                                               rune = 0x1F640
	SlightlyFrowningFace                                                       rune = 0x1F641
	SlightlySmilingFace                                                        rune = 0x1F642
	UpsideDownFace                                                             rune = 0x1F643
	FaceWithRollingEyes                                                        rune = 0x1F644
	FaceWithNoGoodGesture                                                      rune = 0x1F645
	FaceWithOkGesture                                                          rune = 0x1F646
	PersonBowingDeeply                                                         rune = 0x1F647
	SeeNoEvilMonkey                                                            rune = 0x1F648
	HearNoEvilMonkey                                                           rune = 0x1F649
	SpeakNoEvilMonkey                                                          rune = 0x1F64A
	HappyPersonRaisingOneHand                                                  rune = 0x1F64B
	PersonRaisingBothHandsInCelebration                                        rune = 0x1F64C
	PersonFrowning                                                             rune = 0x1F64D
	PersonWithPoutingFace                                                      rune = 0x1F64E
	PersonWithFoldedHands                                                      rune = 0x1F64F
	NorthWestPointingLeaf                                                      rune = 0x1F650
	SouthWestPointingLeaf                                                      rune = 0x1F651
	NorthEastPointingLeaf                                                      rune = 0x1F652
	SouthEastPointingLeaf                                                      rune = 0x1F653
	TurnedNorthWestPointingLeaf                                                rune = 0x1F654
	TurnedSouthWestPointingLeaf                                                rune = 0x1F655
	TurnedNorthEastPointingLeaf                                                rune = 0x1F656
	TurnedSouthEastPointingLeaf                                                rune = 0x1F657
	NorthWestPointingVineLeaf                                                  rune = 0x1F658
	SouthWestPointingVineLeaf                                                  rune = 0x1F659
	NorthEastPointingVineLeaf                                                  rune = 0x1F65A
	SouthEastPointingVineLeaf                                                  rune = 0x1F65B
	HeavyNorthWestPointingVineLeaf                                             rune = 0x1F65C
	HeavySouthWestPointingVineLeaf                                             rune = 0x1F65D
	HeavyNorthEastPointingVineLeaf                                             rune = 0x1F65E
	HeavySouthEastPointingVineLeaf                                             rune = 0x1F65F
	NorthWestPointingBud                                                       rune = 0x1F660
	SouthWestPointingBud                                                       rune = 0x1F661
	NorthEastPointingBud                                                       rune = 0x1F662
	SouthEastPointingBud                                                       rune = 0x1F663
	HeavyNorthWestPointingBud                                                  rune = 0x1F664
	HeavySouthWestPointingBud                                                  rune = 0x1F665
	HeavyNorthEastPointingBud                                                  rune = 0x1F666
	HeavySouthEastPointingBud                                                  rune = 0x1F667
	HollowQuiltSquareOrnament                                                  rune = 0x1F668
	HollowQuiltSquareOrnamentInBlackSquare                                     rune = 0x1F669
	SolidQuiltSquareOrnament                                                   rune = 0x1F66A
	SolidQuiltSquareOrnamentInBlackSquare                                      rune = 0x1F66B
	LeftwardsRocket                                                            rune = 0x1F66C
	UpwardsRocket                                                              rune = 0x1F66D
	RightwardsRocket                                                           rune = 0x1F66E
	DownwardsRocket                                                            rune = 0x1F66F
	ScriptLigatureEtOrnament                                                   rune = 0x1F670
	HeavyScriptLigatureEtOrnament                                              rune = 0x1F671
	LigatureOpenEtOrnament                                                     rune = 0x1F672
	HeavyLigatureOpenEtOrnament                                                rune = 0x1F673
	HeavyAmpersandOrnament                                                     rune = 0x1F674
	SwashAmpersandOrnament                                                     rune = 0x1F675
	SansSerifHeavyDoubleTurnedCommaQuotationMarkOrnament                       rune = 0x1F676
	SansSerifHeavyDoubleCommaQuotationMarkOrnament                             rune = 0x1F677
	SansSerifHeavyLowDoubleCommaQuotationMarkOrnament                          rune = 0x1F678
	HeavyInterrobangOrnament                                                   rune = 0x1F679
	SansSerifInterrobangOrnament                                               rune = 0x1F67A
	HeavySansSerifInterrobangOrnament                                          rune = 0x1F67B
	VeryHeavySolidus                                                           rune = 0x1F67C
	VeryHeavyReverseSolidus                                                    rune = 0x1F67D
	CheckerBoard                                                               rune = 0x1F67E
	ReverseCheckerBoard                                                        rune = 0x1F67F
	ROCKET                                                                     rune = 0x1F680
	HELICOPTER                                                                 rune = 0x1F681
	SteamLocomotive                                                            rune = 0x1F682
	RailwayCar                                                                 rune = 0x1F683
	HighSpeedTrain                                                             rune = 0x1F684
	HighSpeedTrainWithBulletNose                                               rune = 0x1F685
	TRAIN                                                                      rune = 0x1F686
	METRO                                                                      rune = 0x1F687
	LightRail                                                                  rune = 0x1F688
	STATION                                                                    rune = 0x1F689
	TRAM                                                                       rune = 0x1F68A
	TramCar                                                                    rune = 0x1F68B
	BUS                                                                        rune = 0x1F68C
	OncomingBus                                                                rune = 0x1F68D
	TROLLEYBUS                                                                 rune = 0x1F68E
	BusStop                                                                    rune = 0x1F68F
	MINIBUS                                                                    rune = 0x1F690
	AMBULANCE                                                                  rune = 0x1F691
	FireEngine                                                                 rune = 0x1F692
	PoliceCar                                                                  rune = 0x1F693
	OncomingPoliceCar                                                          rune = 0x1F694
	TAXI                                                                       rune = 0x1F695
	OncomingTaxi                                                               rune = 0x1F696
	AUTOMOBILE                                                                 rune = 0x1F697
	OncomingAutomobile                                                         rune = 0x1F698
	RecreationalVehicle                                                        rune = 0x1F699
	DeliveryTruck                                                              rune = 0x1F69A
	ArticulatedLorry                                                           rune = 0x1F69B
	TRACTOR                                                                    rune = 0x1F69C
	MONORAIL                                                                   rune = 0x1F69D
	MountainRailway                                                            rune = 0x1F69E
	SuspensionRailway                                                          rune = 0x1F69F
	MountainCableway                                                           rune = 0x1F6A0
	AerialTramway                                                              rune = 0x1F6A1
	SHIP                                                                       rune = 0x1F6A2
	ROWBOAT                                                                    rune = 0x1F6A3
	SPEEDBOAT                                                                  rune = 0x1F6A4
	HorizontalTrafficLight                                                     rune = 0x1F6A5
	VerticalTrafficLight                                                       rune = 0x1F6A6
	ConstructionSign                                                           rune = 0x1F6A7
	PoliceCarsRevolvingLight                                                   rune = 0x1F6A8
	TriangularFlagOnPost                                                       rune = 0x1F6A9
	DOOR                                                                       rune = 0x1F6AA
	NoEntrySign                                                                rune = 0x1F6AB
	SmokingSymbol                                                              rune = 0x1F6AC
	NoSmokingSymbol                                                            rune = 0x1F6AD
	PutLitterInItsPlaceSymbol                                                  rune = 0x1F6AE
	DoNotLitterSymbol                                                          rune = 0x1F6AF
	PotableWaterSymbol                                                         rune = 0x1F6B0
	NonPotableWaterSymbol                                                      rune = 0x1F6B1
	BICYCLE                                                                    rune = 0x1F6B2
	NoBicycles                                                                 rune = 0x1F6B3
	BICYCLIST                                                                  rune = 0x1F6B4
	MountainBicyclist                                                          rune = 0x1F6B5
	PEDESTRIAN                                                                 rune = 0x1F6B6
	NoPedestrians                                                              rune = 0x1F6B7
	ChildrenCrossing                                                           rune = 0x1F6B8
	MensSymbol                                                                 rune = 0x1F6B9
	WomensSymbol                                                               rune = 0x1F6BA
	RESTROOM                                                                   rune = 0x1F6BB
	BabySymbol                                                                 rune = 0x1F6BC
	TOILET                                                                     rune = 0x1F6BD
	WaterCloset                                                                rune = 0x1F6BE
	SHOWER                                                                     rune = 0x1F6BF
	BATH                                                                       rune = 0x1F6C0
	BATHTUB                                                                    rune = 0x1F6C1
	PassportControl                                                            rune = 0x1F6C2
	CUSTOMS                                                                    rune = 0x1F6C3
	BaggageClaim                                                               rune = 0x1F6C4
	LeftLuggage                                                                rune = 0x1F6C5
	TriangleWithRoundedCorners                                                 rune = 0x1F6C6
	ProhibitedSign                                                             rune = 0x1F6C7
	CircledInformationSource                                                   rune = 0x1F6C8
	BoysSymbol                                                                 rune = 0x1F6C9
	GirlsSymbol                                                                rune = 0x1F6CA
	CouchAndLamp                                                               rune = 0x1F6CB
	SleepingAccommodation                                                      rune = 0x1F6CC
	ShoppingBags                                                               rune = 0x1F6CD
	BellhopBell                                                                rune = 0x1F6CE
	BED                                                                        rune = 0x1F6CF
	PlaceOfWorship                                                             rune = 0x1F6D0
	OctagonalSign                                                              rune = 0x1F6D1
	ShoppingTrolley                                                            rune = 0x1F6D2
	STUPA                                                                      rune = 0x1F6D3
	PAGODA                                                                     rune = 0x1F6D4
	HinduTemple                                                                rune = 0x1F6D5
	HUT                                                                        rune = 0x1F6D6
	ELEVATOR                                                                   rune = 0x1F6D7
	HammerAndWrench                                                            rune = 0x1F6E0
	SHIELD                                                                     rune = 0x1F6E1
	OilDrum                                                                    rune = 0x1F6E2
	MOTORWAY                                                                   rune = 0x1F6E3
	RailwayTrack                                                               rune = 0x1F6E4
	MotorBoat                                                                  rune = 0x1F6E5
	UpPointingMilitaryAirplane                                                 rune = 0x1F6E6
	UpPointingAirplane                                                         rune = 0x1F6E7
	UpPointingSmallAirplane                                                    rune = 0x1F6E8
	SmallAirplane                                                              rune = 0x1F6E9
	NortheastPointingAirplane                                                  rune = 0x1F6EA
	AirplaneDeparture                                                          rune = 0x1F6EB
	AirplaneArriving                                                           rune = 0x1F6EC
	SATELLITE                                                                  rune = 0x1F6F0
	OncomingFireEngine                                                         rune = 0x1F6F1
	DieselLocomotive                                                           rune = 0x1F6F2
	PassengerShip                                                              rune = 0x1F6F3
	SCOOTER                                                                    rune = 0x1F6F4
	MotorScooter                                                               rune = 0x1F6F5
	CANOE                                                                      rune = 0x1F6F6
	SLED                                                                       rune = 0x1F6F7
	FlyingSaucer                                                               rune = 0x1F6F8
	SKATEBOARD                                                                 rune = 0x1F6F9
	AutoRickshaw                                                               rune = 0x1F6FA
	PickupTruck                                                                rune = 0x1F6FB
	RollerSkate                                                                rune = 0x1F6FC
	AlchemicalSymbolForQuintessence                                            rune = 0x1F700
	AlchemicalSymbolForAir                                                     rune = 0x1F701
	AlchemicalSymbolForFire                                                    rune = 0x1F702
	AlchemicalSymbolForEarth                                                   rune = 0x1F703
	AlchemicalSymbolForWater                                                   rune = 0x1F704
	AlchemicalSymbolForAquafortis                                              rune = 0x1F705
	AlchemicalSymbolForAquaRegia                                               rune = 0x1F706
	AlchemicalSymbolForAquaRegia2                                              rune = 0x1F707
	AlchemicalSymbolForAquaVitae                                               rune = 0x1F708
	AlchemicalSymbolForAquaVitae2                                              rune = 0x1F709
	AlchemicalSymbolForVinegar                                                 rune = 0x1F70A
	AlchemicalSymbolForVinegar2                                                rune = 0x1F70B
	AlchemicalSymbolForVinegar3                                                rune = 0x1F70C
	AlchemicalSymbolForSulfur                                                  rune = 0x1F70D
	AlchemicalSymbolForPhilosophersSulfur                                      rune = 0x1F70E
	AlchemicalSymbolForBlackSulfur                                             rune = 0x1F70F
	AlchemicalSymbolForMercurySublimate                                        rune = 0x1F710
	AlchemicalSymbolForMercurySublimate2                                       rune = 0x1F711
	AlchemicalSymbolForMercurySublimate3                                       rune = 0x1F712
	AlchemicalSymbolForCinnabar                                                rune = 0x1F713
	AlchemicalSymbolForSalt                                                    rune = 0x1F714
	AlchemicalSymbolForNitre                                                   rune = 0x1F715
	AlchemicalSymbolForVitriol                                                 rune = 0x1F716
	AlchemicalSymbolForVitriol2                                                rune = 0x1F717
	AlchemicalSymbolForRockSalt                                                rune = 0x1F718
	AlchemicalSymbolForRockSalt2                                               rune = 0x1F719
	AlchemicalSymbolForGold                                                    rune = 0x1F71A
	AlchemicalSymbolForSilver                                                  rune = 0x1F71B
	AlchemicalSymbolForIronOre                                                 rune = 0x1F71C
	AlchemicalSymbolForIronOre2                                                rune = 0x1F71D
	AlchemicalSymbolForCrocusOfIron                                            rune = 0x1F71E
	AlchemicalSymbolForRegulusOfIron                                           rune = 0x1F71F
	AlchemicalSymbolForCopperOre                                               rune = 0x1F720
	AlchemicalSymbolForIronCopperOre                                           rune = 0x1F721
	AlchemicalSymbolForSublimateOfCopper                                       rune = 0x1F722
	AlchemicalSymbolForCrocusOfCopper                                          rune = 0x1F723
	AlchemicalSymbolForCrocusOfCopper2                                         rune = 0x1F724
	AlchemicalSymbolForCopperAntimoniate                                       rune = 0x1F725
	AlchemicalSymbolForSaltOfCopperAntimoniate                                 rune = 0x1F726
	AlchemicalSymbolForSublimateOfSaltOfCopper                                 rune = 0x1F727
	AlchemicalSymbolForVerdigris                                               rune = 0x1F728
	AlchemicalSymbolForTinOre                                                  rune = 0x1F729
	AlchemicalSymbolForLeadOre                                                 rune = 0x1F72A
	AlchemicalSymbolForAntimonyOre                                             rune = 0x1F72B
	AlchemicalSymbolForSublimateOfAntimony                                     rune = 0x1F72C
	AlchemicalSymbolForSaltOfAntimony                                          rune = 0x1F72D
	AlchemicalSymbolForSublimateOfSaltOfAntimony                               rune = 0x1F72E
	AlchemicalSymbolForVinegarOfAntimony                                       rune = 0x1F72F
	AlchemicalSymbolForRegulusOfAntimony                                       rune = 0x1F730
	AlchemicalSymbolForRegulusOfAntimony2                                      rune = 0x1F731
	AlchemicalSymbolForRegulus                                                 rune = 0x1F732
	AlchemicalSymbolForRegulus2                                                rune = 0x1F733
	AlchemicalSymbolForRegulus3                                                rune = 0x1F734
	AlchemicalSymbolForRegulus4                                                rune = 0x1F735
	AlchemicalSymbolForAlkali                                                  rune = 0x1F736
	AlchemicalSymbolForAlkali2                                                 rune = 0x1F737
	AlchemicalSymbolForMarcasite                                               rune = 0x1F738
	AlchemicalSymbolForSalAmmoniac                                             rune = 0x1F739
	AlchemicalSymbolForArsenic                                                 rune = 0x1F73A
	AlchemicalSymbolForRealgar                                                 rune = 0x1F73B
	AlchemicalSymbolForRealgar2                                                rune = 0x1F73C
	AlchemicalSymbolForAuripigment                                             rune = 0x1F73D
	AlchemicalSymbolForBismuthOre                                              rune = 0x1F73E
	AlchemicalSymbolForTartar                                                  rune = 0x1F73F
	AlchemicalSymbolForTartar2                                                 rune = 0x1F740
	AlchemicalSymbolForQuickLime                                               rune = 0x1F741
	AlchemicalSymbolForBorax                                                   rune = 0x1F742
	AlchemicalSymbolForBorax2                                                  rune = 0x1F743
	AlchemicalSymbolForBorax3                                                  rune = 0x1F744
	AlchemicalSymbolForAlum                                                    rune = 0x1F745
	AlchemicalSymbolForOil                                                     rune = 0x1F746
	AlchemicalSymbolForSpirit                                                  rune = 0x1F747
	AlchemicalSymbolForTincture                                                rune = 0x1F748
	AlchemicalSymbolForGum                                                     rune = 0x1F749
	AlchemicalSymbolForWax                                                     rune = 0x1F74A
	AlchemicalSymbolForPowder                                                  rune = 0x1F74B
	AlchemicalSymbolForCalx                                                    rune = 0x1F74C
	AlchemicalSymbolForTutty                                                   rune = 0x1F74D
	AlchemicalSymbolForCaputMortuum                                            rune = 0x1F74E
	AlchemicalSymbolForScepterOfJove                                           rune = 0x1F74F
	AlchemicalSymbolForCaduceus                                                rune = 0x1F750
	AlchemicalSymbolForTrident                                                 rune = 0x1F751
	AlchemicalSymbolForStarredTrident                                          rune = 0x1F752
	AlchemicalSymbolForLodestone                                               rune = 0x1F753
	AlchemicalSymbolForSoap                                                    rune = 0x1F754
	AlchemicalSymbolForUrine                                                   rune = 0x1F755
	AlchemicalSymbolForHorseDung                                               rune = 0x1F756
	AlchemicalSymbolForAshes                                                   rune = 0x1F757
	AlchemicalSymbolForPotAshes                                                rune = 0x1F758
	AlchemicalSymbolForBrick                                                   rune = 0x1F759
	AlchemicalSymbolForPowderedBrick                                           rune = 0x1F75A
	AlchemicalSymbolForAmalgam                                                 rune = 0x1F75B
	AlchemicalSymbolForStratumSuperStratum                                     rune = 0x1F75C
	AlchemicalSymbolForStratumSuperStratum2                                    rune = 0x1F75D
	AlchemicalSymbolForSublimation                                             rune = 0x1F75E
	AlchemicalSymbolForPrecipitate                                             rune = 0x1F75F
	AlchemicalSymbolForDistill                                                 rune = 0x1F760
	AlchemicalSymbolForDissolve                                                rune = 0x1F761
	AlchemicalSymbolForDissolve2                                               rune = 0x1F762
	AlchemicalSymbolForPurify                                                  rune = 0x1F763
	AlchemicalSymbolForPutrefaction                                            rune = 0x1F764
	AlchemicalSymbolForCrucible                                                rune = 0x1F765
	AlchemicalSymbolForCrucible2                                               rune = 0x1F766
	AlchemicalSymbolForCrucible3                                               rune = 0x1F767
	AlchemicalSymbolForCrucible4                                               rune = 0x1F768
	AlchemicalSymbolForCrucible5                                               rune = 0x1F769
	AlchemicalSymbolForAlembic                                                 rune = 0x1F76A
	AlchemicalSymbolForBathOfMary                                              rune = 0x1F76B
	AlchemicalSymbolForBathOfVapours                                           rune = 0x1F76C
	AlchemicalSymbolForRetort                                                  rune = 0x1F76D
	AlchemicalSymbolForHour                                                    rune = 0x1F76E
	AlchemicalSymbolForNight                                                   rune = 0x1F76F
	AlchemicalSymbolForDayNight                                                rune = 0x1F770
	AlchemicalSymbolForMonth                                                   rune = 0x1F771
	AlchemicalSymbolForHalfDram                                                rune = 0x1F772
	AlchemicalSymbolForHalfOunce                                               rune = 0x1F773
	BlackLeftPointingIsoscelesRightTriangle                                    rune = 0x1F780
	BlackUpPointingIsoscelesRightTriangle                                      rune = 0x1F781
	BlackRightPointingIsoscelesRightTriangle                                   rune = 0x1F782
	BlackDownPointingIsoscelesRightTriangle                                    rune = 0x1F783
	BlackSlightlySmallCircle                                                   rune = 0x1F784
	MediumBoldWhiteCircle                                                      rune = 0x1F785
	BoldWhiteCircle                                                            rune = 0x1F786
	HeavyWhiteCircle                                                           rune = 0x1F787
	VeryHeavyWhiteCircle                                                       rune = 0x1F788
	ExtremelyHeavyWhiteCircle                                                  rune = 0x1F789
	WhiteCircleContainingBlackSmallCircle                                      rune = 0x1F78A
	RoundTarget                                                                rune = 0x1F78B
	BlackTinySquare                                                            rune = 0x1F78C
	BlackSlightlySmallSquare                                                   rune = 0x1F78D
	LightWhiteSquare                                                           rune = 0x1F78E
	MediumWhiteSquare                                                          rune = 0x1F78F
	BoldWhiteSquare                                                            rune = 0x1F790
	HeavyWhiteSquare                                                           rune = 0x1F791
	VeryHeavyWhiteSquare                                                       rune = 0x1F792
	ExtremelyHeavyWhiteSquare                                                  rune = 0x1F793
	WhiteSquareContainingBlackVerySmallSquare                                  rune = 0x1F794
	WhiteSquareContainingBlackMediumSquare                                     rune = 0x1F795
	SquareTarget                                                               rune = 0x1F796
	BlackTinyDiamond                                                           rune = 0x1F797
	BlackVerySmallDiamond                                                      rune = 0x1F798
	BlackMediumSmallDiamond                                                    rune = 0x1F799
	WhiteDiamondContainingBlackVerySmallDiamond                                rune = 0x1F79A
	WhiteDiamondContainingBlackMediumDiamond                                   rune = 0x1F79B
	DiamondTarget                                                              rune = 0x1F79C
	BlackTinyLozenge                                                           rune = 0x1F79D
	BlackVerySmallLozenge                                                      rune = 0x1F79E
	BlackMediumSmallLozenge                                                    rune = 0x1F79F
	WhiteLozengeContainingBlackSmallLozenge                                    rune = 0x1F7A0
	ThinGreekCross                                                             rune = 0x1F7A1
	LightGreekCross                                                            rune = 0x1F7A2
	MediumGreekCross                                                           rune = 0x1F7A3
	BoldGreekCross                                                             rune = 0x1F7A4
	VeryBoldGreekCross                                                         rune = 0x1F7A5
	VeryHeavyGreekCross                                                        rune = 0x1F7A6
	ExtremelyHeavyGreekCross                                                   rune = 0x1F7A7
	ThinSaltire                                                                rune = 0x1F7A8
	LightSaltire                                                               rune = 0x1F7A9
	MediumSaltire                                                              rune = 0x1F7AA
	BoldSaltire                                                                rune = 0x1F7AB
	HeavySaltire                                                               rune = 0x1F7AC
	VeryHeavySaltire                                                           rune = 0x1F7AD
	ExtremelyHeavySaltire                                                      rune = 0x1F7AE
	LightFiveSpokedAsterisk                                                    rune = 0x1F7AF
	MediumFiveSpokedAsterisk                                                   rune = 0x1F7B0
	BoldFiveSpokedAsterisk                                                     rune = 0x1F7B1
	HeavyFiveSpokedAsterisk                                                    rune = 0x1F7B2
	VeryHeavyFiveSpokedAsterisk                                                rune = 0x1F7B3
	ExtremelyHeavyFiveSpokedAsterisk                                           rune = 0x1F7B4
	LightSixSpokedAsterisk                                                     rune = 0x1F7B5
	MediumSixSpokedAsterisk                                                    rune = 0x1F7B6
	BoldSixSpokedAsterisk                                                      rune = 0x1F7B7
	HeavySixSpokedAsterisk                                                     rune = 0x1F7B8
	VeryHeavySixSpokedAsterisk                                                 rune = 0x1F7B9
	ExtremelyHeavySixSpokedAsterisk                                            rune = 0x1F7BA
	LightEightSpokedAsterisk                                                   rune = 0x1F7BB
	MediumEightSpokedAsterisk                                                  rune = 0x1F7BC
	BoldEightSpokedAsterisk                                                    rune = 0x1F7BD
	HeavyEightSpokedAsterisk                                                   rune = 0x1F7BE
	VeryHeavyEightSpokedAsterisk                                               rune = 0x1F7BF
	LightThreePointedBlackStar                                                 rune = 0x1F7C0
	MediumThreePointedBlackStar                                                rune = 0x1F7C1
	ThreePointedBlackStar                                                      rune = 0x1F7C2
	MediumThreePointedPinwheelStar                                             rune = 0x1F7C3
	LightFourPointedBlackStar                                                  rune = 0x1F7C4
	MediumFourPointedBlackStar                                                 rune = 0x1F7C5
	FourPointedBlackStar                                                       rune = 0x1F7C6
	MediumFourPointedPinwheelStar                                              rune = 0x1F7C7
	ReverseLightFourPointedPinwheelStar                                        rune = 0x1F7C8
	LightFivePointedBlackStar                                                  rune = 0x1F7C9
	HeavyFivePointedBlackStar                                                  rune = 0x1F7CA
	MediumSixPointedBlackStar                                                  rune = 0x1F7CB
	HeavySixPointedBlackStar                                                   rune = 0x1F7CC
	SixPointedPinwheelStar                                                     rune = 0x1F7CD
	MediumEightPointedBlackStar                                                rune = 0x1F7CE
	HeavyEightPointedBlackStar                                                 rune = 0x1F7CF
	VeryHeavyEightPointedBlackStar                                             rune = 0x1F7D0
	HeavyEightPointedPinwheelStar                                              rune = 0x1F7D1
	LightTwelvePointedBlackStar                                                rune = 0x1F7D2
	HeavyTwelvePointedBlackStar                                                rune = 0x1F7D3
	HeavyTwelvePointedPinwheelStar                                             rune = 0x1F7D4
	CircledTriangle                                                            rune = 0x1F7D5
	NegativeCircledTriangle                                                    rune = 0x1F7D6
	CircledSquare                                                              rune = 0x1F7D7
	NegativeCircledSquare                                                      rune = 0x1F7D8
	LargeOrangeCircle                                                          rune = 0x1F7E0
	LargeYellowCircle                                                          rune = 0x1F7E1
	LargeGreenCircle                                                           rune = 0x1F7E2
	LargePurpleCircle                                                          rune = 0x1F7E3
	LargeBrownCircle                                                           rune = 0x1F7E4
	LargeRedSquare                                                             rune = 0x1F7E5
	LargeBlueSquare                                                            rune = 0x1F7E6
	LargeOrangeSquare                                                          rune = 0x1F7E7
	LargeYellowSquare                                                          rune = 0x1F7E8
	LargeGreenSquare                                                           rune = 0x1F7E9
	LargePurpleSquare                                                          rune = 0x1F7EA
	LargeBrownSquare                                                           rune = 0x1F7EB
	LeftwardsArrowWithSmallTriangleArrowhead                                   rune = 0x1F800
	UpwardsArrowWithSmallTriangleArrowhead                                     rune = 0x1F801
	RightwardsArrowWithSmallTriangleArrowhead                                  rune = 0x1F802
	DownwardsArrowWithSmallTriangleArrowhead                                   rune = 0x1F803
	LeftwardsArrowWithMediumTriangleArrowhead                                  rune = 0x1F804
	UpwardsArrowWithMediumTriangleArrowhead                                    rune = 0x1F805
	RightwardsArrowWithMediumTriangleArrowhead                                 rune = 0x1F806
	DownwardsArrowWithMediumTriangleArrowhead                                  rune = 0x1F807
	LeftwardsArrowWithLargeTriangleArrowhead                                   rune = 0x1F808
	UpwardsArrowWithLargeTriangleArrowhead                                     rune = 0x1F809
	RightwardsArrowWithLargeTriangleArrowhead                                  rune = 0x1F80A
	DownwardsArrowWithLargeTriangleArrowhead                                   rune = 0x1F80B
	LeftwardsArrowWithSmallEquilateralArrowhead                                rune = 0x1F810
	UpwardsArrowWithSmallEquilateralArrowhead                                  rune = 0x1F811
	RightwardsArrowWithSmallEquilateralArrowhead                               rune = 0x1F812
	DownwardsArrowWithSmallEquilateralArrowhead                                rune = 0x1F813
	LeftwardsArrowWithEquilateralArrowhead                                     rune = 0x1F814
	UpwardsArrowWithEquilateralArrowhead                                       rune = 0x1F815
	RightwardsArrowWithEquilateralArrowhead                                    rune = 0x1F816
	DownwardsArrowWithEquilateralArrowhead                                     rune = 0x1F817
	HeavyLeftwardsArrowWithEquilateralArrowhead                                rune = 0x1F818
	HeavyUpwardsArrowWithEquilateralArrowhead                                  rune = 0x1F819
	HeavyRightwardsArrowWithEquilateralArrowhead                               rune = 0x1F81A
	HeavyDownwardsArrowWithEquilateralArrowhead                                rune = 0x1F81B
	HeavyLeftwardsArrowWithLargeEquilateralArrowhead                           rune = 0x1F81C
	HeavyUpwardsArrowWithLargeEquilateralArrowhead                             rune = 0x1F81D
	HeavyRightwardsArrowWithLargeEquilateralArrowhead                          rune = 0x1F81E
	HeavyDownwardsArrowWithLargeEquilateralArrowhead                           rune = 0x1F81F
	LeftwardsTriangleHeadedArrowWithNarrowShaft                                rune = 0x1F820
	UpwardsTriangleHeadedArrowWithNarrowShaft                                  rune = 0x1F821
	RightwardsTriangleHeadedArrowWithNarrowShaft                               rune = 0x1F822
	DownwardsTriangleHeadedArrowWithNarrowShaft                                rune = 0x1F823
	LeftwardsTriangleHeadedArrowWithMediumShaft                                rune = 0x1F824
	UpwardsTriangleHeadedArrowWithMediumShaft                                  rune = 0x1F825
	RightwardsTriangleHeadedArrowWithMediumShaft                               rune = 0x1F826
	DownwardsTriangleHeadedArrowWithMediumShaft                                rune = 0x1F827
	LeftwardsTriangleHeadedArrowWithBoldShaft                                  rune = 0x1F828
	UpwardsTriangleHeadedArrowWithBoldShaft                                    rune = 0x1F829
	RightwardsTriangleHeadedArrowWithBoldShaft                                 rune = 0x1F82A
	DownwardsTriangleHeadedArrowWithBoldShaft                                  rune = 0x1F82B
	LeftwardsTriangleHeadedArrowWithHeavyShaft                                 rune = 0x1F82C
	UpwardsTriangleHeadedArrowWithHeavyShaft                                   rune = 0x1F82D
	RightwardsTriangleHeadedArrowWithHeavyShaft                                rune = 0x1F82E
	DownwardsTriangleHeadedArrowWithHeavyShaft                                 rune = 0x1F82F
	LeftwardsTriangleHeadedArrowWithVeryHeavyShaft                             rune = 0x1F830
	UpwardsTriangleHeadedArrowWithVeryHeavyShaft                               rune = 0x1F831
	RightwardsTriangleHeadedArrowWithVeryHeavyShaft                            rune = 0x1F832
	DownwardsTriangleHeadedArrowWithVeryHeavyShaft                             rune = 0x1F833
	LeftwardsFingerPostArrow                                                   rune = 0x1F834
	UpwardsFingerPostArrow                                                     rune = 0x1F835
	RightwardsFingerPostArrow                                                  rune = 0x1F836
	DownwardsFingerPostArrow                                                   rune = 0x1F837
	LeftwardsSquaredArrow                                                      rune = 0x1F838
	UpwardsSquaredArrow                                                        rune = 0x1F839
	RightwardsSquaredArrow                                                     rune = 0x1F83A
	DownwardsSquaredArrow                                                      rune = 0x1F83B
	LeftwardsCompressedArrow                                                   rune = 0x1F83C
	UpwardsCompressedArrow                                                     rune = 0x1F83D
	RightwardsCompressedArrow                                                  rune = 0x1F83E
	DownwardsCompressedArrow                                                   rune = 0x1F83F
	LeftwardsHeavyCompressedArrow                                              rune = 0x1F840
	UpwardsHeavyCompressedArrow                                                rune = 0x1F841
	RightwardsHeavyCompressedArrow                                             rune = 0x1F842
	DownwardsHeavyCompressedArrow                                              rune = 0x1F843
	LeftwardsHeavyArrow                                                        rune = 0x1F844
	UpwardsHeavyArrow                                                          rune = 0x1F845
	RightwardsHeavyArrow                                                       rune = 0x1F846
	DownwardsHeavyArrow                                                        rune = 0x1F847
	LeftwardsSansSerifArrow                                                    rune = 0x1F850
	UpwardsSansSerifArrow                                                      rune = 0x1F851
	RightwardsSansSerifArrow                                                   rune = 0x1F852
	DownwardsSansSerifArrow                                                    rune = 0x1F853
	NorthWestSansSerifArrow                                                    rune = 0x1F854
	NorthEastSansSerifArrow                                                    rune = 0x1F855
	SouthEastSansSerifArrow                                                    rune = 0x1F856
	SouthWestSansSerifArrow                                                    rune = 0x1F857
	LeftRightSansSerifArrow                                                    rune = 0x1F858
	UpDownSansSerifArrow                                                       rune = 0x1F859
	WideHeadedLeftwardsLightBarbArrow                                          rune = 0x1F860
	WideHeadedUpwardsLightBarbArrow                                            rune = 0x1F861
	WideHeadedRightwardsLightBarbArrow                                         rune = 0x1F862
	WideHeadedDownwardsLightBarbArrow                                          rune = 0x1F863
	WideHeadedNorthWestLightBarbArrow                                          rune = 0x1F864
	WideHeadedNorthEastLightBarbArrow                                          rune = 0x1F865
	WideHeadedSouthEastLightBarbArrow                                          rune = 0x1F866
	WideHeadedSouthWestLightBarbArrow                                          rune = 0x1F867
	WideHeadedLeftwardsBarbArrow                                               rune = 0x1F868
	WideHeadedUpwardsBarbArrow                                                 rune = 0x1F869
	WideHeadedRightwardsBarbArrow                                              rune = 0x1F86A
	WideHeadedDownwardsBarbArrow                                               rune = 0x1F86B
	WideHeadedNorthWestBarbArrow                                               rune = 0x1F86C
	WideHeadedNorthEastBarbArrow                                               rune = 0x1F86D
	WideHeadedSouthEastBarbArrow                                               rune = 0x1F86E
	WideHeadedSouthWestBarbArrow                                               rune = 0x1F86F
	WideHeadedLeftwardsMediumBarbArrow                                         rune = 0x1F870
	WideHeadedUpwardsMediumBarbArrow                                           rune = 0x1F871
	WideHeadedRightwardsMediumBarbArrow                                        rune = 0x1F872
	WideHeadedDownwardsMediumBarbArrow                                         rune = 0x1F873
	WideHeadedNorthWestMediumBarbArrow                                         rune = 0x1F874
	WideHeadedNorthEastMediumBarbArrow                                         rune = 0x1F875
	WideHeadedSouthEastMediumBarbArrow                                         rune = 0x1F876
	WideHeadedSouthWestMediumBarbArrow                                         rune = 0x1F877
	WideHeadedLeftwardsHeavyBarbArrow                                          rune = 0x1F878
	WideHeadedUpwardsHeavyBarbArrow                                            rune = 0x1F879
	WideHeadedRightwardsHeavyBarbArrow                                         rune = 0x1F87A
	WideHeadedDownwardsHeavyBarbArrow                                          rune = 0x1F87B
	WideHeadedNorthWestHeavyBarbArrow                                          rune = 0x1F87C
	WideHeadedNorthEastHeavyBarbArrow                                          rune = 0x1F87D
	WideHeadedSouthEastHeavyBarbArrow                                          rune = 0x1F87E
	WideHeadedSouthWestHeavyBarbArrow                                          rune = 0x1F87F
	WideHeadedLeftwardsVeryHeavyBarbArrow                                      rune = 0x1F880
	WideHeadedUpwardsVeryHeavyBarbArrow                                        rune = 0x1F881
	WideHeadedRightwardsVeryHeavyBarbArrow                                     rune = 0x1F882
	WideHeadedDownwardsVeryHeavyBarbArrow                                      rune = 0x1F883
	WideHeadedNorthWestVeryHeavyBarbArrow                                      rune = 0x1F884
	WideHeadedNorthEastVeryHeavyBarbArrow                                      rune = 0x1F885
	WideHeadedSouthEastVeryHeavyBarbArrow                                      rune = 0x1F886
	WideHeadedSouthWestVeryHeavyBarbArrow                                      rune = 0x1F887
	LeftwardsTriangleArrowhead                                                 rune = 0x1F890
	UpwardsTriangleArrowhead                                                   rune = 0x1F891
	RightwardsTriangleArrowhead                                                rune = 0x1F892
	DownwardsTriangleArrowhead                                                 rune = 0x1F893
	LeftwardsWhiteArrowWithinTriangleArrowhead                                 rune = 0x1F894
	UpwardsWhiteArrowWithinTriangleArrowhead                                   rune = 0x1F895
	RightwardsWhiteArrowWithinTriangleArrowhead                                rune = 0x1F896
	DownwardsWhiteArrowWithinTriangleArrowhead                                 rune = 0x1F897
	LeftwardsArrowWithNotchedTail                                              rune = 0x1F898
	UpwardsArrowWithNotchedTail                                                rune = 0x1F899
	RightwardsArrowWithNotchedTail                                             rune = 0x1F89A
	DownwardsArrowWithNotchedTail                                              rune = 0x1F89B
	HeavyArrowShaftWidthOne                                                    rune = 0x1F89C
	HeavyArrowShaftWidthTwoThirds                                              rune = 0x1F89D
	HeavyArrowShaftWidthOneHalf                                                rune = 0x1F89E
	HeavyArrowShaftWidthOneThird                                               rune = 0x1F89F
	LeftwardsBottomShadedWhiteArrow                                            rune = 0x1F8A0
	RightwardsBottomShadedWhiteArrow                                           rune = 0x1F8A1
	LeftwardsTopShadedWhiteArrow                                               rune = 0x1F8A2
	RightwardsTopShadedWhiteArrow                                              rune = 0x1F8A3
	LeftwardsLeftShadedWhiteArrow                                              rune = 0x1F8A4
	RightwardsRightShadedWhiteArrow                                            rune = 0x1F8A5
	LeftwardsRightShadedWhiteArrow                                             rune = 0x1F8A6
	RightwardsLeftShadedWhiteArrow                                             rune = 0x1F8A7
	LeftwardsBackTiltedShadowedWhiteArrow                                      rune = 0x1F8A8
	RightwardsBackTiltedShadowedWhiteArrow                                     rune = 0x1F8A9
	LeftwardsFrontTiltedShadowedWhiteArrow                                     rune = 0x1F8AA
	RightwardsFrontTiltedShadowedWhiteArrow                                    rune = 0x1F8AB
	WhiteArrowShaftWidthOne                                                    rune = 0x1F8AC
	WhiteArrowShaftWidthTwoThirds                                              rune = 0x1F8AD
	ArrowPointingUpwardsThenNorthWest                                          rune = 0x1F8B0
	ArrowPointingRightwardsThenCurvingSouthWest                                rune = 0x1F8B1
	CircledCrossFormeeWithFourDots                                             rune = 0x1F900
	CircledCrossFormeeWithTwoDots                                              rune = 0x1F901
	CircledCrossFormee                                                         rune = 0x1F902
	LeftHalfCircleWithFourDots                                                 rune = 0x1F903
	LeftHalfCircleWithThreeDots                                                rune = 0x1F904
	LeftHalfCircleWithTwoDots                                                  rune = 0x1F905
	LeftHalfCircleWithDot                                                      rune = 0x1F906
	LeftHalfCircle                                                             rune = 0x1F907
	DownwardFacingHook                                                         rune = 0x1F908
	DownwardFacingNotchedHook                                                  rune = 0x1F909
	DownwardFacingHookWithDot                                                  rune = 0x1F90A
	DownwardFacingNotchedHookWithDot                                           rune = 0x1F90B
	PinchedFingers                                                             rune = 0x1F90C
	WhiteHeart                                                                 rune = 0x1F90D
	BrownHeart                                                                 rune = 0x1F90E
	PinchingHand                                                               rune = 0x1F90F
	ZipperMouthFace                                                            rune = 0x1F910
	MoneyMouthFace                                                             rune = 0x1F911
	FaceWithThermometer                                                        rune = 0x1F912
	NerdFace                                                                   rune = 0x1F913
	ThinkingFace                                                               rune = 0x1F914
	FaceWithHeadBandage                                                        rune = 0x1F915
	RobotFace                                                                  rune = 0x1F916
	HuggingFace                                                                rune = 0x1F917
	SignOfTheHorns                                                             rune = 0x1F918
	CallMeHand                                                                 rune = 0x1F919
	RaisedBackOfHand                                                           rune = 0x1F91A
	LeftFacingFist                                                             rune = 0x1F91B
	RightFacingFist                                                            rune = 0x1F91C
	HANDSHAKE                                                                  rune = 0x1F91D
	HandWithIndexAndMiddleFingersCrossed                                       rune = 0x1F91E
	ILoveYouHandSign                                                           rune = 0x1F91F
	FaceWithCowboyHat                                                          rune = 0x1F920
	ClownFace                                                                  rune = 0x1F921
	NauseatedFace                                                              rune = 0x1F922
	RollingOnTheFloorLaughing                                                  rune = 0x1F923
	DroolingFace                                                               rune = 0x1F924
	LyingFace                                                                  rune = 0x1F925
	FacePalm                                                                   rune = 0x1F926
	SneezingFace                                                               rune = 0x1F927
	FaceWithOneEyebrowRaised                                                   rune = 0x1F928
	GrinningFaceWithStarEyes                                                   rune = 0x1F929
	GrinningFaceWithOneLargeAndOneSmallEye                                     rune = 0x1F92A
	FaceWithFingerCoveringClosedLips                                           rune = 0x1F92B
	SeriousFaceWithSymbolsCoveringMouth                                        rune = 0x1F92C
	SmilingFaceWithSmilingEyesAndHandCoveringMouth                             rune = 0x1F92D
	FaceWithOpenMouthVomiting                                                  rune = 0x1F92E
	ShockedFaceWithExplodingHead                                               rune = 0x1F92F
	PregnantWoman                                                              rune = 0x1F930
	BreastFeeding                                                              rune = 0x1F931
	PalmsUpTogether                                                            rune = 0x1F932
	SELFIE                                                                     rune = 0x1F933
	PRINCE                                                                     rune = 0x1F934
	ManInTuxedo                                                                rune = 0x1F935
	MotherChristmas                                                            rune = 0x1F936
	SHRUG                                                                      rune = 0x1F937
	PersonDoingCartwheel                                                       rune = 0x1F938
	JUGGLING                                                                   rune = 0x1F939
	FENCER                                                                     rune = 0x1F93A
	ModernPentathlon                                                           rune = 0x1F93B
	WRESTLERS                                                                  rune = 0x1F93C
	WaterPolo                                                                  rune = 0x1F93D
	HANDBALL                                                                   rune = 0x1F93E
	DivingMask                                                                 rune = 0x1F93F
	WiltedFlower                                                               rune = 0x1F940
	DrumWithDrumsticks                                                         rune = 0x1F941
	ClinkingGlasses                                                            rune = 0x1F942
	TumblerGlass                                                               rune = 0x1F943
	SPOON                                                                      rune = 0x1F944
	GoalNet                                                                    rune = 0x1F945
	RIFLE                                                                      rune = 0x1F946
	FirstPlaceMedal                                                            rune = 0x1F947
	SecondPlaceMedal                                                           rune = 0x1F948
	ThirdPlaceMedal                                                            rune = 0x1F949
	BoxingGlove                                                                rune = 0x1F94A
	MartialArtsUniform                                                         rune = 0x1F94B
	CurlingStone                                                               rune = 0x1F94C
	LacrosseStickAndBall                                                       rune = 0x1F94D
	SOFTBALL                                                                   rune = 0x1F94E
	FlyingDisc                                                                 rune = 0x1F94F
	CROISSANT                                                                  rune = 0x1F950
	AVOCADO                                                                    rune = 0x1F951
	CUCUMBER                                                                   rune = 0x1F952
	BACON                                                                      rune = 0x1F953
	POTATO                                                                     rune = 0x1F954
	CARROT                                                                     rune = 0x1F955
	BaguetteBread                                                              rune = 0x1F956
	GreenSalad                                                                 rune = 0x1F957
	ShallowPanOfFood                                                           rune = 0x1F958
	StuffedFlatbread                                                           rune = 0x1F959
	EGG                                                                        rune = 0x1F95A
	GlassOfMilk                                                                rune = 0x1F95B
	PEANUTS                                                                    rune = 0x1F95C
	KIWIFRUIT                                                                  rune = 0x1F95D
	PANCAKES                                                                   rune = 0x1F95E
	DUMPLING                                                                   rune = 0x1F95F
	FortuneCookie                                                              rune = 0x1F960
	TakeoutBox                                                                 rune = 0x1F961
	CHOPSTICKS                                                                 rune = 0x1F962
	BowlWithSpoon                                                              rune = 0x1F963
	CupWithStraw                                                               rune = 0x1F964
	COCONUT                                                                    rune = 0x1F965
	BROCCOLI                                                                   rune = 0x1F966
	PIE                                                                        rune = 0x1F967
	PRETZEL                                                                    rune = 0x1F968
	CutOfMeat                                                                  rune = 0x1F969
	SANDWICH                                                                   rune = 0x1F96A
	CannedFood                                                                 rune = 0x1F96B
	LeafyGreen                                                                 rune = 0x1F96C
	MANGO                                                                      rune = 0x1F96D
	MoonCake                                                                   rune = 0x1F96E
	BAGEL                                                                      rune = 0x1F96F
	SmilingFaceWithSmilingEyesAndThreeHearts                                   rune = 0x1F970
	YawningFace                                                                rune = 0x1F971
	SmilingFaceWithTear                                                        rune = 0x1F972
	FaceWithPartyHornAndPartyHat                                               rune = 0x1F973
	FaceWithUnevenEyesAndWavyMouth                                             rune = 0x1F974
	OverheatedFace                                                             rune = 0x1F975
	FreezingFace                                                               rune = 0x1F976
	NINJA                                                                      rune = 0x1F977
	DisguisedFace                                                              rune = 0x1F978
	FaceWithPleadingEyes                                                       rune = 0x1F97A
	SARI                                                                       rune = 0x1F97B
	LabCoat                                                                    rune = 0x1F97C
	GOGGLES                                                                    rune = 0x1F97D
	HikingBoot                                                                 rune = 0x1F97E
	FlatShoe                                                                   rune = 0x1F97F
	CRAB                                                                       rune = 0x1F980
	LionFace                                                                   rune = 0x1F981
	SCORPION                                                                   rune = 0x1F982
	TURKEY                                                                     rune = 0x1F983
	UnicornFace                                                                rune = 0x1F984
	EAGLE                                                                      rune = 0x1F985
	DUCK                                                                       rune = 0x1F986
	BAT                                                                        rune = 0x1F987
	SHARK                                                                      rune = 0x1F988
	OWL                                                                        rune = 0x1F989
	FoxFace                                                                    rune = 0x1F98A
	BUTTERFLY                                                                  rune = 0x1F98B
	DEER                                                                       rune = 0x1F98C
	GORILLA                                                                    rune = 0x1F98D
	LIZARD                                                                     rune = 0x1F98E
	RHINOCEROS                                                                 rune = 0x1F98F
	SHRIMP                                                                     rune = 0x1F990
	SQUID                                                                      rune = 0x1F991
	GiraffeFace                                                                rune = 0x1F992
	ZebraFace                                                                  rune = 0x1F993
	HEDGEHOG                                                                   rune = 0x1F994
	SAUROPOD                                                                   rune = 0x1F995
	TRex                                                                       rune = 0x1F996
	CRICKET                                                                    rune = 0x1F997
	KANGAROO                                                                   rune = 0x1F998
	LLAMA                                                                      rune = 0x1F999
	PEACOCK                                                                    rune = 0x1F99A
	HIPPOPOTAMUS                                                               rune = 0x1F99B
	PARROT                                                                     rune = 0x1F99C
	RACCOON                                                                    rune = 0x1F99D
	LOBSTER                                                                    rune = 0x1F99E
	MOSQUITO                                                                   rune = 0x1F99F
	MICROBE                                                                    rune = 0x1F9A0
	BADGER                                                                     rune = 0x1F9A1
	SWAN                                                                       rune = 0x1F9A2
	MAMMOTH                                                                    rune = 0x1F9A3
	DODO                                                                       rune = 0x1F9A4
	SLOTH                                                                      rune = 0x1F9A5
	OTTER                                                                      rune = 0x1F9A6
	ORANGUTAN                                                                  rune = 0x1F9A7
	SKUNK                                                                      rune = 0x1F9A8
	FLAMINGO                                                                   rune = 0x1F9A9
	OYSTER                                                                     rune = 0x1F9AA
	BEAVER                                                                     rune = 0x1F9AB
	BISON                                                                      rune = 0x1F9AC
	SEAL                                                                       rune = 0x1F9AD
	GuideDog                                                                   rune = 0x1F9AE
	ProbingCane                                                                rune = 0x1F9AF
	EmojiComponentRedHair                                                      rune = 0x1F9B0
	EmojiComponentCurlyHair                                                    rune = 0x1F9B1
	EmojiComponentBald                                                         rune = 0x1F9B2
	EmojiComponentWhiteHair                                                    rune = 0x1F9B3
	BONE                                                                       rune = 0x1F9B4
	LEG                                                                        rune = 0x1F9B5
	FOOT                                                                       rune = 0x1F9B6
	TOOTH                                                                      rune = 0x1F9B7
	SUPERHERO                                                                  rune = 0x1F9B8
	SUPERVILLAIN                                                               rune = 0x1F9B9
	SafetyVest                                                                 rune = 0x1F9BA
	EarWithHearingAid                                                          rune = 0x1F9BB
	MotorizedWheelchair                                                        rune = 0x1F9BC
	ManualWheelchair                                                           rune = 0x1F9BD
	MechanicalArm                                                              rune = 0x1F9BE
	MechanicalLeg                                                              rune = 0x1F9BF
	CheeseWedge                                                                rune = 0x1F9C0
	CUPCAKE                                                                    rune = 0x1F9C1
	SaltShaker                                                                 rune = 0x1F9C2
	BeverageBox                                                                rune = 0x1F9C3
	GARLIC                                                                     rune = 0x1F9C4
	ONION                                                                      rune = 0x1F9C5
	FALAFEL                                                                    rune = 0x1F9C6
	WAFFLE                                                                     rune = 0x1F9C7
	BUTTER                                                                     rune = 0x1F9C8
	MateDrink                                                                  rune = 0x1F9C9
	IceCube                                                                    rune = 0x1F9CA
	BubbleTea                                                                  rune = 0x1F9CB
	StandingPerson                                                             rune = 0x1F9CD
	KneelingPerson                                                             rune = 0x1F9CE
	DeafPerson                                                                 rune = 0x1F9CF
	FaceWithMonocle                                                            rune = 0x1F9D0
	ADULT                                                                      rune = 0x1F9D1
	CHILD                                                                      rune = 0x1F9D2
	OlderAdult                                                                 rune = 0x1F9D3
	BeardedPerson                                                              rune = 0x1F9D4
	PersonWithHeadscarf                                                        rune = 0x1F9D5
	PersonInSteamyRoom                                                         rune = 0x1F9D6
	PersonClimbing                                                             rune = 0x1F9D7
	PersonInLotusPosition                                                      rune = 0x1F9D8
	MAGE                                                                       rune = 0x1F9D9
	FAIRY                                                                      rune = 0x1F9DA
	VAMPIRE                                                                    rune = 0x1F9DB
	MERPERSON                                                                  rune = 0x1F9DC
	ELF                                                                        rune = 0x1F9DD
	GENIE                                                                      rune = 0x1F9DE
	ZOMBIE                                                                     rune = 0x1F9DF
	BRAIN                                                                      rune = 0x1F9E0
	OrangeHeart                                                                rune = 0x1F9E1
	BilledCap                                                                  rune = 0x1F9E2
	SCARF                                                                      rune = 0x1F9E3
	GLOVES                                                                     rune = 0x1F9E4
	COAT                                                                       rune = 0x1F9E5
	SOCKS                                                                      rune = 0x1F9E6
	RedGiftEnvelope                                                            rune = 0x1F9E7
	FIRECRACKER                                                                rune = 0x1F9E8
	JigsawPuzzlePiece                                                          rune = 0x1F9E9
	TestTube                                                                   rune = 0x1F9EA
	PetriDish                                                                  rune = 0x1F9EB
	DnaDoubleHelix                                                             rune = 0x1F9EC
	COMPASS                                                                    rune = 0x1F9ED
	ABACUS                                                                     rune = 0x1F9EE
	FireExtinguisher                                                           rune = 0x1F9EF
	TOOLBOX                                                                    rune = 0x1F9F0
	BRICK                                                                      rune = 0x1F9F1
	MAGNET                                                                     rune = 0x1F9F2
	LUGGAGE                                                                    rune = 0x1F9F3
	LotionBottle                                                               rune = 0x1F9F4
	SpoolOfThread                                                              rune = 0x1F9F5
	BallOfYarn                                                                 rune = 0x1F9F6
	SafetyPin                                                                  rune = 0x1F9F7
	TeddyBear                                                                  rune = 0x1F9F8
	BROOM                                                                      rune = 0x1F9F9
	BASKET                                                                     rune = 0x1F9FA
	RollOfPaper                                                                rune = 0x1F9FB
	BarOfSoap                                                                  rune = 0x1F9FC
	SPONGE                                                                     rune = 0x1F9FD
	RECEIPT                                                                    rune = 0x1F9FE
	NazarAmulet                                                                rune = 0x1F9FF
	NeutralChessKing                                                           rune = 0x1FA00
	NeutralChessQueen                                                          rune = 0x1FA01
	NeutralChessRook                                                           rune = 0x1FA02
	NeutralChessBishop                                                         rune = 0x1FA03
	NeutralChessKnight                                                         rune = 0x1FA04
	NeutralChessPawn                                                           rune = 0x1FA05
	WhiteChessKnightRotatedFortyFiveDegrees                                    rune = 0x1FA06
	BlackChessKnightRotatedFortyFiveDegrees                                    rune = 0x1FA07
	NeutralChessKnightRotatedFortyFiveDegrees                                  rune = 0x1FA08
	WhiteChessKingRotatedNinetyDegrees                                         rune = 0x1FA09
	WhiteChessQueenRotatedNinetyDegrees                                        rune = 0x1FA0A
	WhiteChessRookRotatedNinetyDegrees                                         rune = 0x1FA0B
	WhiteChessBishopRotatedNinetyDegrees                                       rune = 0x1FA0C
	WhiteChessKnightRotatedNinetyDegrees                                       rune = 0x1FA0D
	WhiteChessPawnRotatedNinetyDegrees                                         rune = 0x1FA0E
	BlackChessKingRotatedNinetyDegrees                                         rune = 0x1FA0F
	BlackChessQueenRotatedNinetyDegrees                                        rune = 0x1FA10
	BlackChessRookRotatedNinetyDegrees                                         rune = 0x1FA11
	BlackChessBishopRotatedNinetyDegrees                                       rune = 0x1FA12
	BlackChessKnightRotatedNinetyDegrees                                       rune = 0x1FA13
	BlackChessPawnRotatedNinetyDegrees                                         rune = 0x1FA14
	NeutralChessKingRotatedNinetyDegrees                                       rune = 0x1FA15
	NeutralChessQueenRotatedNinetyDegrees                                      rune = 0x1FA16
	NeutralChessRookRotatedNinetyDegrees                                       rune = 0x1FA17
	NeutralChessBishopRotatedNinetyDegrees                                     rune = 0x1FA18
	NeutralChessKnightRotatedNinetyDegrees                                     rune = 0x1FA19
	NeutralChessPawnRotatedNinetyDegrees                                       rune = 0x1FA1A
	WhiteChessKnightRotatedOneHundredThirtyFiveDegrees                         rune = 0x1FA1B
	BlackChessKnightRotatedOneHundredThirtyFiveDegrees                         rune = 0x1FA1C
	NeutralChessKnightRotatedOneHundredThirtyFiveDegrees                       rune = 0x1FA1D
	WhiteChessTurnedKing                                                       rune = 0x1FA1E
	WhiteChessTurnedQueen                                                      rune = 0x1FA1F
	WhiteChessTurnedRook                                                       rune = 0x1FA20
	WhiteChessTurnedBishop                                                     rune = 0x1FA21
	WhiteChessTurnedKnight                                                     rune = 0x1FA22
	WhiteChessTurnedPawn                                                       rune = 0x1FA23
	BlackChessTurnedKing                                                       rune = 0x1FA24
	BlackChessTurnedQueen                                                      rune = 0x1FA25
	BlackChessTurnedRook                                                       rune = 0x1FA26
	BlackChessTurnedBishop                                                     rune = 0x1FA27
	BlackChessTurnedKnight                                                     rune = 0x1FA28
	BlackChessTurnedPawn                                                       rune = 0x1FA29
	NeutralChessTurnedKing                                                     rune = 0x1FA2A
	NeutralChessTurnedQueen                                                    rune = 0x1FA2B
	NeutralChessTurnedRook                                                     rune = 0x1FA2C
	NeutralChessTurnedBishop                                                   rune = 0x1FA2D
	NeutralChessTurnedKnight                                                   rune = 0x1FA2E
	NeutralChessTurnedPawn                                                     rune = 0x1FA2F
	WhiteChessKnightRotatedTwoHundredTwentyFiveDegrees                         rune = 0x1FA30
	BlackChessKnightRotatedTwoHundredTwentyFiveDegrees                         rune = 0x1FA31
	NeutralChessKnightRotatedTwoHundredTwentyFiveDegrees                       rune = 0x1FA32
	WhiteChessKingRotatedTwoHundredSeventyDegrees                              rune = 0x1FA33
	WhiteChessQueenRotatedTwoHundredSeventyDegrees                             rune = 0x1FA34
	WhiteChessRookRotatedTwoHundredSeventyDegrees                              rune = 0x1FA35
	WhiteChessBishopRotatedTwoHundredSeventyDegrees                            rune = 0x1FA36
	WhiteChessKnightRotatedTwoHundredSeventyDegrees                            rune = 0x1FA37
	WhiteChessPawnRotatedTwoHundredSeventyDegrees                              rune = 0x1FA38
	BlackChessKingRotatedTwoHundredSeventyDegrees                              rune = 0x1FA39
	BlackChessQueenRotatedTwoHundredSeventyDegrees                             rune = 0x1FA3A
	BlackChessRookRotatedTwoHundredSeventyDegrees                              rune = 0x1FA3B
	BlackChessBishopRotatedTwoHundredSeventyDegrees                            rune = 0x1FA3C
	BlackChessKnightRotatedTwoHundredSeventyDegrees                            rune = 0x1FA3D
	BlackChessPawnRotatedTwoHundredSeventyDegrees                              rune = 0x1FA3E
	NeutralChessKingRotatedTwoHundredSeventyDegrees                            rune = 0x1FA3F
	NeutralChessQueenRotatedTwoHundredSeventyDegrees                           rune = 0x1FA40
	NeutralChessRookRotatedTwoHundredSeventyDegrees                            rune = 0x1FA41
	NeutralChessBishopRotatedTwoHundredSeventyDegrees                          rune = 0x1FA42
	NeutralChessKnightRotatedTwoHundredSeventyDegrees                          rune = 0x1FA43
	NeutralChessPawnRotatedTwoHundredSeventyDegrees                            rune = 0x1FA44
	WhiteChessKnightRotatedThreeHundredFifteenDegrees                          rune = 0x1FA45
	BlackChessKnightRotatedThreeHundredFifteenDegrees                          rune = 0x1FA46
	NeutralChessKnightRotatedThreeHundredFifteenDegrees                        rune = 0x1FA47
	WhiteChessEquihopper                                                       rune = 0x1FA48
	BlackChessEquihopper                                                       rune = 0x1FA49
	NeutralChessEquihopper                                                     rune = 0x1FA4A
	WhiteChessEquihopperRotatedNinetyDegrees                                   rune = 0x1FA4B
	BlackChessEquihopperRotatedNinetyDegrees                                   rune = 0x1FA4C
	NeutralChessEquihopperRotatedNinetyDegrees                                 rune = 0x1FA4D
	WhiteChessKnightQueen                                                      rune = 0x1FA4E
	WhiteChessKnightRook                                                       rune = 0x1FA4F
	WhiteChessKnightBishop                                                     rune = 0x1FA50
	BlackChessKnightQueen                                                      rune = 0x1FA51
	BlackChessKnightRook                                                       rune = 0x1FA52
	BlackChessKnightBishop                                                     rune = 0x1FA53
	XiangqiRedGeneral                                                          rune = 0x1FA60
	XiangqiRedMandarin                                                         rune = 0x1FA61
	XiangqiRedElephant                                                         rune = 0x1FA62
	XiangqiRedHorse                                                            rune = 0x1FA63
	XiangqiRedChariot                                                          rune = 0x1FA64
	XiangqiRedCannon                                                           rune = 0x1FA65
	XiangqiRedSoldier                                                          rune = 0x1FA66
	XiangqiBlackGeneral                                                        rune = 0x1FA67
	XiangqiBlackMandarin                                                       rune = 0x1FA68
	XiangqiBlackElephant                                                       rune = 0x1FA69
	XiangqiBlackHorse                                                          rune = 0x1FA6A
	XiangqiBlackChariot                                                        rune = 0x1FA6B
	XiangqiBlackCannon                                                         rune = 0x1FA6C
	XiangqiBlackSoldier                                                        rune = 0x1FA6D
	BalletShoes                                                                rune = 0x1FA70
	OnePieceSwimsuit                                                           rune = 0x1FA71
	BRIEFS                                                                     rune = 0x1FA72
	SHORTS                                                                     rune = 0x1FA73
	ThongSandal                                                                rune = 0x1FA74
	DropOfBlood                                                                rune = 0x1FA78
	AdhesiveBandage                                                            rune = 0x1FA79
	STETHOSCOPE                                                                rune = 0x1FA7A
	YoYo                                                                       rune = 0x1FA80
	KITE                                                                       rune = 0x1FA81
	PARACHUTE                                                                  rune = 0x1FA82
	BOOMERANG                                                                  rune = 0x1FA83
	MagicWand                                                                  rune = 0x1FA84
	PINATA                                                                     rune = 0x1FA85
	NestingDolls                                                               rune = 0x1FA86
	RingedPlanet                                                               rune = 0x1FA90
	CHAIR                                                                      rune = 0x1FA91
	RAZOR                                                                      rune = 0x1FA92
	AXE                                                                        rune = 0x1FA93
	DiyaLamp                                                                   rune = 0x1FA94
	BANJO                                                                      rune = 0x1FA95
	MilitaryHelmet                                                             rune = 0x1FA96
	ACCORDION                                                                  rune = 0x1FA97
	LongDrum                                                                   rune = 0x1FA98
	COIN                                                                       rune = 0x1FA99
	CarpentrySaw                                                               rune = 0x1FA9A
	SCREWDRIVER                                                                rune = 0x1FA9B
	LADDER                                                                     rune = 0x1FA9C
	HOOK                                                                       rune = 0x1FA9D
	MIRROR                                                                     rune = 0x1FA9E
	WINDOW                                                                     rune = 0x1FA9F
	PLUNGER                                                                    rune = 0x1FAA0
	SewingNeedle                                                               rune = 0x1FAA1
	KNOT                                                                       rune = 0x1FAA2
	BUCKET                                                                     rune = 0x1FAA3
	MouseTrap                                                                  rune = 0x1FAA4
	TOOTHBRUSH                                                                 rune = 0x1FAA5
	HEADSTONE                                                                  rune = 0x1FAA6
	PLACARD                                                                    rune = 0x1FAA7
	ROCK                                                                       rune = 0x1FAA8
	FLY                                                                        rune = 0x1FAB0
	WORM                                                                       rune = 0x1FAB1
	BEETLE                                                                     rune = 0x1FAB2
	COCKROACH                                                                  rune = 0x1FAB3
	PottedPlant                                                                rune = 0x1FAB4
	WOOD                                                                       rune = 0x1FAB5
	FEATHER                                                                    rune = 0x1FAB6
	AnatomicalHeart                                                            rune = 0x1FAC0
	LUNGS                                                                      rune = 0x1FAC1
	PeopleHugging                                                              rune = 0x1FAC2
	BLUEBERRIES                                                                rune = 0x1FAD0
	BellPepper                                                                 rune = 0x1FAD1
	OLIVE                                                                      rune = 0x1FAD2
	FLATBREAD                                                                  rune = 0x1FAD3
	TAMALE                                                                     rune = 0x1FAD4
	FONDUE                                                                     rune = 0x1FAD5
	TEAPOT                                                                     rune = 0x1FAD6
	BlockSextant1                                                              rune = 0x1FB00
	BlockSextant2                                                              rune = 0x1FB01
	BlockSextant12                                                             rune = 0x1FB02
	BlockSextant3                                                              rune = 0x1FB03
	BlockSextant13                                                             rune = 0x1FB04
	BlockSextant23                                                             rune = 0x1FB05
	BlockSextant123                                                            rune = 0x1FB06
	BlockSextant4                                                              rune = 0x1FB07
	BlockSextant14                                                             rune = 0x1FB08
	BlockSextant24                                                             rune = 0x1FB09
	BlockSextant124                                                            rune = 0x1FB0A
	BlockSextant34                                                             rune = 0x1FB0B
	BlockSextant134                                                            rune = 0x1FB0C
	BlockSextant234                                                            rune = 0x1FB0D
	BlockSextant1234                                                           rune = 0x1FB0E
	BlockSextant5                                                              rune = 0x1FB0F
	BlockSextant15                                                             rune = 0x1FB10
	BlockSextant25                                                             rune = 0x1FB11
	BlockSextant125                                                            rune = 0x1FB12
	BlockSextant35                                                             rune = 0x1FB13
	BlockSextant235                                                            rune = 0x1FB14
	BlockSextant1235                                                           rune = 0x1FB15
	BlockSextant45                                                             rune = 0x1FB16
	BlockSextant145                                                            rune = 0x1FB17
	BlockSextant245                                                            rune = 0x1FB18
	BlockSextant1245                                                           rune = 0x1FB19
	BlockSextant345                                                            rune = 0x1FB1A
	BlockSextant1345                                                           rune = 0x1FB1B
	BlockSextant2345                                                           rune = 0x1FB1C
	BlockSextant12345                                                          rune = 0x1FB1D
	BlockSextant6                                                              rune = 0x1FB1E
	BlockSextant16                                                             rune = 0x1FB1F
	BlockSextant26                                                             rune = 0x1FB20
	BlockSextant126                                                            rune = 0x1FB21
	BlockSextant36                                                             rune = 0x1FB22
	BlockSextant136                                                            rune = 0x1FB23
	BlockSextant236                                                            rune = 0x1FB24
	BlockSextant1236                                                           rune = 0x1FB25
	BlockSextant46                                                             rune = 0x1FB26
	BlockSextant146                                                            rune = 0x1FB27
	BlockSextant1246                                                           rune = 0x1FB28
	BlockSextant346                                                            rune = 0x1FB29
	BlockSextant1346                                                           rune = 0x1FB2A
	BlockSextant2346                                                           rune = 0x1FB2B
	BlockSextant12346                                                          rune = 0x1FB2C
	BlockSextant56                                                             rune = 0x1FB2D
	BlockSextant156                                                            rune = 0x1FB2E
	BlockSextant256                                                            rune = 0x1FB2F
	BlockSextant1256                                                           rune = 0x1FB30
	BlockSextant356                                                            rune = 0x1FB31
	BlockSextant1356                                                           rune = 0x1FB32
	BlockSextant2356                                                           rune = 0x1FB33
	BlockSextant12356                                                          rune = 0x1FB34
	BlockSextant456                                                            rune = 0x1FB35
	BlockSextant1456                                                           rune = 0x1FB36
	BlockSextant2456                                                           rune = 0x1FB37
	BlockSextant12456                                                          rune = 0x1FB38
	BlockSextant3456                                                           rune = 0x1FB39
	BlockSextant13456                                                          rune = 0x1FB3A
	BlockSextant23456                                                          rune = 0x1FB3B
	LowerLeftBlockDiagonalLowerMiddleLeftToLowerCentre                         rune = 0x1FB3C
	LowerLeftBlockDiagonalLowerMiddleLeftToLowerRight                          rune = 0x1FB3D
	LowerLeftBlockDiagonalUpperMiddleLeftToLowerCentre                         rune = 0x1FB3E
	LowerLeftBlockDiagonalUpperMiddleLeftToLowerRight                          rune = 0x1FB3F
	LowerLeftBlockDiagonalUpperLeftToLowerCentre                               rune = 0x1FB40
	LowerRightBlockDiagonalUpperMiddleLeftToUpperCentre                        rune = 0x1FB41
	LowerRightBlockDiagonalUpperMiddleLeftToUpperRight                         rune = 0x1FB42
	LowerRightBlockDiagonalLowerMiddleLeftToUpperCentre                        rune = 0x1FB43
	LowerRightBlockDiagonalLowerMiddleLeftToUpperRight                         rune = 0x1FB44
	LowerRightBlockDiagonalLowerLeftToUpperCentre                              rune = 0x1FB45
	LowerRightBlockDiagonalLowerMiddleLeftToUpperMiddleRight                   rune = 0x1FB46
	LowerRightBlockDiagonalLowerCentreToLowerMiddleRight                       rune = 0x1FB47
	LowerRightBlockDiagonalLowerLeftToLowerMiddleRight                         rune = 0x1FB48
	LowerRightBlockDiagonalLowerCentreToUpperMiddleRight                       rune = 0x1FB49
	LowerRightBlockDiagonalLowerLeftToUpperMiddleRight                         rune = 0x1FB4A
	LowerRightBlockDiagonalLowerCentreToUpperRight                             rune = 0x1FB4B
	LowerLeftBlockDiagonalUpperCentreToUpperMiddleRight                        rune = 0x1FB4C
	LowerLeftBlockDiagonalUpperLeftToUpperMiddleRight                          rune = 0x1FB4D
	LowerLeftBlockDiagonalUpperCentreToLowerMiddleRight                        rune = 0x1FB4E
	LowerLeftBlockDiagonalUpperLeftToLowerMiddleRight                          rune = 0x1FB4F
	LowerLeftBlockDiagonalUpperCentreToLowerRight                              rune = 0x1FB50
	LowerLeftBlockDiagonalUpperMiddleLeftToLowerMiddleRight                    rune = 0x1FB51
	UpperRightBlockDiagonalLowerMiddleLeftToLowerCentre                        rune = 0x1FB52
	UpperRightBlockDiagonalLowerMiddleLeftToLowerRight                         rune = 0x1FB53
	UpperRightBlockDiagonalUpperMiddleLeftToLowerCentre                        rune = 0x1FB54
	UpperRightBlockDiagonalUpperMiddleLeftToLowerRight                         rune = 0x1FB55
	UpperRightBlockDiagonalUpperLeftToLowerCentre                              rune = 0x1FB56
	UpperLeftBlockDiagonalUpperMiddleLeftToUpperCentre                         rune = 0x1FB57
	UpperLeftBlockDiagonalUpperMiddleLeftToUpperRight                          rune = 0x1FB58
	UpperLeftBlockDiagonalLowerMiddleLeftToUpperCentre                         rune = 0x1FB59
	UpperLeftBlockDiagonalLowerMiddleLeftToUpperRight                          rune = 0x1FB5A
	UpperLeftBlockDiagonalLowerLeftToUpperCentre                               rune = 0x1FB5B
	UpperLeftBlockDiagonalLowerMiddleLeftToUpperMiddleRight                    rune = 0x1FB5C
	UpperLeftBlockDiagonalLowerCentreToLowerMiddleRight                        rune = 0x1FB5D
	UpperLeftBlockDiagonalLowerLeftToLowerMiddleRight                          rune = 0x1FB5E
	UpperLeftBlockDiagonalLowerCentreToUpperMiddleRight                        rune = 0x1FB5F
	UpperLeftBlockDiagonalLowerLeftToUpperMiddleRight                          rune = 0x1FB60
	UpperLeftBlockDiagonalLowerCentreToUpperRight                              rune = 0x1FB61
	UpperRightBlockDiagonalUpperCentreToUpperMiddleRight                       rune = 0x1FB62
	UpperRightBlockDiagonalUpperLeftToUpperMiddleRight                         rune = 0x1FB63
	UpperRightBlockDiagonalUpperCentreToLowerMiddleRight                       rune = 0x1FB64
	UpperRightBlockDiagonalUpperLeftToLowerMiddleRight                         rune = 0x1FB65
	UpperRightBlockDiagonalUpperCentreToLowerRight                             rune = 0x1FB66
	UpperRightBlockDiagonalUpperMiddleLeftToLowerMiddleRight                   rune = 0x1FB67
	UpperAndRightAndLowerTriangularThreeQuartersBlock                          rune = 0x1FB68
	LeftAndLowerAndRightTriangularThreeQuartersBlock                           rune = 0x1FB69
	UpperAndLeftAndLowerTriangularThreeQuartersBlock                           rune = 0x1FB6A
	LeftAndUpperAndRightTriangularThreeQuartersBlock                           rune = 0x1FB6B
	LeftTriangularOneQuarterBlock                                              rune = 0x1FB6C
	UpperTriangularOneQuarterBlock                                             rune = 0x1FB6D
	RightTriangularOneQuarterBlock                                             rune = 0x1FB6E
	LowerTriangularOneQuarterBlock                                             rune = 0x1FB6F
	VerticalOneEighthBlock2                                                    rune = 0x1FB70
	VerticalOneEighthBlock3                                                    rune = 0x1FB71
	VerticalOneEighthBlock4                                                    rune = 0x1FB72
	VerticalOneEighthBlock5                                                    rune = 0x1FB73
	VerticalOneEighthBlock6                                                    rune = 0x1FB74
	VerticalOneEighthBlock7                                                    rune = 0x1FB75
	HorizontalOneEighthBlock2                                                  rune = 0x1FB76
	HorizontalOneEighthBlock3                                                  rune = 0x1FB77
	HorizontalOneEighthBlock4                                                  rune = 0x1FB78
	HorizontalOneEighthBlock5                                                  rune = 0x1FB79
	HorizontalOneEighthBlock6                                                  rune = 0x1FB7A
	HorizontalOneEighthBlock7                                                  rune = 0x1FB7B
	LeftAndLowerOneEighthBlock                                                 rune = 0x1FB7C
	LeftAndUpperOneEighthBlock                                                 rune = 0x1FB7D
	RightAndUpperOneEighthBlock                                                rune = 0x1FB7E
	RightAndLowerOneEighthBlock                                                rune = 0x1FB7F
	UpperAndLowerOneEighthBlock                                                rune = 0x1FB80
	HorizontalOneEighthBlock1358                                               rune = 0x1FB81
	UpperOneQuarterBlock                                                       rune = 0x1FB82
	UpperThreeEighthsBlock                                                     rune = 0x1FB83
	UpperFiveEighthsBlock                                                      rune = 0x1FB84
	UpperThreeQuartersBlock                                                    rune = 0x1FB85
	UpperSevenEighthsBlock                                                     rune = 0x1FB86
	RightOneQuarterBlock                                                       rune = 0x1FB87
	RightThreeEighthsBlock                                                     rune = 0x1FB88
	RightFiveEighthsBlock                                                      rune = 0x1FB89
	RightThreeQuartersBlock                                                    rune = 0x1FB8A
	RightSevenEighthsBlock                                                     rune = 0x1FB8B
	LeftHalfMediumShade                                                        rune = 0x1FB8C
	RightHalfMediumShade                                                       rune = 0x1FB8D
	UpperHalfMediumShade                                                       rune = 0x1FB8E
	LowerHalfMediumShade                                                       rune = 0x1FB8F
	InverseMediumShade                                                         rune = 0x1FB90
	UpperHalfBlockAndLowerHalfInverseMediumShade                               rune = 0x1FB91
	UpperHalfInverseMediumShadeAndLowerHalfBlock                               rune = 0x1FB92
	LeftHalfInverseMediumShadeAndRightHalfBlock                                rune = 0x1FB94
	CheckerBoardFill                                                           rune = 0x1FB95
	InverseCheckerBoardFill                                                    rune = 0x1FB96
	HeavyHorizontalFill                                                        rune = 0x1FB97
	UpperLeftToLowerRightFill                                                  rune = 0x1FB98
	UpperRightToLowerLeftFill                                                  rune = 0x1FB99
	UpperAndLowerTriangularHalfBlock                                           rune = 0x1FB9A
	LeftAndRightTriangularHalfBlock                                            rune = 0x1FB9B
	UpperLeftTriangularMediumShade                                             rune = 0x1FB9C
	UpperRightTriangularMediumShade                                            rune = 0x1FB9D
	LowerRightTriangularMediumShade                                            rune = 0x1FB9E
	LowerLeftTriangularMediumShade                                             rune = 0x1FB9F
	BoxDrawingsLightDiagonalUpperCentreToMiddleLeft                            rune = 0x1FBA0
	BoxDrawingsLightDiagonalUpperCentreToMiddleRight                           rune = 0x1FBA1
	BoxDrawingsLightDiagonalMiddleLeftToLowerCentre                            rune = 0x1FBA2
	BoxDrawingsLightDiagonalMiddleRightToLowerCentre                           rune = 0x1FBA3
	BoxDrawingsLightDiagonalUpperCentreToMiddleLeftToLowerCentre               rune = 0x1FBA4
	BoxDrawingsLightDiagonalUpperCentreToMiddleRightToLowerCentre              rune = 0x1FBA5
	BoxDrawingsLightDiagonalMiddleLeftToLowerCentreToMiddleRight               rune = 0x1FBA6
	BoxDrawingsLightDiagonalMiddleLeftToUpperCentreToMiddleRight               rune = 0x1FBA7
	BoxDrawingsLightDiagonalUpperCentreToMiddleLeftAndMiddleRightToLowerCentre rune = 0x1FBA8
	BoxDrawingsLightDiagonalUpperCentreToMiddleRightAndMiddleLeftToLowerCentre rune = 0x1FBA9
	BoxDrawingsLightDiagonalUpperCentreToMiddleRightToLowerCentreToMiddleLeft  rune = 0x1FBAA
	BoxDrawingsLightDiagonalUpperCentreToMiddleLeftToLowerCentreToMiddleRight  rune = 0x1FBAB
	BoxDrawingsLightDiagonalMiddleLeftToUpperCentreToMiddleRightToLowerCentre  rune = 0x1FBAC
	BoxDrawingsLightDiagonalMiddleRightToUpperCentreToMiddleLeftToLowerCentre  rune = 0x1FBAD
	BoxDrawingsLightDiagonalDiamond                                            rune = 0x1FBAE
	BoxDrawingsLightHorizontalWithVerticalStroke                               rune = 0x1FBAF
	ArrowheadShapedPointer                                                     rune = 0x1FBB0
	InverseCheckMark                                                           rune = 0x1FBB1
	LeftHalfRunningMan                                                         rune = 0x1FBB2
	RightHalfRunningMan                                                        rune = 0x1FBB3
	InverseDownwardsArrowWithTipLeftwards                                      rune = 0x1FBB4
	LeftwardsArrowAndUpperAndLowerOneEighthBlock                               rune = 0x1FBB5
	RightwardsArrowAndUpperAndLowerOneEighthBlock                              rune = 0x1FBB6
	DownwardsArrowAndRightOneEighthBlock                                       rune = 0x1FBB7
	UpwardsArrowAndRightOneEighthBlock                                         rune = 0x1FBB8
	LeftHalfFolder                                                             rune = 0x1FBB9
	RightHalfFolder                                                            rune = 0x1FBBA
	VoidedGreekCross                                                           rune = 0x1FBBB
	RightOpenSquaredDot                                                        rune = 0x1FBBC
	NegativeDiagonalCross                                                      rune = 0x1FBBD
	NegativeDiagonalMiddleRightToLowerCentre                                   rune = 0x1FBBE
	NegativeDiagonalDiamond                                                    rune = 0x1FBBF
	WhiteHeavySaltireWithRoundedCorners                                        rune = 0x1FBC0
	LeftThirdWhiteRightPointingIndex                                           rune = 0x1FBC1
	MiddleThirdWhiteRightPointingIndex                                         rune = 0x1FBC2
	RightThirdWhiteRightPointingIndex                                          rune = 0x1FBC3
	NegativeSquaredQuestionMark                                                rune = 0x1FBC4
	StickFigure                                                                rune = 0x1FBC5
	StickFigureWithArmsRaised                                                  rune = 0x1FBC6
	StickFigureLeaningLeft                                                     rune = 0x1FBC7
	StickFigureLeaningRight                                                    rune = 0x1FBC8
	StickFigureWithDress                                                       rune = 0x1FBC9
	WhiteUpPointingChevron                                                     rune = 0x1FBCA
	SegmentedDigitZero                                                         rune = 0x1FBF0
	SegmentedDigitOne                                                          rune = 0x1FBF1
	SegmentedDigitTwo                                                          rune = 0x1FBF2
	SegmentedDigitThree                                                        rune = 0x1FBF3
	SegmentedDigitFour                                                         rune = 0x1FBF4
	SegmentedDigitFive                                                         rune = 0x1FBF5
	SegmentedDigitSix                                                          rune = 0x1FBF6
	SegmentedDigitSeven                                                        rune = 0x1FBF7
	SegmentedDigitEight                                                        rune = 0x1FBF8
	SegmentedDigitNine                                                         rune = 0x1FBF9
	LanguageTag                                                                rune = 0xE0001
	TagSpace                                                                   rune = 0xE0020
	TagExclamationMark                                                         rune = 0xE0021
	TagQuotationMark                                                           rune = 0xE0022
	TagNumberSign                                                              rune = 0xE0023
	TagDollarSign                                                              rune = 0xE0024
	TagPercentSign                                                             rune = 0xE0025
	TagAmpersand                                                               rune = 0xE0026
	TagApostrophe                                                              rune = 0xE0027
	TagLeftParenthesis                                                         rune = 0xE0028
	TagRightParenthesis                                                        rune = 0xE0029
	TagAsterisk                                                                rune = 0xE002A
	TagPlusSign                                                                rune = 0xE002B
	TagComma                                                                   rune = 0xE002C
	TagHyphenMinus                                                             rune = 0xE002D
	TagFullStop                                                                rune = 0xE002E
	TagSolidus                                                                 rune = 0xE002F
	TagDigitZero                                                               rune = 0xE0030
	TagDigitOne                                                                rune = 0xE0031
	TagDigitTwo                                                                rune = 0xE0032
	TagDigitThree                                                              rune = 0xE0033
	TagDigitFour                                                               rune = 0xE0034
	TagDigitFive                                                               rune = 0xE0035
	TagDigitSix                                                                rune = 0xE0036
	TagDigitSeven                                                              rune = 0xE0037
	TagDigitEight                                                              rune = 0xE0038
	TagDigitNine                                                               rune = 0xE0039
	TagColon                                                                   rune = 0xE003A
	TagSemicolon                                                               rune = 0xE003B
	TagLessThanSign                                                            rune = 0xE003C
	TagEqualsSign                                                              rune = 0xE003D
	TagGreaterThanSign                                                         rune = 0xE003E
	TagQuestionMark                                                            rune = 0xE003F
	TagCommercialAt                                                            rune = 0xE0040
	TagLatinCapitalLetterA                                                     rune = 0xE0041
	TagLatinCapitalLetterB                                                     rune = 0xE0042
	TagLatinCapitalLetterC                                                     rune = 0xE0043
	TagLatinCapitalLetterD                                                     rune = 0xE0044
	TagLatinCapitalLetterE                                                     rune = 0xE0045
	TagLatinCapitalLetterF                                                     rune = 0xE0046
	TagLatinCapitalLetterG                                                     rune = 0xE0047
	TagLatinCapitalLetterH                                                     rune = 0xE0048
	TagLatinCapitalLetterI                                                     rune = 0xE0049
	TagLatinCapitalLetterJ                                                     rune = 0xE004A
	TagLatinCapitalLetterK                                                     rune = 0xE004B
	TagLatinCapitalLetterL                                                     rune = 0xE004C
	TagLatinCapitalLetterM                                                     rune = 0xE004D
	TagLatinCapitalLetterN                                                     rune = 0xE004E
	TagLatinCapitalLetterO                                                     rune = 0xE004F
	TagLatinCapitalLetterP                                                     rune = 0xE0050
	TagLatinCapitalLetterQ                                                     rune = 0xE0051
	TagLatinCapitalLetterR                                                     rune = 0xE0052
	TagLatinCapitalLetterS                                                     rune = 0xE0053
	TagLatinCapitalLetterT                                                     rune = 0xE0054
	TagLatinCapitalLetterU                                                     rune = 0xE0055
	TagLatinCapitalLetterV                                                     rune = 0xE0056
	TagLatinCapitalLetterW                                                     rune = 0xE0057
	TagLatinCapitalLetterX                                                     rune = 0xE0058
	TagLatinCapitalLetterY                                                     rune = 0xE0059
	TagLatinCapitalLetterZ                                                     rune = 0xE005A
	TagLeftSquareBracket                                                       rune = 0xE005B
	TagReverseSolidus                                                          rune = 0xE005C
	TagRightSquareBracket                                                      rune = 0xE005D
	TagCircumflexAccent                                                        rune = 0xE005E
	TagLowLine                                                                 rune = 0xE005F
	TagGraveAccent                                                             rune = 0xE0060
	TagLatinSmallLetterA                                                       rune = 0xE0061
	TagLatinSmallLetterB                                                       rune = 0xE0062
	TagLatinSmallLetterC                                                       rune = 0xE0063
	TagLatinSmallLetterD                                                       rune = 0xE0064
	TagLatinSmallLetterE                                                       rune = 0xE0065
	TagLatinSmallLetterF                                                       rune = 0xE0066
	TagLatinSmallLetterG                                                       rune = 0xE0067
	TagLatinSmallLetterH                                                       rune = 0xE0068
	TagLatinSmallLetterI                                                       rune = 0xE0069
	TagLatinSmallLetterJ                                                       rune = 0xE006A
	TagLatinSmallLetterK                                                       rune = 0xE006B
	TagLatinSmallLetterL                                                       rune = 0xE006C
	TagLatinSmallLetterM                                                       rune = 0xE006D
	TagLatinSmallLetterN                                                       rune = 0xE006E
	TagLatinSmallLetterO                                                       rune = 0xE006F
	TagLatinSmallLetterP                                                       rune = 0xE0070
	TagLatinSmallLetterQ                                                       rune = 0xE0071
	TagLatinSmallLetterR                                                       rune = 0xE0072
	TagLatinSmallLetterS                                                       rune = 0xE0073
	TagLatinSmallLetterT                                                       rune = 0xE0074
	TagLatinSmallLetterU                                                       rune = 0xE0075
	TagLatinSmallLetterV                                                       rune = 0xE0076
	TagLatinSmallLetterW                                                       rune = 0xE0077
	TagLatinSmallLetterX                                                       rune = 0xE0078
	TagLatinSmallLetterY                                                       rune = 0xE0079
	TagLatinSmallLetterZ                                                       rune = 0xE007A
	TagLeftCurlyBracket                                                        rune = 0xE007B
	TagVerticalLine                                                            rune = 0xE007C
	TagRightCurlyBracket                                                       rune = 0xE007D
	TagTilde                                                                   rune = 0xE007E
	CancelTag                                                                  rune = 0xE007F
	VariationSelector17                                                        rune = 0xE0100
	VS17                                                                       rune = 0xE0100
	VariationSelector18                                                        rune = 0xE0101
	VS18                                                                       rune = 0xE0101
	VariationSelector19                                                        rune = 0xE0102
	VS19                                                                       rune = 0xE0102
	VariationSelector20                                                        rune = 0xE0103
	VS20                                                                       rune = 0xE0103
	VariationSelector21                                                        rune = 0xE0104
	VS21                                                                       rune = 0xE0104
	VariationSelector22                                                        rune = 0xE0105
	VS22                                                                       rune = 0xE0105
	VariationSelector23                                                        rune = 0xE0106
	VS23                                                                       rune = 0xE0106
	VariationSelector24                                                        rune = 0xE0107
	VS24                                                                       rune = 0xE0107
	VariationSelector25                                                        rune = 0xE0108
	VS25                                                                       rune = 0xE0108
	VariationSelector26                                                        rune = 0xE0109
	VS26                                                                       rune = 0xE0109
	VariationSelector27                                                        rune = 0xE010A
	VS27                                                                       rune = 0xE010A
	VariationSelector28                                                        rune = 0xE010B
	VS28                                                                       rune = 0xE010B
	VariationSelector29                                                        rune = 0xE010C
	VS29                                                                       rune = 0xE010C
	VariationSelector30                                                        rune = 0xE010D
	VS30                                                                       rune = 0xE010D
	VariationSelector31                                                        rune = 0xE010E
	VS31                                                                       rune = 0xE010E
	VariationSelector32                                                        rune = 0xE010F
	VS32                                                                       rune = 0xE010F
	VariationSelector33                                                        rune = 0xE0110
	VS33                                                                       rune = 0xE0110
	VariationSelector34                                                        rune = 0xE0111
	VS34                                                                       rune = 0xE0111
	VariationSelector35                                                        rune = 0xE0112
	VS35                                                                       rune = 0xE0112
	VariationSelector36                                                        rune = 0xE0113
	VS36                                                                       rune = 0xE0113
	VariationSelector37                                                        rune = 0xE0114
	VS37                                                                       rune = 0xE0114
	VariationSelector38                                                        rune = 0xE0115
	VS38                                                                       rune = 0xE0115
	VariationSelector39                                                        rune = 0xE0116
	VS39                                                                       rune = 0xE0116
	VariationSelector40                                                        rune = 0xE0117
	VS40                                                                       rune = 0xE0117
	VariationSelector41                                                        rune = 0xE0118
	VS41                                                                       rune = 0xE0118
	VariationSelector42                                                        rune = 0xE0119
	VS42                                                                       rune = 0xE0119
	VariationSelector43                                                        rune = 0xE011A
	VS43                                                                       rune = 0xE011A
	VariationSelector44                                                        rune = 0xE011B
	VS44                                                                       rune = 0xE011B
	VariationSelector45                                                        rune = 0xE011C
	VS45                                                                       rune = 0xE011C
	VariationSelector46                                                        rune = 0xE011D
	VS46                                                                       rune = 0xE011D
	VariationSelector47                                                        rune = 0xE011E
	VS47                                                                       rune = 0xE011E
	VariationSelector48                                                        rune = 0xE011F
	VS48                                                                       rune = 0xE011F
	VariationSelector49                                                        rune = 0xE0120
	VS49                                                                       rune = 0xE0120
	VariationSelector50                                                        rune = 0xE0121
	VS50                                                                       rune = 0xE0121
	VariationSelector51                                                        rune = 0xE0122
	VS51                                                                       rune = 0xE0122
	VariationSelector52                                                        rune = 0xE0123
	VS52                                                                       rune = 0xE0123
	VariationSelector53                                                        rune = 0xE0124
	VS53                                                                       rune = 0xE0124
	VariationSelector54                                                        rune = 0xE0125
	VS54                                                                       rune = 0xE0125
	VariationSelector55                                                        rune = 0xE0126
	VS55                                                                       rune = 0xE0126
	VariationSelector56                                                        rune = 0xE0127
	VS56                                                                       rune = 0xE0127
	VariationSelector57                                                        rune = 0xE0128
	VS57                                                                       rune = 0xE0128
	VariationSelector58                                                        rune = 0xE0129
	VS58                                                                       rune = 0xE0129
	VariationSelector59                                                        rune = 0xE012A
	VS59                                                                       rune = 0xE012A
	VariationSelector60                                                        rune = 0xE012B
	VS60                                                                       rune = 0xE012B
	VariationSelector61                                                        rune = 0xE012C
	VS61                                                                       rune = 0xE012C
	VariationSelector62                                                        rune = 0xE012D
	VS62                                                                       rune = 0xE012D
	VariationSelector63                                                        rune = 0xE012E
	VS63                                                                       rune = 0xE012E
	VariationSelector64                                                        rune = 0xE012F
	VS64                                                                       rune = 0xE012F
	VariationSelector65                                                        rune = 0xE0130
	VS65                                                                       rune = 0xE0130
	VariationSelector66                                                        rune = 0xE0131
	VS66                                                                       rune = 0xE0131
	VariationSelector67                                                        rune = 0xE0132
	VS67                                                                       rune = 0xE0132
	VariationSelector68                                                        rune = 0xE0133
	VS68                                                                       rune = 0xE0133
	VariationSelector69                                                        rune = 0xE0134
	VS69                                                                       rune = 0xE0134
	VariationSelector70                                                        rune = 0xE0135
	VS70                                                                       rune = 0xE0135
	VariationSelector71                                                        rune = 0xE0136
	VS71                                                                       rune = 0xE0136
	VariationSelector72                                                        rune = 0xE0137
	VS72                                                                       rune = 0xE0137
	VariationSelector73                                                        rune = 0xE0138
	VS73                                                                       rune = 0xE0138
	VariationSelector74                                                        rune = 0xE0139
	VS74                                                                       rune = 0xE0139
	VariationSelector75                                                        rune = 0xE013A
	VS75                                                                       rune = 0xE013A
	VariationSelector76                                                        rune = 0xE013B
	VS76                                                                       rune = 0xE013B
	VariationSelector77                                                        rune = 0xE013C
	VS77                                                                       rune = 0xE013C
	VariationSelector78                                                        rune = 0xE013D
	VS78                                                                       rune = 0xE013D
	VariationSelector79                                                        rune = 0xE013E
	VS79                                                                       rune = 0xE013E
	VariationSelector80                                                        rune = 0xE013F
	VS80                                                                       rune = 0xE013F
	VariationSelector81                                                        rune = 0xE0140
	VS81                                                                       rune = 0xE0140
	VariationSelector82                                                        rune = 0xE0141
	VS82                                                                       rune = 0xE0141
	VariationSelector83                                                        rune = 0xE0142
	VS83                                                                       rune = 0xE0142
	VariationSelector84                                                        rune = 0xE0143
	VS84                                                                       rune = 0xE0143
	VariationSelector85                                                        rune = 0xE0144
	VS85                                                                       rune = 0xE0144
	VariationSelector86                                                        rune = 0xE0145
	VS86                                                                       rune = 0xE0145
	VariationSelector87                                                        rune = 0xE0146
	VS87                                                                       rune = 0xE0146
	VariationSelector88                                                        rune = 0xE0147
	VS88                                                                       rune = 0xE0147
	VariationSelector89                                                        rune = 0xE0148
	VS89                                                                       rune = 0xE0148
	VariationSelector90                                                        rune = 0xE0149
	VS90                                                                       rune = 0xE0149
	VariationSelector91                                                        rune = 0xE014A
	VS91                                                                       rune = 0xE014A
	VariationSelector92                                                        rune = 0xE014B
	VS92                                                                       rune = 0xE014B
	VariationSelector93                                                        rune = 0xE014C
	VS93                                                                       rune = 0xE014C
	VariationSelector94                                                        rune = 0xE014D
	VS94                                                                       rune = 0xE014D
	VariationSelector95                                                        rune = 0xE014E
	VS95                                                                       rune = 0xE014E
	VariationSelector96                                                        rune = 0xE014F
	VS96                                                                       rune = 0xE014F
	VariationSelector97                                                        rune = 0xE0150
	VS97                                                                       rune = 0xE0150
	VariationSelector98                                                        rune = 0xE0151
	VS98                                                                       rune = 0xE0151
	VariationSelector99                                                        rune = 0xE0152
	VS99                                                                       rune = 0xE0152
	VariationSelector100                                                       rune = 0xE0153
	VS100                                                                      rune = 0xE0153
	VariationSelector101                                                       rune = 0xE0154
	VS101                                                                      rune = 0xE0154
	VariationSelector102                                                       rune = 0xE0155
	VS102                                                                      rune = 0xE0155
	VariationSelector103                                                       rune = 0xE0156
	VS103                                                                      rune = 0xE0156
	VariationSelector104                                                       rune = 0xE0157
	VS104                                                                      rune = 0xE0157
	VariationSelector105                                                       rune = 0xE0158
	VS105                                                                      rune = 0xE0158
	VariationSelector106                                                       rune = 0xE0159
	VS106                                                                      rune = 0xE0159
	VariationSelector107                                                       rune = 0xE015A
	VS107                                                                      rune = 0xE015A
	VariationSelector108                                                       rune = 0xE015B
	VS108                                                                      rune = 0xE015B
	VariationSelector109                                                       rune = 0xE015C
	VS109                                                                      rune = 0xE015C
	VariationSelector110                                                       rune = 0xE015D
	VS110                                                                      rune = 0xE015D
	VariationSelector111                                                       rune = 0xE015E
	VS111                                                                      rune = 0xE015E
	VariationSelector112                                                       rune = 0xE015F
	VS112                                                                      rune = 0xE015F
	VariationSelector113                                                       rune = 0xE0160
	VS113                                                                      rune = 0xE0160
	VariationSelector114                                                       rune = 0xE0161
	VS114                                                                      rune = 0xE0161
	VariationSelector115                                                       rune = 0xE0162
	VS115                                                                      rune = 0xE0162
	VariationSelector116                                                       rune = 0xE0163
	VS116                                                                      rune = 0xE0163
	VariationSelector117                                                       rune = 0xE0164
	VS117                                                                      rune = 0xE0164
	VariationSelector118                                                       rune = 0xE0165
	VS118                                                                      rune = 0xE0165
	VariationSelector119                                                       rune = 0xE0166
	VS119                                                                      rune = 0xE0166
	VariationSelector120                                                       rune = 0xE0167
	VS120                                                                      rune = 0xE0167
	VariationSelector121                                                       rune = 0xE0168
	VS121                                                                      rune = 0xE0168
	VariationSelector122                                                       rune = 0xE0169
	VS122                                                                      rune = 0xE0169
	VariationSelector123                                                       rune = 0xE016A
	VS123                                                                      rune = 0xE016A
	VariationSelector124                                                       rune = 0xE016B
	VS124                                                                      rune = 0xE016B
	VariationSelector125                                                       rune = 0xE016C
	VS125                                                                      rune = 0xE016C
	VariationSelector126                                                       rune = 0xE016D
	VS126                                                                      rune = 0xE016D
	VariationSelector127                                                       rune = 0xE016E
	VS127                                                                      rune = 0xE016E
	VariationSelector128                                                       rune = 0xE016F
	VS128                                                                      rune = 0xE016F
	VariationSelector129                                                       rune = 0xE0170
	VS129                                                                      rune = 0xE0170
	VariationSelector130                                                       rune = 0xE0171
	VS130                                                                      rune = 0xE0171
	VariationSelector131                                                       rune = 0xE0172
	VS131                                                                      rune = 0xE0172
	VariationSelector132                                                       rune = 0xE0173
	VS132                                                                      rune = 0xE0173
	VariationSelector133                                                       rune = 0xE0174
	VS133                                                                      rune = 0xE0174
	VariationSelector134                                                       rune = 0xE0175
	VS134                                                                      rune = 0xE0175
	VariationSelector135                                                       rune = 0xE0176
	VS135                                                                      rune = 0xE0176
	VariationSelector136                                                       rune = 0xE0177
	VS136                                                                      rune = 0xE0177
	VariationSelector137                                                       rune = 0xE0178
	VS137                                                                      rune = 0xE0178
	VariationSelector138                                                       rune = 0xE0179
	VS138                                                                      rune = 0xE0179
	VariationSelector139                                                       rune = 0xE017A
	VS139                                                                      rune = 0xE017A
	VariationSelector140                                                       rune = 0xE017B
	VS140                                                                      rune = 0xE017B
	VariationSelector141                                                       rune = 0xE017C
	VS141                                                                      rune = 0xE017C
	VariationSelector142                                                       rune = 0xE017D
	VS142                                                                      rune = 0xE017D
	VariationSelector143                                                       rune = 0xE017E
	VS143                                                                      rune = 0xE017E
	VariationSelector144                                                       rune = 0xE017F
	VS144                                                                      rune = 0xE017F
	VariationSelector145                                                       rune = 0xE0180
	VS145                                                                      rune = 0xE0180
	VariationSelector146                                                       rune = 0xE0181
	VS146                                                                      rune = 0xE0181
	VariationSelector147                                                       rune = 0xE0182
	VS147                                                                      rune = 0xE0182
	VariationSelector148                                                       rune = 0xE0183
	VS148                                                                      rune = 0xE0183
	VariationSelector149                                                       rune = 0xE0184
	VS149                                                                      rune = 0xE0184
	VariationSelector150                                                       rune = 0xE0185
	VS150                                                                      rune = 0xE0185
	VariationSelector151                                                       rune = 0xE0186
	VS151                                                                      rune = 0xE0186
	VariationSelector152                                                       rune = 0xE0187
	VS152                                                                      rune = 0xE0187
	VariationSelector153                                                       rune = 0xE0188
	VS153                                                                      rune = 0xE0188
	VariationSelector154                                                       rune = 0xE0189
	VS154                                                                      rune = 0xE0189
	VariationSelector155                                                       rune = 0xE018A
	VS155                                                                      rune = 0xE018A
	VariationSelector156                                                       rune = 0xE018B
	VS156                                                                      rune = 0xE018B
	VariationSelector157                                                       rune = 0xE018C
	VS157                                                                      rune = 0xE018C
	VariationSelector158                                                       rune = 0xE018D
	VS158                                                                      rune = 0xE018D
	VariationSelector159                                                       rune = 0xE018E
	VS159                                                                      rune = 0xE018E
	VariationSelector160                                                       rune = 0xE018F
	VS160                                                                      rune = 0xE018F
	VariationSelector161                                                       rune = 0xE0190
	VS161                                                                      rune = 0xE0190
	VariationSelector162                                                       rune = 0xE0191
	VS162                                                                      rune = 0xE0191
	VariationSelector163                                                       rune = 0xE0192
	VS163                                                                      rune = 0xE0192
	VariationSelector164                                                       rune = 0xE0193
	VS164                                                                      rune = 0xE0193
	VariationSelector165                                                       rune = 0xE0194
	VS165                                                                      rune = 0xE0194
	VariationSelector166                                                       rune = 0xE0195
	VS166                                                                      rune = 0xE0195
	VariationSelector167                                                       rune = 0xE0196
	VS167                                                                      rune = 0xE0196
	VariationSelector168                                                       rune = 0xE0197
	VS168                                                                      rune = 0xE0197
	VariationSelector169                                                       rune = 0xE0198
	VS169                                                                      rune = 0xE0198
	VariationSelector170                                                       rune = 0xE0199
	VS170                                                                      rune = 0xE0199
	VariationSelector171                                                       rune = 0xE019A
	VS171                                                                      rune = 0xE019A
	VariationSelector172                                                       rune = 0xE019B
	VS172                                                                      rune = 0xE019B
	VariationSelector173                                                       rune = 0xE019C
	VS173                                                                      rune = 0xE019C
	VariationSelector174                                                       rune = 0xE019D
	VS174                                                                      rune = 0xE019D
	VariationSelector175                                                       rune = 0xE019E
	VS175                                                                      rune = 0xE019E
	VariationSelector176                                                       rune = 0xE019F
	VS176                                                                      rune = 0xE019F
	VariationSelector177                                                       rune = 0xE01A0
	VS177                                                                      rune = 0xE01A0
	VariationSelector178                                                       rune = 0xE01A1
	VS178                                                                      rune = 0xE01A1
	VariationSelector179                                                       rune = 0xE01A2
	VS179                                                                      rune = 0xE01A2
	VariationSelector180                                                       rune = 0xE01A3
	VS180                                                                      rune = 0xE01A3
	VariationSelector181                                                       rune = 0xE01A4
	VS181                                                                      rune = 0xE01A4
	VariationSelector182                                                       rune = 0xE01A5
	VS182                                                                      rune = 0xE01A5
	VariationSelector183                                                       rune = 0xE01A6
	VS183                                                                      rune = 0xE01A6
	VariationSelector184                                                       rune = 0xE01A7
	VS184                                                                      rune = 0xE01A7
	VariationSelector185                                                       rune = 0xE01A8
	VS185                                                                      rune = 0xE01A8
	VariationSelector186                                                       rune = 0xE01A9
	VS186                                                                      rune = 0xE01A9
	VariationSelector187                                                       rune = 0xE01AA
	VS187                                                                      rune = 0xE01AA
	VariationSelector188                                                       rune = 0xE01AB
	VS188                                                                      rune = 0xE01AB
	VariationSelector189                                                       rune = 0xE01AC
	VS189                                                                      rune = 0xE01AC
	VariationSelector190                                                       rune = 0xE01AD
	VS190                                                                      rune = 0xE01AD
	VariationSelector191                                                       rune = 0xE01AE
	VS191                                                                      rune = 0xE01AE
	VariationSelector192                                                       rune = 0xE01AF
	VS192                                                                      rune = 0xE01AF
	VariationSelector193                                                       rune = 0xE01B0
	VS193                                                                      rune = 0xE01B0
	VariationSelector194                                                       rune = 0xE01B1
	VS194                                                                      rune = 0xE01B1
	VariationSelector195                                                       rune = 0xE01B2
	VS195                                                                      rune = 0xE01B2
	VariationSelector196                                                       rune = 0xE01B3
	VS196                                                                      rune = 0xE01B3
	VariationSelector197                                                       rune = 0xE01B4
	VS197                                                                      rune = 0xE01B4
	VariationSelector198                                                       rune = 0xE01B5
	VS198                                                                      rune = 0xE01B5
	VariationSelector199                                                       rune = 0xE01B6
	VS199                                                                      rune = 0xE01B6
	VariationSelector200                                                       rune = 0xE01B7
	VS200                                                                      rune = 0xE01B7
	VariationSelector201                                                       rune = 0xE01B8
	VS201                                                                      rune = 0xE01B8
	VariationSelector202                                                       rune = 0xE01B9
	VS202                                                                      rune = 0xE01B9
	VariationSelector203                                                       rune = 0xE01BA
	VS203                                                                      rune = 0xE01BA
	VariationSelector204                                                       rune = 0xE01BB
	VS204                                                                      rune = 0xE01BB
	VariationSelector205                                                       rune = 0xE01BC
	VS205                                                                      rune = 0xE01BC
	VariationSelector206                                                       rune = 0xE01BD
	VS206                                                                      rune = 0xE01BD
	VariationSelector207                                                       rune = 0xE01BE
	VS207                                                                      rune = 0xE01BE
	VariationSelector208                                                       rune = 0xE01BF
	VS208                                                                      rune = 0xE01BF
	VariationSelector209                                                       rune = 0xE01C0
	VS209                                                                      rune = 0xE01C0
	VariationSelector210                                                       rune = 0xE01C1
	VS210                                                                      rune = 0xE01C1
	VariationSelector211                                                       rune = 0xE01C2
	VS211                                                                      rune = 0xE01C2
	VariationSelector212                                                       rune = 0xE01C3
	VS212                                                                      rune = 0xE01C3
	VariationSelector213                                                       rune = 0xE01C4
	VS213                                                                      rune = 0xE01C4
	VariationSelector214                                                       rune = 0xE01C5
	VS214                                                                      rune = 0xE01C5
	VariationSelector215                                                       rune = 0xE01C6
	VS215                                                                      rune = 0xE01C6
	VariationSelector216                                                       rune = 0xE01C7
	VS216                                                                      rune = 0xE01C7
	VariationSelector217                                                       rune = 0xE01C8
	VS217                                                                      rune = 0xE01C8
	VariationSelector218                                                       rune = 0xE01C9
	VS218                                                                      rune = 0xE01C9
	VariationSelector219                                                       rune = 0xE01CA
	VS219                                                                      rune = 0xE01CA
	VariationSelector220                                                       rune = 0xE01CB
	VS220                                                                      rune = 0xE01CB
	VariationSelector221                                                       rune = 0xE01CC
	VS221                                                                      rune = 0xE01CC
	VariationSelector222                                                       rune = 0xE01CD
	VS222                                                                      rune = 0xE01CD
	VariationSelector223                                                       rune = 0xE01CE
	VS223                                                                      rune = 0xE01CE
	VariationSelector224                                                       rune = 0xE01CF
	VS224                                                                      rune = 0xE01CF
	VariationSelector225                                                       rune = 0xE01D0
	VS225                                                                      rune = 0xE01D0
	VariationSelector226                                                       rune = 0xE01D1
	VS226                                                                      rune = 0xE01D1
	VariationSelector227                                                       rune = 0xE01D2
	VS227                                                                      rune = 0xE01D2
	VariationSelector228                                                       rune = 0xE01D3
	VS228                                                                      rune = 0xE01D3
	VariationSelector229                                                       rune = 0xE01D4
	VS229                                                                      rune = 0xE01D4
	VariationSelector230                                                       rune = 0xE01D5
	VS230                                                                      rune = 0xE01D5
	VariationSelector231                                                       rune = 0xE01D6
	VS231                                                                      rune = 0xE01D6
	VariationSelector232                                                       rune = 0xE01D7
	VS232                                                                      rune = 0xE01D7
	VariationSelector233                                                       rune = 0xE01D8
	VS233                                                                      rune = 0xE01D8
	VariationSelector234                                                       rune = 0xE01D9
	VS234                                                                      rune = 0xE01D9
	VariationSelector235                                                       rune = 0xE01DA
	VS235                                                                      rune = 0xE01DA
	VariationSelector236                                                       rune = 0xE01DB
	VS236                                                                      rune = 0xE01DB
	VariationSelector237                                                       rune = 0xE01DC
	VS237                                                                      rune = 0xE01DC
	VariationSelector238                                                       rune = 0xE01DD
	VS238                                                                      rune = 0xE01DD
	VariationSelector239                                                       rune = 0xE01DE
	VS239                                                                      rune = 0xE01DE
	VariationSelector240                                                       rune = 0xE01DF
	VS240                                                                      rune = 0xE01DF
	VariationSelector241                                                       rune = 0xE01E0
	VS241                                                                      rune = 0xE01E0
	VariationSelector242                                                       rune = 0xE01E1
	VS242                                                                      rune = 0xE01E1
	VariationSelector243                                                       rune = 0xE01E2
	VS243                                                                      rune = 0xE01E2
	VariationSelector244                                                       rune = 0xE01E3
	VS244                                                                      rune = 0xE01E3
	VariationSelector245                                                       rune = 0xE01E4
	VS245                                                                      rune = 0xE01E4
	VariationSelector246                                                       rune = 0xE01E5
	VS246                                                                      rune = 0xE01E5
	VariationSelector247                                                       rune = 0xE01E6
	VS247                                                                      rune = 0xE01E6
	VariationSelector248                                                       rune = 0xE01E7
	VS248                                                                      rune = 0xE01E7
	VariationSelector249                                                       rune = 0xE01E8
	VS249                                                                      rune = 0xE01E8
	VariationSelector250                                                       rune = 0xE01E9
	VS250                                                                      rune = 0xE01E9
	VariationSelector251                                                       rune = 0xE01EA
	VS251                                                                      rune = 0xE01EA
	VariationSelector252                                                       rune = 0xE01EB
	VS252                                                                      rune = 0xE01EB
	VariationSelector253                                                       rune = 0xE01EC
	VS253                                                                      rune = 0xE01EC
	VariationSelector254                                                       rune = 0xE01ED
	VS254                                                                      rune = 0xE01ED
	VariationSelector255                                                       rune = 0xE01EE
	VS255                                                                      rune = 0xE01EE
	VariationSelector256                                                       rune = 0xE01EF
	VS256                                                                      rune = 0xE01EF
)

Unicode rune enumeration

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
scripts

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL